.topbox .banner1 img{
	height: 500px;
	margin: 0 auto;
	height: auto;
	display: block;
}
.topbox .bq{
	width:305px;
	height:87px;
	border-radius:4px 4px 0px 0px;
	position: absolute;
	bottom: 0;
	color: white;
	font-size: 30px;
	box-sizing: border-box;
	padding-left: 30px;
	line-height: 87px;
}
/*内容*/
.content{
	width: 100%;
	overflow: hidden;
	/*padding-bottom: 300px;*/
}
/*内容左*/
.content .content_left{
	width: 305px;
	margin-top: 12px;
}
.content .content_left .box{
	width: 245px;
	height: 53px;
	border-bottom: 1px solid #E5E5E5;
	color: #515151;
	line-height: 53px;
	font-size: 20px;
}
.content .content_left .box1{
	border-bottom: 1px solid #519032;
}
.content .content_left .box img{
	width:7px;
	height:14px;
	margin: 20px 0 0 16px;
}
/*.content .content_left .box .img1{
	display: block;
}
.content .content_left .box .img2{
	display: none;
}*/
.content .content_left .box p{
	margin-left: 11px;
}
/*内容右*/
.content .content_right{
	width: 895px;
	height: 100%;
	border-left: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding-left: 57px;
}
/*导航*/
.content .content_right .dh{
	height: 79px;
	border-bottom: 1px solid #CFCFCF;
	overflow: hidden;
	line-height: 79px;
}
.content .content_right .dh .dh_left{
	width: 37%;
	color: #333333;
	font-size: 24px;
	padding-left: 21px;
	position: relative;
}
.content .content_right .dh .dh_left::before{
	content: "";
	width:5px;
	height:20px;
	background:rgba(247,160,65,1);
	border-radius:1px;
	position: absolute;
	left: 0;
	top: 31px;
}
.content .content_right .dh .dh_right{
	width: 60%;
	color: #999999;
	font-size: 18px;
	padding-top: 21px;
	line-height: 58px;
}
.content .content_right .dh .dh_right p{
	color: #999999;
}
.content .content_right .dh .dh_right .dj{
	color: #333333;
}
/*新闻详情*/
.content .content_right .xq{
	padding-top: 40px;
}
.content .content_right .xq .title{
	color: #333333;
	font-size: 24px;
	line-height: 24px;
}
.content .content_right .xq .zz{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 25px;
	border-bottom: 1px solid #ECECEC;
}
.content .content_right .xq .zz .time{
	margin-left: 25px;
}
.content .content_right .xq .xqt{
	/*margin-top: 28px;*/
	position: relative;
}
.content .content_right .xq .xqt .video{
	width:753px;
	height:401px;
	background: url(../img/4_img.jpg);
	background-size: 100% 100%;
}
.content .content_right .xq .xqt .play{
	width:98px;
	height:98px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.content .content_right .xq .article{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	/*text-indent: 2em;*/
	/*margin-top: 33px;*/
}
.content .content_right .xq .article img{
	width: 100%;
}
