.news-wrap {
    margin: 0 auto;
    padding: 1rem 0;
}

.news-wrap .common-title-text {
    font-size: 0.32rem;
}

.news-infor-nav-box {
    display: flex;
    justify-content: center;
}

.news-infor-nav-box .active {
    font-weight: bold;
    color: #284186;
    border-color: #94C33A;
}

.news-infor-nav {
    font-size: 0.24rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid transparent;
    margin: 0 0.18rem;
}

.news-infor-box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.news-infor-left {
    width: 7.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-infor-left .common-title {
    align-items: flex-start;
}

.news-infor-content {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.34rem;
    margin: 0.3rem 0;
    max-height: 8rem;
    overflow: hidden;
}

.news-infor-bt {
    padding: 0.08rem 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #FFFFFF;
    background: #284186;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
}

.news-infor-bt img {
    margin-left: 0.04rem;
    width: 0.18rem;
    height: 0.18rem;
}

.news-infor-right {
    align-self: flex-start;
    width: 5rem;
    padding: 0.3rem;
    background: #284186;
}

.news-infor-item {
    display: flex;
    padding-top: 0.3rem;
}
.news-infor-item:hover .news-infor-item-text{
    color: #94C33A;
    font-weight: bold;
}

.news-infor-icon {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.news-infor-icon img {
    width: 100%;
    height: auto;
}

.news-infor-item-right {
    flex: 1;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
}

.news-infor-item-text {
    font-size: 0.2rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #FFFFFF;
}

.news-infor-item-content {
    margin-top: 0.12rem;
    display: flex;
    align-items: center;
}

.news-infor-item-img {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.12rem;
}

.news-infor-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-infor-item-p {
    font-size: 0.14rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.28rem;
}

.news-infor-page {
    margin-top: 0.6rem;
    display: flex;
    justify-content: flex-end;
}

/* 资讯详情 */
.inforDetail-centent {
    margin: 0.5rem 0;
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
}

.inforDetail-video {
    width: 100%;
    height: auto;
}

.inforDetail-video video {
    width: 100%;
    margin: 0.5rem 0;
}

.inforDetail-bt {
    width: 1.5rem;
    padding: 0.16rem 0.24rem 0.16rem 0.12rem;
    display: flex;
    align-items: center;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    opacity: 1;
    border: 0.01rem solid #284186;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #284186;
    margin-bottom: 0.68rem;
}

.inforDetail-bt img {
    width: 0.24rem;
    height: 0.24rem;
}

.inforDetail-list {
    display: flex;
    margin-top: 0.6rem;
}

.inforDetail-item {
    display: flex;
    padding: 0.3rem 0.3rem 0.3rem 0.1rem;
    width: 4.5rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    opacity: 1;
    border: 0.01rem solid #EEEEEE;
    overflow: hidden;
    position: relative;
    margin-right: 0.35rem;
}

.inforDetail-item:nth-child(3n) {
    margin-right: 0;
}


.inforDetail-icon {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.inforDetail-icon img {
    width: 100%;
    height: 100%;
}

.inforDetail-item-right {
    flex: 1;
}

.inforDetail-item-text {
    font-size: 0.2rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333;
    line-height: 0.3rem;
}

.inforDetail-item-content {
    margin-top: 0.12rem;
}

.inforDetail-item-img {
    width: 100%;
    height: 2rem;
    flex-shrink: 0;
    margin-bottom: 0.12rem;
}

.inforDetail-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inforDetail-item-p {
    font-size: 0.14rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666;
    line-height: 0.28rem;
}

.inforDetail-item:hover {
    box-shadow: 0rem 0.04rem 0.32rem 0rem rgba(0, 0, 0, 0.1);
}

.inforDetail-item:hover .inforDetail-item-tex {
    color: #284186;
}

.inforDetail-item:hover::after {
    content: '';
    width: 100%;
    height: 0.05rem;
    background: #94C33A;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0.08rem 0.08rem;
}

.inforDetail-icon2 {
    display: none;
}

.inforDetail-item:hover .inforDetail-icon1 {

    display: none;
}

.inforDetail-item:hover .inforDetail-icon2 {
    display: block;
}

/* 媒体中心 */
.news-video-list {
    display: flex;
    flex-wrap: wrap;
}

.news-video-item {
    width: 4.5rem;
    margin-right: 0.25rem;
    margin-top: 0.46rem;
}

.news-video-item:nth-child(3n) {
    margin-right: 0;
}

.news-video-img-box {
    width: 100%;
    height: 2.54rem;
    position: relative;
}

.news-video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-video-play {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.news-video-p {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 0.26rem 0 0.14rem 0;
}

/* 内部活动 */
.news-activity-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-activity-item {
    padding: 0.32rem 0.4rem;
    width: 6.7rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    border: 0.03rem solid #EEEEEE;
    margin-bottom: 0.6rem;
}

.news-activity-title {
    display: flex;
    align-items: center;
}

.news-activity-num {
    font-size: 0.64rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: rgba(40, 65, 134, 0.2);
    flex-shrink: 0;
    margin-right: 0.3rem;
}

.news-activity-text {
    font-size: 0.32rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
    line-height: 0.38rem;
    flex: 1;
}

.news-activity-img {
    margin: 0.3rem;
    height: 3rem;
    /*width: 100%;*/
}

.news-activity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-activity-p {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    line-height: 0.34rem;
}

.news-activity-time {
    font-size: 0.12rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #999999;
    margin-top: 0.1rem;
}

.news-activity-bt {
    width: 1.1rem;
    height: 0.34rem;
    background: #284186;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.3rem;
}

.news-activity-bt img {
    width: 0.18rem;
    height: 0.18rem;
}

.news-activity-page{
    display: flex;
    justify-content: center;
}















/*==============H5==============*/
@media all and (max-width: 1024px) { 
       /*品牌资讯 开始*/
       .news-infor-box {
           flex-direction: column;
           padding: 15px;
       }
       .news-infor-left {
           width: 100%;
       }
       .news-infor-right {
           margin-top: 10px;
           width: 100%;
       }
       
       .news-infor-bt {
           width: 80px;
           height: 25px;
           margin: 10px auto;
       }
       .news-infor-item-text {
           font-size: 14px;
       }
       .news-infor-item-p {
           font-size: 12px;
           line-height: 1.5;
       }
       
       .inforDetail-bt {
           min-width: 80px;
           width: fit-content;
           height: 30px;
           font-size: 14px;
       }
       .inforDetail-bt img {
           width: 15px;
           height: 15px;
       }
       
       .inforDetail-list {
           flex-direction: column;
       }
       
       .inforDetail-item {
           width: 100%;
       }
       .inforDetail-item-img {
           height: 50vw;
       }
       .inforDetail-item-text {
           font-size: 14px;
               line-height: 1.5;
       }
       .inforDetail-item-p {
           font-size: 12px;
           line-height: 1.5;
       }
       /*品牌资讯 开始*/
    
    
    
    /*公司动态 开始*/
    .news-wrap {
        padding: 20px 0;
    }
    .news-activity-list {
      padding: 15px;   
    }
    .news-activity-item {
        width: 100%;
        padding: 10px;
    }
    .news-activity-num {
        font-size: 24px;
    }
    .news-activity-text {
        font-size: 16px;
    }
    .news-activity-p {
        font-size: 14px;
        line-height: 1.5;
    }
    .news-activity-time {
        font-size: 12px;
        margin-top: 10px;
    }
    .news-activity-bt {
        width: 80px;
        height: 25px;
    }
    /*公司动态 结束*/
    
    
    /*公司动态详情 开始*/
    .news-detail {
        padding:25px  15px;
    }
     .news-detail .inforDetail-centent p, 
     .news-detail .inforDetail-centent p span
     {
       font-size: 14px !important;
       text-align: justify;
    }
    /*公司动态详情 结束*/
    
    
    
    
     
    /*视频中心 开始*/
      .news-infor-nav {
        font-size: 14px;
    }
    
    .news-video-list {
        padding: 15px;
        justify-content: space-between;
    }
    .news-video-item {
        width: 48%;
        margin: 7.5px 0;
    }
 
    /*视频中心 结束*/
}




