.main-container{
    width: 100%;
    overflow-x: hidden;
}

@media screen and (min-width: 768px){
    .pro-text-lg{
        display: block;
        padding: 0;
        border:solid 3px #4b1ca6;
        width:22.86rem;
        font-size: 1.98rem;
        font-weight: 500;
        line-height: 4rem;
        border-radius: 4rem;
    }
}

.padding-0{
    padding: 0 !important;
}

.text-yihang{
    color: #4b1ca6;
}

.text-sp-1{
    letter-spacing: 1px;
}
.text-sp-2{
    letter-spacing: 2px;
}
.text-sp-5{
    letter-spacing: 5px;
}
.text-sp-10{
    letter-spacing: 10px;
}
.text-bold{
    font-weight: bold;
}

.text-center{
    text-align: center !important;
}

.text-sm{
    font-size: 1.5rem;
}

.text-df{
    font-size: 2rem;
}

.text-md{
    font-size: 2.5rem;
}

.text-lg{
    font-size: 3rem;
}

.text-xl{
    font-size: 3.2rem;
}

.text-xxl{
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 3.5rem;
}

.lhcsr{
    box-shadow: 5px .5rem 1rem;
}
.intro{
    list-style: none;
}
.intro li{
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.intro li::marker{
    font-size: 5px;
}

.news-container {
    display: flex;
    overflow-x: hidden;  /* 允许水平滚动 */
    
    scrollbar-width: thin;  /* 为Firefox设置细滚动条 */
    scrollbar-color: #ccc #f2f2f2;  /* 滚动条颜色 */
    -webkit-overflow-scrolling: touch;  /* 在iOS上平滑滚动 */
}

/* 为Webkit浏览器（Chrome/Safari）自定义滚动条 */
.news-container::-webkit-scrollbar {
    height: 6px;
}
.news-container::-webkit-scrollbar-track {
    background: #f2f2f2;
}
.news-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.news-card {
    display: inline-block;  /* 或使用flex-shrink: 0 */
    width: calc(100vw / 4.75);  /* 设置固定宽度或根据需求调整 */
    margin-right: 20px;  /* 卡片间距 */
    flex-shrink: 0;  /* 防止卡片缩小 */
    vertical-align: top;  /* 对齐顶部 */
    background-color: #FFF;
    padding-bottom: 4rem;
    position: relative;
}


/* 保持你原有的其他样式不变 */
.news-card img {
    width: 100%;
    height: calc(68vw/4.75);
    transition: width 0.5s ease;
}

/*.news-card:hover {*/
/*    padding-bottom: 0;*/
/*}*/

/*.news-card:hover img {*/
/*    max-width: 100%;*/
/*    width: auto;*/
/*    height: 100%;*/
/*}*/

/*.news-card:hover .news-date{*/
/*    position: absolute;*/
/*    bottom: 3rem;*/
/*    color: #fff;*/
/*}*/

/*.news-card:hover .text-yihang{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    color: #fff;*/
/*}*/

.arrow {
    /* 你的箭头样式 */
}
.news-date{
    padding: 1.5rem 1.2rem;
}

.news-box .date{
    font-size:6.5rem;color:#ccc;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    padding-top: 1.5rem;
}
.news-box .date-hover{
    margin-bottom:-4rem;
}

.news-title{padding:0 3rem 0 1rem;
font-size: 1.2rem;}

.job-li{
    height: 6rem;
    line-height: 6rem;
    border-radius: 2rem;
    background: #f2f2f2;
    padding: 0 0 0 2.5rem;
    margin-bottom: 2rem;
}

.table-tr td{
    padding:.5rem 0;
    border:2px solid #FFF;
    text-align: left;
}
.table-tr2 td{
    padding:.5rem 0;
    border:2px solid #FFF;
}
@media screen and (max-width: 768px) {
    .pro-text-lg{
        padding: 0.5rem 1.5rem;
        border: solid 2px #4b1ca6;
        border-radius: 2.15rem;
        line-height: 2.15rem;color: #000;
    }
    .text-xxl{
        font-size: 2.3rem;
        font-weight: 500;
        line-height: 2.3rem;
    }
    .text-sm{
        font-size: 1.5rem;
    }
    
    .text-df{
        font-size: 1.75rem;
    }
    
    .text-md{
        font-size: 1.5rem;
    }
    
    .text-lg{
        font-size: 2rem;
    }
    
    .text-xl{
        font-size: 2.15rem;
    }
}
