.headNav{
    margin-bottom: 0.39rem !important;
    display: none;
}
.news-part{
    background: #fff;
    padding:0.54rem;
    margin-bottom: 1rem !important;
}
.news-part .news-cate{
    width: 7rem;
    border-bottom: 0.01rem solid rgba(112,112,112,0.5);
    display: flex;
    padding: 0 0.95rem;
    margin: 0 auto;
    margin-bottom: 0.49rem;
}
.news-part .news-cate .news-cp{
    width: 1rem;
    margin: 0.14rem 0.37rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #231A15;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.news-part .news-cate .news-cp.active::after{
    content: '';
    width: 1rem;
    height: 0.03rem;
    display: block;
    border-bottom: 0.03rem solid #0868BF;;
    position: absolute;
    bottom: -0.155rem;
}
.news-part .news-cate .news-cp::after{
    content: '';
    width: 0rem;
    height: 0.03rem;
    display: block;
    border-bottom: 0.03rem solid #0868BF;;
    position: absolute;
    bottom: -0.155rem;
    transition: all 0.3s
;
}
.news-part .news-cate .news-cp:hover::after{
    content: '';
    width: 1rem;
    height: 0.03rem;
    display: block;
    border-bottom: 0.03rem solid #0868BF;;
    position: absolute;
    bottom: -0.155rem;
}
.news-part .news-cate .news-cp:hover{
    color: #0868BF;
}

.news-part .news-cate .news-cp.active{
    color: #0868BF;
}
.news-part .news{
    display: flex;
    flex-wrap: wrap;
    
    /*justify-content: space-between;*/
}
.news-part .news .news-list{
    width: calc((100% - 0.72rem)/4);
    border: 0.01rem solid rgba(112,112,112,0.7);
    margin-bottom: 0.3rem;
    margin-right: 0.22rem;
}
.news-part .news .news-list:nth-child(4n){
    margin-right: 0;
}

.news-part .news .news-list .news-img{
  
    height: 2.66rem;
    overflow: hidden;
}
.news-part .news .news-list .news-img img{
    width: 100%;
    height: 100%;
    transform: scale(1.02);
    object-fit: cover;
}
.news-part .news .news-list .news-title{
    height: 0.5rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #231A15;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: 0.17rem;
    cursor: pointer;
    padding: 0 0.4rem;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    
    
}
.news-part .news .news-list .date{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0868BF;
    text-align: center;
    margin-bottom: 0.23rem;
     padding: 0 0.4rem;
}
.news-part .news-cate.details{
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.news-part .news-cate .news-details-title{
    width: 100%;
    font-size: 0.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #231A15;
    padding-bottom: 0.31rem;
    text-align: center;
}
.news-part .news-date{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #7E7E7E;
    margin-top: 0.25rem;
    text-align: center;
    margin-bottom: 0.49rem;
}
.news-part .news-content p{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #231A15;
    line-height: 0.3rem;
}
.news-part .news-content .news-img{
    width: 100%;
    margin: 0.39rem 0;
}
.news-part .news-content .news-img>img{
    width: 100%;
}
.news-part.detail{
    padding: 0.75rem 1.75rem;
}

@media only screen and (max-width:1024px){
    .news-part .news .news-list{
        width: calc((100% - 0.3rem) / 2);
    }
    .news-part .news .news-list:nth-child(2n){
        margin-right: 0;
    }
    .news-part .news-cate{
        width: auto;
        padding: 0;
        justify-content: center;
    }
    .news-part .news-cate .news-cp{
        font-size: 14px;
    }
    .news-part .news .news-list .news-title,.news-part .news .news-list .date,.news-part .news-date,.news-part .news-content p{
        font-size: 12px;
    }
    .news-part .news .news-list .news-title{
        height: auto;
    }
    .news-part.detail{
        padding: 0.54rem;
    }
    .news-part .news-content img{
        width: 100%;
    }
    
}