<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news{
    padding: 5.2% 0;
}

.list&gt;div{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.tit{
        width: 80%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tit a{
        color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tit a:hover{
        color: #2B69BF;
}
.list&gt;div:nth-child(n+2) {
    margin-top: 24px;
}
@media screen and (max-width: 1600px) {
    .list&gt;div:nth-child(n+2) {
    margin-top: 15px;
}
}
@media screen and (max-width: 600px) {
    .list {
    margin-top: 10px;
}
   .tit{
        width: 70%;
       
   }
}</pre></body></html>