@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: 968px;
	padding-left: 12px;
	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{
	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
}
#img_box {/*视频内容*/
	width: 950px;
}
#img_box:after {
	display: block;
	content: '';
	clear: both;
}
.marginRightBox,.noneRightBox {
	float: left;
	width: 261px;
	height: 240px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 0px;/*去除图片的间隙*/
}
.marginRightBox{
	margin-right: 55px;
	margin-top: 20px;
}
.marginRightBox .img_div .img1,.noneRightBox .img_div .img1 {
	width: 280px;
	height: 200px;
	cursor: pointer;
}
.img_div {
	position: relative;
}
.bg_img {
	width: 279px;
	height: 240px;
}
.img_div .play {
	position: absolute;
	z-index: 999;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
	opacity: 0.7;
	cursor: pointer;
}
.img_div:hover .play{
	opacity: 1.0
}
.con_div {
	height: 40px;
	width: 278px;
	border: 1px solid #ccc;
	border-top: 0px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}





.pagination {
	margin-top: 30px;
}
.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;
}
#page_check {
	border: 1px solid #00D5A8;
	background: #00D5A8;
	color: #fff;
}
.pagination a:first-child {
	width: 65px;
	color: #fff;
	background: #00D5A8;
	border: 1px solid #00D5A8;
}
.pagination a:last-child {
	width: 65px;
}
.pagination a:hover {
	background: #ccc;
}
.pagination a:first-child:hover {
	font-size: 18px;
	background: #00D5A8
}
