.breadcrumb {
    background-color: #f4f4f6;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 16px;
}

.channel_2 {
    text-align: center;
}

.channel_lp .left {

}

.channel_lp .left .heading .box-h {
    width: 125px;
    height: 40px;
    margin: auto;
}

.channel_lp .left .heading .box-2 {
    background-image: url(../images/box/box-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 125px;
    margin-top: -5px;
    padding: 7px 0;
    position: absolute;
}

.channel_lp nav > ul {
background: #f2f2f2;
}

.channel_lp nav > ul > li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: left;
}

.channel_lp .left .lil {
    height: 100%;
    width: 30%;
    float: left;
}

.channel_lp .left .lil .lil-fk {
    width: 8px;
    height: 8px;
    margin: 22px auto;
    background: #1e63c0;
    margin: 22px auto;
}

.channel_lp .left .lir {
    width: 70%;
    float: left;
}

.channel_lp .right {
    margin: 0 10px 10px 10px;
    border: 1px solid #bdd2e9;
}

.channel_2 .heading {
    height: 48px;
    color: #fff;
    font-size: 20px;
    border-top: 2px solid #a1c0d2;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e6e6e6));
    background: -o-linear-gradient(top, #ffffff, #e6e6e6);
    color: #fff;
    color: #fff;
}

.channel_2 nav > ul > li.active, .channel_2 nav > ul > li:hover {
    background: #1E63C0;
}

.channel_2 nav > ul > hr {
    margin: 0 10px;
    border-top: 1px solid #caced2;
}

.channel_2 nav > ul > li a {
    color: #5a6469;
}

.channel_2 nav > ul > li:hover a, .channel_2 nav > ul > li.active a {
    color: #FFFFFF;
    text-decoration: none;
}

.content_title {
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    background-color: #3569c3;
}

.content_title h4 {
    font-weight: 600;
}

/*** 正文样式 ***/
.content_1 {
    padding: 10px 20px;
}

/*** 正文列表样式 ***/
.content_1 .box-list ul > li {
    background: url(../images/bg_bullet.png) no-repeat scroll 0 0.6em;
    line-height: 30px;
    height: 30px;
    padding: 0 0 0 10px;
    font-size: 15px;
    overflow: hidden;
    text-align: left;
}

.content_1 .box-list .date {
    margin-left: 10px;
    font-size: 14px;
    color: #858585;
    float: right;
}

.content_1 .box-list ul > li a {
    color: #24507f;
}

/*** 正文内容样式 ***/
.content_1.article hr {
    height: 2px;
    border-width: 1px;
    margin: 9px 0;
}

.content_1.article .title {
    padding: 10px 0 15px 0;
    width: 100%;
    height: auto;
    line-height: 34px;
    font-size: 28px;
    text-align: center;
    color: #1e63c0;
}

/*正文表格*/
.content_1.article table td p,
.content_1.article ul > li p {
    text-indent: 0 !important;
}

.content_1.article ul {
    padding-left: 5em;
}

/*正文文字*/
.content_1.article p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 29px;
    color: #1d1d1d;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 8px;
}

.content_1.article p img {
/ / display: block;
    margin: 0 auto;
margin-left: -2em;
}

.content_1.article a {
    color: #0000CC;
}

.news-box.small-box {
    min-height: 186px;
}

.news-box {
    margin: 6px 6px 6px 0;
    padding: 10px 10px;
    border: 1px solid #E7ECF1;
}

.content_1 .attribute {
    text-align: center;
}

.content_1 .attribute span {
    margin: 0 10px;
    color: #656565;
}

.handle {
    padding: 0 25px 30px 0;
}

.bdsharebuttonbox {
    float: right;
    display: inline-block;
}

/* 文章内容 */
.content_1 img {
    height: auto !important;
    max-width: 100% !important;
    /*display: block;
    margin: 0 auto;*/
}

.article_footer {
    text-align: center;
    margin: 40px 0 30px 0;
}

.content_1.article .article_footer a {
    color: #383838;
    font-size: 16px;
}

/*领导之窗*/
.news-box .box-header {
    border-bottom: 1px solid #E7ECF1;
}

.box-header a {
    color: #05497c;
    font-size: 18px;
    font-weight: 600;
}

.leader {
    margin-left: 10px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
}

.leader .photo {
    text-align: center;
    margin-bottom: 10px;
}

.leader .photo img {
    max-width: 158px;
    height: auto;
}

.leader p {
    line-height: 22px;
}

@media ( max-width: 450px) {
    .content_1 {
        padding: 10px 10px;
    }

    .channel_list .breadcrumb, .channel_list .content_1, .channel_page .breadcrumb, .channel_page .content_1 {
        margin: 5px 5px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 4px 8px;
    }

    #websearch {
        display: none;
    }

    .channel_2 nav {
        margin-bottom: 0px;
    }
}