/* 头部样式覆盖 */
.pub_header .header_bot{
	width: 1200px;
	margin: 0 auto;
}
.body_cont{
	margin: 30px auto 90px !important;
	min-height: 680px;
	position: relative;
}
.body_cont .detail_box{
	width: 860px;
}
.body_cont .detail_box>.crumbs{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #E7E7E7;
	padding-left: 20px;
	font-size: 14px;
	box-sizing: border-box;
}

.body_cont .detail_box .detail_title{
	padding: 25px 0 5px;
	border-bottom: 1px solid #ddd;
}
/* fixed detail css */
.body_cont .detail_box .detail_cont{
	padding: 20px 10px;
	font-size: 16px;
	line-height: 1.8;
}
.body_cont .detail_box .detail_cont p{
	text-indent: 2em;
}
.body_cont .detail_box h1{
	font-size: 22px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
}
.body_cont .detail_box .source_time{
	font-size: 14px;
	color: #999;
	margin-top: 12px;
	text-align: center;
}
.body_cont .detail_box .source_time span.mid-span{
	margin-left: 30px;
	margin-right: 30px;
}
.body_cont .detail_box .detail_bott{
	margin-top: 20px;
}
.body_cont .detail_box .detail_bott>p{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}
.body_cont .detail_box .detail_bott .lists a{
	display: block;
}
.body_cont .detail_box .detail_bott .lists .item{
	border: 1px solid #E7E7E7;
	width: 860px;
	height: 180px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
}
.body_cont .detail_box .detail_bott .lists .item img{
	width: 200px;
	height: 140px;
}
.body_cont .detail_box .detail_bott .lists .item .title{
	font-size: 18px;
	width: 580px;
	font-weight: bold;
	position: absolute;
	left: 240px;
	top: 20px;
}
.body_cont .detail_box .detail_bott .lists .item .cont{
	font-size: 14px;
	width: 580px;
	font-weight: normal;
	position: absolute;
	left: 240px;
	top: 54px;
}
.body_cont .detail_box .detail_bott .lists .item .time{
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 240px;
	bottom: 20px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #E7E7E7;
	text-align: center;
}

.news_act_box{
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
}
.news_act_box .conts_right .right_top{
	border: 1px solid #E7E7E7;
	height: 230px;
	width: 100%;
	box-sizing: border-box;
}
.news_act_box .conts_right .right_top .code_box{
	height: 50%;
	width: 100%;
	position: relative;
}
.news_act_box .conts_right .right_top .code_box:nth-child(2){
	background: #E7E7E7;
}
.news_act_box .conts_right .right_top .code_box .img_one{
	width: 96px;
	height: 96px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.news_act_box .conts_right .right_top .code_box .img_er {
	width: 106px;
	height: 106px;
	position: absolute;
	left: 208px;
	top: 4px;
}
.news_act_box .conts_right .right_top .code_box .img_two{
	position: absolute;
	top: -4px;
	right: 0;
}
.news_act_box .conts_right .right_top .code_box p{
	width: 150px;
	position: absolute;
	left: 116px;
	top: 22px;
	line-height: 32px;
}
.news_act_box .conts_right .right_bott{
	border: 1px solid #E7E7E7;
	width: 320px;
	height: 480px;
	margin-top: 20px;
	box-sizing: border-box;
}
.news_act_box .conts_right .right_bott .img_box{
	text-align: center;
	margin-top: 5px;
}
.news_act_box .conts_right .right_bott .img_box img{
	width: 280px;
	height: 160px;
}
.news_act_box .conts_right .right_bott .img_box p{
	height: 30px;
	line-height: 30px;
}


