.news-count{
    margin-bottom: 60px;
}
.news-title{
    font-size: 30px;
    line-height: 40px;
    padding: 15px 0;
    border-bottom: solid 1px var(--hight-blue);
}
.trade-cover img {
    /*width: 602px;*/
    height: 349px;
}
.cover img {
    /*width: 496px;*/
    height: 287px;
}
.news-info{
    padding: 40px 0;
}
.trade-content{
    position: relative;
    width: 52%;
    max-width: 620px;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.news-more{
    position: absolute;
    bottom: 0;
}
.news-info-title{
    font-size: var(--size24);
    color: var(--hight-blue);
    line-height: 40px;
    padding: 20px 0;
}
.news-info-title .logo{
    display: flex;
    align-items: center;
    width: 44px;
}
.trade-info{
    padding: 7px;
    border: solid 2px var(--hight-blue);
}
.trade-cover{
    width: 100%;
    aspect-ratio: 602 / 349;
}
.trade-item{
    padding: 30px 10px 25px 10px;
    margin: 0 10px;
    border-bottom: solid 1px var(--hight-blue);
}
.trade-item:last-child{
    border-bottom: none;
}
.trade-item .day{
    font-size: 48px;
    color: var(--graya6);
    line-height: 48px;
    padding-right: 5px;
}
.trade-item .date-list{
    font-size: var(--size16);
    color: var(--graya6);
    
}
.trade-item .desc{
    font-size: var(--size18);
    color: #333;
    line-height: 30px;
    padding-left: 40px;
}
.news-more .more-btn2{
    font-size: var(--size18);
    width: 200px;
    height: 50px;
}
.news-more .more-btn2 .svg{
    width: 20px;
    height:20px;
    margin-left: 5px;
}

.apply-content{
    position: relative;
    flex:1;
    width: 0;
    box-sizing: border-box;
    padding-left: 84px;
    padding-bottom: 100px;
}
.apply-info{
    flex:1;
}
.apply-item:first-child{
    
}
.apply-item .cover{
    width: 100%;
    aspect-ratio: 496 / 287;
    /*border-bottom: solid 7px var(--hight-blue);*/
}
.apply-item .info {
    background-image: url(/Content/img/competences-hover.png);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
}
.apply-item:hover .info{
    height: 100%;
}
.apply-item .desc {
    font-size: var(--size18);
    line-height: 30px;
    color: white;
    padding: 10px 25px;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    /*background-color: var(--hight-blue);*/
}
.news-trends-content{
    padding: 40px 0;
}
.news-trends-item{
    position: relative;
    width: calc(50% - 7px);
    margin-right: 14px;
    margin-bottom: 14px;
    aspect-ratio: 590 / 250;
    transition: all .3s ease;
    overflow: hidden;
}
.news-trends-item .img{
    transition: all .3s ease;
}
.news-trends-item:nth-child(even){
    margin-right: 0;
}
.news-trends-item .info{
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background-color: rgb(27 40 65 / 65%);
}
.news-trends-item .tag{
    font-size: 18px;
    line-height: 30px;
    color: white;
}
.news-trends-item .title{
    font-size: 30px;
    line-height: 40px;
    color: white;
    padding: 10px 30px 20px 30px;
}
.news-trends-item .more-btn3{
    background-color: rgb(27 40 65 / 61%);
    color: white;
    border-color: white;
    transition: all .3s ease;
}
.news-trends-item:hover .more-btn3{
    border-color: var(--orange);
    background-color: var(--orange);
}
.news-trends-item:hover .img{
    transform: scale(1.1);
}
.news-trends-item:hover .info{
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.news-standard-swiper{
    padding: 60px 0;
}
.standard-item{
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    padding: 10px 30px;
    box-sizing: border-box;
    background-color: var(--grayf5);
}
.standard-item:last-child{
    margin-right: 0;
}
.standard-item .date{
    color: #b2b2b2;
    font-size: var(--size18);
    line-height: 36px;
    padding: 10px 0 5px 0;
}
.standard-item .title{
    font-size: var(--size18);
    color: #333;
    height: 90px;
    line-height: 30px;
}
.standard-item .more{
    padding: 20px 0 10px 0;
}

.news-count .news-btn{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0 2.5px;
    background-color: var(--hight-blue);
}
.news-btn.swiper-button-disabled{
    background-color: #d0d9db;
}
.news-btn-prev .svg{
    transform: rotate(180deg);
}
.news-btn .svg{
    width: 12px;
    fill: var(--orange);

}
.news-btn.swiper-button-disabled .svg{
    fill: #7d7d7d;
}
.page-content .sell-search-container{
    margin: 90px 0;
}
.news-list{
    padding: 16px 0;
}
.news-list-cover{
    padding: 10px;
    width: 40%;
    max-width: 449px;
    aspect-ratio: 449 / 260;
    background-color: var(--grayf4);
}
.news-list-cover img{
    /*width: 449px;*/
    height: 260px;
    object-fit: cover;
}
.news-list-detail{
    flex:1;
    width: 0;
    margin-left: 6px;
    background-color: var(--grayf4);
    padding: 30px 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 .date-list{
    font-size: var(--size16);
    color: var(--graya6);
    padding-left: 5px;
}
.news-list-detail .title{
    font-size: var(--size24);
    line-height: 36px;
    margin: 10px 0;
    color: var(--hight-blue);
}
.news-list-detail .desc{
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}<!--ºÄÊ±1759003843.5456Ãë-->