.news{background:#f4f4f4; padding:30px 0 50px 0;}

.newsBanner{position:relative;}
.newsBanner .text{position:absolute; left:0; bottom:0; padding:15px 20px 30px 20px; width:100%; background:rgba(0,0,0,0.4); color:#fff; font-size:18px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; z-index:11;}
.newsBanner .swiper-pagination-bullet{background:#fff;opacity:1;}
.newsBanner .swiper-pagination-bullet-active{background:#da1212;opacity:1;}

/* 资讯列表 */
.news_lb1{margin-top:20px;}
.news_lb1 li {
    width: 100%;
    background: #ffffff;
    margin-bottom: 40px; overflow:hidden; zoom:1;
}

.news_lb1 .imgk {
    float: left;
    width: 248px;
    height: 191px;
    overflow: hidden;
    position: relative;
}

.news_lb1 .imgk img {
    width: 100%;
    height: 191px;
}

.news_lb1 .txtk {
    margin: 20px 30px 20px 280px;
    font-size: 16px;
}

.news_lb1 .txtk a.dbt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_lb1 .txtk .sj {
    color: #999999;
    line-height: 28px;
}

.news_lb1 .txtk .s_bq {
    float: right;
    width: 440px;
}
.news_lb1 .txtk .s_bq b {
    float: left;
    line-height: 28px;
    border: solid 1px #ddd;
    padding: 0px 15px;
    margin: 0 5px 5px 0;}
.news_lb1 .txtk .v-news-desc{margin-top:15px;color:#999; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

/* 标签 */
.s_bm {
    position: absolute;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    padding: 0px 20px;
    left: -20px;
    top: 0px;
    padding-left: 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.bj_r{background: #da1212;}
.bj_z{background: #ba1768;}
.bj_lan{background: #0a80d2;}



/* 资讯详情 */
.newDetail{}
.news_sbt{font-size: 24px; line-height: 45px; margin-bottom: 20px;}
.news_sj{color:#6d6d6e; line-height:24px; margin-bottom:20px;}
.newsCon{background:#fff;border:solid 1px #ddd; padding:40px 55px 55px 55px;font-size:16px; line-height:28px; color:#666666;}
.newsCon p{padding-bottom:25px;}
.newsCon img{max-width:100%;}