.email #l-container {
    background: url(../images/email_bg.png)no-repeat center bottom /100% auto;
}

ul.news_list_yxzx {
    width: 59.11%;
}

.wz_conf {
    box-sizing: border-box;
    padding: 0.63rem 0.67rem 2.16rem;
    background: url(../images/emai_listbg.png) no-repeat center / cover;
    margin-top: 0.65rem;
}

.wz .news_title p{font-size:var(--titleSize);line-height:2;}


.news_list_yxzx .news:nth-child(2) .newsbox {
    display: flex;
    border: 1px dashed #2F4DCC;
    padding: 0.25rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    box-shadow: 6px 3px 10px 0 rgba(0,0,0,0.07);
    justify-content: space-between;
}

.news_list_yxzx .news:nth-child(2) .wz {padding-left:0.68rem;flex: 1;box-sizing: border-box;padding-top: 0.2rem;}

.news_list_yxzx .news:nth-child(2) .xz {
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: #707070;
    font-family: 'Roboto';
}

.news_list_yxzx .news:nth-child(2) .news_title p{font-family:'Roboto';font-size:0.32rem;font-weight:bold;color:#2F4DCC;line-height:1.5}
.newsbox_l {
    width: 0.84rem;
    margin-left: 0.51rem;
    margin-top: 0.07rem;
}

.newsbox_l .news_imgs {padding-top:96.42%;background:unset;}
.r_arr {
    width: 0.38rem;
}

.r_arr_box {
    width: 0.38rem;
    height: 0.38rem;
    background: linear-gradient(
135deg, #5E9ABA, #2F4DCD);
    border-radius: 0.02rem;
    position: relative;
}

.r_arr_box::before {
    content: '';
    width: 0.17rem;
    height: 0.17rem;
    background: url(../images/r_arr_bg.png)no-repeat center / contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

@media screen and (max-width: 999px){
    .wz_conf{background: linear-gradient(180deg, #F5FAFF, transparent);}
    ul.news_list_yxzx{width:100%;}
    .newsbox_l{
    margin-left: 0;
}
}

@media screen and (max-width: 479px){
    .news_list_yxzx .news:nth-child(2) .wz{padding-left:0.3rem;}
    .wz_conf{padding:10px;}
    .news_list_yxzx .news:nth-child(2) .news_title p{font-size:18px;}
}