
.theme-dqwz {
    background: url(../images/icon/dqwz.png) no-repeat 0 2px;
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}
.main{
    background-color: #fff;
    padding: 25px;
    margin-top: 30px;
}
.ldhead{
    width: 100%;
    height: 270px;
    background: url(../images/ldzc/ldzcbg.png);
    margin-top: 22px;
}
.ldhead .pic{
    width: 173px;
    height: 229px;
    margin: 20px;
}
.ldhead .pic img{
    width: 100%;
    height: 100%;
}
.ldhead .picdetail{
    width: 83%;
    color: #fff;
    margin-top: 35px;
}
.ldhead .picdetail .ldname{
    color: #fff;
}
.ldhead .picdetail .ldname .name{
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}
.ldhead .picdetail .ldname .name a{
    color: #fff;
}
.ldhead .picdetail .ldname .zhiwei{
    font-size: 16px;
}
.ldhead .picdetail .ldfg{
    font-size: 16px;
    margin: 30px 0;
}
.ldhead .picdetail .ldjl{
    font-size: 16px;
}
.ldhead .bmjdld{
    float:left;
    width: 15.3%;
}
.ldhead .bmjdld a{
    display:block;
    width:70%;
    margin: 57px auto;
    text-align:center;
    height:50px;
    line-height:50px;
    background:#fff;
    border-radius:10px;
    font-size:18px;
}
.ldlist{
    margin-top: 30px;
}
.ldlist ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 23px 80px;
    overflow: hidden;
    clear: none;
}
.ldlist ul::before{
    display: none;
}
.ldlist ul li{
    /* float: left; */
    width: 226px;
    height: 380px;
    text-align: center;
    background-color: #F1F1F1;
    /* margin-right: 80px; */
    /* margin-bottom: 23px; */
}
.ldlist a {
    display: block;
}
.ldlist img{
    width: 167px;
    height: 223px;
    margin: 25px auto 0;
}
.ldlist h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 13px 0;
}
.ldlist p{
    padding: 0 10px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}

.bmjd{
    margin: 20px auto;
    width: 600px;
    height: 50px;
    line-height: 50px;
}
.bmjd a{
    float:left;
    margin: 0 80px;
    width:140px;
    height:100%;
    font-size:18px;
    text-align:center;
    border:1px solid #ccc;
    border-radius:5px;
    background: #4574AC;
    color: #fff;
    font-weight: bold;
}

@media (max-width:1500px) {
    .ldhead .picdetail{
        width: 81%;
        margin-top: 35px;
    }
    .ldlist ul{
        gap: 23px 0;
    }
    .ldlist ul li{
        margin-right: 0px;
        width: 50%;
    }
}

@media (max-width:768px){
    .bmjd{
        width:auto;
    }
    .bmjd a{
        margin: 0 5px;
    }
    .ldlist img{
        padding:10px
    }
   
}