.grid {
    width: 1240px;
}
.p2 .col-md-3{
    width: 390px;
    padding-bottom: 20px;
    border: solid 1px #e8edf4;
}
.p2 .col-md-9
{   width: 800px;
    height: 770px;
    margin-right: 10px;
    border: solid 1px #e8edf4;
}
.wdss,.qswd,.szwd{
    padding: 20px 0 0;
}

.p2 .col-md-3 div h3{
    display: block;
    background-color: #f2f8ff;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 42px;
}

.col-md-3 div h3 i{
    margin: 0 10px;
    display: inline-block;
    width: 22px;
    height: 42px;
    vertical-align: middle;
    transition: all .3s;
    
}
.p2 .list-t {
    height: 240px;
    overflow-y: auto;
}

label .s4{
    margin: 0 5px;
    display: inline-block;
    width: 7px;
    height: 20px;
    vertical-align: middle;
    transition: all .3s;
    background: url(/material/images/zwdt/jx.png) 50% 50% no-repeat;
}

.form-inline{
    margin-top: 20px;
    padding: 0 10px;
}


.wdss .s1{
    background: url(/material/images/zwdt/wdss.png) 50% 50% no-repeat;
}

.col-md-3 div h3 .s2{
    background: url(/material/images/zwdt/xyjt.png) 50% 50% no-repeat;
}

.col-md-3 div h3.current .s2{
    background: url(/material/images/zwdt/xxjt.png) 50% 50% no-repeat;
}
.col-md-3 .szwd h3.current ul{
    display: block;
}
.col-md-3 .qswd h3.current ul{
    display: block;
}
.p2 .col-md-3 .list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 7px;
    height: 7px;
    margin-top: -2px;
    background: url(/material/images/zwdt/dot.png);
    border-radius: 100px;
}

.cx{
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    transition: all .3s;
    background: url(/material/images/zwdt/sslg.png) 50% 50% no-repeat;
    margin-left: -10px;
    margin-right: 10px;
}
.cz{
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    transition: all .3s;
    background: url(/material/images/zwdt/sxlg.png) 50% 50% no-repeat;
    margin-left: -10px;
    margin-right: 10px;
}
#sid{
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 34px;
    border-radius: 4px;
    color: #555;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

@media (max-width:1200px) {
    .grid,.p2 .col-md-9,.p2 .col-md-3{
        width: 100%;
    }
    .p1 img{
        width: 100%;
    }
}