.news {
    padding-top: 50px;
    padding-bottom: 20px;
}

.news_center {
    padding-top: 20px;
}


/* 轮播图 */
.swiper_out {
    width: 100%;
    padding: 0 20px;
}

.swiper-container {
    padding-bottom: 15px;
}

.swiper-pagination-progressbar {
    top: initial !important;
    bottom: 0px;
}



.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #3682CE;
}


/* 轮播图 */

.news_list_pic p.top span {
    display: inline-block;
    color: #323232;
    font-size: 14px;
}

.news_list_pic p.top .l {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.news_list_pic p.top .r {
    color: #909090;
    font-size: 11px;
    line-height: 20px;
}

.news_list_pic p.zhaiyao {
    color: #646464;
    font-size: 12px;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.news_list_pic span.seemore {
    display: inline-block;
    color: #909090;
    font-size: 12px;
}

.news_center .swiper_out .swiper-slide {
    padding-bottom: 10px;
    border-bottom: 1px dashed #909090;
    margin-bottom: 10px;
}