body{
    background-color: #fff;
}

.yl_container{
    width: 1400px;
    margin: 0 auto;
}

.yl_header{
    background: url(../images/yallldf.png) no-repeat;
    height: 624px;
}

.dmgh{
    margin-top: 40px;
    margin-left: 40px;
}

.yl_main{
    margin-top: -26px;
    padding-bottom: 10px;
}

.yltitle1{
    background: url(../images/dastaz.png) center no-repeat;
    margin: 0 17px;
    padding: 0 611px;
    font-size: 36px;
    font-weight: bold;
    color: #BE1329;
    line-height: 26px;
    margin-bottom: 33px;
}

.tyzc_con{
    display: flex;
    justify-content: space-between;
}

.tyzc_l{
    width: 49%;
}

.tyzc_title{
    display: flex;
}

.tyzc_title li.bt1{
    width: 33%;
}

.tyzc_title li{
    margin-right: 49px;
    position: relative;
}

.tyzc_title li:last-child{
    margin-right: 0;
}

.tyzc_title li.bt1 a{
    padding: 0;
}

.tyzc_title li a{
    display: block;
    font-size: 18px;
    color: #000000;
    padding: 11px 0;
}

.tyzc_title li.on a,
.tyzc_title li:hover a{
    font-weight: bold;
}

.tyzc_title li.on::after,
.tyzc_title li:hover::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    width: 24px;
    height: 11px;
    background: url(../images/dazas.png) no-repeat;
}

.tyzc_nr{
    margin-top: 34px;
}

.tyzc_nr ul li{
    display: flex;
    justify-content: space-between;
    text-indent: 17px;
    position: relative;
    margin-bottom: 28px;
}

.tyzc_nr ul li:last-child{
    margin-bottom: 0;
}

.tyzc_nr ul li::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border: 1px solid #808080;
    border-radius: 50%;
}

.tyzc_nr ul li a{
    font-size: 16px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tyzc_nr ul li span{
    font-size: 16px;
    color: #999999;
}

.tyzc_r{
    width: 50%;
}

.ywbl{
    margin-top: 49px;
}

.yljgtitle{
    display: flex;
    justify-content: space-between;
    padding-bottom: 37px;
    border-bottom: 1px dashed #DDDDDD;
}

.yljgtitle li{
    width: 33%;
    text-align: center;
    position: relative;
}

.yljgtitle li a{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.yljgtitle li.on a,
.yljgtitle li:hover a{
    padding: 10px 28px;
    background-color: #BE1329;
    border-radius: 6px;
    color: #FFFFFF;
}

.yljgtitle li.on::before,
.yljgtitle li:hover:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: auto;
    width: 15px;
    height: 6px;
    background: url(../images/dasaj.png) no-repeat;
}

.yljgtitle li.on::after,
.yljgtitle li:hover:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(../images/hadaxz.png) no-repeat;
}

.ywbl_nr{
    margin-top: 25px;
}

.ywbl_nr ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ywbl_nr ul li{
    width: 48.5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    text-indent: 17px;
    position: relative;
}

.ywbl_nr ul li::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border: 1px solid #808080;
    border-radius: 50%;
}

.ywbl_nr ul li a{
    width: 80%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ywbl_nr ul li span{
    font-size: 16px;
    color: #999999;
}

.yltitle2{
    background: url(../images/fagahah.png) center no-repeat;
    margin: 0 17px;
    padding: 0 575px;
    font-size: 36px;
    font-weight: bold;
    color: #BE1329;
    line-height: 26px;
    margin-bottom: 33px;
}

.hyglxx{
    margin-top: 34px;
}

.hyglxx_title{
    padding: 15px 30px 15px 0;
    background: #F0F0F0;
    display: flex;
    justify-content: space-between;
}

.hyglxx_title li a{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 0 13px 12px;
}

.hyglxx_title li.on a,
.hyglxx_title li:hover a{
    font-weight: bold;
    color: #BE1329;
    padding: 0 13px 12px;
    border-bottom: 3px solid #BE1329;
}

.hyglxx_nr{
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .yl_container,
    .tyzc_l,
    .tyzc_r,
    .tyzc_r img{
        width: 100%;
    }

    .dmgh{
        margin-top: 20px;
        margin-left: 10px;
        width: 50%;
    }

    .yl_header{
        height: 240px;
        background-size: 100% 100%;
    }

    .yl_main{
        padding-left: 10px;
        padding-right: 10px;
    }

    .yltitle1,
    .yltitle2{
        padding: 0;
        text-align: center;
    }

    .tyzc_con{
        flex-wrap: wrap;
    }

    .tyzc_nr ul li a{
        width: 68%;
    }

    .tyzc_title li.bt1{
        width: 38%;
    }

    .tyzc_title li{
        width: 30%;
        margin-right: 10px;
    }

    .tyzc_r{
        margin-top: 20px;
    }

    .yljgtitle{
        padding-bottom: 0;
        border-bottom: none;
        flex-wrap: wrap;
    }

    .yljgtitle li{
        width: 100%;
        margin-bottom: 45px;
    }

    .ywbl_nr ul{
        flex-wrap: wrap;
    }

    .ywbl_nr ul li{
        width: 100%;
    }

    .ywbl_nr ul li a{
        width: 68%;
    }

    .hyglxx_title{
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .hyglxx_title li{
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }


}

.wzazzms .yl_container,
.wzazzms .tyzc_l,
.wzazzms .tyzc_r,
.wzazzms .tyzc_r img,
.wzazzms .ywbl_nr ul li{
	width:100%;
}

.wzazzms .yltitle1,
.wzazzms .yltitle2{
	padding:0;
	text-align:center;
	font-size:50px;
}

.wzazzms .tyzc_con,
.wzazzms .hyglxx_title{
	flex-wrap: wrap;
}

.wzazzms .tyzc_title li a,
.wzazzms .yljgtitle li a,
.wzazzms .hyglxx_title li a{
	font-size:38px;
}

.wzazzms .tyzc_title li.bt1 {
    width: 50%;
}

.wzazzms .tyzc_title li a{
	padding:0;
}

.wzazzms .tyzc_nr ul li a,
.wzazzms .tyzc_nr ul li span,
.wzazzms .ywbl_nr ul li a,
.wzazzms .ywbl_nr ul li span{
	font-size:34px;	
}

.wzazzms .tyzc_r{
	margin-top:20px;
}

.wzazzms .hyglxx_title{
	padding:15px 30px;
}

.wzazzms .hyglxx_title li{
	width: 50%;
	margin-bottom: 20px;
}