<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new_top{
    margin-top: 100px;
}
.new_title{
    font-size: 18px;
    font-family: "寰蒋闆呴粦";
    color: #444444;
}
.new_fixed{
    height: auto;
}
.new_item{
    margin-top: 40px;
    height: 60px;
    overflow: hidden;
}
.new_active{
    height: auto;
}
.new_item .new_age{
    font-size: 50px;
    color: #868686;
}
.new_list{
    margin-left: 50px;
}
.new_list li a{
    margin-bottom: 10px;
}

.new_list .active a{
    color: #ff0032;
}

.new_center{
    overflow: hidden;
}
.new_center li{
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.new_img{
    overflow: hidden;
    float: left;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 200px;
    height: 150px;
}
.new_tps{
    width: 79%;
    float: left;
    overflow: hidden;
    font-family: "寰蒋闆呴粦";
    position: relative;
    height: 150px;
}
.new_tps .tps_top{
    font-size: 25px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #000000;
}
.new_tps .tps_center{
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 10px;
    max-height: 100px;
}
.new_tps .tps_footer{
    font-size: 12px;
    color: #6b6b6b;
    position: absolute;
    bottom: 5px;
}
.new_tps .tps_footer span{
    padding-left: 15px;
}
@media all and (min-width: 320px) and (max-width: 768px){
    .new_top{
        margin-top: 20px;

    }
    .new_img{
        width: 80px;
        height: 80px;
    }
    .new_img img{
        width: 100%;
        height: 100%;
    }
    .new_tps{
        width: calc(100% - 90px);
        height: 85px;
    }
    .new_tps .tps_top{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .new_tps .tps_center{
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
         overflow: hidden;
    }
    .new_tps .tps_footer{
        bottom: 0px;
    }
    .new_center li{
        margin-bottom: 15px;
    }
}</pre></body></html>