
@font-face {
    font-family: 'JDLANGZHENGTI';
    src: url('../../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff'),
    url('../../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff2');
}
@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff'),
    url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff2');
}
.news-container{
    margin: 0 auto;
    margin-top: 25rem;
    width: 136.1rem !important;
}

.news-container .title{
    padding-top: 3.6rem;

    line-height: 8rem;
    display: block;
    white-space: pre-wrap;
    width: 127.3rem;
    font-family: '452';
    font-weight: normal;
    font-size: 7.58rem;
    color: #636363;



}
.news-container .des{

    margin-bottom: 6rem;
    margin-top: 3rem;
    display: block;

}
.news-container .date_address{
    border-bottom: 1px solid #c2c2c2;
    gap:1rem;
}
.news-container .date,.news-container .address{
    width: auto;
    height: 5rem;
    font-size: 2.15rem;
    color: #C2C2C2;
    display: block;


}
.news-container .address{

}
.news-container .news_content{
    width: 100%;
}
.news-container .news_content img{
    width: 100% !important;
    height: auto !important;
    margin-bottom: 8.2rem;
}
.news-container .news_content img:not(:first-child) {
    margin-top: 8rem;
}
.news-container  .news_content p,.news-container .des,.news_content span{
    font-family:'Calibri' !important;
    font-size: clamp(2.2rem, 3rem, 20px)  !important;
    color: #464646;
    line-height: 4.59rem;
    text-align: left;
}
.news_content h2 ,.news_content h2 span{
    font-size: 3.6rem !important;
    margin-bottom: 10px;
        display: block;
        font-weight: 600;
}

.news-container .breadcrumb{
    gap: 3.8rem;
    margin-bottom: 7rem;
    padding: 0;
}
.news-container .breadcrumb li{
    font-family: 'Square721';
    font-size: 2.26rem;
    color: #d0d0d0;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
}
.breadcrumb li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -2.2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1rem;
    height: 1rem;
    border-style: solid;
    border-width: 0.15rem 0.15rem 0 0;
    border-color: #D7D7D7;
    transition: transform 0.3s ease;
}
.latest-news{
    width: 100%;
    height: auto;
    text-align: center;
    padding-left: 11.7rem;
    padding-right: 11.7rem;
    margin-top: 11rem;
}
.latest-news .news-list{
    margin-top: 10rem;
    margin-bottom: 6rem;
}
.latest-news ul{
    list-style: none;
}
.latest-news .title-news{
    font-family: '452';
    font-weight: normal;
    font-size: 7.58rem;
    color: #636363;
    margin-top: 13rem;

}
.latest-news li .date span:nth-child(1){
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 2.51rem;
    color: #C2C2C2;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.latest-news li .date span:nth-child(2){
    width: 12rem;
    height: 3.1rem;
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 1.75rem;
    color: #F32735 !important;
    line-height: 2.8rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-radius: 2rem;
    border: 1px solid #F32735;
}
.latest-news li .date span:nth-child(2) a{
    color: #F32735 !important;
}
.latest-news  .imgs{
    width: 100%;
    height: 23.6rem;
    position: relative;
    margin-top: 2rem;display: block;
    margin-bottom: 2rem;
}
.latest-news  .imgs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 10%, rgba(0, 0, 0, 0) 60% /* 60% 开始完全透明 */);
}

.latest-news  .imgs img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}
.latest-news  .imgs .news-des{
    width: 85%;
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 2.33rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    position: absolute;
    bottom: 2rem;
    left: 5%;
    z-index:3
}

.latest-news .title{
    width: 100%;
    font-family: 'AcuminVariableConcept';
    font-size: 2.14rem;
    color: #959595;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
     display: -webkit-box;       /* 必须，用于启用弹性盒模型 */
    -webkit-box-orient: vertical; /* 必须，定义排列方向为垂直 */
    -webkit-line-clamp: 2;      /* 显示的行数，这里是3行 */
    overflow: hidden;            /* 超出隐藏 */
    text-overflow: ellipsis;     /* 超出显示省略号 */
}






video{
        width: 100% !important;
    height: 80rem !important;
}












@media (max-width: 768px) {
.news-container  .news_content p,.news-container .des,.news_content span{
            font-family: 'Calibri' !important;
            font-size: 11rem !important;
            color: #464646;
            line-height: 20rem;
            text-align: left;
    }
.news_content h2 span{
    font-size: 15.6rem !important;
    margin-bottom: 10px;
        display: block;
}
.news-container {
        margin: 0 auto;
        margin-top: 49rem;
        width: 91vw !important;
}
.news-container .date, .news-container .address {
    width: auto;
    height: 15rem;
    font-size: 8.15rem;
    
}
.news-container .title {
    padding-top: 8.6rem;
    line-height: 18rem;
    display: block;
    white-space: pre-wrap;
    width: 93vw;
    font-family: '452';
    font-weight: normal;
    font-size: 13.58rem;
    color: #636363;
    margin-bottom: 16rem;
}
.latest-news .imgs {
    width: 100%;
    height: 103rem;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 7rem;
    display: block;
}
.latest-news .title-news{
        font-size: 14.58rem;
}
.latest-news li .date span:nth-child(1){
        font-size: 7.51rem;
}
.latest-news .imgs .news-des {
    width: 95%;

    font-size: 8.33rem;
    
}
.latest-news li .date span:nth-child(2) {
    width: 59rem;
    height: 11.1rem;

    font-size: 7.75rem;
    line-height: 9.8rem;
    
}
.latest-news .title{
    font-size: 6.14rem;
}
}












