@charset "utf-8";

/* CSS Document */

.subbanner {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-bottom: #2042b3 1px solid;
    /*! padding-bottom: 10px; */
}

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

.noBorder {
    border: none;
}


/*content*/

.subPage {
    position: relative;
}


/*侧边栏*/

.subLeft {
    /*! border-right: #ebebeb 1px solid; */
    /*! padding-right: 10px; */
    padding-top: 10px;
    position: relative;
}

.gp-subLeft {
    width: 203px;
    background: #fff;
}

.gp-subLeft>ul {}

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

.gp-subLeft>ul>li>a {
    display: block;
    background: url(../images/linebg.png) repeat-x bottom;
    transition: all 0.35s ease-in-out;
    padding: 20px 0;
}

.gp-subLeft>ul>li:hover>a,
.gp-subLeft>ul>li>a.active {
    color: #0253fa;
}

.gp-subLeft .gp-toggles,
.gp-sub-toggles {
    font-size: 12px;
    font-size: 1.2rem;
    width: 36px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 5px;
    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 {
    display: none;
    padding: 5px 0;
}

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

.gp-second-nav dd a {
    display: block;
    position: relative;
    padding: 10px 20px;
    transition: all 0.35s ease-in-out;
    font-size: 16px;
    font-size: 1.6rem;
}

.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 {
    /*! padding-left: 20px; */
    color: #0052fa;
}

.gp-subLeft * {
    transition: none;
}

.gp-subRight {
    margin-left: 215px;
    overflow: hidden;
    background: #fff;
    padding: 0 0 0 35px;
    border-left: #ebebeb 1px solid;
}

.gp-subRight-con {
    position: relative;
    min-height: 400px;
    padding: 20px 0 50px 0;
}


/*侧边栏移动端 */

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

.gp-m-inner-header {
    width: 100%;
    height: 42px;
    background-color: #0253fa;
    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(../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: #f5f5f5;
}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    padding-left: 13px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    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(../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: #f5f5f5;
}

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 10px 0px 10px 30px;
    border-bottom: 1px solid #e6e6e6;
    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: 20px 0; */
    position: relative;
}

.subCon {
    background: #fff;
    padding: 30px;
    /*! overflow: hidden; */
}

.sub-leftTitle {
    line-height: 30px;
    position: relative;
    padding: 65px 55px;
    border-left: #e5920e 10px solid;
    /*! margin-top: -100px; */
    background: rgba(2, 61, 178, 0.6);
    width: auto;
    position: absolute;
    left: -93px;
    top: -260px;
    /*! color: #fff; */
    min-width: 180px;
}

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


/*自定义*/


/*文章页和简介页*/

.gp-bread {
    padding-right: 70px;
}

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

.articleTitle {
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    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 {
    position: relative;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.pageArticle h3 {
    text-align: center;
    margin: 20px auto 0;
}

.pageArticle2 {
    padding-right: 120px;
}

.pageArticleTitle {
    margin-bottom: 20px;
}

.pageArticleTitle h3 {
    line-height: 32px;
}

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

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

.articleAuthor {
    text-align: center;
    padding: 16px 0;
    overflow: hidden;
    background: #f2f2f2;
    color: #999;
}

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

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

.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;
}


/*部门分类*/

.CategoryTitle {
    margin: 30px 0;
    background: #f2f2f2;
    padding: 20px 20px;
}

.LearnMore {
    color: #0253fa;
}


/*领导列表页*/

.RUC-list2 {
    margin: 0 -32px;
    overflow: hidden;
}

.RUC-list2 li a {
    display: block;
    margin: 32px;
    overflow: hidden;
    padding: 0 20px 10px 20px;
    position: relative;
}

.RUC-list2 li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 185px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.RUC-list2 .listImg {
    display: block;
    width: 140px;
    height: 210px;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.RUC-list2 .listText {
    display: block;
    margin-left: 160px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.RUC-list2 .listCon {
    margin-top: 25px;
    line-height: 22px;
    height: 132px;
}

.RUC-list2 a:hover .listText {
    margin-left: 166px;
}

.RUC-list2 .listCon ul li {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.RUC-list2 .listCon ul li strong {
    width: 60px;
    float: left;
    display: block;
}

.RUC-list2 .listCon ul li i {
    display: block;
    margin: 0 0 0 70px;
    word-wrap: break-word;
    font-style: normal;
}


/*教员列表页*/

.FacultyTitle {
    overflow: hidden;
}

.FacultyTitle a {
    display: inline-block;
    width: 33%;
    line-height: 24px;
    padding: 13px 0;
    float: left;
    text-align: center;
    background: #f7f7f7;
}

.FacultyTitle a.active {
    background: #0253fa;
    color: #fff;
}

.letterList {
    overflow: hidden;
    padding: 27px 0 13px 0;
    border-bottom: #f2f2f2 1px solid;
}

.letterList a {
    font-family: 'Arial';
    color: #666666;
    display: inline-block;
    width: 24px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin: 6px;
}

.letterList1 a {
    width: 31%;
    margin: 0 1%;
    height: 60px;
}

.letterList a.active,
.letterList a:hover {
    background: #e5920e;
    color: #fff;
}

.RUC-list3 {
    margin: 0 -26px;
    overflow: hidden;
}

.RUC-list3 li a {
    display: block;
    margin: 20px 26px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    border: #ebebeb 1px solid;
}

.RUC-list3 .listImg {
    display: block;
    width: 130px;
    height: 180px;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.RUC-list3 .listText {
    display: block;
    margin-left: 150px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.RUC-list3 .listCon {
    margin-top: 25px;
    line-height: 22px;
    height: 132px;
    color: #999;
}

.RUC-list3 a:hover .listText {
    margin-left: 156px;
}


/*列表页*/

.RUC-list1 {
    overflow: hidden;
}

.RUC-list1 li {
    border-bottom: #d9d9d9 1px solid;
    overflow: hidden;
    padding: 20px 0;
}

.RUC-list1 li a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}

.RUC-list1 .listTitle {
    background: url(../images/libg.png) no-repeat left center;
    padding-left: 28px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.RUC-list1 .listCon {
    color: #999999;
    line-height: 22px;
    height: 44px;
    padding-left: 28px;
}

.RUC-list1 li a:hover {
    padding-left: 6px;
}


/*论文列表页*/

.RUC-list4 {
    margin: 0 -16px;
    overflow: hidden;
}

.RUC-list4 li a {
    display: block;
    margin: 20px 16px;
    overflow: hidden;
    position: relative;
    border: #ebebeb 1px solid;
}

.RUC-list4 .listImg {
    display: block;
    width: 200px;
    height: 150px;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.RUC-list4 .listText {
    display: block;
    margin: 14px 14px 14px 212px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.RUC-list4 strong {
    height: 40px;
    line-height: 20px;
}

.RUC-list4 .listCon {
    margin-top: 35px;
    line-height: 20px;
    height: 40px;
    color: #0253fa;
}

.RUC-list4 a:hover .listText {
    margin-left: 218px;
}


/*新闻列表页*/

.list1 {
    margin: -17px;
    overflow: hidden;
}

.list1 .gp-img-responsive {
    padding-bottom: 50%;
}

.list1 li a {
    display: block;
    margin: 17px;
}

.list1 .artCon {
    margin: 24px 0 0 0;
}

.list1 .date {
    color: #0253fa;
}

.list1 .listTitle {
    margin: 12px 0;
    line-height: 24px;
    max-height: 48px;
}

.list1 .listCon {
    color: #666;
    line-height: 20px;
    max-height: 60px;
}

.list1 li a:hover .listCon {
    color: #1e2176;
}

.RUC-list5 {
    margin: 35px 0 0 0;
    overflow: hidden;
    border-top: #ebebeb 1px solid;
}

.RUC-list5 li a {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 35px 0;
}

.RUC-list5 .listImg {
    display: block;
    width: 370px;
    height: 185px;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #e6e6e6;
}

.RUC-list5 .listImg img {
    width: 100%;
}

.RUC-list5 .listText {
    display: block;
    margin-left: 390px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border-bottom: #ebebeb 1px solid;
    padding: 10px 0 35px 0;
}

.RUC-list5 strong {
    line-height: 22px;
    height: 44px;
}

.RUC-list5 .listCon {
    line-height: 20px;
    height: 40px;
    color: #999;
}

.RUC-list5 a:hover .listText {
    margin-left: 396px;
}

.RUC-list5 .date {
    margin: 20px 0;
    color: #0253fa;
}

.RUC-list6 {
    margin-top: -20px;
}

.RUC-list6 li a {
    display: block;
    position: relative;
    margin: 30px 0;
    border: #f2f2f2 3px solid;
    padding: 22px 60px;
}

.RUC-list6 .listdate {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #0253fa;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: -40px;
    top: 14px;
}

.RUC-list6 .listText {
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.RUC-list6 strong {
    line-height: 22px;
    height: 22px;
    margin-bottom: 20px;
}

.RUC-list6 .listCon {
    line-height: 20px;
    height: 40px;
    color: #999;
}

.RUC-list6 .date {
    margin: 20px 0;
    color: #0253fa;
}

.RUC-list6 a:hover .listText {
    margin-left: 6px;
}


/*领导详情页*/

.leader {
    background: #f5f5f5;
    padding: 15px;
    overflow: hidden;
}

.leaderImg {
    display: block;
    width: 152px;
    height: 210px;
    float: left;
    overflow: hidden;
}

.leaderText {
    display: block;
    margin-left: 180px;
}

.leaderText strong {
    display: block;
    margin-bottom: 20px;
}

.leaderText p {
    color: #666666;
    display: block;
    border-bottom: #e5e5e5 1px solid;
    line-height: 20px;
    padding: 10px 0;
}

.leaderIntro {
    margin: 30px 0;
}

.leaderIntro h2 {
    position: relative;
    padding: 19px 22px;
    margin-bottom: 15px;
}

.leaderIntro h2:before {
    content: "";
    display: block;
    background: #ebebeb;
    height: 60px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.leaderIntro h2:after {
    content: "";
    display: block;
    background: #0253fa;
    height: 20px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 20px;
}

.leaderIntro .gp-article {
    margin-left: 22px;
}

.leaderIntro p {
    color: #666;
}


/*附件*/

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

.Annex h3 {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
}

.annexList {
    overflow: hidden;
}

.annexList li {
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    padding: 13px 85px;
    margin-bottom: 2px;
}

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

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

.shareTitle {
    writing-mode: tb-rl;
    font-size: 18px;
}


/*分享*/

.subCon .share {
    position: absolute;
    left: -95px;
    top: 20px;
}

.share {
    width: 70px;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    /*! float: right; */
    position: absolute;
    right: 0;
    top: 160px;
    background: #f5f5f5;
}

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

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

.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_more {
    background: url(../images/bds_more.png) no-repeat center;
}

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


/*分页*/

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

.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: 0 8px;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: #e1e1e1 1px solid;
    /*! color: #999999; */
    font-family: Arial;
}

.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: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.gp-page .gp-page-start {
    background: url(../images/arrow_lf2.png) no-repeat center;
}

.gp-page .gp-page-end {
    background: url(../images/arrow_rt2.png) no-repeat center;
}

.gp-page .gp-page-start:hover {
    background: url(../images/arrow_lf2.png) no-repeat center #f5f5f5;
    border: #e1e1e1 1px solid;
}

.gp-page .gp-page-end:hover {
    background: url(../images/arrow_rt2.png) no-repeat center #f5f5f5;
    border: #e1e1e1 1px solid;
}

.gp-page .gp-page-prev {
    background: url(../images/arrow_lf.png) no-repeat center;
}

.gp-page .gp-page-next {
    background: url(../images/arrow_rt.png) no-repeat center;
}

.gp-page .gp-page-prev:hover {
    background: url(../images/arrow_lf.png) no-repeat center #f5f5f5;
    border: #e1e1e1 1px solid;
}

.gp-page .gp-page-next:hover {
    background: url(../images/arrow_rt.png) no-repeat center #f5f5f5;
    border: #e1e1e1 1px solid;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    margin: 0 10px;
}

.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: #0253fa;
    position: relative;
    border: #0253fa 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-right {
    text-align: right
}

.right_page {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.right_page>span {
    display: inline-block;
    vertical-align: top;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    color: #666666;
}

.pages {
    overflow: hidden;
    height: 42px;
    /*! font-family: 'Arial'; */
    font-size: 0;
    display: block;
    float: left;
    /*! border-bottom: #666 1px solid; */
}

.pages img {
    vertical-align: middle;
    width: auto;
}

.pages>span {
    /*! color:#757575; */
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    margin: 0 8px;
}

.pages .pageSelect {
    min-width: 125px;
    height: 42px;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #666666;
    line-height: 42px;
    text-align: center;
    border: 0px;
}

.pages .pageSelect option {
    height: 33px;
    line-height: 33px;
}

.pages .pageSelect01 {
    min-width: 95px;
    border: #e1e1e1 1px solid;
    margin: 0 5px;
    border-radius: 20px;
}

.select2-hidden-accessible {
    border: 0px !important;
}

.select2-container--default .select2-selection--single {}

.select2-container .select2-selection--single {
    height: 42px;
    /*! margin: 0 10px; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 5px;
    line-height: 5px;
    top: 17px;
    width: 8px;
    right: 9px;
}

@media screen and (max-width:1386px) {
    .gp-container {
        width: 1000px;
    }
    .subbanner {
        max-width: 1000px;
    }
    .sub-leftTitle {
        left: -33px;
    }
}

@media screen and (max-width:1080px) {
    .RUC-list6 .listdate {
        left: 0;
    }
    .RUC-list6 li a {
        padding: 22px 22px 22px 75px;
    }
    .RUC-list6 .listdate {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width:1020px) {
    .subPage-con {
        padding: 20px 0;
    }
    .gp-subRight-con {
        padding: 0;
    }
    .pageArticle {
        /*! padding: 0; */
    }
    .pageArticle2 {
        padding-right: 0;
    }
    .subLeft {
        border: none;
    }
    .subbanner {
        border-bottom: none;
    }
    .subbanner-con {
        margin-bottom: 0;
    }
    .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;
        margin: 0;
        padding: 15px 0;
    }
    .gp-subRight {
        margin-left: 0;
        padding: 20px 0;
        border: none;
    }
    .annexList li {
        padding: 13px 25px;
    }
    .share {
        position: static;
        width: auto;
        text-align: left;
        padding: 10px 0;
        background: none;
    }
    .shareTitle {
        writing-mode: rl-tb;
        padding: 0 20px;
    }
    .share .bdsharebuttonbox>a {
        background-size: 40px !important;
        width: 40px;
        height: 40px;
        float: left;
    }
    .Annex h3 {
        height: 40px;
        line-height: 40px;
    }
    .sub-leftTitle {
        display: none;
    }
    .pageArticleTitle02 {
        margin: 6px 0 22px 0;
    }
    .subCon .articleTitle02 {
        display: block;
    }
    .articleTitle {
        position: static;
        height: auto;
        background: #e7e7e7;
    }
    .gp-bread>div {
        margin: 0;
        padding: 10px 20px;
        float: left;
    }
    .gp-bread a,
    .gp-bread span {
        color: #666 !important;
    }
}

@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) {
    .RUC-list2 li a {
        margin: 20px 32px;
    }
    .RUC-list5 li a {
        margin: 20px 0;
    }
    .RUC-list5 .listImg {
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        float: none;
    }
    .RUC-list5 .listText {
        padding: 15px 0;
    }
    .RUC-list5 .listText,
    .RUC-list5 a:hover .listText {
        margin: 0;
    }
    .RUC-list5 strong {
        height: auto;
    }
}

@media screen and (max-width:640px) {
    .CategoryTitle {
        padding: 10px;
        margin: 15px 0;
    }
}

@media screen and (max-width:480px) {
    .RUC-list4 .listImg {
        width: 100%;
        height: 0;
        padding-bottom: 72%;
        float: none;
    }
    .RUC-list4 .listImg img {
        width: 100%;
    }
    .RUC-list4 .listText {
        margin: 15px;
    }
    .RUC-list4 a:hover .listText {
        margin-left: 15px;
    }
    .RUC-list4 strong,
    .RUC-list4 .listCon {
        height: auto;
    }
    .RUC-list4 .listCon {
        margin-top: 10px;
    }
    .leaderImg {
        margin: 0 auto;
        float: none;
    }
    .leaderText {
        margin: 10px 0;
    }
}