@charset "utf-8";

/* CSS Document */

.subbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.subbanner-con {
    width: 100%;
    height: 0;
    padding-bottom: 15.6%;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.subPage {
    padding-bottom: 70px;
}


/*content*/


/*侧边栏*/

.subLeft {}

.gp-subLeft {
    width: 240px;
}

.gp-subLeft>ul {
    background: #fff;
    border-left: #0f5035 12px solid;
}

.gp-subLeft>ul>li {
    position: relative;
}

.gp-subLeft>ul>li>a {
    display: block;
    transition: all 0.35s ease-in-out;
    padding: 17px 45px;
    color: #444;
}

.gp-subLeft>ul>li:hover>a,
.gp-subLeft>ul>li.active>a {
    color: #0f5035;
    background: url(../images/active.png) repeat;
}

.gp-subLeft>ul>li.active:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 28px;
}

.gp-subLeft .gp-toggles,
.gp-sub-toggles {
    font-size: 12px;
    font-size: 1.2rem;
    width: 36px;
    height: 61px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 59px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-right: 12px;
}

.gp-subLeft .gp-toggles.icon-jia {
    background: url(../images/jia.png) no-repeat center center;
}

.gp-subLeft .gp-toggles.icon-jia.icon-down {
    background: url(../images/jian.png) no-repeat center center;
}

