/*通用list*/

.bor {
    margin: 15px auto 35px;
}

.wz {
    background: url("../images/location.png") no-repeat center left;
    height: 46px;
    border-bottom: 1px solid #e7e7e7;
    font: 14px/46px '';
    padding-left: 25px;
    margin: 0 20px;
}

.pub_left1 {
    width: 20%;
    float: left;
    margin: 20px;
    box-sizing: border-box;
}

.list_left {
    padding: 20px;
    background: #f6f6f6;
}

.parent_lm {
    height: 40px;
}

.parent_lm span {
    border-bottom: 4px solid #0a5491;
    font: bold 20px/40px '';
    color: #0a5491;
    display: inline-block;
    padding: 0 5px;
}

.pub_list1 {
    margin: 25px 0 30px;
}

.pub_list1 li {
    font: 18px/35px '';
    background: url("../images/lm_jt.png") no-repeat center left;
    padding-left: 12px;
}

.pub_list1 li.on a,
.pub_list1 li:hover a {
    font-weight: bold;
    color: #0a5491;
}

.pub_rit1 {
    float: right;
    width: 76.5%;
    border-left: 1px solid #e7e7e7;
}

.pub_bar1 {
    height: 72px;
    border-bottom: 1px solid #e7e7e7;
    font: bold 22px/72px '';
    color: #0a5491;
    padding-left: 8px;
}

.pub_list2 li {
    height: 198px;
    margin-top: 28px;
    background: url("../images/list_tit_bj.png") no-repeat top left;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 22px;
}


/*分页*/

#page_div {
    margin: 15px auto;
    text-align: center;
}

.pagination-first,
.pagination-last {
    display: inline-block;
}

.pagination-index,
.pagination-num {
    border: 1px solid #bfbfbf;
    margin: 0 3px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    color: #bfbfbf;
}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
    background: #1a85d7;
    color: white;
}

.pagination-last>span {
    margin: 0 10px;
}

.pagination-last>input {
    height: 18px;
    width: 30px;
    text-align: center;
}


/*-----------------------------title-----------------------------*/

.hdjl {
    padding: 2%;
}

.hdjl,
.zxft {
    background: #fff;
    padding: 0 2%;
    min-height: 600px;
    box-sizing: border-box;
}

.hdjl_title {
    width: 100%;
    background-color: #f2f2f2;
    margin: 20px auto;
}

.hdjl_title p {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 25px;
    background-color: #195369;
}

.hdjl_titles {
    width: 100%;
    border-bottom: 1px solid #1a4d99;
    margin: 0 auto 20px;
    position: relative;
}

.hdjl_titles p {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 25px;
    background-color: #195369;
    margin-right: 20px;
}

.hdjl_titles span {
    display: inline-block;
    font-size: 14px;
    color: #898787;
}

.hdjl_titles span span {
    color: #d80909;
    padding: 0 5px;
}

.hdjl_titles div {
    line-height: 24px;
    font-size: 16px;
    color: #707070;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.hdjl_titles div img {
    display: inline-block;
    margin: -3px 7px 0 0;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .hdjl {
        min-height: auto;
        padding: 0 10px 10px;
    }
    .hdjl_title p {
        font-size: 16px;
        padding: 8px 18px;
    }
    .hdjl_titles p {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 5px 0;
    }
}

.breadcrumb{
    overflow:hidden;
}
.breadcrumb img{float:left;}
.breadcrumb p{float:left;}