.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: #3399ff;
    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: 22px;
    font-size: 14px;
    color: #555;
}

.details_cont .art_cont p {
    margin: 4px auto;
}

.details_cont .art_cont img {
    max-width: 98%;
    margin: 8px auto;
    width: initial;
    display: block;
}

.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: #000;
}

.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(../images/newclose.png) no-repeat 11px 0px;
    width: 60px;
    height: 60px;
    bottom: 0;
    left: 10px;
    background-size: 40px;
}