/* æ–°é—»åˆ—è¡¨ */

.news {
    padding-top: 1rem;
}

.news ul {
    display: block;
}

.news li {
    padding: 5px;
}

.news li a {
    display: block;
    padding: 0 0 10px;
    color: #000;
    background: #f3f3f3;
}

.new-li-img {
    position: relative;
    z-index: 1;
}

.new-li-img img {
    width: 100%;
}

.new-li-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    font: 400 16px/36px 'å¾®è½¯é›…é»‘';
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.64);
}

.new-li-p {
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
    font: 400 14px/20px 'å¾®è½¯é›…é»‘';
}

.new-li-time {
    margin-top: 10px;
    padding: 0 10px;
    font: 400 14px/20px 'å¾®è½¯é›…é»‘';
}

@media (min-width: 1200px) {
    .news {
        padding: 150px 0 90px;
    }

    .news ul {
        display: flex;
        flex-wrap: wrap;
    }

    .news li {
        width: 33.3%;
        padding: 12px;
    }

    .news li a {
        padding: 10px 0 30px;
        background: #f3f3f3 url(../images/new_li_bg.jpg) repeat-y 0 0/0 10px;
        transition: 0.6s;
    }

    .new-li-title {
        padding: 0 20px;
        font: 400 16px/54px 'å¾®è½¯é›…é»‘';
    }

    .new-li-p {
        height: 96px;
        margin-top: 20px;
        padding: 0 18px;
    }

    .new-li-time {
        margin-top: 10px;
        padding: 0 18px;
        font: 400 16px/30px 'å¾®è½¯é›…é»‘';
    }

    .news li a:hover {
        color:#fff;
        background-size: 100% 10px;
    }
}


/* æ–°é—»è¯¦æƒ… */

.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 50px;
    }

    .new-er-title {
        position: relative;
        padding: 70px 0 10px;
        text-align: center;
    }

    .new-er-name {
        font: 400 24px/30px 'å¾®è½¯é›…é»‘';
        color: #000;
    }

    .new-er-time {
        font: 400 12px/20px 'å¾®è½¯é›…é»‘';
        color: #666;
    }

    .new-er-p p {
        font: 400 16px/30px "å¾®è½¯é›…é»‘";
        color: #000;
    }
}