.news_tags { overflow: hidden; padding: 12px 6px 0; border-top: 6px solid #f5f5f5f5; }
.news_tags li { width: 25%; height: 28px; margin-bottom: 12px; float: left; }
.news_tags li a { display: block; background: #f2f2f2; height: 28px; line-height: 28px; border-radius: 3px; margin: 0 6px; overflow: hidden; text-align: center; }
.news_tags li a.on { background: #108ee9; color: #fff; }

.details_cont { overflow: hidden; padding: 12px; }
.details_cont h1 { font-size: 16px; color: #111; line-height: 26px; }
.details_cont .info { border-bottom: 1px solid #f2f2f2; overflow: hidden; padding: 10px 0; display: flex; }
.details_cont .info p { overflow: hidden; flex: 1; font-size: 12px; color: #999; line-height: 24px; }
.details_cont .info p span { margin-right: 10px; color: #666; }
.details_cont .info a { display: block; color: #3399ff; font-size: 12px; border: 1px solid #b2d9ff; height: 22px; line-height: 22px; border-radius: 12px; padding: 0 12px; }
.details_cont .art_cont { margin: 10px 0; line-height: 1.9; font-size: 15px; color: #555; }
.details_cont .art_cont p { margin: 4px auto; }
.details_cont .art_cont img {     max-width: 98%;
    margin: 8px auto;
    width: auto !important;
    display: block;
    height: auto !important;max-height: 380px;}
.details_cont .art_cont a{color:#3399ff}
/*# sourceMappingURL=news.css.map */
.imgshow{display: none;background: rgba(0, 0, 0, .5);position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 2019521;}
.swiperbox{height: 100vh;z-index: 3;background: rgba(0, 0, 0, .5);}
.swiperbox img{width: initial;position: relative;z-index: 2;}
.swiper-zoom-container:before{width: 100%;height: 100%;content: ' ';position: absolute;z-index: 1;display: block;top: 0;left: 0;cursor: pointer;}
.closebtn{position: absolute;z-index: 22;background: url(../img/newclose.png) no-repeat 11px 0px;width: 60px;height: 60px;bottom: 0;left: 10px;background-size: 40px;}

.articleTop img{
	display: block;
	margin: 10px auto;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

/* 新添加 2020-07-29 */

.articleTop { margin: 10px 0; line-height: 1.9; font-size: 15px; color: #555;display: block !important; }
 .articleTop p { margin: 4px auto; }
 .articleTop a{color:#3399ff}

.dlapp-box{
	background: #f4f5f5;
	border-radius: 10px;
	height: 70px;
	padding: 15px;
	position: relative;
	margin: 10px 0;
	display: block !important; 
}
.dlapp-box dt{
	float: left;
}
.dlapp-box dt img{
	width: 70px !important;
	height: 70px  !important;
	max-width: 100% !important;
	margin: 0;
	border-radius: 15px;
}
.dlapp-box dd.dd01{
	margin-left: 85px;
	padding-right: 70px;
}

.dlapp-box dd.dd01 .att{
	display: block;
	font-size: 15px;
	margin-bottom: 8px;
	color: #333;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.dlapp-box dd.dd01 .att:hover{
	color: #108EE9;
}
.dlapp-box dd.dd01 p{
	color: #999;
	margin-top: 5px;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
}
.dlapp-box dd.dd02{
	position: absolute;
	right: 15px;
	top: 36px;
	
}
.dlapp-box dd.dd02 a{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #48b850;
	color: #fff;
	display: block;
	border-radius: 15px;
}