body,html{
    background: #F1F4F8;
}
.category-box{
    display: none;
}
.info-index-banner{
    width: 100%;
    min-width: 1200px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 420px;
    margin-top: -12px;
}
.info-index-banner-0{
    background-image: url("https://cpstatic.zzchemical.com/static/trade-hub/img/banner/en/news-banner1-e08e8aee7f.jpg");
}
.info-index-banner-1{
    background-image: url("https://cpstatic.zzchemical.com/static/trade-hub/img/banner/en/news-banner2-a750dec8fc.jpg");
}
.info-index-banner-2{
    background-image: url("https://cpstatic.zzchemical.com/static/trade-hub/img/banner/en/news-banner3-cec8e337a5.jpg");
}
.info-index-banner-3{
    background-image: url("https://cpstatic.zzchemical.com/static/trade-hub/img/banner/en/news-banner4-2d8e9f536d.jpg");
}
.info-index-banner-4{
    background-image: url("https://cpstatic.zzchemical.com/static/trade-hub/img/banner/en/news-banner5-9f731971e6.jpg");
}
.info-index-banner dl{
    padding-top: 108px;
    width: 1200px;
    margin: 0 auto;
}
.info-index-banner dl dt{
    width: 599px;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    overflow: hidden;
    height: 69px;
}
.info-index-banner dl dd{
    font-size: 28px;
    margin-top: 5px;
    color: #fff;
    width: 726px;
    overflow: hidden;
    height: 42px;
}

.quick-nav {
    width: 1200px;
    height: 179px;
    border-radius: 16px;
    background: #fff;
    margin: -50px auto 0 auto;
}
.quick-nav ul{
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
}
.quick-nav ul li{
    float: left;
    height: 50px;
}
.quick-nav ul li a{
    font-size: 14px;
    margin: 0 8px;
}
.quick-nav ul li:not(:last-child):after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/info/arrow-067ed9a55e.png");
}
.quick-nav-box{
    width: 1200px;
    height: 100px;
    position: relative;
}
.quick-nav-item{
    float: left;
    text-align: center;
}

.scroll-container {
    width: 1160px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 20px;
}

.scroll-wrapper {
    width: 3000px;
    position: relative; /* 添加相对定位 */
    left: 0; /* 初始位置 */
    overflow: hidden;
}

.scroll-item {
    width: 148px; /* 7个方块，每个间隔20px，总共6个间隔 */
    height: 100px;
    margin-right: 20px;
    background: #fff;
    float: left;
    text-align: center;
}
.quick-nav-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.scroll-item span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0 auto;

}
.quick-nav-icon img{
    transition: all 0.3s ease-in;
    filter: brightness(0.95) grayscale(0.05);
    background-color: #000;
}
.quick-nav-icon img:hover{
    transform: scale(1.08);
}
.scroll-btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    border: none;
    cursor: pointer;
    display: none; /* 默认隐藏按钮 */
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/info/arrow-lf-4bccb83f22.png") no-repeat center center;
}

.scroll-btn.show {
    display: flex; /* 显示按钮 */
}

.scroll-btn.prev {
    left: 10px;
}

.scroll-btn.next {
    right: 10px;
    background-image: url("https://cpstatic.zzchemical.com/static/trade-hub/img/info/arrow-rt-dd8abb040a.png");
}

.scroll-item a.active{ color: #0268FF;}

.main{
    margin-top: 24px;
}
.news-section{
    float: left;
    width: 876px;


}
.news-list{
    padding: 0 24px;
    width: 828px;
    background: #fff;
    border-radius: 16px;
}
.news-card{
    padding: 24px 0;
    border-bottom: 1px solid #EBEEF5;
}
.news-card:last-child{
    border: 0;
}
.news-thumb{
    float: left;
    width: 214px;
    height: 135px;
    border-radius: 8px;
    margin-right: 24px;
    overflow: hidden;
}
.news-thumb img{
    width: 214px;
    height: 135px;
}
.news-content{
    float: left;
    height: 135px;
    width: 590px;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    height: 56px;
    width: 560px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news-title img{
    margin-right: 10px;
}

.news-tips{
    margin-top: 25px;
}
.news-desc{
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #EBEEF5;
    border-radius: 5px;
    background: #fff;
    color: #555555;
    font-size: 14px;
    padding: 0 10px;
}
.news-meta{
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
}
.news-meta strong{
    font-weight: normal;
    color: #FF0000;
}
.sidebar{
    width: 300px;
    float: right;
    border-radius: 16px;
}
.rec-section{
    background: #fff;
    border-radius: 16px;
    padding: 24px 30px;
}
.rec-title{
    font-size: 20px;
    font-weight: bold;
}
.rec-card{
    margin-top: 15px;
}
.rec-thumb{
    display: block;
    width: 238px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 14px;
}
.rec-thumb img{
    width: 238px;
    height: 150px;
}
.rec-info-title{
    width: 100%;
    margin-top: 10px;
}
.rec-info-title a{
    width: 100%;
    line-height: 24px;
    color: #191919;
    font-size: 16px;
    font-weight: bold;
}
.rec-info-title a:hover{
    color: #1B77FF;
}

.rec-info{
    margin-top: 13px;
    font-size: 14px;
    color: #555;
}
.rec-info > div{
    width: 50%;
}
.rec-info-meta{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rec-info-date{
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#page{
    width: 876px;
    padding-bottom: 20px;
}