/* 新闻列表 */

article {
    position: relative;
    z-index: 5;
    background: url(../images/new_bg.jpg) no-repeat center 0/100%, url(../images/new_icon.jpg) 0 0;
}

.news-banner {
    background: rgba(255, 255, 255, 0.9);
}

#new-page {
    display: flex;
    justify-content: flex-start;
    bottom: 0.1rem;
}

#new-page .swiper-pagination-bullet {
    width: 10px;
    height: 20px;
    background: url(../images/new_icon.png) no-repeat center center;
    opacity: 1;
    border-radius: 0;
}

#new-page .swiper-pagination-bullet-active {
    background: url(../images/new_icona.png) no-repeat center center;
}

.news-banner .swiper-slide {
    padding: 0.1rem;
}

.news-banner a {
    display: block;
}

.news-li-img img {
    width: 100%;
    height: 3.6rem;
}

.news-li-font {
    padding: 0.2rem 0 0;
}

.news-li-title {
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #c30c17;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-li-time {
    padding: 0.1rem 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border-bottom: 1px solid #c40c18;
}

.news-li-p {
    height: 80px;
    margin: 0.2rem 0 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.news-li-more {
    display: flex;
    justify-content: flex-end;
}

.news-li-more span {
    display: block;
    width: 1.6rem;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #c20b17;
}

.news ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem 0 0;
}

.news ul li {
    width: 50%;
    padding: 0.1rem;
}

.news ul a {
    display: block;
    padding: 0 0 0.2rem;
    color: #000;
    border-bottom: 1px solid #333;
}

.new-li-title {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    margin: 0.1rem 0 0;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    #new-page {
        justify-content: center;
        padding-right: 8vw;
        bottom: 3vw;
    }
    .news-banner .swiper-slide {
        padding: 3vw 2vw;
    }
    .news-banner a {
        display: flex;
        justify-content: space-between;
    }
    .news-li-img {
        width: 22vw;
    }
    .news-li-img img {
        width: 100%;
        height: auto;
    }
    .news-li-font {
        width: 35vw;
        padding: 0;
    }
    .news-li-title {
        font-size: 1.2vw;
        line-height: 1.5vw;
        color: #c30c17;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-li-time {
        padding: 0.5vw 0;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        border-bottom: 1px solid #c40c18;
    }
    .news-li-p {
        height: 6.4vw;
        margin: 1vw 0 0;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 1.6vw;
        color: #333;
    }
    .news-li-more {
        display: flex;
        justify-content: flex-end;
    }
    .news-li-more span {
        display: block;
        width: 8vw;
        font-size: 0.9vw;
        line-height: 2vw;
        text-align: center;
        color: #fff;
        background: #c20b17;
    }
    .news ul {
        display: flex;
        flex-wrap: wrap;
        padding: 3vw 0 0;
    }
    .news ul li {
        width: 50%;
        padding: 1.5vw 1vw;
    }
    .news ul a {
        display: block;
        padding: 0 0 3vw;
        color: #000;
        background: url(../images/plus_b.png) no-repeat right 0;
        border-bottom: 1px solid #333;
    }
    .new-li-title {
        font-size: 1.2vw;
        line-height: 1.5vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new-li-time {
        margin: 0.4vw 0 0;
        font-size: 14px;
        line-height: 20px;
    }
    .news ul a:hover {
        background: url(../images/plus_r.png) no-repeat right 0;
    }
    .news ul a:hover .new-li-title {
        color: #c20b17;
    }
    .pages {
        padding-bottom: 3vw;
    }
}


/* 新闻详情 */

.new-er {}

.new-er-title {
    text-align: center;
}

.new-er-name {
    font: bold 16px/24px "微软雅黑";
    color: #333;
}

.new-er-time {
    font: 400 14px/24px "微软雅黑";
    color: #999;
}

.new-er-p p {
    margin-bottom: 10px;
    font: 400 14px/24px "微软雅黑";
    color: #333;
    text-align: justify;
}

.new-er-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 50px 100px;
        background: rgba(255, 255, 255, 0.9);
    }
    .new-er-title {
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 10px;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #333;
    }
    .new-er-name {
        color: #333;
    }
    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        color: #333;
    }
    .new-er-p p {
        font: 400 16px/30px "微软雅黑";
        color: #333;
    }
}