.dh_content{
    padding: 0 20px 20px 20px;
    background: #fff;
}
.content_box{
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
}
.content_box .cont_left{
    float: left;
    width: 22%;
}
.cont_left p{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #0A5491;
    margin-bottom: 20px;
    font-weight: bold;
}
.cont_left ul li{
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-right: 10px;
    background: #eee;
    font-size: 18px;
    margin-bottom: 7px;
}
.cont_left li span{
    display: inline-block;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont_left li img{
    float: right;
    margin-top: 13px;
}
.cont_left ul li:hover,.cont_left ul li.dis{
    font-weight: bold;
    background: #eff1f6;
}
.cont_left ul li:hover a,.cont_left ul li.dis a{
    color: #cf2614;
}
.cont_left ul li:hover img,.cont_left ul li.dis img{
    transform: rotate(90deg);
}
.content_box .con_right{
    float: right;
    width: 76%;
    margin-left: 2%;
}
.con_right .right_tab{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    margin-bottom: 20px;
}
.right_tab p{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #0A5491;
    margin: 0;
    padding: 0px 24px;
}
.con_right ul li{
    font-size: 16px;
    line-height: 36px;
    padding-left: 15px;
    background: url("../images/icon/icon2.jpg") 0 50% no-repeat;
}
.con_right ul li p{
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.con_right ul li span{
    float: right;
    color: #888;
}
.con_right li:hover p{
    text-indent: 10px;
}

/*分页*/
#page-div{margin:15px auto;text-align: center;}
.pagination-first,.pagination-last{display: block;margin: 10px;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 3px;padding: 0 6px;display: inline-block;border-radius: 3px;color: #bfbfbf;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #bfbfbf;color: white;}
.pagination-last>span{margin: 0 10px;}
.pagination-last input{height: 18px;width: 30px;text-align: center;}

/**/
@media (max-width: 768px) {
    .dh_content{
        padding: 0 10px 10px 10px;
    }
    .content_box{
        margin-top: 10px;
        min-height: 100px;
    }
    .content_box .cont_left{
        float: none !important;
        width: 100%;
        display: none;
    }
    .content_box .cont_left ul{
        display:none;
    }
    .cont_left p{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .cont_left ul::after{
        display: table;
        content: "";
        clear: both;
    }
    .cont_left ul li{
        float: left;
        width: 49%;
        height: 35px;
        line-height: 35px;
        padding-right: 10px;
        font-size: 16px;
        margin-bottom: 5px;
        margin-left: 2%;
    }
    .cont_left ul li:nth-child(odd){
        margin-left: 0;
    }
    .content_box .con_right{
        float: none !important;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .con_right .right_tab{
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .right_tab p{
        font-size: 16px;
        padding: 0 15px;
    }
    .con_right ul li{
        font-size: 14px;
    }
    .con_right ul li p{
        width: 70%;
    }
}