body{
    background: #F7F7F7;
}
.cjwtjd_banner{
    width: 100%;
}
.cjwtjd_banner img{
    width: 100%;
}
.cjwtjd_container{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.crumb{
    
}
.crumb h2{
    padding-left: 0px;
    color: #666666;
}
.crumb h2 a{
    color: #666666;
}
.crumb h2:before{
    background: none;
}

.dqlm{
    color: #146EC0;
    font-size: 18px;
    padding: 20px 10px 0 10px;
    font-weight: bold;

}

.cjwtjd_list{
    padding-left: 50px;
    padding-right: 50px;
}
.cjwtjd_list li{
    border-bottom: 1px #ccc dashed;
    padding:20px 0;
}
.cjwtjd_list li .question{
    font-size: 0;
}
.cjwtjd_list li .question a{
    display: inline-block;
    font-size: 18px;
    color: #000;
    width: 95%;
    font-weight: bold;
    text-align: justify;
}
.cjwtjd_list li .answer{
    margin-top:14px;
}
.cjwtjd_list li .answer p{
    color:#666666;
    width: 95%;
    display: inline-block;
    text-align: justify;
}
.cjwtjd_list li .question span,.cjwtjd_list li .answer span{
    width: 26px;
    height: 26px;
    font-weight: bold;
    border-radius: 2px;
    font-size: 18px;
    float: left;
    text-align: center;
    margin-right:
     12px;
}
.cjwtjd_list li .question span{
    background: #146EC0;
    color: #fff;
}
.cjwtjd_list li .answer span{
    background: #EDEBEB;
    color: #146EC0;
}
@media (max-width:1200px){
    .cjwtjd_container{
        width: 992px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mzsm_list li a{
        background-size: 100% 100%;
        line-height: 26px;
        padding-right:15%;
        display: flex;
        align-items: center;
    }
}
@media (max-width:992px){
    .cjwtjd_container{
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cjwtjd_list li .question a,.cjwtjd_list li .answer p{
        width: 100%;
    }
}
@media (max-width:768px){
    .cjwtjd_container{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .cjwtjd_list{
        padding-left: 20px;
        padding-right: 20px;
    }
}