/*新闻列表 start*/

.p-content {
    width: 100%;
    min-height: 600px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 15px;
}

.row {
    clear: both;
    overflow: hidden;
}


/*列表 on*/

.m-liststyle ul li {
    line-height: 33px;
    background: url(../img/public_icon.png) left -160px no-repeat;
    width: 100%;
}

.m-liststyle ul li a {
    padding-left: 14px;
}

.m-liststyle ul li span {
    font-size: 14px;
    color: #999;
    float: right;
}

.m-location {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 19px;
    text-indent: 24px;
    background: url(../img/page_icon.png) left -208px no-repeat;
    font: 16px/1.5 "Microsoft YaHei";
}

.m-location a {
    font: 16px/1.5 "Microsoft YaHei";
}

.m-listleft {
    width: 257px;
}

.m-listleft h1 {
    height: 50px;
    line-height: 50px;
    text-indent: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../img/page_icon.png) #1b51a0 right -231px no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
}

.m-listleft-bd {
    width: 255px;
    min-height: 744px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fcfcfc;
}

.m-listleft-bd a {
    display: block;
    font-size: 16px;
    color: #444;
    text-indent: 42px;
    background-image: url(../img/page_icon.png);
    background-repeat: no-repeat;
    background-position: 190px -281px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    float: left;
}

.m-listleft-bd a.listactive,
.m-listleft-bd a:hover {
    background-color: #fff;
    background-position: 187px -331px;
    color: #1b51a0;
    font-weight: bold;
    border-left: 3px solid #1b51a0;
    text-indent: 39px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.m-listright,
.mainBox {
    width: 78%;
    min-height: 851px;
}

.m-listbd {
    min-height: 520px;
}

.m-listbd ul li {
    line-height: 36px;
    background: url(../img/public_icon.png) 10px -159px no-repeat;
    padding: 0 10px;
}

.m-listbd ul li a {
    padding-left: 14px;
    font: 16px/1.5 "Microsoft YaHei";
}

.m-listbd ul li span {
    font-size: 12px;
    color: #999;
    float: right;
}

.m-listbd ul li:nth-child(5n) {
    border-bottom: 1px dashed rgb(221, 221, 221);
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/*新闻列表 end*/


/*列表页分页 on*/

#page_div {
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    font-family: 'Arial';
    margin-top: 10px;
    clear: both;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px 5px;
}

#page_div .currentIndex {
    background: #1b51a0;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.page-list {
    padding: 5px;
    position: relative;
}

.page-list .pagination {
    float: left;
    display: inline-block;
}

.page-list .pagination span {
    cursor: pointer;
}

.page-list .pagination .separate span {
    cursor: default;
    border-top: none;
    border-bottom: none;
}

.page-list .pagination .separate span:hover {
    background: none;
}

.page-list .page-total {
    float: right;
}

.page-list .page-total input,
.page-list .page-total select {
    height: 26px;
    border: 1px solid #ddd;
}

.page-list .page-total input {
    width: 40px;
    padding-left: 3px;
}

.page-list .page-total select {
    width: 50px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}


/*列表页分页 end*/


/*信息公开指南等有稿件页面*/

.list-newcontnet {
    font-size: 16px;
    line-height: 188%;
    font-family: 宋体;
    min-height: 164px;
    padding: 20px 0px 40px;
}

.m-detailltitle,
.m-detailstitle {
    width: 100%;
    line-height: 61px;
    text-align: center;
    font-size: 32px;
    color: #3269B8;
}

.contentbox {
    margin-left: 20px;
}

.ztzl_zdxxpic {
    height: 102px;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
}

.ztzl_zdxxpic img {
    width: 230px !important;
    height: 110px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-left: 32px;
}

.ztzl_zdxxpic_div {
    width: 67%;
    height: 102px;
    float: right;
}

.ztzl_zdxxpic_div h2 {
    color: #004d90;
    line-height: 30px;
    width: 98%;
}

.ztzl_zdxxpic_div h2 span {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #909090;
    font-family: "宋体"
}