/* 公司新闻 */
.news_page .top_banner{
    width: 19.5rem;
    height: 8.35rem;
    background: #fff;
    border-radius: .25rem;
    margin:  0 auto;
    margin-top: .425rem;
    margin-bottom: .5rem;
    padding: .625rem;
    display: flex;
    
}
.news_page .top_banner .left_box{
    width: 11.9625rem;
    height: 7.15rem;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    
}
.news_page .top_banner .left_box .img_item{
    position: relative;
    overflow:hidden;
}
.news_page .top_banner .left_box .img_item .img{
    width: 100%;     
    height: 100%;          
}
.news_page .top_banner .left_box .img_item .case_img{
    /* width: 100%;
    height: 7.6875rem;  */
    margin:0;padding:0;height: 7.6875rem;object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.news_page .top_banner .left_box .img_item .title_box{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.3375rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    text-align: left;
}
.news_page .top_banner .left_box .img_item .title_box .img_title{
    text-align: left;
    font-size: .3rem;
    margin-left: .35rem;
    margin-top: .3625rem;
    color: #fff;
    font-family: Source Han Sans CN-Regular;
}
.news_page .top_banner .left_box .img_item .title_box .see_dedtail{
    cursor: pointer;
    text-decoration: none;
    font-size: .2rem;
    color: #fff;
    font-family: Source Han Sans CN-Regular;
    margin-left: .35rem;
    
}
.news_page .top_banner .swiper-pagination-bullet-active{
    background: #fff !important;
}
.news_page .top_banner .swiper-pagination-bullet{
    background: #96999E;
}
.news_page .top_banner .swiper-pagination{
    text-align: right;
    padding-right: .25rem;
    width: 50%;
    margin-left: 48%;
}
.news_page .top_banner .swiper-wrapper{
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.news_page .top_banner .img_item {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
  
.news_page .top_banner .right_box{
    flex: 1;
    padding-left: .5rem;
    padding-top: .265rem;
    
}
.news_page .top_banner .right_box a{
    text-decoration: none;
}
.news_page .top_banner .right_box .item_{
    border-bottom: .025rem solid #F2F2F2;
    padding-bottom: .55rem;
    margin-bottom: .55rem;
    
}
.news_page .top_banner .right_box .item_ .date{
    color: #0A70B4;
    font-size: .2rem;
    font-family: Source Han Sans CN-Bold;
    font-weight: bold;
    margin-bottom: .2rem;
}
.news_page .top_banner .right_box .item_ .brief_con{
    line-height: .475rem;
    font-size: .225rem;
    font-weight: Source Han Sans CN-Regular;
    color: #4D4D4D;
    
}

.news_page .search_box{
    width: 19.5rem;
    height: .825rem;
    margin: 0 auto;
    position: relative;
    
}
.news_page .search_box .search_input{
    width: 100%;
    background: #fff;
    height: .825rem;
    line-height: .825rem;
    border: none !important;
    font-size: .225rem;
    color: #4D4D4D;
    padding-left: .3rem;
    position: relative;
}
.news_page .search_box .search_input::after{
    border: none !important;
}
/* 点击隐藏边框 */
.news_page .search_box .search_input:focus{
    border: none !important;
    outline: none;
}
.news_page .search_box .search_but{
    position: absolute;
    right: .125rem;
    top: .265rem;
    background: none;
    border: none;
}
.news_page .news_list{
    width: 19.5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: .45rem;
    margin-top: .5rem;
    
}

.news_page .news_list .news_item{
    width: 5.2125rem;
    height: 4.3375rem;
    border-right: .0125rem solid #F2F2F2;
    border-bottom: .0125rem solid #F2F2F2;
    position: relative;
    padding:0 .6875rem;
    padding-top: .5rem;
    
}

.news_page .news_list .news_item .img{
    width: 3.825rem;
    height: 1.825rem;
    margin-bottom: .2rem;
    border-radius: .1875rem;
}
.news_page .news_list .news_item .date_{
    font-size: .2rem;
    color: #0A70B4;
    margin-bottom: .1rem;
    font-family: Source Han Sans CN-Bold;
}
.news_page .news_list .news_item .title{
    width: 3.825rem;
    font-size: .25rem;
    color: #4D4D4D;
    height: .75rem;
    margin-bottom: .05rem;
    display: flex;
    align-items: center;
    .title_a{

    }
}
.news_page .news_list .news_item .see_detail{
    color: #0A70B4;
    font-size: .2rem;
    font-family: Source Han Sans CN-Bold;
    cursor: pointer;
    text-decoration: none;
    
}
.news_page .news_list .news_item .hover_box{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:#F8FCFF ;
    
}

.news_page .news_list .news_item .hover_box .news_bg{
    width: 100%;
    height: 100%;
    position: absolute;
}
.news_page .news_list .news_item .hover_box .date_{
    margin-top: 1rem;
    margin-left: .4875rem;
}
.news_page .news_list .news_item .hover_box .title{
    margin-left: .4875rem;
    margin-bottom: .5rem;
}
.news_page .news_list .news_item .hover_box .see_detail{
    margin-left: .4875rem;
    cursor: pointer;
    z-index: 888;
    position: sticky;
}

.news_page .news_list .news_item:hover .hover_box{
    display: block;
}
.news_page .news_list .news_item:nth-child(1){
    width: 4.5375rem;
    align-items: left;
    padding-right: .7rem;
    padding-left: 0;
}
.news_page .news_list .news_item:nth-child(4){
    width: 4.5375rem;
    border-right: none;
}
.news_page .news_list .news_item:nth-child(5){
    width: 4.5375rem;
    align-items: left;
    padding-right: .7rem;
    padding-left: 0;
}
.news_page .news_list .news_item:nth-child(8){
    width: 4.5375rem;
    border-right: none;
}
.news_page .news_list .news_item:nth-child(9){
    width: 4.5375rem;
    align-items: left;
    padding-right: .7rem;
    padding-left: 0;
}
.news_page .news_list .news_item:nth-child(12){
    width: 4.5375rem;
    border-right: none;
}
.news_page .news_list .news_item:nth-child(13){
    width: 4.5375rem;
    align-items: left;
    padding-right: .7rem;
    padding-left: 0;
}
.news_page .news_list .news_item:nth-child(16){
    width: 4.5375rem;
    border-right: none;
}
.news_page .news_list .news_item:nth-child(17){
    width: 4.5375rem;
    align-items: left;
    padding-right: .7rem;
    padding-left: 0;
}

.news_page .news_list .news_item:nth-child(20){
    width: 4.5375rem;
    border-right: none;
}