/* 新闻列表 */

.news {}

.news ul li {
    padding: 0;
}

.news ul a {
    display: block;
    color: #000;
}

.new-li-border {
    padding: 0.2rem 0;
    border-bottom: 1px dashed #000;
}

.news ul li:nth-child(1) .new-li-border {
    border-top: 1px dashed #000;
}

.new-li-title {
    margin: 0 0 0.1rem;
    font-size: 16px;
    line-height: 24px;
}

.new-li-p {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.new-li-time {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .news {}
    .news ul {
        padding: 1.5vw 0 0;
    }
    .news ul li {
        padding: 0;
    }
    .news ul a {
        display: block;
        padding: 0 1.5vw;
        color: #000;
    }
    .new-li-border {
        padding: 1.5vw 0;
        border-bottom: 1px dashed #000;
    }
    .news ul li:nth-child(1) .new-li-border {
        border-top: 1px dashed #000;
    }
    .new-li-title {
        margin: 0 0 0.8vw;
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
    .new-li-p {
        height: 4.2vw;
        overflow: hidden;
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
    .new-li-time {
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
    .news ul a:hover {
        color: #fff;
        background: url(../images/new_li_bg.png) no-repeat center center/cover;
    }
}


/* 新闻详情 */

.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 150px;
    }
    .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;
    }
}
