@charset "utf-8";

/* CSS Document */

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

.subbanner-con {
    height: 0;
    padding-bottom: 15.7%;
    overflow: hidden;
    background-position: center top;
    background-size: cover !important;
    background-repeat: no-repeat;
}


/*content*/

.subPage {
    position: relative;
    /*! overflow: hidden; */
    background: url(/cwc/2021/images/content_bg_03.png) no-repeat center top #efefef;
}


/*侧边栏*/

.subLeft {
    width: 145px;
    position: relative;
    padding: 83px 0 0 0;
}

.subLeft::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 520px;
    background: #dcdcdc;
    right: 4px;
    top: 0px
}

.gp-subLeft {
    width: 140px;
    /*! background: #fff; */
    /*! box-shadow: 0px 5px 13.8px 1.2px rgba(44, 89, 190, 0.05); */
}

.gp-subLeft>ul {
    /*! padding: 0 20px; */
    /*! border-left: #b8c3cc 10px solid; */
    background: #F5F5F5;
}

.gp-subLeft>ul>li {
    position: relative;
    margin: 0 0 17px 0;
}

.gp-subLeft>ul>li.on .gp-toggles {
    /*! background: url(/cwc/2021/images/white.png) no-repeat center; */
}

.gp-subLeft>ul>li>a {
    display: block;
    /*! background: url(/cwc/2021/images/subline.png) repeat-x bottom; */
    transition: all 0.35s ease-in-out;
    padding: 10px 20px 10px 10px;
    text-align: center;
}

.gp-subLeft>ul>li>a.active span {
    padding: 0 23px 0 0;
    background: url(/cwc/2021/images/jia.png) no-repeat right center
}

.gp-subLeft>ul>li:hover>a,
.gp-subLeft>ul>li>a.active {
    color: #fff;
    position: relative;
    padding-left: 10px;
    background: #d9473c;
}

.gp-subLeft>ul>li:hover>a:before,
.gp-subLeft>ul>li>a.active:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #83201b;
    position: absolute;
    right: -5px;
    top: 0;
}

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

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

.gp-subLeft .gp-toggles.icon-right:before {
    display: none
}

