/* 头部样式覆盖 */
.pub_header .header_bot{
	width: 1200px;
	margin: 0 auto;
}
.body_cont .news_box .conts_body .conts_item{
	height: 690px;
}
.body_cont .news_box .conts_body .conts_left .tody_hot{
	border-top: 2px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-bottom: 10px;
}
.body_cont .news_box .conts_body .conts_left .tody_hot span{
	display: inline-block;
	width: 5px;
	height: 16px;
	background: #c53333;
	position: absolute;
	left: 0;
	top: 17px;
}
.body_cont .news_box .conts_body .conts_left .tody_hot p{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}
.body_cont .news_box .conts_body .conts_left .tody_hot a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #999999;
	position: absolute;
	right: 0;
}
.body_cont .news_box .conts_body .conts_left .img_box{
	display: inline-block;
	width: 200px;
	height: 200px;
}
.body_cont .news_box .conts_body .conts_left .img_box img{
	width: 100%;
	height: 150px;
	margin: 0;
}
.body_cont .news_box .conts_body .conts_left .img_box p{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.body_cont .news_box .conts_body .conts_left .img_box:nth-child(2){
	width: 420px;
	height: 235px;
}
.body_cont .news_box .conts_body .conts_left .img_box:nth-child(2) img{
	height: 185px;
}
.body_cont .news_box .conts_body .conts_left .img_box:nth-child(4),.body_cont .news_box .conts_body .conts_left .img_box:nth-child(6){
	margin-left: 14px;
}
.body_cont .news_box .conts_body .pub_conts_middle ul{
	height: 220px !important;
}
.body_cont .news_box .conts_body .conts_right .right_item{
	border: 1px solid #E7E7E7;
	padding: 10px 20px 10px;
}
 .body_cont .news_box .conts_body .conts_right .right_item .more_ico{
	 top: 12px;
 }
.body_cont .news_box .conts_body .conts_right .right_item ul:last-child{
	margin-top: 15px;
}
.body_cont .news_box .conts_body .conts_right .right_item ul li{
	line-height: 27px;
}
.body_cont .news_box .conts_body .conts_right .img_box{
	width: 320px;
	height: 200px;
	margin-top: 20px;
}
.body_cont .news_box .conts_body .conts_right .img_box img{
	width: 100%;
	height: 100%;
}


/* 图库 轮播 */
.img_banner_box .conts_head .more_ico{
	display: inline-block;
	color: #999999;
	position: absolute;
	right: 5px;
}
.img_banner_box .conts_body{
	width: 100%;
	height: 300px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 20px 0 30px !important;
}
.img_banner_box .conts_body .img_swiper_bottom{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 1+4样式
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide{
  position: relative;
  width: 100%;
  height: 100%;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide>div{
	width: 600px;
	height: 300px;
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide>div a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide>div p{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide .box_left p{
	font-size: 20px;
	font-weight: bold;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide .box_right{
	right: 0;
	padding-left: 2px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide .box_right .item{
	width: 298px;
	height: 149px;
	position: relative;
}*/
/* 8张样式 */
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide .item{
	width: 298px;
	height: 149px;
	position: relative;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide .item a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide .item p{
	display: inline-block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide a img{
	width: 100%;
	height: 100%;
}
.img_banner_box .conts_body .img_swiper_bottom .swiper-wrapper .swiper-slide a img{
	width: 100%;
	height: 100%;
}