.gp-subLeft .gp-sub-toggles {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.gp-subLeft .gp-sub-toggles.icon-jia {
    background: url(../images/jia.png) no-repeat center center;
}

.gp-subLeft .gp-sub-toggles.icon-jian {
    background: url(../images/jian.png) no-repeat center center;
}

.gp-second-nav {
    font-size: 16px;
    display: none;
    margin-bottom: -1px;
}

.gp-second-nav dd {
    position: relative;
    border-bottom: #eee 1px solid;
}

.gp-second-nav dd a {
    display: block;
    position: relative;
    padding: 14px 45px 14px 65px;
    transition: all 0.35s ease-in-out;
    /*! text-align: center; */
}

.gp-second-nav dd dd a {
    padding-left: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 30px 10px 50px;
    background-color: #3d72b3;
    color: #ddd;
    border-bottom: none;
}

.gp-second-nav dd dd a:before {
    border-bottom-color: #4e81c0;
}

.gp-second-nav dd:hover a,
.gp-second-nav dd.active a {
    color: #0f5035;
}

.gp-subLeft * {
    transition: none;
}

.gp-subRight {
    margin-left: 289px;
    overflow: hidden;
}

.gp-subRight1 {
    margin: 0px
}

.gp-subRight-con {
    overflow: hidden;
    position: relative;
}


/*侧边栏移动端 */

.gp-m-subNav {
    display: none;
}

.gp-m-inner-header {
    width: 100%;
    height: 38px;
    background-color: #0f5035;
    cursor: pointer;
    line-height: 38px;
}

.gp-m-inner-header>span {
    height: 50px;
    padding-left: 15px;
    font-size: 1.8rem;
    color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 50px;
    height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-out i.icon-jia {
    display: block;
    background: url(../images/n-rt.png) no-repeat center;
    width: 50px;
    height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-click i.icon-jian {
    display: block;
    background: url(../images/n-dw.png) no-repeat center;
    width: 50px;
    height: 42px;
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
}

.gp-subNavm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.gp-subNavm h2 a {
    padding-left: 13px;
    font-size: 20px;
    display: block;
    color: #fff;
}

.gp-subNavm ul {
    background: #fff;
}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    padding-left: 13px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #eee;
    display: block;
}

.gp-subNavm li.sub_has span {
    margin-left: 10px;
}

.gp-subNavm li.on a {
    color: #003c7f;
    display: block;
    width: 100%;
}

.gp-m-toggle,
.gp-sub-m-toggle {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 15px;
    line-height: 40px;
    text-align: center;
}

.gp-m-toggle.icon-right {
    background: url(../images/jia.png) no-repeat center center;
}

.gp-m-toggle.icon-down {
    background: url(../images/jian.png) no-repeat center center;
}

.gp-subNavm dl {
    display: none;
    background-color: #FDFDFD;
}

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 10px 0px 10px 30px;
    border-bottom: 1px solid #f3f5f6;
    position: relative;
}

.gp-subNavm li dl dd a {
    font-size: 14px;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.gp-subNavm li dl dd a:hover {}

.subCon {
    background: url(../images/bg.png) no-repeat top 16px right;
    position: relative;
    z-index: 3
}

.sub-leftTitle {
    line-height: 28px;
    background: #0f5035;
    position: relative;
    margin-top: -70px;
}

.sub-leftTitle h2 {
    color: #fff;
    padding: 21px 45px;
}


/*自定义*/


/*文章页和简介页*/

.gp-bread {}

.gp-bread>div {
    display: inline-block;
    width: auto;
}

.articleTitle {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 95px;
    background-color: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* 标准的语法 */
}

.Bucea-article01 {}

.pageArticleTitle {
    overflow: hidden;
    margin: 40px 0 0 0;
}

.pageArticleTitle h3 {
    text-align: center;
}

.articleAuthor {
    text-align: center;
    padding: 28px 0;
    /*! margin-top: 20px; */
    overflow: hidden;
    color: #999999;
}

.articleAuthor span {
    color: #999999;
    padding: 0 15px;
    line-height: 24px;
}

.articleAuthor .title {
    border: #e6e6e6 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
}

.gp-article {
    line-height: 33px;
}

.gp-article p {
    text-indent: 2em;
}

.gp-article table {
    margin: auto;
}

.gp-article i,
.gp-article em {
    font-style: italic;
}

.gp-article strong {
    font-weight: bold;
}


/*通栏标题*/

.subTitle {
    line-height: 28px;
    background: rgba(0, 0, 0, 0.6);
    width: 260px;
    position: absolute;
    left: 20px;
    top: -75px;
}

.subTitle h2 {
    color: #fff;
    padding: 24px 45px;
}


/*列表页*/

.articleTitle02 {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: #e5e5e5 1px solid;
}

.articleTitle02 span {
    display: inline-block;
    padding-bottom: 10px;
    color: #0f5035;
    border-bottom: #023b23 2px solid;
}

.list1 {
    overflow: hidden;
}

.list1 li {
    padding: 15px 0;
    overflow: hidden;
}

.list1 a {
    display: block;
    position: relative;
    transition: all 0.2s ease;
}

.list1 .listDate {
    display: block;
    width: 58px;
    height: 38px;
    line-height: 20px;
    padding-right: 10px;
    border-right: #0f5035 1px solid;
    text-align: right;
    float: left;
    margin: 10px 0 0;
}

.list1 .listDate .day {
    color: #dac16f;
}

.list11 .listDate .day {
    color: #0f5035;
}

.list1 .listDate .year {
    color: #999;
}

.list1 .listText {
    transition: all 0.2s ease;
}

.list1 .listTitle {
    margin-left: 90px;
    height: 56px;
    line-height: 28px;
    transition: all 0.2s ease;
}

.list1 a:hover .listTitle {
    padding-left: 10px;
}


/*图文列表*/

.list2 {
    margin-top: -20px;
    overflow: hidden;
}

.list2 li {
    padding: 33px 0;
    overflow: hidden;
    position: relative;
}

.list2 li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.list2 li a {
    display: block;
    overflow: hidden;
}

.list2 .gp-img-responsive {
    width: 320px;
    height: 180px;
    padding: 0;
    float: left;
    position: relative;
    z-index: 9;
}

.list2 .listText {
    display: block;
    margin-left: 340px;
    padding: 5px 0 0 0;
    overflow: visible;
    transition: all 0.2s ease;
}

.list2 .listTitle {
    line-height: 24px;
}

.list2 .listCon {
    line-height: 24px;
    max-height: 48px;
    color: #999999;
    margin: 10px 0 20px 0;
}

.list2 .listDate {
    color: #0f5035;
    position: relative;
    display: block;
}

.noMargin .listText {
    margin: 0;
    padding: 0;
}

.list2 li a:hover .listText {
    padding-left: 10px;
}


/*附件*/

.Annex {
    margin-top: 30px;
    float: left;
    overflow: hidden;
}

.Annex h3 {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #a00100;
    position: relative;
    font-weight: normal;
}

.annexList {
    overflow: hidden;
}

.annexList li {
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}

.annexList li a {
    line-height: 24px;
    color: #999999;
}

.annexList li a:hover {
    color: #333;
}

.themselves {
    padding: 15px 0 0 0;
}

.themselves ul {
    overflow: hidden;
    max-width: 530px;
    margin: 0 auto;
}

.themselves ul li {
    float: left;
    margin: 0 49px 0 0;
}

.themselves span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 87%;
    border: 10px solid #f4f4f4;
}

.themselves span img {
    width: 100%;
}

.themselves p {
    text-align: center;
    margin: 18px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f5035;
}


/*分享*/

.share {
    overflow: hidden;
    margin-top: 30px;
    float: right;
    width: 200px;
}

.share .bdsharebuttonbox>a {
    padding-left: 0;
    margin: 0 5px;
    height: 30px;
    text-indent: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 20px;
    display: inline-block;
    float: none;
    color: #fff;
    transition: all 0.35s ease-out;
    /*! border-radius: 50%; */
    /*! border: #dbdbdb 1px solid; */
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ;
}

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px '宋体';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 260px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.share span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    float: left;
}

