/* 新闻列表 */

.news {
    position: relative;
}

#new-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 0;
    height: 30px;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: url(../images/page_icon.png) no-repeat center center;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: url(../images/page_icona.png) no-repeat center center;
}

.new-banner a {
    display: block;
}

.new-banner i {
    display: block;
}

.new-banner i img {
    width: 100%;
}

.new-font {
    padding: 5px 50px 5px 5px;
    background: #ededed;
}

.new-title {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-time {
    display: none;
}

.new-p {
    display: none;
}

.news ul li {
    padding: 0;
}

.news ul li a {
    display: block;
    padding: 0.2rem 0;
    border-bottom: 1px dashed #acacac;
}

.new-li-time {
    display: none;
}

.new-li-title {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.pian{
    display: flex;
    justify-content: space-between;
}
.pian a{
    display: block;
    width: 40%;
    font-size: 14px;
    color: #000;
}
.pian a:nth-child(2){
    text-align: right;
}

@media (min-width: 1200px) {
    .common-nav {
        /* background: none; */
    }
    article {
        background: #fff url(../images/new_bg.png) no-repeat center 0/100%;
    }
    .news {
        position: relative;
    }
    #new-page {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        left: auto;
        right: 25.5vw;
        bottom: 0;
        height: 3vw;
    }
    .swiper-pagination-bullet {
        width: 0.8vw;
        height: 0.8vw;
        background: url(../images/page_icon.png) no-repeat center center;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background: url(../images/page_icona.png) no-repeat center center;
    }
    .new-banner a {
        display: flex;
        justify-content: space-between;
    }
    .new-banner i {
        display: block;
        width: 29vw;
    }
    .new-banner i img {
        width: 100%;
    }
    .new-font {
        width: 31vw;
        padding: 2vw 2vw 0;
        background: #ededed;
    }
    .new-title {
        font-size: 1.2vw;
        line-height: 1.6vw;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new-time {
        margin: 1vw 0 1.5vw;
        width: 100px;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        background: #d01121;
    }
    .new-p {
        display: block;
        height: 6vw;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #333;
    }
    .news ul {
        padding-top: 1vw;
    }
    .news ul li {
        padding: 0;
    }
    .news ul li a {
        display: flex;
        justify-content: space-between;
        padding: 2vw 0;
        border-bottom: 1px dashed #acacac;
    }
    .new-li-time {
        display: block;
        flex-shrink: 0;
        width: 100px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #999999;
        text-align: center;
        background: #ededed;
    }
    .new-li-font {
        flex-grow: 1;
        margin-left: 1.2vw;
    }
    .new-li-title {
        font-size: 0.9vw;
        line-height: 30px;
        color: #000;
    }
    .new-li-p {
        height: 3.6vw;
        margin-top: 0.8vw;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #333;
    }
    .news ul li a:hover .new-li-time {
        color: #fff;
        background: #d01121;
    }
    .news ul li a:hover .new-li-title {
        color: #d01121;
    }
    
    .pian a{
        display: block;
        font-size: 16px;
        color: #000;
    }
}


/* 新闻详情 */

.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 {
    width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 50px 50px;
    }
    .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;
    }
}