img {
  max-width: 100%;
}
body{background: url(../images/20200207_kjxxfy_bg.jpg); font-family:"微软雅黑";}
.bgimg_wrap{ position:relative;}
.bgimg_wrap span{position: absolute; top:10px; right: 30px;color:#fff;font-size: 16px;}
.bgimg_wrap span a{
	font-size: 16px;color:#fff;
}
.bgimg_wrap img {
  width: 100%;
}
.bgimg_wrap .bgimg2 {
  display: none;
}

.container{ margin:0 auto;}
.news_list{
	background-color:#fff;
	border:1px solid #f0f0f0;
	margin-top:20px;
	font-size:16px;
	padding-top:5px;
	padding-bottom:10px;
}
.news_list h2{
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
	color:#0058af;
	padding-bottom:7px;
	border-bottom:1px solid #e6e6e6;
	line-height: normal;
	white-space: nowrap;
}

.news_list h2.hashot{
	margin-top: 20px;
}

.news_list h2 a{
	padding:4px 0;
	background-color:#fff;
	position:relative;
	color:#0058af;
}

.news_list h2 a:not(:first-child){
	margin-left: 35px;
}
.news_list h2 a:before{
	content:"";
	display:block;
	width:100%;
	height:3px;
	background-color:#0058af;
	position:absolute;
	bottom:-5px;
	left: 0;
}
.news_list h2 a.clear-underline:before{
	width: 0;
}
.hot-img{
	position: absolute;
    left: 100%;
    top: -10px;
    width: 35px;
}

.news_list .news_list_a{ }
.news_list .news_list_a a{line-height:1.8;display:block; position:relative; padding-left:13px; margin: 10px 0;border-bottom: 1px solid #ccc;}
.news_list .news_list_a a:before{content:""; display:block; background-color:#e7d8cf; width:5px; height:5px; border-radius:50%; left:1px; top:11px; position:absolute;}
.news_list .news_list_a a span{ color:#999; padding-left:15px;}
.news_list .news_list_a a .time1{ display:none;}
.news_list .news_list_a a .time2{ display:none;}

.news_list .news_list_photo{ padding-top:10px;}
.news_list .news_list_photo a{ margin-top:20px; overflow:hidden; display:block; line-height:1.4;}
.news_list .news_list_photo a:first-child{ margin-top:0;}
.news_list .news_list_photo a img{ margin-bottom:5px;width:100%;}

.news_banner{ margin: 20px 0 0 0;}
.news_banner img{ width: 100%;}

.swiper_box{margin-top:20px;margin-bottom:20px;}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-containergg .swiper-slide{ background-color:#fff;border:1px solid #f0f0f0; padding:20px; text-align:center; box-sizing: border-box;}
.swerperiegg .swiper-slide{ background-color:#fff;border:1px solid #f0f0f0; padding:20px; text-align:center; box-sizing: border-box;}
.swiper-button-next{background: url(../images/20200207_kjxxfy_next.png); width:40px;height:40px; right:15px;}
.swiper-button-prev{background: url(../images/20200207_kjxxfy_prev.png); width:40px;height:40px; left:15px;}

.swerperiegg{ display:none;}
@media (min-width: 768px) {
  
	.bgimg_wrap .bgimg1 {
		display: none;
	}
	.bgimg_wrap .bgimg2 {
		display: block;
	}
	.news_list .news_list_a a{border:none;}
}

@media (min-width: 992px) {
	.bgimg_wrap a img{ width:100%;}
	.bgimg_wrap span{position: absolute; top:10px; right: 150px;color:#fff;font-size: 18px;}
	.bgimg_wrap span a{
		font-size: 18px;
	}
	
	.news_list{ padding:20px 30px 27px 30px;margin-top:30px;}
	.news_list h2{
		font-size:30px;
		margin-bottom:15px;
		padding-bottom: 6px;
	}
	.news_list h2 a:before{
		height:5px;
		bottom:-5px;
	}
	.hot-img{
	    width: auto;
	}
	.news_list .news_list_a a{line-height:2.2;display:block; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; position:relative; padding-right:100px; margin:12px 0;}
	.news_list .news_list_a a:before{top:14px}
	.news_list .news_list_a a span{ position:absolute; right:0;top:0; padding-left:5px;}
	.news_list .news_list_a a .time1{}
	.news_list .news_list_a a .time2{ display:block;}
	
	.news_list .news_list_photo a{ margin-top:32px; }
	.news_banner{ margin: 30px 0 0 0;}
	.swiper_box {margin-top:40px;margin-bottom:40px;}
	.swiper-containergg .swiper-slide{ padding:30px;}
	.swiper-button-next{right:-15px;}
	.swiper-button-prev{left:-15px;}
}

@media (min-width: 1200px) {
	.swiper-button-next{right:-25px;}
	.swiper-button-prev{left:-25px;}
}
@media (min-width: 1280px) {
	.container {
		width: 1230px;
	}
	.swiper-button-next{right:-40px;}
	.swiper-button-prev{left:-40px;}
}

@media(max-width: 374px){
	.news_list h2{
		font-size: 16px
	}

	.news_list h2 a:not(:first-child){
		margin-left: 10px;
	}

	.hot-img{
		width: 25px;
	}

}