/* 新闻列表 */

.news {}

.news ul li {
    padding: 0 0 0.3rem;
}

.news ul a {
    display: flex;
    justify-content: space-between;
}

.new-li-time {
    width: 1.5rem;
    padding: 0.2rem 0.1rem;
    text-align: center;
    color: #fff;
    background: #000 url(../images/icon_b.png) no-repeat right bottom/30%;
}

.new-li-day {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}

.new-li-year {
    font-size: 14px;
    line-height: 24px;
}

.new-li-font {
    width: 5.2rem;
}

.new-li-title {
    padding: 0.1rem 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.new-li-p {
    height: 40px;
    overflow: hidden;
    margin: 0.2rem 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

@media (min-width: 1200px) {
    .news {}
    .news ul li {
        padding: 0 0 2vw;
    }
    .news ul a {
        display: flex;
        justify-content: space-between;
    }
    .new-li-time {
        width: 7vw;
        padding: 1vw 0;
        text-align: center;
        color: #fff;
        background: #000 url(../images/icon_b.png) no-repeat right bottom/3vw;
    }
    .new-li-day {
        width: 3.6vw;
        margin: 0 auto;
        padding: 0 0 1.2vw;
        font-size: 2.4vw;
        line-height: 3vw;
        border-bottom: 1px solid #fff;
    }
    .new-li-year {
        margin: 1vw 0 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .new-li-font {
        width: 54.6vw;
    }
    .new-li-title {
        padding: 0.5vw 0 1vw;
        font-size: 1.2vw;
        line-height: 1.5vw;
        color: #000;
        border-bottom: 1px solid #dcdcdc;
    }
    .new-li-p {
        height: 6vw;
        margin: 1vw 0 0;
        font-size: 0.9vw;
        line-height: 1.5vw;
        color: #000;
    }
    .news ul a:hover .new-li-time {
        background: #c8000a url(../images/icon_r.png) no-repeat right bottom/3vw;
    }
    .news ul a:hover .new-li-title {
        color: #c8000a;
        border-bottom: 1px solid #c8000a;
    }
}


/* 新闻详情 */

.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: 0 2vw 1vw;
    }
    .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;
    }
}
