@charset "utf-8";
/****************new**************/
.wzdtcontent .pos{
    font-size: 16px;
    padding: 20px 0px;
    margin-top: 5px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 30px;
    background: url(../images/wzdtdqwzposbg.png) no-repeat left center;
}
.wzdtcontent .pos a{
    color: #333;
}
.wzdtcontent .pos a:hover{
	    text-decoration: underline;
    color: red;
}
.wzdtcontent .comtit {
    height:55px;
}
.wzdtcontent .comtit span{
    height: 60px;
    line-height: 55px;
    padding: 0 25px;
    background: #285CB0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    z-index: -1;
}

.wzdtcontent .con{
    margin-top: 25px;
}
.wzdtcontent  .comul{
    padding: 0 25px;
    box-sizing: border-box;
    background: #fbfbfb;
    border-radius: 10px;
    min-height: 100px;
    line-height: 36px;
    padding-bottom: 35px;
}
.wzdtcontent .comul ul a{

    font-size: 18px;
    float: left;
    padding: 0 18px;
}

.wzdtcontent .comul .lm{
    border-bottom: 1px solid #eaeaea;

}
.wzdtcontent .comul .lm span{
    font-size: 18px;
    color: #285CB0;
    display: inline-block;
    float: left;
    position:relative;
    width: 150px;
    min-height: 72px;
    line-height: 72px;
    font-weight: bold;
    border-bottom: 2px solid #285CB0;
}
.wzdtcontent .comul .lm span::before{
    content: '＞';
    width: 10px;
    height: 16px;
    color: #285CB0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    line-height: 16px;
}
.wzdtcontent .comul .lm ul{
    display: inline-block;
    float: left;
    /* width: 1000px; */
    padding: 18px 0px;
    padding-left: 37px;
    box-sizing: border-box;
}
.wzdtcontent .con>.comul>ul{

    border-bottom: 1px solid #eaeaea;
    line-height: 36px;
}
.wzdtcontent .con>.comul>ul a{
    padding: 18px 0px;
    border-bottom: 2px solid #285CB0;
    margin: 0 18px;
    color: #285CB0;
}

@media(max-width:1200px){
    .wzdtcontent .container,
    .container{
        max-width: 100%;
    }
    .wzdtcontent .comul .lm span{
        width: 15%;
    }
    .wzdtcontent .comul .lm ul{
        width: 85%;
    }
}
@media(max-width:768px){
    .wzdtcontent{
        padding: 0 8px;
        box-sizing: border-box;
    }
    .wzdtcontent .comul .lm span{
        /* min-width: 120px; */
        padding-right: 13px;
        width: auto;
        min-height: unset;
        height: 50px !important;
        line-height: 50px !important;
    }
    .wzdtcontent .comul .lm ul{
        width: 100%;
    }
    .wzdtcontent .comul .lm ul{
        padding: 10px 0px;
        padding-left: 0px;
    }
    .wzdtcontent  .comul{
        padding: 10px 0px 10px 0px;
    }
    .wzdtcontent .comul ul a{
        font-size: 16px;
    }
	.wzdtcontent .con>.comul>ul a{
		padding:5px 0px;
	}
    .wzdtcontent .comtit span{
        height: 45px;
        line-height: 40px;
        font-size: 16px;
    }
    .wzdtcontent .comtit{
        height: 40px;
    }
}
