.xyfg #l-container {
    background: linear-gradient(180deg, rgba(193,227,246,0.3) , transparent 70%);
}

.news_list3 .news {
    float: left;
    width: 33.3%;
    margin-bottom: 0.58rem;
}

.news .news_imgs {
    padding-top: 62.94%;
}

.boxfg {
    margin: 0 0.275rem;
    box-shadow: 0 3px 16px rgba(11,68,168,0.07);
}

.news_list3 {
    margin: 0.575rem -0.275rem 0;
}

.news_wz {
    background: #fff;
    line-height: 2;
    text-align: center;
    font-size: 0.19rem;
    min-height: 1.09rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
}
.news_list3 .news:hover img {
    transform: scale(1.2);
}

.news_list3 .news:hover .news_title a{color:var(--hoverColor);}

@media screen and (max-width:999px){
  .news_list3  .news{width: 50%;}
}

@media screen and (max-width:767px){
  .news_list3 .news{width: 100%;}
}