.news-banner{
    background-color: var(--white);
    padding-bottom: 60px;
}
.news-b-info{
    padding-top: 30px;
}
.trends-left{
    flex:1;
    max-width: 650px;
}
.trends-cover{
    aspect-ratio: 650 / 318;
}
.trends-cover img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.trends-big-context{
    font-size: 16px;
    color: #313131;
    line-height: 36px;
    margin: 35px 0;
}
.trends-right{
    padding-left: 40px;
    flex:1;
    max-width: 450px;
}
.trends-right .page-title-view .name{
    line-height: 36px;
    padding-bottom: 15px;
}

.dynamic-ul{
    position: relative;
    margin-top: 10px;
}
.dynamic-ul::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 18px;
    height: 100%;
    max-height: calc(100% - 10px);
    width: 1px;
    background-color: #d2d2d2;
}
.dynamic-ul li{
    position: relative;
    padding: 7px 0 10px 38px;
}
.dynamic-ul li::before{
    content: "";
    position: absolute;
    left:0;
    top: 18px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #d2d2d2;
    z-index: 2;
}
.dynamic-ul li .time{
    font-size: 16px;
    line-height: 24px;
    color: #535353;
}
.dynamic-ul li .desc{
    font-size: 16px;
    line-height: 24px;
    max-height: 56px;
    color: #535353;
    margin-bottom: 10px;
}
.dynamic-ul li.active::before{
    background-color: var(--orange);
}

.news-tab-container{
    background-color: #edf1f4;
    padding: 60px 0;
}
.news-tab-menu{
    padding: 40px 0;
}
.news-tab-nav{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--graybf);
    font-size: 18px;
    color: var(--black1b);
    line-height: 20px;
}
.news-tab-nav.active{
    background-color: var(--orange);
    color: var(--white);
    border-color: var(--orange);
}
.news-tab-info{
    padding: 24px 0;
}
.news-tab-item{
    display: none;
}
.news-tab-item.show{
    display: block;
}
.news-list{
    padding: 16px 0;
}
.news-list-cover {
    width: calc((100% - 40px)/3);
    overflow: hidden;
    aspect-ratio: 387 / 190;
}
    .news-list-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease;
        /*aspect-ratio: 387 / 210;*/
    }
.news-list-detail{
    flex:1;
    background-color: var(--white);
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
}
.news-list-detail .day{
    font-size: 48px;
    color: #737373;
    letter-spacing: 2px;
    line-height: 50px;
}
.news-list-detail p{
    font-size: 16px;
    color: var(--graybf);
}
.news-list-detail .slash{
    height: 36px;
    overflow: hidden;
    width: 30px;
}
.news-list-detail .slash::before{
    display: block;
    margin-left: 8px;
    content: "";
    height: 100%;
    width: 4px;
    background-color: #737373;
    transform: skewX(162deg);
}
.news-list-detail .title{
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    color: #313131;
}
.news-list-detail .desc2{
    font-size: 16px;
    color: #535353;
    line-height: 30px;
    margin-top: 10px;
}
.news-a-more {
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
}
.news-a-more:hover {
    text-decoration: underline;
}
    .news-a-more span {
        margin-right: 10px;
    }
    /*ºá¿ò*/
.news-hk{
    margin:20px 0 80px 0;
}
.news-hk-item {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
}
.news-sk-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.news-img-cover {
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 387 / 190;
}
.news-hk-item:hover .news-img-cover img,
.news-sk-item:hover .news-list-cover img {
    transform: scale(1.05) rotate(0.001deg);
}
.news-img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    /*aspect-ratio: 387 / 210;*/
}
.news-stitle {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
    color: var(--black1b);
}
.news-desc {
    color: #313131;
    font-size: 16px;
    line-height: 30px;
}
.news-p {
    font-size: 16px;
    line-height: 30px;
    color: #535353;
    margin-top: 30px;
}