<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*é¦–é¡µæ›´å¤šç›¸å…³å†…å®¹*/
.news_wrapper{
    background: #eff3f6;
    padding-bottom: 80px;
}
.news_more{
}
.news_box{
    padding-bottom: 20px;
}
.news_list{
    float:left;
    /*width: 304px;*/
    /*height:325px;*/
    margin-right: 135px;
    background: #fff;
    overflow: hidden;
    margin-top: 60px;
    padding: 2px;
    border:1px solid #eef1f3;
}
.news_list:last-of-type{
    margin-right: 0;
}
.news_list .news_img_box{
    position: relative;
    width: 100%;
    height: 152px;
    overflow: hidden;
}
.news_list .news_img_box:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent  #fff transparent;

}
.news_list .news_img_box img{
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.news_list:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.news_info{
    line-height: 36px;
    padding: 0 15px;
}
.news_classify{
    color:#4f9cd6;
    font-size: 12px;
}
.news_tit{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_information{
    font-size: 14px;
    color: #898f9c;
}
.news_information .news_info_time{
    padding-right: 8px;
    border-right: 1px solid #898f9c;
}
.news_txt{
    font-size: 14px;
    color:#898f9c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_join{
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #515c71;
    cursor: pointer;
}
.news_join a{
    color: #fff;

}
/*æ›´å¤šç›¸å…³å†…å®¹end*/


@media screen and (max-width: 769px) {
    .center {
        width: 100%;
        min-width: 100%;
        padding: 0 10px;
    }
    /*åˆ¶é€&nbsp;ç›¸å…³å†…å®¹*/
    .news_more {
        padding: 0 20px;
    }

    .news_list {
        width: 100%;
        padding: 5px;
        margin: 20px 0 0;
        border: 1px solid #ddd;
    }
}</pre></body></html>