@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff'),
    url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff2');
}

@font-face {
    font-family: 'JDLANGZHENGTI';
    src: url('../../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff'),
    url('../../font-awesome/fonts/JDLANGZHENGTI.ttf') format('woff2');
}



/*.banner-home::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to bottom, rgb(25 54 91) 0%, rgba(128, 128, 128, 0) 30%);*/
/*    pointer-events: none;*/
/*    z-index: 10;*/
/*}*/
.banner-home img{
    width: 100%;
    padding: 0px;
    height: 100%;
    object-fit: cover;
    z-index:2;
}



/*.banner-home .main-title{*/
/*    position: absolute;*/
/*    left: 8.8rem;*/
/*    font-family: '452';*/
/*    font-weight: normal;*/
/*    font-size: 11.43rem;*/
/*    color: #FFFFFF;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    top: 26.5rem;*/
/*    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
/*    z-index:11;*/
/*}*/
.news-container{
    padding: 6.7rem 8.3rem;
}
.search-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4.1rem;
    cursor: pointer;
}
.search-content .search-content-items{
    display: flex;
    align-items: center;
    gap: 4.5rem;

}
.search-content .search-content-items label{
    font-family: 'AcuminVariableConcept';
    font-size: 2.55rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.search-content .search-content-items .search-content-item-value{
    display: flex;
    gap: 2.5rem;
    align-items: center;
}
.search-content .search-content-items input, .search-content .search-content-items select{
    width: 16.9rem;
    height: 5.2rem;
    background-color: #f7f7f7;
    border: none;
    font-size: 2.28rem;
    color: #C2C2C2;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    padding-left: 2rem;
    font-family: 'AcuminVariableConcept';
}
.search-form input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.search-content-items select{
    width: 25rem !important;
}
.search-content .search-content-items .search-content-item-value span{
    font-size: 2.55rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.SUBSCRIBE{
    background-color: red;
    border-radius: 2rem;
    /*width: 25rem;*/
    text-align: center;
    height: 5rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border: none !important;
}
.SUBSCRIBE span{
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 2.62rem;
    color: #FFFFFF;
    line-height: 5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.SUBSCRIBE img{
    width: 2.8rem;
    height: 3.1rem;
}
.keyword{
    width: 43.5rem;
    height: 4.5rem;
    font-family: 'AcuminVariableConcept';
    font-size: 1.4rem;
    color: #C2C2C2;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-radius: 2rem;
    border: 1px solid #ccc;
    padding-left: 3rem;
    background-color: #f7f7f7;
    line-height: 4.5rem;
}
.keyword-items{
    width: 100%;
    cursor: pointer;
}
.news-content-container{
     display: flex;
     justify-content: flex-start;
     /*align-items: center;*/
     flex-wrap: wrap;
     gap: 4.9rem;
 }
.news-content-items{
    width: 58.5rem;
    cursor: pointer;
}
.news-content-items .date{
    width: 100%;
    /* height: 4rem; */
    font-family: 'AcuminVariableConcept';
    font-size: 2.8rem;
    color: #C2C2C2;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    text-align: left;
}
.news-content-items .img-group{
    width: 100%;
    height: 35.78rem;
    display: block;
    position: relative;
}
.img-group img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.img-group .title{
    position: absolute;
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    left: 2.4rem;
    bottom: 2.5rem;
    color: #fff;
    white-space: nowrap;       /* 不换行 */
    overflow: hidden;          /* 超出部分隐藏 */
    text-overflow: ellipsis;   /* 显示省略号 */
    width: calc(100% - 4.8rem);
}
.news-content-items  .des{
       width: 100%;
    display: block;
    text-align: left;
    /* width: 32.3rem; */
    /* height: 1.8rem; */
    font-family: 'AcuminVariableConcept';
    font-size: 2.3rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* padding-left: 2.8rem; */
    margin-top: 2.3rem;
    line-height: 3rem;
  
    font-weight: 600;
    display: -webkit-box;       /* 必须，用于启用弹性盒模型 */
    -webkit-box-orient: vertical; /* 必须，定义排列方向为垂直 */
    -webkit-line-clamp: 3;      /* 显示的行数，这里是3行 */
    overflow: hidden;            /* 超出隐藏 */
    text-overflow: ellipsis;     /* 超出显示省略号 */
}
.news-content{
    margin-bottom: 25rem;
    margin-top: 11.7rem;
}
.news-content .nodata{
    font-size: 3rem;
    text-align: center;
    width: 100%;
    display: block;
    color: #bebaba;
}


.news-content .title-more{
    position: absolute;

}
.news-content .title-more::after {
    content: "...";
    /* letter-spacing: 0.3em; */
    font-size: 2.2em;
    margin-left: 0.5em;
    position: absolute;
    right: -7rem;
    top: -1.6rem;
}
.news-footer{
    display: flex
;
    flex-direction: column;
}

.news-footer .title{
    font-family: 'MyriadPro-Regular';
    font-size: 11.86rem;
    color: #464646;

    font-style: normal;
    text-transform: none;
    display: block;
    margin: 0 auto;
}
.news-footer .des{
    width: 118.9rem;
    height: 8.6rem;
    font-family: 'MyriadPro-Regular';
    font-size: 3.9rem;
    color: #959595;
    line-height: 4.88rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: block;
    margin: 0 auto;
}
.news-footer .sub{
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    /*width: 39.9rem;*/
    height: 6.4rem;
    margin: 0 auto;
    background-color: red;
    color: #fff;
    border-radius: 4rem;
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.news-footer .sub span{
    font-family: 'JDLANGZHENGTI';
    font-weight: normal;
    font-size: 2.97rem;
    color: #FFFFFF;
    line-height: 3.48rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.news-footer .sub img{
    width: 3.1rem;
    height: 3.6rem;
}
.img_bottom{
    width: 100%;
    height: 76.91rem;
    position: relative;
}
.img_bottom::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    transition: all 0.3s ease;
    z-index: 2;
    color: rgb(255 255 255);
}
.news{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.datepicker-days{
    font-size: 1.2rem;
}
/*.news-content .more{*/
/*    font-family: 'JDLANGZHENGTI';*/
/*    font-weight: normal;*/
/*    font-size: 2.99rem;*/
/*    color: #464646;*/
/*    line-height: 3.5rem;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/

/*    width: 29.8rem;*/
/*    height: 6.5rem;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 2rem;*/
/*    line-height: 6.5rem;*/
/*    padding-left: 2.9rem;*/
/*    !* margin: 0 auto; *!*/
/*    display: block;*/
/*    margin: 12.9rem auto;*/
/*    cursor: pointer;*/
/*}*/
.painagin{
    margin: 12.9rem auto;
    cursor: pointer;
}
.painagin li{
    width: 6rem;
    height: 6rem;

    text-align: center;
    line-height: 6rem;
    font-size: 2rem;
}
.painagin li:hover{
    background-color: #7C7C7C;
}
.painagin li a{
    color: #ccc;
    font-family: 'JDLANGZHENGTI';
}
@media screen and (max-width: 768px) {
    .banner-home {
        aspect-ratio: 9/16;
    }
    /*.banner-home .main-title{*/
    /*    font-size: 19rem;*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/
    .news-content-items{
        width: 100%;
        padding: 6rem;
    }
    .news-content-items .date{
        font-size: 10.55rem;
    }
    .news-content-items .des,.img-group .title{
        font-size: 7.5rem;
        margin-top: 10rem;
    }
    .news-content-items .img-group{
        height: 150rem;
    }
    .news-content .title-more::after {
        right: -14rem;
    }
    .news-content .more{
        font-size: 6.99rem;
        width: 63.8rem;
        height: 19.5rem;
        border-radius: 6rem;
        line-height: 19.5rem;
    }
    .news-footer .title{
        font-size: 13.86rem;
    }
    .news-footer .des {
        width: 90%;
        font-size: 7rem;
        line-height: 8.88rem;

    }
    .news-footer .sub img {
        width: 8.1rem;
        height: 7.6rem;
    }
    .news-footer .sub span{
        font-size: 5.97rem;
    }
    .news-footer .sub {
        width: 75.9rem;
        height: 19.4rem;
        border-radius: 10rem;
        margin-top: 13rem;
    }
    .search-content .search-content-items:nth-child(1){
        flex: 0 0 100%;
    }
    .search-content .search-content-items{
        flex: 0 0 calc(50% - 10px);
    }
    .search-content .search-content-items label{
        width: 25rem;
        font-size: 7rem;
    }
    .search-content .search-content-items input, .search-content .search-content-items select{
        width: 66.9rem;
        height: 15.2rem;
        font-size: 7.28rem;
    }
    .SUBSCRIBE{
        width: 61rem;
        height: 12rem;
    }
    .SUBSCRIBE span {
        font-size: 6.62rem;
        line-height: 5rem;
    }
    .SUBSCRIBE img {
        width: 6.8rem;
        height: 7.1rem;
    }
    .keyword{
        width: 107.5rem;
        height: 19.5rem;
        font-size: 6rem;
    }
    .datepicker td, .datepicker th{
        font-size: 12px;
    }
    .search-content .search-content-items .search-content-item-value span{
        font-size: 6.55rem;
    }
    .search-content-items select{
        width: 78rem !important;
    }
}
