<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鏂伴椈鍒楄〃 */

.news {}

.news ul {
    padding: 0 1.5vw;
}

.news ul li {
    padding: 1.2vw 0;
    border-bottom: 1px dashed #000;
}

.news ul a {
    display: block;
}

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

.new-li-font {
    padding-top: 5px;
    color: #000;
}

.new-li-title {
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: 0 1.5vw;
    }
    .news ul li {
        padding: 1.2vw 0;
        border-bottom: 1px dashed #000;
    }
    .news ul a {
        display: flex;
        justify-content: space-between;
        transition: 0.3s;
    }
    .new-li-img {
        width: 11vw;
    }
    .new-li-img img {
        width: 100%;
    }
    .new-li-font {
        width: 49vw;
        padding-top: 0.2vw;
        color: #000;
    }
    .new-li-title {
        padding: 0;
        font-size: 1vw;
        line-height: 1.4vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new-li-p {
        height: 5vw;
        margin-top: 0.4vw;
        overflow: hidden;
        font-size: 0.8vw;
        line-height: 1vw;
    }
    .new-li-time {
        font-size: 0.8vw;
        line-height: 1vw;
    }
    .news ul a:hover {
        background: #fe8c31;
        transform: translate3d(-0.8vw, 0, 0);
    }
    .news ul a:hover .new-li-font {
        color: #fff;
    }
}


/* 鏂伴椈璇︽儏 */

.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: 5vw 150px 2vw;
    }
    .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;
    }
}</pre></body></html>