body{
    background: url(../../images/ztzl/2022_wrmfw/wrmfw2022_bg.png) no-repeat top center;
}
.head{
    height: 675px;
}
.head a img{
    max-width: 33%;
    margin: 10px;
}
.head .headxys{
    display: none;
}
.wrmfwzt2022 .wzbox {
    width: 1140px;
    line-height: 42px;
    font-size: 18px;
    color: #000;
    text-indent: 2em;
    margin: 0 auto;
    margin-top: 285px;
    box-sizing: border-box;
    padding: 0 22px;
    /* border-left: 4px solid #e13f32; */
    position: relative;
}
.wrmfwzt2022 .wzbox::after {
    width: 4px;
    height: 90%;
    content: '';
    position: absolute;
    background: #e13f32;
    left: 0;
    top: 10px;
    border-radius: 4px;
}
.content .con1 {
    padding: 40px  0px;
    min-height: 400px;
}
.content .con1 li{
    width: 31.5%;
    background: #ffffff;
    height: 85px;
    float: left;
    margin-bottom: 28px;
    padding: 0 20px;
    box-sizing: border-box;

}
.content .con1 li>div{
    width:100%;
    height:100%;
        display: table;
    text-align: center;
}
.content .con1 li:nth-child(3n+2){
    margin-left:2.75%;
    margin-right:2.75%;
}
.content .con1 li a{

    display: table-cell;
    vertical-align: middle;
}
.content .con1 li a span{

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;

}

@media(max-width:1200px){
    .container{
        width:100%;
    }
    body{
        background: #faf4ec;
        background-color: #faf4ec !important;
    }
    .head{
        height: auto;
        overflow: hidden;
    }
    .head .container{
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .head .headxys{
        display: block;
        max-width: 300%;
        width: 130%;
        margin-left: -15%;
    }
    .content{
        padding: 0 8px;
        box-sizing: border-box;
    }
    .wrmfwzt2022 .wzbox{
        margin-top: 0px;
        max-width: 100%;
        font-size: 16px;
        line-height: 32px;
    }
    .content .con1{
        padding: 20px 0px;
    }
    .content .con1 li a span{
        font-size:16px;
    }
    
    .content .con1 li{
           height: 70px; 
    }
    .head a img{
        margin: 5px;
    }
}
@media(max-width:768px){


    .content .con1 li:nth-child(3n+2){
        margin-left:0%;
        margin-right:0%;
    }
    .content .con1 li{
        width: 48%;
        margin-left:1% !important;
        margin-right:1% !important;
        padding: 0 5px;
    }
    .head .headxys{
        width: 160%;
        margin-left: -30%;
    }

}