.share .bdsharebuttonbox {}

.share .bdsharebuttonbox>a.bds_weixin {
    background: url(../images/wechat.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_tsina {
    background: url(../images/sina.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_qzone {
    background: url(../images/zone.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_more {
    background: url(../images/bds_more.png) no-repeat center;
}


/***分页*/

.gp-page {
    padding: 30px 0;
    color: #999;
    font-size: 0;
    clear: both;
}

.gp-page:after,
.gp-page:before {
    content: " ";
    display: table
}

.gp-page>a:first-child {}

.gp-page>a,
.gp-page>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 38px;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    margin: 0 13px;
    border: 1px solid #0f5035;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page .gp-page-next,
.gp-page .gp-page-prev,
.gp-page>span {
    width: auto;
    padding: 0 15px;
}

.gp-page>span {
    border: none;
    padding: 0;
    color: #333;
}

.gp-page>a:hover,
.gp-page>a.on_pages {
    background-color: #0f5035;
    color: #fff;
}

.gp-page .gp-page-prev,
.gp-page .gp-page-next {}

.gp-page>a.on_pages {
    /*! font-weight: bold; */
}

.gp-m-page {
    display: none;
}

.gp-m-page a {
    display: inline-block;
    margin: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
}


/*居中*/

.gp-page-centered {
    text-align: center
}

.gp-page a:hover,
.pageList li.active a {
    background-color: #0f5035;
    color: #fff
}

.block-list24 {
    margin: 0 -13px;
}
.block-list24 > li{
    margin-bottom: 26px;
}
.block-list24>li>a {
    display: block;
    margin: 0 13px;
}

.block-list24>li>a .item-img4.gp-img-responsive {
    padding-bottom: 56.7%;
}

.block-list24>li>a .date {
    margin: 5px 0;
    color: #999;
}

.block-list24>li>a p {
    height: 30px;
    line-height: 1.875;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

@media screen and (max-width:1450px) {
    .themselves ul {
        margin: 0 -10px
    }

    .themselves ul li {
        width: 25%;
        float: left;
        margin: 0px;
    }

    .themselves ul li a {
        display: block;
        margin: 0 10px;
    }
}

@media screen and (max-width:1024px) {
    .subPage {
        padding-bottom: 0;
    }

    .subPage-con.gp-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .gp-container {
        width: auto;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .gp-subLeft {
        display: none;
    }

    .gp-m-subNav {
        display: block;
    }

    .gp-page {
        display: none;
        background: none;
    }

    .gp-m-page {
        display: block;
    }

    .gp-bread {}

    .gp-subRight {
        margin-left: 0;
        width: 100%;
    }

    .gp-subRight-con {
        margin-top: 0;
        padding: 0 15px 20px 15px;
    }

    .articleTitle h2 {
        margin-top: 0;
        padding: 10px 0;
        float: none;
        background: none;
        margin-bottom: -25px;
    }

    .share {
        position: static;
    }

    .gp-breadTL {
        margin: 0;
    }

    .subTitle {
        width: 100%;
        position: static;
        background: #0958a7;
    }

    .subTitle h2 {
        font-size: 16px;
        padding: 7px 15px;
    }
}

@media screen and (max-width:768px) {
    .gp-article img {
        width: auto !important;
        height: auto !important;
    }

    .gp-article video {
        width: auto !important;
    }

    .gp-article table {
        width: 100% !important;
    }

    .articleBottom {
        width: auto;
        padding: 12px;
    }
}

@media screen and (max-width:766px) {
    .list1 .listText {
        margin-left: 65px;
    }

    .list1 .listDate {
        width: 42px;
    }

    .list1 .listTitle {
        margin-left: 66px;
    }

    .Annex {
        float: none;
        width: 100%;
    }

    .share {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .annexList {}

    .share .bdsharebuttonbox {
        padding: 10px;
    }
}

@media screen and (max-width:640px) {
    .list2 li {
        padding: 22px 0;
    }

    .list2 .gp-img-responsive {
        width: 100%;
        height: 0;
        padding-bottom: 56.6%;
        float: none;
        margin-bottom: 15px;
    }

    .list2 .listText {
        margin: 0;
        padding: 0;
    }

    .list2 .listCon {
        margin: 10px 0;
    }

    .themselves ul li {
        width: 50%;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width:480px) {
    .themselves ul li {
        width: 100%;
        float: none;
    }
}