@font-face {
    font-family: 'Arial'; /* 自定义字体名称 */
    src: url('../fonts/Arial.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}
@font-face {
    font-family: 'Arial'; /* 自定义字体名称 */
    src: url('../fonts/Arial-bold.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: bold; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}

body.xy .xyBox .news_list{margin: 0 -0.2rem;}
body.xy .xyBox li.news{
    float: left;
    width: 33.33%;
    margin-right: 0;
    margin-left: 0;
}
body.xy .xyBox .news_div{
    position: relative;
    margin: 0 0.2rem;
}
body.xy .xyBox .news_con {
    display: block;
    background: url(../images/arrow_r.png) no-repeat right center / 0.17rem 0.25rem;
    font-size: 0.21rem;
    transition: 0.4s;
    margin-bottom:0.2rem;
    padding-right: 0.25rem;
}
body.xy .xyBox .news_imgs{
    position: relative;
       padding-top: 56.26%;
    overflow: hidden;
    height: 0;
}
body.xy .mainbox02 .news .news_imgs:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(../images/yxszfront.svg) no-repeat center bottom / 97%;
    position: absolute;
    bottom: 3%;
    z-index: 60;
    pointer-events: none;
    opacity: 0;
}
body.xy .xyBox .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: grayscale(1) brightness(175%); */
    transition: all 0.6s ease;
}
body.xy .xyBox a.news_link:hover .news_imgs img{
    /* filter: grayscale(0); */
    transform: scale(1.05);
}
body.xy .xyBox .news_con{
    /* position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    z-index: 10; */
    height: 0.72rem;

}
body.xy .xyBox .news_title{
    font-size: 0.24rem;
    line-height: 0.36rem;
    font-family: 'Arial';
    font-weight: bold;
    color: #000;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}



@media screen and (max-width: 999px) {
    body.xy .xyBox li.news {
        width: 50%;
    }
    body.xy .xyBox .news_title{
        font-size: 0.2rem;
        line-height: 0.32rem;
    }
}
@media screen and (max-width: 476px) {
    body.xy .xyBox li.news {
        width: 100%;
    }
    body.xy .xyBox .news_title{
        font-size: 0.18rem;
        line-height: 0.26rem;
    }
}



