/* 新闻列表 */

.news {}

.new-top {
    padding: 0;
}

.new-top a {
    display: flex;
    justify-content: space-between;
}

.new-top-img {
    width: 2.4rem;
    border: 2px solid #fff;
}

.new-top-img img {
    width: 100%;
}

.new-top-font {
    width: 3.8rem;
    color: #000;
}

.new-top-title {
    font-size: 0.3rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-top-time {
    font-size: 0.24rem;
    line-height: 0.56rem;
}

.new-top-p {
    display: none;
}

.new-top-more {
    width: 2rem;
    padding: 0 0.2rem;
    background: #0a542b;
}

.new-top-more span {
    display: block;
    font-size: 12px;
    line-height: 0.4rem;
    color: #fff;
    background: url(../images/arrow_w.png) no-repeat right center;
}

.news ul {
    display: block;
    padding: 0.3rem 0 0;
}

.news ul li {
    padding: 0.1rem 0;
}

.news ul a {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.new-li-time {
    width: 1.4rem;
    padding: 0.7rem 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.new-li-time .year {
    font-size: 0.36rem;
    line-height: 0.48rem;
}

.new-li-time .day {
    font-size: 12px;
    line-height: 16px;
}

.new-li-font {
    width: 4.8rem;
}

.new-li-title {
    overflow: hidden;
    font-size: 0.36rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 0.8rem;
    margin: 0.1rem 0;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.new-li-more {
    width: 2rem;
    padding: 0 0.2rem;
    background: #0a542b;
}

.new-li-more span {
    display: block;
    font-size: 12px;
    line-height: 0.6rem;
    color: #fff;
    background: url(../images/arrow_w.png) no-repeat right center;
}

@media (min-width: 1200px) {
    .news {}
    .new-top {
        padding: 0 2vw;
    }
    .new-top a {
        display: flex;
        justify-content: space-between;
        transition: 0.3s;
    }
    .new-top-img {
        width: 26vw;
        border: 2px solid #fff;
    }
    .new-top-img img {
        width: 100%;
    }
    .new-top-font {
        width: 30.5vw;
        color: #000;
    }
    .new-top-title {
        font-size: 1.2vw;
        line-height: 2.4vw;
    }
    .new-top-time {
        margin: 0.8vw 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .new-top-p {
        display: block;
        height: 7vw;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
    .new-top-more {
        width: 9vw;
        margin: 0.2vw 0 0;
        padding: 0 1.2vw;
        background: #0a542b;
    }
    .new-top-more span {
        display: block;
        font-size: 0.9vw;
        line-height: 2vw;
        color: #fff;
        background: url(../images/arrow_w.png) no-repeat right center;
    }
    .new-top a:hover {
        padding: 0 10px;
    }
    .news ul {
        display: block;
        padding: 0;
    }
    .news ul li {
        padding: 1px 0;
    }
    .news ul a {
        display: flex;
        justify-content: space-between;
        padding: 1.5vw 2vw;
        color: #000;
    }
    .new-li-time {
        width: 6vw;
        padding: 2.5vw 0 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .new-li-time .year {
        font-size: 2vw;
        line-height: 2.4vw;
    }
    .new-li-time .day {
        font-size: 0.8vw;
        line-height: 1vw;
    }
    .new-li-font {
        width: 50vw;
    }
    .new-li-title {
        overflow: hidden;
        font-size: 1.2vw;
        line-height: 1.5vw;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new-li-p {
        height: 3.6vw;
        margin: 1vw 0;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .new-li-more {
        width: 9vw;
        padding: 0 1.2vw;
        background: #0a542b;
    }
    .new-li-more span {
        display: block;
        font-size: 0.9vw;
        line-height: 2vw;
        color: #fff;
        background: url(../images/arrow_w.png) no-repeat right center;
    }
    .news ul a:hover {
        background: rgba(199, 162, 88, 0.6);
    }
}


/* 新闻详情 */

.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;
    }
    .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;
    }
}