@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;
}


.live-title {
	position: relative;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.live-title-font {
	background: #10d4a9;
	padding: 5px 15px;
	border-radius: 20px;
	color: #fff;
	position: relative;
	z-index: 9999;
}
.live-title-hr {
	display: block;
	height: 1px;
	width: 300px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 10px;
	background-image: -webkit-linear-gradient(to right, rgba(16,212,169,0) 0%,rgba(16,212,169,1) 30%,rgba(16,212,169,1) 70%, rgba(16,212,169,0) 100%);
	background-image: linear-gradient(to right, rgba(16,212,169,0) 0%,rgba(16,212,169,1) 30%,rgba(16,212,169,1) 70%, rgba(16,212,169,0) 100%);
}


.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: 150px;
	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 {
	float: right;
	position: relative;
	width: 412px;
}
.con_two_p input {
	width:350px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 5px;
	outline: 0px;
	border: 1px solid #999;
	font-size: 16px;
	font-family: '微软雅黑';
	padding-right: 50px;
}
.con_two_p a {
	display: block;
	width: 23px;
	height: 28px;
	position: absolute;
	right: 5px;
	top: 8px;
	padding-right: 10px;
}


.test_centers {
	margin-top: 50px;
	position: relative;
	z-index: 999;
}
.content_list {
	display: inline-block;
	width: 278px;
	position: relative;
	z-index: 999999;
	margin-right: 39px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: 1px solid #e0e0e0;
	padding: 5px;
}
.content_list:nth-child(3n) {
	margin-right: 0;
}
.left_img {
	width: 278px;
	margin: auto;
	height: 200px;
	position: relative;
}
.left_img img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.official-live {
	margin-bottom: 50px;
}
.online-img {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	width: 45px;
	height: 37px;
	padding-top: 8px;
	text-align: center;
}
.online-img img {
	width: 25px;
	height: 25px;
}
.right_title {
	display: block;
	color: #000;
	cursor: pointer;
	padding: 5px;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.4);
	width: 268px;
	color: #fff;
	vertical-align: middle;
}
.right_title_right {
	float: right;
	font-size: 12px;
	color: #666;
	vertical-align: middle;
	padding-top: 5px;
}
.right_title_left {
	display: inline-block;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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
}