.gp-subLeft .gp-toggles.icon-jia.icon-down {
    background: url(/cwc/2021/images/white.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(/cwc/2021/images/jia.png) no-repeat center center;
}

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

.gp-second-nav {
    display: none;
    padding: 10px 0 10px 85px;
    background: #f0f3f5;
}

.gp-second-nav dd {
    position: relative;
}

.gp-second-nav dd a {
    display: block;
    position: relative;
    padding: 7px 16px;
    transition: all 0.35s ease-in-out;
    /* font-size: 14px;
    font-size: 1.4rem; */
    /*! text-align: center; */
    background: url(/cwc/2021/images/sub_circle.png) no-repeat left 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 a:hover,
.gp-second-nav dd a.active {
    color: #d9473c;
    background: url(/cwc/2021/images/sub_circle_hover.png) no-repeat left center;
    /*! padding-left: 40px; */
}

.gp-subLeft * {
    transition: none;
}

.gp-subRight {
    margin-left: 200px;
    /*! overflow: hidden; */
}

.gp-subRight1 {
    margin: 0px
}

.gp-subRight-con {
    position: relative;
    min-height: 660px;
    /*! background: #fff; */
    padding: 60px 0 60px 0;
}


/*侧边栏移动端 */

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

.gp-m-inner-header {
    width: 100%;
    height: 42px;
    background-color: #7f201a;
    cursor: pointer;
    line-height: 42px;
}

.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(/cwc/2021/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(/cwc/2021/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: 45px;
    line-height: 45px;
    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;
    cursor: pointer;
}

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

.gp-m-toggle.icon-right:before {
    display: none;
}

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

.gp-m-toggle.icon-down:before {
    display: none
}

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

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

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

.subPage-con {
    /*! margin: 0 auto; */
    padding: 25px 0 105px 0;
}

.subPage-con1 {
    padding: 0;
}

.subCon {
    background: #fff;
    padding: 30px 40px;
    /*! overflow: hidden; */
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    /*! margin: 0 0 60px 0; */
}

.art_title {
    text-align: left;
    margin: 0 0 20px 0;
}

.art_title a {
    font-size: 14px;
    float: right;
    color: #999;
}

.art_title h2 {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-weight: normal;
}

.art_title h2::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 22px;
    top: 5px;
    left: 0;
    background: #d9473c;
}


/* .art_title h2::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #006EBF;
    right: 0px;
    top: 50%;
    margin: -2px 0 0 0;
} */

.sub-leftTitle {
    line-height: 30px;
    position: relative;
    padding: 20px 0px 20px 0px;
    margin-top: -95px;
    /*! width: 220px; */
    background: rgba(0, 54, 111, 0.8);
    /* background: -webkit-linear-gradient(left, #0576d3, #2b5abe); 
  background: -o-linear-gradient(right, #0576d3, #2b5abe); 
  background: -moz-linear-gradient(right,#0576d3, #2b5abe); 
  background: linear-gradient(to right, #0576d3 , #2b5abe);  */
}

.sub-leftTitle h2 {
    position: relative;
    color: #fff;
    text-align: center;
}


/*自定义*/


/*文章页和简介页*/

.gp-bread {
    display: inline-block;
    float: right;
    padding: 13px 20px 13px 45px;
    background: url(/cwc/2021/images/bread.png) no-repeat 20px center #fff;
    position: absolute;
    right: 0px;
    top: -20px;
}

.gp-bread>div {
    /*! display: inline-block; */
    /*! width: auto; */
    /*! float: right; */
    /*! margin-top: 90px; */
}

.gp-bread span {
    padding: 0 5px;
    /*! font-size: 12px; */
    color: #222222;
    line-height: 13px;
}

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

.pageArticle {}

.pageArticle {
    padding: 0 20px 20px 20px;
    position: relative;
}

.pageArticleTitle {
    margin-bottom: 20px;
}

.pageArticleTitle h3 {
    text-align: center;
    color: #003678;
}

.pageArticleTitle02 {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.pageArticleTitle02 h3 {
    color: #333;
    padding-bottom: 25px;
}

.articleAuthor {
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    color: #999;
    border-top: #ebebeb 1px solid;
    border-bottom: #ebebeb 1px solid;
}

.articleAuthor span {
    color: #999;
    padding: 0 15px;
}

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

.gp-article img {
    margin: 20px auto;
    display: block;
    max-width: 1000px;
}

.gp-article p {
    /*! text-indent: 2em; */
    color: #333;
    line-height: 30px;
}

.gp-article p:last-child {
    text-align: right;
}

.gp-article table {
    margin: auto;
}

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

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

.news {
    margin: 0 0 20px 0;
}

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

.news ul li:hover a {
    text-decoration: underline;
    color: #d9473c;
    transition: .5s;
}

.news ul li:hover span {
    color: #d9473c;
}

.news ul span {
    float: right;
    /*! padding: 0 0 0 24px; */
    /*! background: url(/cwc/2021/images/clock.png) no-repeat left center; */
    color: #888888;
}

.news ul a {
    padding: 0 0 0 29px;
    background: url(/cwc/2021/images/work_li_07.png) no-repeat left center;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    display: block;
    margin: 0 120px 0 0;
    transition: .5s;
}


/* pg电子模拟器领导 */

.school_leader {
    position: relative;
    text-align: center;
}

.school_leader p {
    position: absolute;
    right: 0px;
    bottom: 0px;
}


/*列表页*/

.articleTitle02 {
    /*! padding-bottom: 25px; */
    /*! padding-bottom: 12px; */
    /*! position: relative; */
    /*! overflow: hidden; */
    border-bottom: 1px solid #F5F5F5;
    position: relative;
}

.articleTitle02>span {
    display: inline-block;
    padding-left: 30px;
}

.bnu-list01 {
    overflow: hidden;
}

.bnu-list01 li {
    overflow: hidden;
    padding: 18px;
    margin-bottom: 10px;
}

.bnu-list01 li:nth-child(odd) {
    background: #f2f8ff;
}

.bnu-list01 li a {
    position: relative;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}

.bnu-list01 li .date {
    float: right;
    color: #999;
    margin-top: 5px;
}


/*附件*/

.Annex {
    margin-top: 35px;
    overflow: hidden;
    position: relative;
}

.Annex h3 {
    overflow: hidden;
    position: relative;
}

.annexList {
    overflow: hidden;
    padding: 15px 20px;
}

.annexList li {
    overflow: hidden;
    position: relative;
    /*! padding: 5px 0; */
}

.annexList li:last-child {
    border-bottom: none;
}

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

.annexPrev {
    line-height: 28px;
    background: #f7f7f7;
    padding: 10px 20px;
}

.annexPrev h3 {
    display: inline-block;
    float: left;
    color: #666;
}

.annexPrev a {
    display: block;
    margin-left: 50px;
    color: #666;
}


/*分享*/

.subCon .share {
    /*! position: absolute; */
    right: 0;
    bottom: 15px;
}

.share {
    /*! width: 260px; */
    text-align: right;
    overflow: hidden;
    margin: 55px 0 0 0;
    vertical-align: middle;
}

.bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

.share .bdsharebuttonbox>a {
    padding-left: 0;
    margin: 0 10px !important;
    ;
    height: 24px;
    text-indent: 0;
    width: 25px;
    line-height: 24px;
    text-align: center;
    background: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    /*! float: left; */
}

.share span {
    float: left;
}

.share .bdsharebuttonbox>a:hover {
    opacity: 0.9;
}

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

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

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

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


/*分页*/

.gp-page {
    font-size: 0;
    margin: 30px auto 20px;
}

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

.gp-page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 5px 5px;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    width: 30px;
    transition: all 0.3s ease-in-out;
    /*! border-radius: 50%; */
    border: #d7dfdc 1px solid;
    /*! color: #999999; */
}

.gp-page .gp-page-data {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}

.gp-page-select {
    height: 46px;
    line-height: 46px;
    min-width: 70px;
    *width: 70px;
    color: #666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    *vertical-align: middle;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    background: none;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page .gp-page-next,
.gp-page .gp-page-prev {
    width: 46px;
    /*! font-size: 22px; */
    /*! padding: 0 5px; */
}

.gp-page .gp-page-next:hover {
    background: #d9473c;
}

.gp-page .gp-page-prev:hover {
    background: #d9473c;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end {}

.gp-page>.select-span {
    padding-left: 0;
    margin-left: 15px;
    border-right: 1px solid #24528a;
}

.gp-page a:hover,
.gp-page a.active {
    color: #fff;
    background: #0476d4;
    position: relative;
    border: #0476d4 1px solid;
}

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

.gp-m-page a {
    display: inline-block;
    margin: 0 10px;
    height: 35px;
    line-height: 35px;
    width: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 20px;
    color: #666;
    border: #ddd 1px solid;
}


/*居中*/

.gp-page-centered {
    text-align: center;
    position: relative;
}


/* 分页 */

.gp-page {
    /*! padding:84px 0 0; */
    color: #999;
    /*! font-size: 0; */
    text-align: center;
    /*! display: inline-block; */
}

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

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

.gp-page>a,
.gp-page .pageLast {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: auto;
    font-size: 1.6rem;
    transition: all 0.35s ease-in-out;
    margin: 0 8px;
    padding: 0 13px;
    border: 1px solid #d9473c;
    color: #333333;
    /*! background-color: #fff; */
}

.gp-page>a.pagepadding {
    padding: 0 20px;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page>span,
.gp-page .gp-page-prev,
.gp-page .gp-page-next {
    color: #EAEAEA;
    font-size: 3rem;
}

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

.gp-page>a.on_pages {
    background-color: #d9473c;
}

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

.gp-m-page a {
    display: inline-block;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0 15px;
    font-size: 1.4rem !important;
    border-radius: 5px;
    color: #666 !important;
}

.gp-page .pageSelect {
    min-width: 66px;
    height: 46px;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    border: 1px solid #006931;
    color: #969696;
    line-height: 46px;
    border: 1px solid #d18e59;
    text-align: center;
    padding: 0 10px;
    font-size: 1.4rem;
    background: none;
    text-align: center;
}

.gp-page .gp-page-prev,
.gp-page .gp-page-next {
    border-color: #D3D3D3;
}

.gp-page .gp-page-prev:hover,
.gp-page .gp-page-next:hover {
    color: #fff !important;
}


/*右对齐*/

.gp-page-right {
    text-align: right
}


/* 学术动态详情页 */

.article h3 {
    text-align: center;
    /*! font-weight: normal; */
    /*! line-height: 40px; */
    /*! height: 80px; */
    overflow: hidden;
    margin: 0 0 25px 0;
    /*! border-bottom: 1px solid #D8D8D8; */
}

.article h3 i {
    font-style: normal;
    display: block;
    /*! height: 80px; */
    overflow: hidden;
    color: #d9473c;
}

.author {
    text-align: center;
    margin: 0px auto 25px;
    position: relative;
}

.author::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e83827;
    left: 0px;
    top: 10px;
    z-index: 0;
}

.authorIn {
    background: #fff;
    /*! background: #; */
    z-index: 99;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

.author span {
    margin: 0 13px;
    color: #888888;
}

.author i {
    color: #888;
    font-style: normal;
}

.fujian {
    margin: 35px 0 0 0;
}

.fujian ul li {
    margin: 0 0 27px 0;
}

.fujian ul li a {
    color: #d9473c;
}

.share {
    /*! width: 190px; */
    /*! padding: 20px 0; */
    /*! float: right; */
}

.share_btn {
    /*! float: left; */
    line-height: 33px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}

.share .bdsharebuttonbox>a {
    padding-left: 0;
    margin: 0 15px 0 0 !important;
    ;
    height: 32px;
    text-indent: 0;
    /*! width: 32px; */
    line-height: 32px;
    text-align: center;
    background: none;
    font-size: 23px;
}

.share .bdsharebuttonbox>a.bds_weixin {
    background: url(/cwc/2021/images/weixin.png) no-repeat center;
    color: #7dd43c
}

.share .bdsharebuttonbox>a.bshare-sinaminiblog {
    background: url(/cwc/2021/images/weibo.png) no-repeat center;
    color: #e83437
}

.share .bdsharebuttonbox>a.bshare-qzone {
    background: url(/cwc/2021/images/qq.png) no-repeat center;
    color: #fece00
}


/* .share .bdsharebuttonbox>a.bds_more {
    *background: url(/cwc/2021/images/share-more.png) no-repeat center;
    color: #a3bfd9
} */

.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: 280px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 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;
}

@media screen and (max-width:1020px) {
    .gp-bread {
        float: none;
    }
    .gp-subRight-con {
        padding: 30px 0 60px 0;
    }
    .gp-subRight-con1 {
        padding: 0 0 60px 0;
    }
    .gp-bread {
        position: static;
    }
    .gp-article img {
        width: 100% !important;
        height: auto !important;
    }
    .subPage-con {
        padding: 10px 0;
    }
    .subCon {
        padding: 20px;
        overflow: hidden;
    }
    .pageArticle {
        padding: 0;
    }
    .gp-container {
        width: auto;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .subLeft {
        display: none;
    }
    .gp-m-subNav {
        display: block;
    }
    .gp-page {
        display: none;
        background: none;
    }
    .gp-m-page {
        display: block;
        margin: 20px auto auto auto;
        padding: 15px 0;
    }
    .gp-subRight {
        margin-left: 0;
    }
    .Annex h3 {
        height: 40px;
        line-height: 40px;
    }
    .sub-leftTitle {
        display: none;
    }
    .bnu-list01 li a {
        height: auto;
    }
    .pageArticleTitle02 {
        margin: 6px 0 22px 0;
    }
    .articleTitle02 {
        margin: 15px 0;
        width: 100%;
    }
    .articleTitle02>span {
        padding: 0;
    }
    .subCon .share {
        position: static;
        margin: 10px 0;
    }
}

@media screen and (max-width:768px) {
    .gp-bread {
        /*! float: left; */
    }
    .pic_list ul li {
        width: 33.3%;
        margin: 0 0 30px 0
    }
    .gp-article img {
        width: 100% !important;
        height: auto !important;
    }
    .gp-article video {
        width: auto !important;
    }
    .gp-article table {
        width: 100% !important;
    }
    .articleBottom {
        width: auto;
        padding: 12px;
    }
    .contact span {
        margin: 0px 0 10px 0;
        display: block;
        ;
    }
    .contact p {
        margin: 0 0 10px 0
    }
    .xbIn dl {
        height: 140px;
    }
    .xb_title {
        left: 10px;
    }
    .Ri-list27 {
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (max-width:767px) {
    .leader p {
        width: 30px;
    }
    .tc_right ul li {
        margin: 0 0 29px 0;
    }
    .gp-subRight-con {
        width: 100%;
        float: none;
        min-height: auto;
    }
    .Notice {
        width: 100%;
        float: none;
    }
    .bnu-list01 li {
        padding: 10px 18px;
    }
    .NoticeList .n-text {
        font-size: 14px;
    }
    .Category-title a {
        min-width: auto;
        padding: 12px;
    }
    .art_title {
        margin: 0 0 20px 0
    }
}

@media screen and (max-width:640px) {
    .pic_list ul li {
        width: 50%;
        margin: 0 0 20px 0
    }
    .pic_list ul li a {
        margin: 0 10px
    }
    .tc_left {
        float: none;
        position: relative;
    }
    .tc_right {
        margin: 10px 0 0 0;
    }
    .tc_right h3 {
        padding: 10px 0 10px 0;
    }
    .tc_right h3::before {
        top: 55%;
    }
    .tc_right h3::after {
        top: 42%
    }
    .tc_top:before {
        width: 100%;
    }
    .tc_right ul li {
        margin: 0 0 20px 0;
    }
    .tc_right ul li {
        width: 100%;
        float: none;
    }
    .tc_right ul {
        margin: 20px 20px 0
    }
    .newsList02 .artCon {
        height: auto;
    }
    .bnu-list01 li .date {
        float: none;
    }
    .leader_left {
        float: none;
    }
    .leader_right {
        margin: 20px 0 0 0;
    }
    .leader_right h3 {
        background: none;
        padding: 0 0 0 29px;
    }
    .xbIn dl dd {
        width: 33.3%;
        margin: 0 0 20px 0;
    }
    .xbIn dl {
        height: 111px;
    }
}

@media screen and (max-width:480px) {
    .pic_list ul li {
        width: 100%;
        float: none;
    }
    .le_left {
        width: 100%;
        float: none;
    }
    .le_right {
        width: 100%;
        float: none;
    }
    .gp-bread span {
        padding: 0 2px;
        margin: 0px
    }
    .gp-bread {
        padding: 0 0 0 20px;
        background-position: left center;
    }
}

@media screen and (max-width:360px) {
    .gp-bread {
        float: none;
    }
}