/* ------------------
新闻页面
--------------------*/

.newslist_mainbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.newslistbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    height: 150px;
    margin-bottom: 24px;
}

.newslistcontent {
    width: 80%;
    min-height: 1px;
    overflow: hidden;
    padding-bottom: 32px;
}

.newslistcontent span {
    display: block;
}

.newslist_title {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.newslist_titleline {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    display: block !important;
    margin: 8px 0px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.newslist_title a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.newslist_title a:hover {
    opacity: .64;
}

.newslist_title a:hover .newslist_titleline {
    width: 100%;
}

.newslist_desc {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, .36);
    margin-top: 6px;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newslistbtn {
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
    padding: 26px 0px;
}

.newslistbtn a {
    width: 148px;
    min-height: 1px;
    /* overflow: hidden; */
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    background-color: rgba(255, 255, 255, .08);
    box-shadow: 0px 0px 48px rgba(0, 80, 157, .08);
    -moz-box-shadow: 0px 0px 48px rgba(0, 80, 157, .08);
    -webkit-box-shadow: 0px 0px 48px rgba(0, 80, 157, .08);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.newslistbtn a:hover {
    color: #333333;
    background-color: rgba(255, 255, 255, .88);
    box-shadow: 0px 0px 48px rgba(0, 80, 157, .24);
    -moz-box-shadow: 0px 0px 48px rgba(0, 80, 157, .24);
    -webkit-box-shadow: 0px 0px 48px rgba(0, 80, 157, .24);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: auto;
}
.newslistbox .swiper-horizontal>.swiper-pagination-bullets,
.newslistbox .swiper-pagination-bullets.swiper-pagination-horizontal,
.newslistbox .swiper-pagination-custom,
.newslistbox .swiper-pagination-fraction {
    left: 0 !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: left;
}

@media screen and (min-width: 320px) and (max-width:767px) {
    .newslistbtn {
        padding: 0px;
    }
    .newslistbox  .swiper-pagination-bullet {
        width: 16px !important;
    }
}