<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    padding: 275px 0;
    background: url(https://yanhezhineng-cn.oss-cn-hangzhou.aliyuncs.com/img/news/pic_newscenter.png) no-repeat;
    background-size: cover;
    text-align: center;
}

.none{
    display: none;
}
.newslist .date{
    font-size: 20px;
    font-family: Montserrat SemiBold;
}
.newslist{
    padding-top: 150px;
    padding-bottom: 50px;
    border-bottom: 1px solid #666;

}
.newslist  .picture img{
    width: 100%;
}
.newslist   .title{
    font-size: 24px;
    font-family: Montserrat Bold;
    min-height: 70px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    margin: 20px 0;


}
.omit{
    display: block;
    width: 100%;
    height: 100%;
}
.newslist .text{
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    height: 190px;
}
.newslist .content{
    color: #d8d8d8;
    font-size: 18px;
    margin-top: 20px;
    font-family: Georgia;
    line-height: 2em;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
max-height: 72px;

}
.newslist .link{
    color: #00CE77 ;
    display: flex;
    align-items: center;
    /* margin-top: 50px; */
    
}
.newslist .item{
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    border-bottom:2px solid #333;
}
.newslist .item:last-of-type{
    border-bottom: 0;
}
.page{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 70px;
    align-items: center;
    /* margin-bottom: 40px; */
}
.pageNumber:hover{
    color: #00CE77;
}
.page .page-main{
    text-align: center;
    display: inline-block;
    display: flex;
}
.page .page-main .pageNumber{
    width: 64px;
    height: 40PX;
    line-height: 40px;
    /* padding:10px ; */
    box-sizing: content-box;
    border-right: 1px solid #333;
    cursor: pointer;

}
.page .page-main .pageNumber:nth-of-type(1){
    border-left: 1px solid #333;


}
.pagelist{
    display: flex;
    margin: 0 40px;
}
.left,.right{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.page .page-main .pagelist .active{
    color: #00CE77;
}
.stop{
    -webkit-filter: grayscale(100%); /*left rightç¦ç”¨æ—¶çš„æ&nbsp;·å¼ */
    filter: grayscale(100%);
}
.newslist .item .time{
    color: #aaa;
}
.picture a{
    color: #fff;
}
.picture:hover .title{
    color: #00CE77;
}
.picture .time{
    color:#aaa ;
}
.jumpPage p{
    display: inline-block;
    margin:0 20px ;

}
.jumpPage{
    line-height: 40px;
    margin:0 5px 0 10px;
}
.jumpPage input{
    text-align: center;
    width: 40px;
    height: 24px;
    outline: none;
    border: none;
    color: #000;
    font-size: 16px;
    margin:0 10px ;

}
.jumpPage span{
    cursor: pointer;
}

@media (max-width:992px){
   .page{
       flex-direction: column;
   }
   .jumpPage{
       margin-top: 20px;
   }
    .pagelist{
        margin: 0;
    }
    .page .page-main .pageNumber{
        width: 30px;
        height: 24PX;
        line-height: 24px;
         font-size: 12px;
    
    }
    .text{
        position: static;
    }
    .item .text a{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    h1{
        font-size: 30px;
    }
    .banner{
        padding: 200px 0;
        background-position: 50%;
    }
    .newslist{
        background-color: #141414;
        padding: 0;
    }
    .newslist .text{
        height: auto;
    }
    .newslist .title{
        margin-top: 10px;
    }
    .newslist .time{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .newslist .item{
        border: 0;
        padding-bottom: 0;
        padding-top: 25px;

    }

}
@media (max-width:360px){
    .page .page-main .pageNumber{
        width: 20px;
        height: 20PX;
        line-height: 24px;
         font-size: 12px;
    
    }
}</pre></body></html>