.serch_box {
    background: #fafafa;
    padding: 42px 16px 16px;
}

.top_title_pic {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.top_title_pic li {
    margin: 0;
    width: 100%;
}

.top_title_pic input {
    width: 80%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 18px;
    color: #666;
    border: 2px solid #015293;
    outline: none;
    background: #fff;
}

.top_title_pic i {
    position: absolute;
    display: none;
    font-style: normal;
    right: 32px;
    top: 6px;
    width: 33px;
    height: 33px;
    line-height: 36px;
    color: #696969;
    cursor: pointer;
}

.top_title_pic button {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 12%;
    background: url("http://www.dxh.gov.cn/material/V3/images/search-1.png") 0 0 no-repeat;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
}

.ysqgk-box {
    position: absolute;
    width: 130px;
    top: 0px;
    right: 2%;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 9px;
    background-image: url("http://www.dxh.gov.cn/material/V3/images/rect848.png");
    display: flex;
    align-items: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.colun1{
    overflow: hidden;
    zoom: 1;
    margin: 40px 0 10px;
    display: flex;
}
.radioUl{
    flex:1;
    overflow: hidden;
    zoom: 1;
    margin-right: 44px;
    margin-right: 24px;
    _margin-right: 0px;
    font-size: 16px;
    display: flex;
    width: 100%;
}
.radioo{
    margin-top: 5px;
    float: left;
}
.colun1 li{
    margin-right: 6px;
}
.font-le{
    color: #015093;
    margin-right: 12px;
}
.colun1 li span{
    margin-left: 15px;
    font-size: 14px;
}
.serch_box .no_margin{
    margin: 0;
}

/* 搜索失败 */
.policySearchnoResultsPage_middle{
    width:748px;
    margin:50px auto 20px;
    display:none;
}
.jg_box{margin:0px auto; text-align:center;width:330px;}
.jg_p{margin-left:45px; text-align:left;color:#7c7c7c; line-height:30px;}
.jg_Para02{height:35px; line-height:35px; color:#7c7c7c; font-size:18px; font-weight:bold;}
.ys02{ line-height:35px; float:left;}


@media (max-width: 1200px) {
    .top_title_pic button{
        right: 1% !important;
    }
    .policySearchnoResultsPage_middle{
        width: 100% !important;
    }
}
@media (max-width: 768px){
    .colun1{
        display: inline !important;
        margin-top: 20px !important;
    }
    li.radio_tip.font-le{
        width: 30%;
    }
    .colun1 li{
        width: 30% !important;
    }
}