.newsPart{
    padding-bottom: 0.8rem;
}
.newsList{
    display: flex;
    flex-wrap: wrap;
}
.newsListDiv{
    width: 3.35rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #C2C2C2;
    margin-right: 0.2rem;
    display: flex;
    justify-content: space-between;
    padding: 0.25rem;
    margin-bottom: 0.5rem;
    transition: 0.3s all;
}
.newsListDiv:nth-child(4n){
    margin-right: 0;
}
.newsListImg{
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    overflow: hidden;
}
.newsListImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.newsListText{
    width: 1.51rem;
}
.newsListText1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #8F8F8F;
}
.newsListText2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    line-height: 0.2rem;
    margin: 0.11rem 0;
}
.newsListText3{
    width: 0.2rem;
    height: 0.2rem;;
}
.newsListText3 img{
    width: 100%;
}
.newsListDiv:hover{
    box-shadow: 0rem 0rem 0.1rem 0rem rgba(57, 28, 7);
}

.newsListDiv:hover .newsListImg img{
    scale: 1.1;
}
.newsDetail{
    padding-bottom: 0.5rem;
}
.detailLink{
    padding: 0.5rem 0;
}
.detailLink div,
.detailLink div a{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
}
.detailLink div:first-child{
    margin-bottom: 0.4rem;
}