@charset "utf-8";

#content{
	width: 1015px;
	overflow: auto;
	margin: auto;
	padding: 0px 0px 80px 0px;
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	z-index: 20;
	/*background: url('../images/bg.png') no-repeat 100% 100%;*/
	background-size: 100% 100%;
	box-shadow-left: 1px #ccc;
}
#middle {
	width: 958px;
	padding-left: 22px;
	padding-right: 20px;
	padding-bottom: 40px;
	border-top: 5px solid #10d4a9;
	padding-top: 50px;
	background: #fff;
	box-shadow: 0px 1px 1px 1px #DCDCDC;
}
#content-bottom {
	width: 1012px;
	height: 180px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background: url('../images/bg.png') no-repeat;
}

#content p{
	line-height: 2.0;
	padding-left: 15px;
	color: #666;
}
.con_title {
	padding-left: 15px;
	margin-bottom: 30px;
	color: #474747;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}
.con_title span{
	border-left: 5px solid #00A07E;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px
}
.title-select {
	display: inline-block;
}
.title-select-search select {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #A9A9A9;
	font-size: 14px;
	border-radius: 4px;
	outline: 0px;
	border: 1px solid #999;
	margin-right: 20px;

}
.con_two_p {
	display: inline-block;
	position: relative;
	width: 242px;
}
.con_two_p input {
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 5px;
	outline: 0px;
	border: 1px solid #999;
	font-size: 16px;
	font-family: '微软雅黑';
	padding-right: 30px;
}
.con_two_p a {
	display: block;
	width: 23px;
	height: 28px;
	position: absolute;
	right: 5px;
	top: 8px;
	padding-right: 10px;
}

.checkbox-test {
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
	float: right;
	color: #00C09A;
	vertical-align: middle;
}
.checkbox-test input#testbox {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-test label {
	vertical-align: middle;
	cursor: pointer;
}

.test_centers {
	margin-top: 50px;
	position: relative;
	z-index: 999;
}
.content_list {
	display: inline-block;
	width: 290px;
	position: relative;
	z-index: 999999;
	margin-right: 39px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.content_list:nth-child(3n) {
	margin-right: 0;
}
.left_img {
	width: 290px;
	margin: auto;
	height: 200px;
}
.left_img img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.right_con .right_title {
	color: #000;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-size: 500;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.right_con .right_describe {
	color: #00C09A;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px 5px;
	height: 1.5em;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.pagination {
	margin-top: 30px;
	position: relative;
	z-index: 999;
}
.pagination a {
	display: inline-block;
	text-decoration: none;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #666;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding:0 2px;
}
#page_check {
	border: 1px solid #00D5A8;
	background: #00D5A8;
	color: #fff;
}
.pagination a:first-child {
	width: 60px;
	color: #fff;
	background: #00D5A8;
	border: 1px solid #00D5A8;
}
.pagination a:last-child {
	width: 100px;
}
.pagination a:hover {
	background: #ccc;
}
.pagination a:first-child:hover {
	font-size: 18px;
	background: #00D5A8
}
