@charset "utf-8";
html{
  background: url(../images/bg.png) repeat center/cover;
}
body{
  position: relative;
  font-family: 'Noto Sans SC';
  color: #222;
}
body::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #fff;
  z-index: 0;
}
a:hover{ color: #3728cb;}
a.colorFFF:hover{ color: #fff;}
footer.fixed{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
header::before{
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  opacity: 0.5;
}

.wrapbanner{ position: relative;z-index: 1;}
.subBanner{ position: relative;z-index: 1;}
.subBanner::before{ content: '';display: block;width: 100%;height: 0px;padding-bottom: 14.58%;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  opacity: 0.7;pointer-events: none;display: none;
  position: absolute; left: 0;top: 0;z-index: 1;}
.subBanner::after{ content: '';display: block;width: 100%;height: 0px;padding-bottom: 8.33%;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.7;pointer-events: none;
  position: absolute; left: 0;bottom: 0;z-index: 1; display: none;}
.subBanner .img{ position: relative;}
/* .subBanner .img::before{ content: '';display: block;width: 300px;height: 20px;background: url(../images/subbanner-icon.png) no-repeat right bottom;
  position: absolute;left: 0;bottom: 0;z-index: 1;} */
.subBanner img:hover{ opacity: 1; transform: scale(1.03);}
.subBanner .gp-img-responsive{ padding-bottom: 31.25%; border-radius: 0 0 0 150px;}
.bannerBottomBox{ position: absolute;top: 100%;right: 0;width: 100%;height: 0px;padding-bottom: 7.894%; z-index: 1; display: none;}

.bread{ position: relative;opacity: 1; color: #888888; font-size: 0;}
.bread .flex{ justify-content: flex-start;padding: 60px 0 40px;position: relative;z-index: 2;
  background: url(../images/bread_bg.png) no-repeat bottom right; background-size: 452px auto;}
.bread .flex::before{
  content: '';display: block;display: block;width: calc(100% - 30px);height: 1px;background: #dcdcdc;
  position: absolute;bottom: 0;left: 0;
}
.bread a{ display: inline-block; color: #888888; line-height: 20px;font-size: 18px;}
.bread a:hover, .bread a:nth-last-of-type(1){color: #8f05bb;}
.bread span{ display: inline-block; color: #888888; line-height: 20px;font-size: 14px;padding: 0 10px;}

.subPageTitle{ width: 100%; font-size: 72px; color: #fff; position: relative; z-index: 2;
  position: absolute;right: 50%;transform: translate3d(50%, 50%, 0); bottom: calc(50% - 40px);}
.subPageTitle .outBox{}
.fristLevelTil{
  line-height: 84px;
}
.subPageTitle .slogan{
  font-size: 24px;
  line-height: 32px;
  margin-top: 55px;
  max-width: 60%;

  margin-top: 10px; padding-bottom: 45px;
}
.subPageTitle .slogan.unsetMaxWidth{ max-width: none;}
.subPageTitle .textAlignCenter .slogan{
  line-height: 1.636;
}
.gp-m-title{ display: none;}

.subContent{ position: relative;z-index: 2;}
.subContentBg{ background: #fff;}
.pageCon{ }

.newsEvents{}
.newsEvents .swiperBox{
  overflow: hidden;
  padding-top: 60px;
}
.newsEvents .swiperBox a{
  display: block;
  position: relative;
}
.newsEvents .swiperBox .gp-img-responsive{
  padding-bottom: 34.88%;
}
.newsEvents .swiperBox .title{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 25px 50px;
  background: rgba(0, 0, 0, 0.55);
}
.newsEvents .swiperBox .title span{
  display: block;
  line-height: 40px;
  color: #fff;
}
.newsEvents .swiper-dots{
  padding-top: 10px;
  text-align: center;
  
}
.newsEvents .swiper-dots span{
  width: 34px;
  height: 35px;
  background: url(../images/sub-new-ico1.png) no-repeat center;
  background-size: 100% auto;
  margin: 0 12.5px;
}
.newsEvents .listCon{
  margin-top: -10px;
}
.newsEvents .listCon li{
  margin-top: 60px;
}
.newsEvents .listCon a{
  position: relative;
}
.newsEvents .listCon .lf{
  width: 560px;
  flex-shrink: 0
}
.newsEvents .listCon .gp-img-responsive{
  padding-bottom: 56.25%;
}
.newsEvents .listCon .rt{
  width: calc(100% - 560px);
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.newsEvents .listCon .rt::before{
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsEvents .listCon .title{
  color: #666;
  line-height: 38px;
  height: 76px;
}
.newsEvents .listCon a:hover .title{
  color: #222;
}
.newsEvents .listCon .summary{
  color: #666;
  line-height: 32px;
  margin-top: 16px;
  word-break: break-word;
}
.newsEvents .listCon a:hover .summary{
  color: #333;
}
.newsEvents .listCon .date{
  color: #222;
  line-height: 24px;
  margin-top: 50px;
  margin-top: 35px;
}
.newsEvents .listCon a:hover .date{
  color: #1735d1;
}

.newsEvents .listCon .events .lf{
  width: 80px;
  background: #eeeef8;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.newsEvents .listCon .events:hover .lf{
  background: #1735d1;
}
.newsEvents .listCon .events:hover .eventsTag{
  color: #fff;
}
.newsEvents .listCon .events .rt{
  width: calc(100% - 80px);
  padding-left: 30px;
}
.newsEvents .eventsTag{
  text-transform: uppercase;
  color: #c0c0e6;
  width: 80px;
  line-height: 75px;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.newsEvents .events .title{
  height: auto;
}
.newsEvents .events .title span{
  -webkit-line-clamp: 1;
}
.newsEvents .events .date{
  margin-top: 40px;
  padding-bottom: 40px;
}
.newsEvents .listCon .rt::before{
  width: calc(100% - 30px);
}
.newsEvents a:hover .gp-img-responsive img{
  transition: all 0.4s ease-in-out;
  transform: scale(1.03);
  opacity: 1;
}

.newsEvents .flexBox .lf{
  width: calc(100% - 360px);
  padding-right: 40px;
  box-sizing: border-box;
}
.newsEvents .flexBox .rt{
  width: 360px;
  box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
  padding-left: 40px;
  margin-top: 10px;
}
.newsEvents .gp-title{ margin-top: 0;}


/*侧边栏*/
.gp-left{ width: 200px; flex-shrink: 0; background: #edf5fc;}
.gp-subLeft{ padding-top: 0px; border-top: none;}
.gp-subLeft > ul{ padding: 0;}
.gp-subLeft > ul >li{position: relative;margin-bottom: 0px;}
.gp-subLeft > ul >li:last-child{ margin-bottom: 0;}
.gp-subLeft > ul >li > a{line-height: 23px;padding: 30px 0 20px; display: block;border-bottom: 1px solid #e3ebf5;margin-right: 0px;text-align: left;
  font-family: 'Noto Sans SC';font-weight: bold;
    /* transition: all 0.35s ease-in-out; */}
.gp-subLeft > ul >li.active > a{border: none;}
.gp-subLeft > ul >li > a:hover,.gp-subLeft > ul >li > a.active{background: transparent; margin-right: 0;color:#000;font-size: 24px; color: #1735d1;}
.gp-subLeft .gp-toggles{width: 58px;height:74px;line-height: 74px;position: absolute;right: 0;top: 0;text-align: center;cursor: pointer;color:#666}
.gp-subLeft .gp-toggles::before{
  content: '';
  display: block;
  width: 14px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.gp-subLeft .gp-toggles.icon-right:before{
  background: url(../images/side-ico1.png) no-repeat center;
}
.gp-subLeft .gp-toggles.icon-down:before{
  background: url(../images/side-ico2.png) no-repeat center;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.gp-second-nav{font-size: 18px;display: none;background: transparent; padding-left: 20px;}
.gp-second-nav dd a{display: block;color:#666;transition: all 0.35s ease-in-out;}
.gp-second-nav dd a:hover{ color: #1735d1;}
.second_nav dd a.active,
.gp-second-nav dd a.active{background: transparent; color: #1735d1;font-weight: bold;}
.gp-third-nav{ margin: 20px 0;}
.gp-third-nav dd{ padding-bottom: 20px;border-left: 1px solid #ededf4;}
.gp-third-nav dd:last-child{ padding-bottom: 0px;}
.gp-third-nav dd a{ line-height: 28px;padding-left: 20px;}
/*侧边栏移动端 */
.gp-m-subNav{display:none;}
.gp-m-inner-header{width:100%;height:40px;background-color:transparent;cursor:pointer;line-height: 40px;}
.gp-m-inner-header > span{height: 40px;padding-left: 15px;font-size: 16px;color:#666;font-weight: bold;}
.gp-m-subNav .gp-m-inner-header-icon{float: right;width: 40px;height: 40px;text-align: center;}
.gp-m-subNav  .gp-m-inner-header-icon-click i{display: block;}
.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;font-family:Tahoma;display:block;color:#fff;}
.gp-subNavm li{position: relative;}
.gp-subNavm li > a{ font-size: 14px;padding-left:13px;height:40px;line-height:40px;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{width: 40px;height: 40px;position: absolute;right: 0;top: 0;line-height: 40px;text-align: center;}
.gp-subNavm dl{ position: relative; display: none; background-color:#fff; padding:5px 0px;}
.gp-subNavm dl dd{ position: relative; padding-left: 30px; line-height:18px; padding:8px 0px 8px 30px;border-bottom: 1px dotted #e6e6e6;}
.gp-subNavm li dl dd a{ font-size: 12px; font-weight:normal; display:inline;  border:none; padding:0px;}
.gp-subNavm li dl dd a:hover{ color:#a70510}
@media screen and (max-width:998px) {
  .gp-subLeft{display: none;}
  .gp-m-subNav{display: block;}
}

.gp-right{ width: calc(100% - 200px); background: #fff;}
.no-left .gp-right{ width: 100%;}

.subCon{
  padding: 50px 40px 60px;
  margin-bottom: 50px;
}

/* 侧栏列表页 - 新闻通知 */
.news_notice{}
.news_notice li{
  margin-bottom: 30px;
}
.news_notice li:last-child{
  margin-bottom: 0;
}
.news_notice a{
  position: relative;
  display: block;
  padding: 35px 150px 50px 40px;
  z-index: 1;
  transition: all 0.35s ease;
}
.news_notice a:hover{
  transform: translateY(-8px);
}
.news_notice a::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sidebar_list_bg.png) no-repeat center/cover;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.news_notice a::after{
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  background: #f8b551;
  position: absolute;
  left: 40px;
  top: 0;
}
.news_notice .title{
  line-height: 1;
}
.news_notice .date{
  font-family: 'Optima';
  padding-left: 20px;
  background: url(../images/date.png) no-repeat center left;
  background-size: auto 100%;
  line-height: 12px;
  margin-top: 30px;
  color: #005aa0;
}

.subCon.no-sidebar{
  background: #fff;
  padding: 30px 30px 100px;
}


/* introPage */
.introPage{}
.introPage .gp-content{ padding: 0px;}
.introPage .gp-content{ line-height: 40px; }

/* 文字列表 */
.textList{ padding-top: 0 !important;}
.textList ul{}
.textList li{
  margin-top: 30px;
}
.textList li a{
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}
.textList .date{
  width: 190px;
  line-height: 3.22;
  color: #3927ca;
  background: #eeeef8;
  border-radius: 29px 29px 29px 0;
  text-align: center;
}
.textList a:hover .date{
  color: #fff;
  background: #1934d1;
}
.textList .title{
  color: #666;
  line-height: 1.5;
  margin-top: 19px;
}
.textList a:hover .title{
  color: #222;
}



/*分页*/
.pages{ max-width: 770px; margin: 80px auto 0px; background: #f4f4fa; justify-content: space-between; padding: 5px;padding-right: 30px;
  position: relative;z-index: 2; text-align: center; font-size: 0;}
.gp-page { padding: 0; color:#333;font-size: 0px;}
.gp-page .numBox{ background: #f4f4fa;}
.gp-page:after,.gp-page:before { content:" "; display:table; display: none;}
.gp-page>a,.gp-page>span{display:inline-block;color: #999999;background: transparent; cursor: pointer; border-radius: 5px;background: transparent;margin: 0 10px;
    width: 50px; height: 50px; line-height: 50px; font-size: 30px; margin-bottom:0px; margin-left:0px; border: 0px solid rgba(0, 0, 0, 0.06);
    position:relative;text-align: center;vertical-align: top; box-sizing: border-box; *display: inline; *zoom:1;}
.gp-page .gp-page-prev{ line-height: 44px;}
.gp-page .gp-page-next{ transform: rotateY(180deg);line-height: 44px;}
.gp-page .gp-page-start,
.gp-page .gp-page-end{ width: auto; min-width: 70px;}
.gp-page > span{border:none}
.gp-page > a:hover, .gp-page > a.active{ background-color:#fff;box-shadow: 0px 5px 10px 0px rgba(53, 46, 68, 0.1); color: #9c00b8;}
.gp-m-page{ display: none;}
.gp-m-page a{display: inline-block;margin:0 10px}
/*居中*/
.gp-page-centered {text-align:center}
/*右对齐*/
.gp-page-right {text-align:right}
.gp-page .omit{ cursor: not-allowed;}
.pages .flex{
  align-items: center;
}
.pages .pageFun{ color: #c5c5d6;}
.pages .totalPages span{ color: #9c00b8;}
.pages .jumpBox{ margin-left: 30px; position: relative;}
.pages .jumpBox input{ width: 70px;height: 30px;box-sizing: border-box;margin: 0 6px;color: #999;
  border-radius: 5px;border: 1px solid #c5c5d6; outline: none;padding: 0 5px; text-align: center;}
.pages .jumpBox input::placeholder{ color: #999;}
.pages .jumpBox span{ display: inline-block; line-height: 30px;height: 30px;vertical-align: middle;}
.pages .jumpBox span:has(input){ font-size: 0;}
.pageBtn{ width: 63px; background: #fff;border-radius: 5px; cursor: pointer;}
.pages .jumpBox .tips{ position: absolute;top: 100%;left: 0;font-size: 12px;color: #f00; transform: scale(0.8);transform-origin: left center;}


.article{position: relative; padding-top: 50px;}
.journalArticle{ padding-top: 0;}
.gp-article > .flex{ align-items: center; position: relative;z-index: 1;}
.gp-title{ color: #222; text-align: left; line-height: 50px; font-weight: bold; margin-top: 35px;
  border-bottom: 0px dashed #e6e6e6;}
.gp-info{ font-size: 0; line-height: 1; flex-wrap: wrap; justify-content: center; margin-top: 50px;}
.gp-info span{ display: inline-block; color: #1735d1;margin-right: 40px; font-family: 'Arial';}
.gp-info span:last-child{ margin-right: 0px;}
.gp-info .date{ display: none;}
.gp-content{ margin: 0 auto; padding-top: 20px;line-height: 1.78; box-sizing: border-box; word-break: break-word; position: relative;}
.gp-content p{ margin-bottom: 32px; color: #444;}
.gp-content p:nth-last-of-type(1){ margin-bottom: 0px;}

.pageCon{  padding-bottom: 150px;}

.Annex{ padding-top: 24px; flex: 1;}
.Annex h3{ color: #444; font-style: normal; font-weight: bold;line-height: 30px;}
.Annex li::marker{ content: ''}
.Annex a{ display: block; color: #999; line-height: 30px;}

.share{position: relative; width: 100%; }
.share_btn{height: 70px;font-weight: normal; width: 100%;border-radius: 20px;margin-top: 5px;}
.bdsharebuttonbox{ margin: 0 -5px;}
.share .bdsharebuttonbox  > a{height: 70px;line-height: 70px;text-indent: 0;width: 33.33%;display: block;
  background: none;text-align: center;border-radius: 20px; margin: 0 5px;}
.share .bdsharebuttonbox .bds_weixin{color:#00c785; font-size: 0px;background: url(../images/wechat-ico.png) no-repeat center/cover;}
.share .bdsharebuttonbox .bds_tsina{color:#00c785; font-size: 0px;background: url(../images/sina-ico.png) no-repeat center/cover;}
.share .bdsharebuttonbox .moreShare{color:#00c785; font-size: 0px;background: url(../images/more-ico.png) no-repeat center/cover;position: relative;}
.share .bdsharebuttonbox .moreShare .absoluteBox{
  width: 100%;
  position: absolute;top: 100%;right: 0px;z-index: 1;
  max-height: 0px;overflow: hidden;
}
.share .bdsharebuttonbox .moreShare:hover .absoluteBox{
  max-height: 230px;transition: all 0.25s ease-in-out;
}
.share .bdsharebuttonbox .share_facebook{ background: #3B5998 url(../images/facebook.png) no-repeat center/30px auto;}
.share .bdsharebuttonbox .share_twitter{ background: #1da1f2 url(../images/twitter.png) no-repeat center/24px auto;}
.share .bdsharebuttonbox .share_linkedin{ background: #0077b5 url(../images/linkedin.png) no-repeat center/22px auto;}
.shareBox .title{ display: none;}
.shareClose { position: absolute; right: 0; top: 0; cursor: pointer;font-size: 18px;}
.sharelist { display: none; position: static;   height: 250px;  overflow-y: auto;padding-left: 17px !important;}
.weChatBox{width: 280px;height:auto;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;}
.bdshare_dialog_bg{position:fixed;_position:absolute;width:312px;height:341px;z-index:9999;overflow:hidden;display:none}
.bdshare_dialog_box{position:fixed;_position:absolute;width:300px;border:6px solid #8F8F8F;height:329px;z-index:10000;text-align:left;box-shadow:0 0 7px #aaa;-webkit-box-shadow:0 0 7px #aaa;-moz-box-shadow:0 0 7px #aaa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;overflow:hidden;background:#f6f6f6;display:none}
.bdshare_dialog_top,.bdshare_popup_top{height:28px;color:#626262;overflow:hidden;font-weight:bold;font-size:14px;line-height:28px;padding:0 5px}
.bdshare_dialog_close{width:22px;height:23px;background:url(../images/pop_c.gif?v=2d7108c8.gif) no-repeat 0 0;float:right;display:block;margin-top:2px}.bdshare_dialog_list{margin:0;padding:10px 0;height:256px;background:#fff;overflow:auto;overflow-x:hidden}.bdshare_dialog_bottom{height:25px;line-height:25px;font-size:12px;text-align:right;padding:0 10px}.bdshare_dialog_bottom a{color:#999;text-decoration:none}
.bdshare_dialog_bottom a:hover{color:#00a9e0}.bdshare_dialog_list li{float:left;width:130px;padding:2px;margin-left:6px;_margin-left:3px;height:28px;overflow:hidden;list-style:none}.bdshare_dialog_list a,.bdshare_popup_list a,.bdshare_popup_bottom a{color:#565656;font:12px '宋体';display:block;background-image:url(../images/icons_0_16.png?v=ba7acbd3.png);background-repeat:no-repeat;padding:5px 0 5px 28px;text-decoration:none;border:1px solid #fff;line-height:18px}.bdshare_dialog_list a:hover,.bdshare_popup_list a:hover{background-color:#f3f3f3;border:1px solid #eee;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.popup_qzone{background-position:4px -47px}.popup_tsina{background-position:4px -99px}.popup_renren{background-position:4px -203px}.popup_tqq{background-position:4px -255px}.popup_kaixin001{background-position:4px -307px}.popup_tqf{background-position:4px -359px}.popup_hi{background-position:4px -411px}.popup_douban{background-position:4px -463px}.popup_tieba{background-position:4px -723px}.popup_hx{background-position:4px -983px}.popup_fx{background-position:4px -1035px}.popup_ty{background-position:4px -1191px}.popup_fbook{background-position:4px -1347px}.popup_twi{background-position:4px -1399px}.popup_linkedin{background-position:4px -1659px}.popup_meilishuo{background-position:4px -1711px}.popup_mogujie{background-position:4px -1763px}.popup_diandian{background-position:4px -1815px}.popup_huaban{background-position:4px -1867px}.popup_duitang{background-position:4px -2023px}.popup_youdao{background-position:4px -2075px}.popup_wealink{background-position:4px -2179px}.popup_copy{background-position:4px -2283px}.popup_mail{background-position:4px -2335px}.popup_print{background-position:4px -2387px}.popup_mshare{background-position:4px -2439px}.popup_sqq{background-position:4px -2647px}.popup_sdo{background-position:4px -2699px}.popup_qingbiji{background-position:4px -2751px}.popup_people{background-position:4px -2803px}.popup_xinhua{background-position:4px -2907px}.popup_yaolan{background-position:4px -2959px}.popup_thx{background-position:4px -2491px}.popup_bdhome{background-position:4px -151px}.popup_bdxc{background-position:4px -2543px}.popup_more{background-position:4px 5px}.popup_bdysc{background-position:4px -3063px}.popup_isohu{background-position:4px -3011px}.popup_ibaidu{background-position:4px -3115px}.popup_weixin{background-position:4px -1607px}.popup_iguba{background-position:4px -1295px}.popup_h163{background-position:4px -3156px}.bdshare_popup_bg{position:absolute;display:none;z-index:9997}.bdshare_popup_box{position:absolute;display:none;z-index:9998;text-align:left;background:#f6f6f6;border:solid 1px #e9e9e9}.bdshare_popup_list{margin:0;padding:5px 0;background:#fff;overflow:auto;overflow-x:hidden;_zoom:1}.bdshare_popup_bottom{clear:both;height:30px;font-size:12px;text-align:right;padding:0 10px}.bdshare_popup_bottom a{color:#999;text-decoration:none;border:0;float:right}.bdshare_popup_bottom a:hover{color:#00a9e0}.bdshare_popup_list li{float:left;width:100px;padding:2px;margin-left:6px;_margin-left:3px;height:28px;overflow:hidden;list-style:none}.popup_tsohu,.popup_tfh,.popup_baidu,.popup_qq,.popup_msn,.popup_sohu,.popup_qy,.popup_leho,.popup_ifeng,.popup_ff,.popup_tuita,.popup_ms,.popup_deli,.popup_s51,.popup_t163,.popup_share189,.popup_xg,.popup_s139{display:none}.bdshare_dialog_box,.bdshare_dialog_list a:hover,.bdshare_popup_list a:hover{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;}.popup_evernotecn{background-position:4px -3180px;}


.latestNews{}
.lastestNewsTil{
  line-height: 70px;
  background: #1735d1;
  color: #fff;
  padding: 0 40px;
  margin-top: 30px;
}
.lastestNewsCon{}
.lastestNewsCon li{
  margin-top: 20px;
}
.lastestNewsCon .gp-img-responsive{
  padding-bottom: 56.25%;
}
.lastestNewsCon .title{
  line-height: 28px;
}

/* authors */
.authors{
  padding-top: 20px;
}
.authors .listCon{}
.authors .listCon ul{
  margin: 0 -15px;
}
.authors .listCon li{
  margin-top: 40px;
}
.authors .listCon li a{
  display: block;
  padding: 30px;
  margin: 0 15px;
  border: 1px solid #dcdcdc;
}
.authors .name{
  line-height: 40px;
}
.authors .post{
  line-height: 32px;
  margin-top: 20px;
  -webkit-line-clamp: 3;
}
.authors .photo{
  margin-top: 30px;
}
.authors .gp-img-responsive{
  padding-bottom: 100%;
}

.peopleBox{
  align-items: flex-start;
}
.peopleBox .img{
  width: 300px;
  flex-shrink: 0;
  border-radius: 20px;
  box-shadow: 0px 20px 40px 0px rgba(47, 47, 76, 0.2);
  padding: 20px;
  box-sizing: border-box;
  margin-right: 60px;
}
.peopleBox .name{
  color: #222;
  line-height: 1;
}
.peopleBox .peopleContent{
  color: #333;
  margin-top: 33px;
}
.peoSwiper{
  overflow: hidden;
}
.peoSwiperTil{
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
  margin: 80px 0 30px;
}
.peoSwiperTil span{
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 5px solid #1735d1;
}
.peoSwiper .swiper-slide{
  width: auto;
}
.peoSwiper .swiper-slide a{
  display: block;
}
.peoSwiper .swiper-slide-active{}
.peoSwiper .img{
  width: 200px;
  flex-shrink: 0;
}
.peoSwiper .gp-img-responsive{
  padding-bottom: 145%;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
}
.peoSwiper .bookName{
  width: 0;
  height: 100%;
  padding: 40px 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #f1f1f7;
  color: #222;
  line-height: 38px;
}
.peoSwiper .bookName span{
  -webkit-line-clamp: 6;
}
.peoSwiper .active .bookName{
  width: 360px;
  padding: 40px 30px;
}
.peoSwiper .swiper-dots{
  text-align: center;
  font-size: 0;
  padding-top: 60px;
}
.peoSwiper .swiper-dots .swiper-pagination-bullet{
  width: 34px;
  height: 15px;
  background: url(../images/openBook-icon-blue.png) no-repeat center/cover;
  opacity: 0.5;
  margin: 0 12.5px;
}
.peoSwiper .swiper-dots .swiper-pagination-bullet-active{
  opacity: 1;
}

/* videos */
.videosList{ padding-top: 10px;}
.videosList ul{
  margin: 0 -25px;
}
.videosList li{
  margin-top: 50px;
}
.videosList li a{
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 20px 40px 0px rgba(47, 47, 76, 0.2);
  margin: 0 25px;
  transition: all 0.35s ease-in-out;
}
.videosList li a:hover{
  transform: translateY(-8px);
}
.videosList .gp-img-responsive{
  position: relative;
  border-radius: 20px;
  background: #bfbfbf;
  padding-bottom: 56.25%;
}
.videosList .gp-img-responsive::before{
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/video-img.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate3d(50%, -50%, 0);
}
.videosList .title{
  line-height: 38px;
  padding: 30px 30px 52px;
}
.videosList .title span{
  height: 114px;
  -webkit-line-clamp: 3;
}

.downloads{
  padding-top: 10px;
}
.downloads ul{
  margin: 0 -30px;
}
.downloads li{
  margin-top: 60px;
}
.downloads li a{
  margin: 0 30px;
  border: 1px solid #dcdcdc;
  border-left: none;
  transition: all 0.35s ease-in-out;
}
.downloads li a:hover{
  transform: translateY(-8px);
}
.downloads .date{
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 0 30px 30px 0;
  background: #3728cb;
  color: #fff;
  /* padding-left: 30px; */
  text-align: center;
  font-weight: 500;
}
.downloads .title{
  width: calc(100% - 150px);
  line-height: 150px;
  padding-left: 30px;
  box-sizing: border-box;
}
.downloads .title span{
  display: block;
}

.books{}
.books .topBox{
  align-items: flex-start;
}
.books .img{
  width: 300px;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.06);
}
.books .gp-img-responsive{
  padding-bottom: 140.66%;
}
.books .infoBox{
  width: calc(100% - 300px);
  padding-left: 60px;
  box-sizing: border-box;
}
.books .title{
  line-height: 50px;
}
.books .subTitle{
  line-height: 44px;
  margin-top: 10px;
}
.books .authorBox{
  color: #999;
  margin: 40px 0 50px;
}
.books .authorBox span{
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 2px solid #999;
}
.books .someInfo{
  color: #333;
  line-height: 48px;
}
.books .btnBox{
  width: 148px;
}
.books .btnBox a{
  display: block;
  line-height: 55px;
  border: 1px solid #1735d1;
  text-align: center;
  color: #1735d1;
  margin-bottom: 10px;
  transition: all 0.35s ease-in-out;
}
.books .btnBox a:hover{
  color: #fff;
  background: #1735d1;
}
.books .btnBox a:last-child{
  margin-bottom: 0;
}
.books .tabTilList{
  margin-top: 60px;
  justify-content: flex-start;
  border-top: 1px solid #dcdcdc;
}
.books .boxTitle{
  position: relative;
  margin-right: 100px;
  color: #666;
  line-height: 1;
  padding-top: 35px;
}
.books .boxTitle.on::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #1735d1;
  position: absolute;
  top: 0;
  left: 0;
}
.books .boxTitle.on{
  color: #333;
}
.books .boxTitle:last-child{
  margin-right: 0;
}
.books .boxList{
  padding-top: 40px;
  line-height: 32px;
}
.books .box{
  display: none;
}
.books .box.on{
  display: block;
}

.congShu{}
.congShu .top{
  position: relative;
  padding: 140px 0 0 300px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
  min-height: 320px;
}
.congShu .top::before{
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: #1735d1;
  position: absolute;
  top: 0;
  left: 0;
}
.congShu .top .img{
  width: 200px;
  box-shadow: 0 0 30px 15px rgba(22, 22, 67, 0.33);
  position: absolute;
  top: 20px;
  left: 40px;
}
.congShu .top .gp-img-responsive{
  padding-bottom: 140.5%;
}
.congShu .top .label{
  color: #1735d1;
  line-height: 46px;
  margin-bottom: 10px;
}
.congShu .top .name{
  line-height: 1.5;
}
.congShu .middle{
  margin-top: 60px;
}
.congShu .middle .boxTil{
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.congShu .middle .boxTil span{
  display: inline-block;
  margin-left: 20px;
  color: #8f05bb;
}
.congShu .middle .boxCon{
  padding: 50px 0;
  line-height: 32px;
  border-bottom: 1px solid #dcdcdc;
}
.congShu .middle .boxCon p{
  margin-bottom: 20px;
}
.congShu .middle .boxCon p:last-child{
  margin-bottom: 0;
}
.congShu .bottom{
  padding: 40px 60px;
  border: 1px solid #dcdcdc;
}
.congShu .bottom .boxTil{
  line-height: 1;
  padding-bottom: 30px;
}
.congShu .bottom .boxCon{}
.congShu .bottom ul{}
.congShu .bottom li{}
.congShu .bottom li a{
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
.congShu .bottom li:last-child a{
  margin-bottom: 0;
}
.congShu .bottom .img{
  width: 140px;
  flex-shrink: 0;
}
.congShu .bottom .infoBox{
  width: calc(100% - 140px);
  padding-left: 40px;
  box-sizing: border-box;
}
.congShu .bottom .title{
  -webkit-line-clamp: 1;
  line-height: 1;
}
.congShu .bottom .title span{
  line-height: 30px;
  /* display: inline-block; */
  color: #1735d1;
  border-bottom: 1px solid #1735d1;
  /* line-height: inherit;
  background-image: linear-gradient(#1735d1, #1735d1);
  background-repeat: no-repeat;
  background-position: 0px 100%;
  transition: background-size 0.5s;
  background-size: 100% 2px; */
}
.congShu .bottom .otherInfo{
  line-height: 36px;
  font-weight: 500;
  color: #333;
  margin-top: 30px;
}
/* 主编名单 */
.editorInChief{}
.editorInChief .boxTil{
  line-height: 1;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.editorInChief li{
  line-height: 30px;
  margin-top: 20px;
}

/* Books */
.hasSide{}
.hasSide .lf{
  width: 450px;
  flex-shrink: 0;
}
.hasSide .rt{
  width: calc(100% - 450px);
  padding-left: 80px;
}
.booksList{}
.booksList .listCon .lf{
  width: 240px;
}
.booksList .img{
  box-shadow: 0 0 20px 10px rgba(30, 33, 48, 0.15);
}
.booksList .listCon .gp-img-responsive{
  padding-bottom: 135.42%;
}
.booksList .listCon .rt{
  width: calc(100% - 240px);
}
.booksList .listCon .bookInfo{
  color: #1735d1;
  line-height: 2.11;
  margin-top: 20px;
}
.booksList .listCon .summary{
  color: #888;
  line-height: 30px;
  -webkit-line-clamp: 5;
  margin-top: 20px;
}
.booksList .listCon .title{
  color: #222;
  line-height: 34px;
}
.booksList .listCon .rt::before{display: none;}

.sidebar{
  padding-top: 60px;
}
.sidebar .gp-search{
  width: 100%;
  border-radius: 0;
  height: 90px;
  line-height: 90px;
}
.sidebar .gp-search input.notxt{
  background: #ededf4;
  color: #999;
  padding-right: 90px;
  font-size: 18px;
}
.sidebar .gp-search .notxt1{
  width: 90px;
  right: 0px;
  background: #1735d1;
}
.sidebar .gp-search input.notxt::placeholder{
  color: #999;
}
.sidebar .gp-search .notxt1::before{
  background: url(../images/side-search.png) no-repeat center/cover;
  background-size: 26px auto;
}


.resourceDownload{
  background: #ededf4;
  margin-top: 40px;
}
.resourceDownload .boxTil{
  position: relative;
  z-index: 1;
  line-height: 75px;
  background: #1735d1;
  color: #fff;
  text-align: center;
  border-radius: 0 0 40px 0;
}
.resourceDownload .boxTil::before{
  content: '';
  display: block;
  width: 50%;
  height: 60px;
  background: #1735d1;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
.resourceDownload .boxCon{
  position: relative;
  z-index: 1;
}
.resourceDownload .boxCon ul{
  border-radius: 40px 0 0 0;
  overflow: hidden;
}
.resourceDownload .boxCon li{
  background: #ededf4;
  padding-left: 55px;
}
.resourceDownload .boxCon li:nth-child(even){
  background: #f7f7fe;
}
.resourceDownload .boxCon a{
  display: block;
  line-height: 28px;
  padding: 20px 0;
  padding-right: 20px;
  position: relative;
}
.resourceDownload .boxCon a::before{
  content: '';
  display: block;
  width: 5px;
  height: 2px;
  background: #9c00b8;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.textAlignCenter{text-align: center;}
.textAlignJustify{text-align: justify;}
/* journal */
.journal{ padding: 0 !important;}
.journalMode01{
  overflow: hidden;
}
.journalMode01-til{
  line-height: 1;
  padding: 90px 0 50px;
}
.letterBox{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.letterBox ul{
  margin: 0 -5px;
}
.letterBox li{
  width: 3.84%;
  padding-top: 10px;
}
.letterBox a{
  position: relative;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
  background: #f0f0f7;
  margin: 0 5px;
}
.letterBox a::before{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.letterBox a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 1;
}
.letterBox li.n a{
  color: #999;
  font-weight: normal;
}

.classification{
  margin-top: 30px;
}
.classification li{
  position: relative;
}
.classification li:hover{
  z-index: 1;
}
.classification ul a{
  position: relative;
  display: block;
  padding: 40px 50px 37px;
  background: #f0f0f6;
  transition: all 0.2s ease-in-out;
}
.classification ul a::before{
  content: '';
  display: block;
  width: 0%;
  height: 5px;
  background: #1735d1;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.classification ul a:hover::before,
.classification li.on a::before{
  width: 100%;
}
.classification li.on a,
.classification li a:hover{
  box-shadow: 0px 30px 60px 0px rgba(22, 22, 67, 0.2);
}
.classification .tagIco{
  font-size: 0;
}
.classification .tagName{
  line-height: 1.42;
  height: 68px;
  color: #222;
  margin-top: 25px;
}
.classification .boxList .off{
  display: none;
}
.classification .boxList .on{
  display: block;
}
.classification .swiperBox{
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-top: 45px;
}
.classification .swiperBox a{
  display: block;
}
.classification .swiperBox .gp-img-responsive{
  position: relative;
  padding-bottom: 133.33%;
  border-radius: 0 0 10px 0;
  box-shadow: 0px 10px 20px 0px rgba(19, 10, 87, 0.15);
}
.classification .swiperBox .gp-img-responsive::before{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/journal-getico.png) no-repeat right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.classification .swiper-slide{
  border-left: 1px solid #9c00b8;
  padding-left: 20px;
}
.classification .swiper-slide .title{
  margin-top: 12px;
  color: #222;
}
.classification .swiper-slide .title span{
  height: 90px;
  line-height: 30px;
}
.journal-arrows{
  justify-content: flex-start;
  margin-top: 45px;
}
.journal-arrows div{
  width: 60px;
  height: 60px;
  background: url(../images/journal-arrow.png) no-repeat center/cover;
}
.journal-arrows .journal-next{
  transform: rotateY(180deg);
  margin-left: 10px;
}
.journal-more{
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  border-radius: 0 25px 25px 0;
  background: url(../images/journal-more-bg.png) no-repeat center/cover;
  color: #fff;
  padding-left: 30px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
  overflow: hidden;
}
.journal-more i{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/journal-arrow-rb.png) no-repeat center/cover;
  margin-left: 20px;
  vertical-align: text-top;
  
}
.journal-more:hover i{
  animation: arrowRun 3s infinite;
}
@keyframes arrowRun {
	0% {
		transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}
	7% {
		transform: translate3d(150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}
	7.1% {
		transform: translate3d(-150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}
	14% {
		transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d
	}
}

.journalMode02{
  background: url(../images/sci-open-bg.png) no-repeat center top;
  margin-top: 80px;
  padding: 90px 0;
  border-radius: 150px 150px 0 0;
}

.journalMode02 .flex{
  position: relative;
  z-index: 1;
}
.journalMode02 .lf{
  width: 680px;
  flex-shrink: 0;
  padding: 20px;
  background: #fff;
}
.journalMode02 .gp-img-responsive{
  padding-bottom: 56.25%;
}
.journalMode02 .rt{
  width: calc(100% - 680px);
  padding-left: 60px;
  box-sizing: border-box;
}
.journalMode02 .label{
  margin: 50px 0 40px;
  color: #1735d1;
}
.journalMode02 .summary{
  color: #333;
}
.journalMode02 .journal-more{
  bottom: 0;
}

.journalMode03{
  background: url(../images/journal-mode03-bg.png) no-repeat center top/cover;
  padding: 90px 0;
  overflow: hidden;
}
.journalMode03 .gp-container > .title{
  line-height: 1;
  text-align: center;
  color: #fff;
}
.journalMode03 ul{
  flex-wrap: wrap;
  margin: 60px -15px 0;
}
.journalMode03 li a{
  display: block;
  color: #fff;
  margin: 0 15px;
  transition: all 0.2s ease-in-out;
}
.journalMode03 li a:hover{
  transform: translateY(-8px);
}
.journalMode03 li .gp-img-responsive{
  padding-bottom: 56.25%;
}
.journalMode03 a .title{
  line-height: 1.416;
  margin-top: 25px;
}
.journalMode03 a .summary{
  opacity: 0.6;
  line-height: 1.667;
  margin-top: 10px;
}
.journalMode03 a .date{
  opacity: 0.6;
  line-height: 1;
  margin-top: 34px;
  font-family: 'Arial';
}
.journalMode03 .journal-more{
  position: relative;
  bottom: 0;
  margin-right: 0;
  margin-left: auto;
  margin-top: 45px;
  background: #fff;
  color: #1735d1;
}
.journalMode03 .journal-more i{
  background: url(../images/journal-arrow-rb2.png) no-repeat center/cover;
}

.journalMode04{
  padding: 90px 0;
  border-radius: 0 0 150px 150px;
  background: #fff;
  overflow: hidden;
}
.journalMode04 .gp-container > .title{
  line-height: 1;
}
.journalMode04 ul{
  margin: 45px -15px 0;
  justify-content: flex-start;
}
.journalMode04 li a{
  display: block;
  margin: 0 15px;
  padding: 60px 0 50px;
  background: #f1f1f7;
}
.journalMode04 li:nth-of-type(odd) a{
  border-radius: 0 120px 0 120px;
}
.journalMode04 li:nth-of-type(even) a{
  border-radius: 120px 0 120px 0;
}
.journalMode04 .iconBox{
  max-width: 112px;
  margin: 0 auto;
}
.journalMode04 .textBox{
  margin-top: 50px;
  line-height: 40px;
  color: #111;
}
.journalMode04 .journal-more{
  position: relative;
  bottom: 0;
  margin-top: 45px;
  margin-left: auto;
  margin-right: 0;
}

.journalMode05{
  position: relative;
  padding: 90px 0;
}
.journalMode05::before{
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 200px);
  background: url(../images/journal-bg1.png) no-repeat center/cover;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  z-index: -1;
}
.journalMode05 ul{
  justify-content: flex-start;
  margin: 50px -51px 0;
  font-size: 0;
}
.journalMode05 li{
  padding-bottom: 15px;
}
.journalMode05 ul a{
  display: block;
  margin: 0 51px;
}




.about{ padding-top: 0 !important;}
.aboutCon{
  padding-top: 60px;
  color: #333;
}
.aboutCon a{ text-decoration: underline;text-underline-offset: 5px;}
.aboutCon .floatRight{
  float: right;
}
.aboutCon p{
  margin-bottom: 30px;
}
.dataBox{
  margin-top: 100px;
}
.dataBox ul{
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.dataBox li{
  width: 16.66%;
}
.dataBox .num{
  color: #1735d1;
  line-height: 1;
}
.dataBox .text{
  color: #222;
  line-height: 30px;
  margin-top: 35px;
}

/* story */
.story{}
.storyMode{
  padding-bottom: 90px;
}
.storyMode{}
.storyMode .boxTil{
  position: relative;
  line-height: 1;
  padding: 60px 0 35px;
  color: #1735d1;
}
.storyMode .boxTil::before{
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #8b07bb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.storyMode .boxCon{
  margin-top: 45px;
}
.story .iconList{
  margin: 0 -30px;
}
.story .item{
  margin: 0 30px;
  flex: 1;
}
.story .item li{
  margin-bottom: 25px;
}
.story .item li:last-child{
  margin-bottom: 0;
}
.story .item .imgs{
  justify-content: flex-start;
}
.story .item .img{
  width: 80px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 6px;
}
.story .item .img:last-child{
  margin-right: 0;
}
.story .item .gp-img-responsive{
  padding-bottom: 100%;
}
.story .item .year{
  line-height: 1;
  margin: 30px 0 25px;
  transition: color 0.2s;
}
.story .item:hover .year{
  color: #1735d1;
}
.story .item .itemText{
  line-height: 32px;
  color: #333;
}

.storyMode02,
.storyMode04{
  background: #f5f5ff;
}
.storyMode05{
  padding-bottom: 0;
}

/* management */
.management{ }
.management ul{ 
  margin:  0 -30px;
}
.management li{
  margin-top: 60px;
}
.management li a{
  display: block;
  margin: 0 30px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  box-shadow: 0px 15px 30px 0px rgba(10, 20, 75, 0.12);
  transition: all 0.3s ease-in-out;
  background: #e2e9f6;
}
.management li a:hover{
  transform: translateY(-5px);
}
.management .listCon .img{ position: relative; width: 46.9%; margin: 0 auto; max-height: 300px;z-index: 1;}
.management .listCon .img::before{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  position: relative;
  top: 0;
  right: 0;
  z-index: -1;
}
.management .gp-img-responsive{ padding-bottom: 56.28%;}
.management .listCon .gp-img-responsive{
  position: absolute;
  width: 100%;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  padding-bottom: 149.19%;
  background: transparent;
}
.management .infoBox{
  background: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.management .name{
  position: relative;
  line-height: 1;
  margin: 0px 0 25px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.management .name::before{
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #1735d1;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.management .post{
  line-height: 1.45;
  height: 64px;
  overflow: hidden;
  margin-bottom: 30px;
  color: #666;
}
.management .more{ 
  display: inline-block;
  width: 150px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  box-sizing: border-box;
  background: #1735d1;
  color: #fff;
}

.management .article{
  max-width: 1520px;
  width: 86.85%;
  margin: 0 auto;
}
.management .article .topBox{ 
  padding: 16px 110px 0 100px;
  background: #e2e9f6 url(../images/management-bg.png) no-repeat right bottom;
  background-size: auto 100%;
  border-radius: 0 150px 0 150px;
  overflow: hidden;
}
.management .leaderImg{
  width: 310px;
  flex-shrink: 0;
}
.management .leaderImg .gp-img-responsive{
  padding-bottom: 149.19%;
  background: transparent;
}
.management .leaderImg .gp-img-responsive img:hover{ transform: none;opacity: 1;}
.management .textBox{
  line-height: 50px;
  padding-left: 95px;
  padding-top: 84px;
  transition: color .2s;
}
.management .textBox:hover{
  color: #1735d1;
}
.management .detailBox{
  color: #333;
  line-height: 32px;
  margin-top: 54px;
  padding: 0 100px;
}
.management .back{
  display: block;
  margin-top: 54px;
  margin-right: 0;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
.management .back:hover{
  transform: translateY(-5px);
}
.management .back a{
  display: block;
  color: #fff;
}

/* contactUs */
.contactUs{
  padding-top: 60px;
}
.contactUs .box{
  margin-bottom: 30px;
}
.contactUs .box:last-child{
  margin-bottom: 0;
}
.contactUs .icon{
  font-size: 0;
  width: 130px;
  flex-shrink: 0;
}
.contactUs .box .text{
  width: calc(100% - 130px);
  box-sizing: border-box;
  background: #f3f2fa;
  position: relative;
  line-height: 36px;
}
.contactUs .box .text p{
  line-height: 1.5;
  padding-left: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contactUs .box .text a{
  color: #3c26ca;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.contactUs .tableBox table{
  border: 2px solid #e7e6ed;
  width: 100%;
  text-align: left;
}
.contactUs tr{ display: flex;display: -ms-flexbox;display: -webkit-flex;}
.contactUs tr:first-child,
.contactUs .tr:first-child {
  background: #9204ba !important;
}
.contactUs tr:nth-last-of-type(odd),
.contactUs .tr:nth-last-of-type(odd){
  background: #f3f2fa;
}
.contactUs th{
  font-size: 24px;
}
.contactUs th,
.contactUs .th{
  position: relative;
  line-height: 50px;
  padding: 25px 0;
  padding-left: 30px;
  color: #fff;
  box-sizing: border-box;
}
.contactUs th::before,
.contactUs .th::before{
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #a414cc;
  position: absolute;
  right: 0;
  top: 0;
}
.contactUs td:first-child,
.contactUs .td:first-child{
  padding-left: 0;
  text-align: center;
}
.contactUs th:first-child::before,
.contactUs .th:first-child::before{
  background: #e7e6ed;
}
.contactUs .th:last-child::before,
.contactUs .td:last-child::before,
.contactUs th:last-child::before,
.contactUs td:last-child::before{display: none;}
.contactUs td,
.contactUs .td{
  position: relative;
  line-height: 38px;
  padding: 25px 0;
  padding-left: 30px;
  box-sizing: border-box;
}
.contactUs td::before,
.contactUs .td::before{
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #e7e6ed;
  position: absolute;
  right: 0;
  top: 0;
}
.contactUs th:nth-of-type(1),
.contactUs td:nth-of-type(1),
.contactUs .th:nth-of-type(1),
.contactUs .td:nth-of-type(1){
  width: 100px;
}
.contactUs th:nth-of-type(2),
.contactUs td:nth-of-type(2),
.contactUs .th:nth-of-type(2),
.contactUs .td:nth-of-type(2){
  flex: 1;
}
.contactUs th:nth-of-type(3),
.contactUs td:nth-of-type(3),
.contactUs .th:nth-of-type(3),
.contactUs .td:nth-of-type(3){
  width: 166px;
}
.contactUs th:nth-of-type(4),
.contactUs td:nth-of-type(4),
.contactUs .th:nth-of-type(4),
.contactUs .td:nth-of-type(4){
  width: 164px;
}
.contactUs th:nth-of-type(5),
.contactUs td:nth-of-type(5),
.contactUs .th:nth-of-type(5),
.contactUs .td:nth-of-type(5){
  width: 248px;
}
.contactUs th:nth-of-type(6),
.contactUs td:nth-of-type(6),
.contactUs .th:nth-of-type(6),
.contactUs .td:nth-of-type(6){
  width: 466px;
}

/* 侧栏列表页 */
.subBanner.sidePageBanner .gp-img-responsive{
  padding-bottom: 21.05%;
  padding-bottom: 31.25%;
}
.subBanner.sidePageBanner .bannerBottomBox{
  padding-bottom: 18.37%;
}
/* 常用侧栏 */
.conmmonSide{
  padding-top: 90px;
}
.hasSide .conmmonSide{
  width: 400px;
  box-sizing: border-box;
}
.hasSide .conmmonSideRt{
  width: calc(100% - 400px);
  padding-left: 60px;
}
.conmmonSide aside{
  padding: 30px 0 140px 20px;
  background: #1835d1 url(../images/side-bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
  font-size: 22px;
  position: relative;
}
.conmmonSide aside > h2{
  color: #1c3bd3;
  line-height: 55px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(100% - 12px);
  text-wrap: nowrap;
}
.conmmonSide aside > ul{
  position: relative;
  z-index: 1;
}
.conmmonSide aside a{
  color: #fff;
}
.conmmonSide .gp-subLeft > ul >li{
  /* margin-bottom: 10px; */
}
.conmmonSide .gp-subLeft > ul >li:last-child{
  margin-bottom: 0;
}
.conmmonSide .gp-subLeft > ul >li > a{
  line-height: 24px;
  padding: 25px 20px;
  border: none;
  font-size: 20px;
}
.conmmonSide .gp-subLeft > ul >li > a.active{
  padding: 30px 0;
}
.conmmonSide .gp-subLeft > ul >li > a:hover, .conmmonSide .gp-subLeft > ul >li > a.active{
  background: #fff url(../images/side-ico2-blue.png) no-repeat right center;
  color: #222;
  padding-left: 20px;
}

/* 期刊列表 journalList */
.journalList{
  padding-top: 60px;
}
.journalList .filterBox{
  background: #f0f0f8;
  border-radius: 75px 20px 20px 75px;
  overflow: hidden;
  padding-right: 65px;
}
.journalList .all{
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 0 15px 75px 0;
  background: #3927ca;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}
.journalList .classificationsBox{
  width: calc(100% - 150px);
  padding-left: 40px;
  padding-top: 20px;
}
.journalList .classificationsBox ul.flex{
  justify-content: flex-start;
  flex-wrap: wrap;
}
.journalList .initial{
  /* margin: 0 -13.5px; */
}
.journalList .initial li{
  width: 3.84%;
}
.journalList .initial a{
  display: block;
  line-height: 44px;
  min-width: 30px;
  /* margin: 0 13.5px; */
  text-align: center;
}
.journalList a:hover,
.classificationsBox .on a,
.classificationsBox a:hover{
  color: #9b00b8;
  position: relative;
}
.classificationsBox a::before{
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #9b00b8;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.classificationsBox .on a::before,
.classificationsBox a:hover::before{
  width: 100%;
}
.journalList .initial a::before{
  max-width: 15px;
}
.journalList .area{
  /* margin: 0 -25px; */
  justify-content: space-between !important;
}
.journalList .area li{
  flex-shrink: 0;
}
.journalList .area a{
  display: block;
  /* margin: 0 25px; */
  /* margin: 0 2.1%; */
  line-height: 44px;
}
.journalList .journalSearch{
  margin-top: 60px;
  align-items: center;
}
.journalList .form{
  width: 400px;
  height: 57px;
  line-height: 57px;
  flex-shrink: 0;
  border-radius: 28.5px;
  background: #f0f0f8;
  position: relative;
}
.journalList #journalSearch{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 30px;
  padding-right: 60px;
  color: #3927ca;
  font-size: 18px;
}
.journalList #journalSearch::placeholder{
  color: #3927ca;
}
.journalList .form .btn{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 28.5px 28.5px 28.5px 0;
  background: #9b00b8 url(../images/journal-search.png) no-repeat center;
  background-position: center calc(50% + 2px);
}
.journalList .journalSearch .total{
  color: #3927ca;
}
.journalList .journalListBox{
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.journalList .journalListBox li{
  margin-top: 30px;
}
.journalList .journalListBox a{
  padding: 10px;
  background: #f0f0f8;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}
.journalList .journalListBox a:hover{
  transform: translateY(-8px);
}
.journalList .journalListBox .img{
  width: 250px;
  flex-shrink: 0;
}
.journalList .journalListBox .gp-img-responsive{
  padding-bottom: 133.2%;
}
.journalList .journalListBox a:hover img{
  opacity: 1;
  transform: scale(1.03);
}
.journalList .journalListBox .infoBox{
  width: calc(100% - 250px);
  padding-left: 25px;
  overflow: hidden;
}
.journalList .journalListBox .title{
  line-height: 34px;
  height: 68px;
  margin-top: 20px;
}
.journalList .journalListBox .otherInfo{
  color: #1735d1;
  line-height: 2.11;
  margin-top: 25px;
}

/* 新闻列表 */
.newsList{}
.newsList ul{
  padding-top: 15px;
}
.newsList li{
  margin-top: 45px;
}
.newsList li a{}
.newsList .img{
  width: 560px;
  flex-shrink: 0;
  margin-left: 60px;
  box-shadow: 0px 15px 30px 0px rgba(22, 22, 67, 0.2);
}
.newsList .gp-img-responsive{
  padding-bottom: 56.25%;
}
.newsList .infoBox{
  width: calc(100% - 560px);
  border-bottom: 1px solid #dcdcdc;
}
.newsList .date{
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  text-align: center;
  border: 1px solid #3b26c9;
  color: #3b26c9;
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 30px;
  /* transition: all 0.1s ease-in-out; */
}
.newsList a:hover .date{
  background-image: -moz-linear-gradient( -49deg, rgb(155,0,184) 0%, rgb(57,39,202) 100%);
  background-image: -webkit-linear-gradient( -49deg, rgb(155,0,184) 0%, rgb(57,39,202) 100%);
  background-image: -ms-linear-gradient( -49deg, rgb(155,0,184) 0%, rgb(57,39,202) 100%);
  color: #fff;
  border-radius: 10px 0 10px 10px;
  border: none;
}
.newsList .date div{
  line-height: 1;
}
.newsList .date .month{
  margin-top: 6px;
}
.newsList .title{
  color: #888;
  line-height: 38px;
}
.newsList a:hover .title{
  color: #222;
}
.newsList .summary{
  color: #888;
  line-height: 32px;
  margin-top: 25px;
}
.newsList a:hover .summary{
  color: #333;
}

/* 通栏文章页 */
.hasShareArticle{
  padding-top: 60px;
  padding-bottom: 150px;
}
.hasShareArticle .leftShare{
  width: 80px;
  margin-right: 30px;
  padding-top: 0 !important;
}
.hasShareArticle .leftShare a{
  display: block;
  border-radius: 20px;
  font-size: 0;
  margin-bottom: 10px;
}
.hasShareArticle .rt{
  width: calc(100% - 80px);
  padding-left: 30px;
  border-left: 1px solid #dcdcdc;
}
.hasShareArticle .gp-title{
  margin-top: 0 !important;
}
.hasShareArticle .journalArticle{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hasShareArticle .gp-info{
  margin-top: 30px;
}
.hasShareArticle .gp-info span{
  color: #1735d1;
}
.hasShareArticle p{
  color: #333;
}
.prevOrNext{
  padding-top: 100px;
}
.prevOrNext a{
  position: relative;
  display: block;
  width: calc(50% - 70px);
}
.prevOrNext a::before{
  content: '';
  display: block;
  width: 30px;
  height: 26px;
  background: url(../images/prev-art.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 10px;
}
.prevOrNext .prevArticle{
  padding-left: 50px;
}
.prevOrNext .nextArticle{
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
  float: right;
}
.prevOrNext .nextArticle::before{
  left: auto;
  right: 0;
  transform: rotateZ(180deg);
}
.prevOrNext .title{
  color: #333;
}
.prevOrNext a:hover .title{
  color: #1735d1;
}
.prevOrNext .date{
  color: #888;
}




/* Responsive Style */
@media screen and (max-width:1820px){
  .journalList .filterBox{
    padding-right: 30px;
  }  
  .journalList .classificationsBox{
      padding-left: 20px;
      padding-top: 30px;
  }
  .journalList .initial{
    margin: 0 -10px;
  }
  .journalList .initial a{
    margin: 0 10px;
    line-height: 40px;
  }
  .journalList .area{
    /* margin: 0 -10px; */
  }
  .journalList .area a{
    /* margin: 0 10px; */
    line-height: 40px;
  }
}

@media screen and (max-width:1620px){
  .journalList .filterBox{
    padding-right: 30px;
  }  
  .journalList .classificationsBox{
      padding-left: 20px;
      padding-top: 15px;
  }
  .journalList .initial{
    margin: 0 -5px;
  }
  .journalList .initial a{
    margin: 0 5px;
  }
  .journalList .area{
    /* margin: 0 -5px; */
  }
  .journalList .area a{
    /* margin: 0 5px; */
  }
  .journalList .journalSearch{
    margin-top: 30px;
  }
  .journalList .journalListBox{
    margin: 0 -10px;
  }
  .journalList .journalListBox li{
    margin-top: 20px;
  }
  .journalList .journalListBox a{
    margin: 0 10px;
  }
  .journalList .journalListBox .img{
    width: 220px;
  }
  .journalList .journalListBox .infoBox{
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  .journalList .journalListBox .title{
    margin-top: 0;
    line-height: 1.3;
    height: 2.6em;
  }
  .journalList .journalListBox .otherInfo{
    margin-top: 10px;
  }

}

@media screen and (max-width:1600px){
  .subBanner .gp-img-responsive{
    border-radius: 0 0 0 100px;
  }
  .journalMode04 ul{
    margin: 30px -10px 0;
  }
  .journalMode04 li a{
    padding: 40px 0 50px;
    margin: 0 10px;
  }
  .journalMode04 .textBox{
    margin-top: 30px;
  }
  .journalMode04 li:nth-of-type(odd) a{ border-radius: 0 100px 0 100px;}
  .journalMode04 li:nth-of-type(even) a{ border-radius: 100px 0 100px 0;}
}

@media screen and (max-width:1540px) {
    .newsList .img{
      margin-left: 30px;
    }
    .newsList .date{
      margin-right: 15px;
    }
}

@media screen and (max-width:1480px) {
  .pageCon{  padding-bottom: 100px;}
  .booksList{ padding-top: 0;}
  /* .subPageTitle .slogan{ margin-top: 25px;} */
  .subPageTitle .slogan{ padding-bottom: 30px;}
  .newsEvents .listCon .lf{
    width: 480px;
  }
  .newsEvents .listCon .rt{
    width: calc(100% - 480px);
    padding-left: 30px;
  }
  .newsEvents .flexBox .lf{
    padding-right: 20px;
  }
  .newsEvents .flexBox .rt{
    padding-left: 20px;
  }
  .gp-title{
    font-size: 26px;
    line-height: 36px;
  }
  .conmmonSideRt .gp-title{ margin-top: 0;}
  .pageCon{
    padding-top: 30px;
  }
  .books,
  .newsList{ padding-top: 0;}
  .gp-info{
    margin-top: 30px;
  }
  .gp-content{
    padding-top: 20px;
  }

  .hasSide .lf{
    width: 300px;
    padding-top: 0px;
  }
  .hasSide .rt{
    width: calc(100% - 300px);
    padding-left: 50px;
  }
  .hasShareArticle .leftShare{
    width: 70px;
    margin-right: 20px;
  }
  .hasShareArticle .rt{
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .sidebar .gp-search{
    height: 50px;
    line-height: 50px;
  }
  .sidebar .gp-search .notxt1{ width: 50px;}
  .sidebar .gp-search .notxt1::before{ background-size: 20px auto;}
  .booksList .listCon{
    margin-top: 0;
  }
  .booksList .listCon li{
    margin-top: 30px;
  }
  .booksList .listCon li:first-child{
    margin-top: 0;
  }
  .booksList .listCon .lf{
    width: 180px;
  }
  .booksList .listCon .rt{
    width: calc(100% - 180px);
    padding-left: 20px;
  }
  .booksList .listCon .title{
    line-height: 1.3;
    height: auto;
  }
  .booksList .listCon .bookInfo{
    margin-top: 5px;
    line-height: 1.8;
  }
  .booksList .listCon .summary{
    margin-top: 0;
    line-height: 1.8;
  }
  .story .iconList{
    margin: 0 -5px;
  }
  .story .item{
    margin: 0 5px;
  }
  .story .item .year{
    margin: 20px 0 15px;
  }
  .management .article .topBox{
    background-size: 100% auto;
    padding: 10px 40px 0;
  }
  .management .textBox{
    padding-top: 50px;
    padding-left: 20px;
  }

  .contactUs .tableBox table{
    font-size: 16px;
  }
  .contactUs th,
  .contactUs .tr:first-child{
    font-size: 20px;
  }
  .contactUs th,
  .contactUs td,
  .contactUs .th,
  .contactUs .td{
    padding: 15px 0;
    padding-left: 10px;
  }
  .contactUs th:nth-of-type(1),
  .contactUs td:nth-of-type(1),
  .contactUs .th:nth-of-type(1),
  .contactUs .td:nth-of-type(1){
    width: 60px;
    flex-shrink: 0;
  }
  .contactUs th:nth-of-type(2),
  .contactUs td:nth-of-type(2),
  .contactUs .th:nth-of-type(2),
  .contactUs .td:nth-of-type(2){
    flex: 1;
  }
  .contactUs th:nth-of-type(3),
  .contactUs td:nth-of-type(3),
  .contactUs .th:nth-of-type(3),
  .contactUs .td:nth-of-type(3){
    width: 110px;
    flex-shrink: 0;
  }
  .contactUs th:nth-of-type(4),
  .contactUs td:nth-of-type(4),
  .contactUs .th:nth-of-type(4),
  .contactUs .td:nth-of-type(4){
    width: 110px;
    flex-shrink: 0;
  }
  .contactUs th:nth-of-type(5),
  .contactUs td:nth-of-type(5),
  .contactUs .th:nth-of-type(5),
  .contactUs .td:nth-of-type(5){
    width: 180px;
    flex-shrink: 0;
  }
  .contactUs th:nth-of-type(6),
  .contactUs td:nth-of-type(6),
  .contactUs .th:nth-of-type(6),
  .contactUs .td:nth-of-type(6){
    width: 466px;
  }

  .classification ul a{
    padding: 30px 20px;
  }
  .journalMode04 li a{
    padding: 30px 0;
  }
  .journalMode04 .textBox{
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    height: 48px;

  }
  .journalMode04 .iconBox{
    max-width: 80px;
    max-height: 80px;
  }
  .journalMode04 .iconBox img{
    width: auto;
    max-width: 80px;
    max-height: 80px;
  }
  .journalMode04 li:nth-of-type(odd) a{
    border-radius: 0 50px 0 50px;
  }
  .journalMode04 li:nth-of-type(even) a{
    border-radius: 50px 0 50px 0;
  }

  .hasSide .conmmonSide{
    padding-top: 90px;
  }
  .journalList .classificationsBox{
    padding-top: 10px;
  }
  .journalList .initial a{
    line-height: 30px;
  }
  .journalList .area{ padding-top: 20px;}
  .journalList .area a{
    line-height: 35px;
  }
  .journalList .journalListBox a{ height: 100%;}
  .journalList .journalListBox .img{ width: 200px;}
  .journalList .journalListBox .infoBox{
    width: calc(100% - 200px);
  }
  .newsList .img{
    width: 480px;
  }
  .newsList .infoBox{
    width: calc(100% - 480px);
  }
  .newsList .title{
    line-height: 34px;
  }
  .newsList .summary{
    line-height: 30px;
    margin-top: 10px;
  }
  .conmmonSide aside{
    padding: 20px 0 80px 15px;
  }
  .conmmonSide aside > h2{
    font-size: 34px;
  }
  .conmmonSide .gp-subLeft > ul >li > a{
    padding: 20px 15px;
  }
 .letterBox{
  margin: 0 -2px;
 }
 .letterBox a{
  margin: 0 2px;
 }
  .books .subTitle{ line-height: 1.78;}
  .books .btnBox{ padding-top: 15px;}
}
/* 控制字号 */
@media screen and (max-width:1480px) {
  .subPageTitle{ font-size: 62px; bottom: calc(45% - 40px);}
  .bread a{ font-size: 16px;}
  .subPageTitle .slogan{ font-size: 22px;}
  .sidebar .gp-search input.notxt{font-size: 16px;}
  .contactUs th, .contactUs .tr:first-child{ font-size: 18px;}
  .conmmonSide .gp-subLeft > ul >li > a{font-size: 18px;}
  .gp-subLeft > ul >li > a:hover, .gp-subLeft > ul >li > a.active{ font-size: 21px;}
  .management .detailBox{ padding: 0 70px;}
  .newsEvents .listCon .summary{ margin-top: 10px;}
  .newsEvents .listCon .date{ margin-top: 15px;}
}

@media screen and (max-width:1300px) {
  .journalList .classificationsBox ul.flex{ justify-content: flex-start !important;}
  .journalList .journalListBox li{ width: 50%;}
  .journalList .journalListBox .img{ width: 220px;}
  .journalList .journalListBox .infoBox{ width: calc(100% - 220px);}
  .journalList .area li{ margin-right: 2%;}
  .journalList .journalListBox .title{
    font-size: 20px;
    line-height: 1.6;
    height: auto;
  }
  .journalList .journalListBox .otherInfo{
    font-size: 14px;
    line-height: 2.43;
    margin-top: 25px;
  }
}

@media screen and (max-width:1280px) {
  .subPageTitle{ font-size: 60px;}
  .bread a{ font-size: 16px;}
  .bread a{ font-size: 15px;}
  .subPageTitle .slogan{ font-size: 22px;}
  .sidebar .gp-search input.notxt{font-size: 16px;}
  .contactUs th, .contactUs .tr:first-child{ font-size: 18px;}
  .conmmonSide .gp-subLeft > ul >li > a{font-size: 18px;}
  .gp-subLeft > ul >li > a:hover, .gp-subLeft > ul >li > a.active{ font-size: 21px;}

  .subPageTitle{
    transform: translate3d(50%, 70%, 0);
    font-size: 60px;
  }
  .fristLevelTil{
    line-height: 1;
  }
  .subPageTitle{
    bottom: 40%;
  }
  /* .subPageTitle .slogan{ margin-top: 10px;} */
  .subPageTitle .slogan{ padding-bottom: 0;}
  .textAlignCenter .fristLevelTil{
    font-size: 50px;
  }
  .subPageTitle .textAlignCenter .slogan{
    font-size: 18px;
    line-height: 1.778;
  }
  .authors{
    padding-top: 0px;
  }
  .authors .listCon ul{
    margin: 0 -10px;
  }
  .authors .listCon li{
    margin-top: 30px;
  }
  .authors .listCon li a{
    padding: 20px 15px;
    margin: 0 10px;
  }
  .peopleBox .img{
    margin-right: 30px;
  }
  .peoSwiperTil{
    margin: 30px 0 ;
  }
  .peoSwiper .img{
    width: 160px;
  }
  .peoSwiper .active .bookName{
    padding: 30px 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  .peoSwiper .bookName span{
    -webkit-line-clamp: 4;
  }
  .videosList ul{
    margin: 0 -10px;
  }
  .videosList li{
    margin-top: 30px;
  }
  .videosList li a{
    margin: 0 10px;
  }
  .videosList .title{
    padding: 15px 20px;
  }
  .videosList .title span{
    font-size: 20px;
    line-height: 1.5;
    height: 4.5em;
  }
  .downloads ul{
    margin: 0 -10px;
  }
  .downloads li{
    margin-top: 30px;
  }
  .downloads li a{
    margin: 0 10px;
  }
  .downloads .date{
    width: 130px;
    height: 130px;
    line-height: 130px;
    /* padding-left: 10px; */
  }
  .downloads .title{
    line-height: 130px;
    width: calc(100% - 130px);
    padding-left: 10px;
    position: relative;
  }
  .downloads .title span{
    font-size: 24px;
  }
  .dataBox li{
    width: 25%;
    margin-top: 10px;
  }
  .story .iconList{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
  }
  .story .item{
    flex: unset;
    width: 50%;
    margin: 10px 0 0;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .storyMode .boxTil{
    padding: 30px 0 20px;
  }
  .storyMode .boxCon{
    margin-top: 30px;
  }
  .story .item .year{
    font-size: 36px;
  }
  .story .item .itemText{
    line-height: 28px;
    font-size: 18px;
  }
  .storyMode .boxTil{
    font-size: 50px;
  }
  .management ul{
    margin: 0 -10px;
  }
  .management li{
    margin-top: 30px;
  }
  .management li a{
    margin: 0 10px;
  }
  .management .infoBox{
    padding-bottom: 20px;
  }
  .management .name{
    margin: 0px 0 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }
  .management .post{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .management .more{
    width: 120px;
    height: 45px;
    line-height: 45px;
  }
  .management .article{
    padding-top: 30px;
  }
  .management .leaderImg{
    width: 240px;
  }
  .management .textBox{
    font-size: 24px;
    line-height: 1.5;
  }
  .management .detailBox{
    margin-top: 30px;
    padding: 0 50px;
  }
  .management .back{
    margin-top: 30px;
  }
  .contactUs .box .text a{
    text-underline-offset: 6px;
  }
  .contactUs .box .text{
    font-size: 20px;
  }
  .contactUs .box .text p{
    padding-left: 15px;
    font-size: 20px;
  }
  .contactUs td,
  .contactUs .td{
    line-height: 1.5;
  }
  .contactUs th:nth-of-type(6), .contactUs td:nth-of-type(6),
  .contactUs .th:nth-of-type(6), .contactUs .td:nth-of-type(6){
    width: 360px;
    flex-shrink: 0;
  }

  .journalMode01-til{
    padding: 40px 0 30px;
  }
  .classification .tagName{
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 10px;
  }
  .classification .swiper-slide .title span{
    line-height: 24px;
    height: 72px;
  }
  .journal-arrows div{
    width: 45px;
    height: 45px;
  }
  .journal-more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }
  .journalMode02{
    margin-top: 40px;
    padding: 40px 0;
    border-radius: 100px 100px 0 0;
  }
  .journalMode02 .lf{
    width: 460px;
    padding: 10px;
  }
  .journalMode02 .rt{
    width: calc(100% - 460px);
    padding-left: 20px;
  }
  .journalMode02 .label{
    margin: 20px 0 10px;
  }
  .journal .title.fmOptimaLT{
    font-size: 44px;
  }
  .journalMode03{
    padding: 40px 0;
  }
  .journalMode03 ul{
    margin: 30px -10px 0;
  }
  .journalMode03 li a{
    margin: 0 10px;
  }
  .journalMode03 a .title{
    font-size: 20px;
    font-size: 18px;
    margin-top: 10px;
  }
  .journalMode03 a .summary{
    font-size: 16px;
    margin-top: 5px;
  }
  .journalMode03 a .date{
    margin-top: 15px;
  }
  .journalMode03 .journal-more{
    margin-top: 30px;
  }
  .journalMode04{
    padding: 40px 0;
    border-radius: 0 0 100px 100px;
  }
  .journalMode04 li a{
    padding: 20px 0 10px;
  }
  .journalMode04 .textBox{
    margin-top: 10px;
  }
  .journalMode05{
    padding: 40px 0;
  }
  .journalMode05 ul{
    margin: 30px -10px 0;
  }
  .journalMode05 li{
    padding-bottom: 10px;
  }
  .journalMode05 li a{
    margin: 0 10px;
  }
  .journalList .area a{ line-height: 1.7; font-size: 22px;}
  .letterBox li{
    width: 5.55%;
  }
  .dataBox ul{
    padding: 30px 0;
  }
  .booksList .listCon .bookInfo{ font-size: 14px;}
  .booksList .listCon .summary{ -webkit-line-clamp: 3; margin-top: 10px;}
  .gp-page>a, .gp-page>span{ font-size: 24px;}
  .classification .tagIco img{ max-width: 110px;}
  .newsEvents{ padding-top: 0;}
  .article,
  .newsEvents.article{ padding-top: 40px;}
  .newsEvents.booksList{ padding-top: 40px;}
  .newsEvents .flexBox .rt{ margin-top: 0;}
  .newsEvents .swiperBox{ padding-top: 40px;}
  .videosList, .downloads, .story{ padding-top: 10px;}
  .books{ padding-top: 0;}
  .aboutCon, .contactUs, .journalList{ padding-top: 40px;}
  .management{ padding-top: 10px;}
  .newsList li:first-child{ margin-top: 0;}
  .newsList ul{ padding-top: 10px;}
  .hasShareArticle{ padding-top: 40px;}
}

@media screen and (max-width:1240px) {
  .subPageTitle{
    width: calc(100% - 80px);
  }
  .subPageTitle .outBox{
    padding: 0;
    width: 100%;
  }
  .newsEvents .swiperBox .title{
    padding: 20px 30px;
  }
  .newsEvents .swiperBox .title span{
    font-size: 22px;
    line-height: 30px;
  }
  .bread .flex{
    padding: 30px 0px;
    /* width: unset;
    margin-left: 40px;
    margin-right: 40px; */
    background-size: 340px auto;
  }
  .newsEvents .swiperBox{
    padding-top: 40px;
  }
  .newsEvents .listCon li{
    margin-top: 40px;
  }
  .conmmonSideRt .bread .flex{
    margin-left: 0;
    margin-right: 0px;
    padding: 65px 0 30px;
  }
  
  .newsList{
    padding-top: 0 !important;
  }
  .newsList .img{
    width: 380px;
  }
  .newsList .infoBox{
    width: calc(100% - 380px);
  }
  .newsList .title{
    font-size: 20px;
    line-height: 28px;
  }
  .newsList .summary{
    line-height: 26px;
  }
  .newsList .date{
    width: 65px;
    height: 65px;
    padding: 5px;
  }
  .newsList .date div{
    font-size: 26px;
  }
  .newsList .date .month{
    font-size: 22px;
    margin-top: 0px;
  }

}

@media screen and (max-width:1200px) {
  .subPageTitle{ font-size: 56px;}
  .subPageTitle .slogan{ font-size: 20px;}
  .contactUs th, .contactUs .tr:first-child{ font-size: 16px;}
  .conmmonSide .gp-subLeft > ul >li > a{font-size: 18px;}
  .gp-subLeft > ul >li > a:hover, .gp-subLeft > ul >li > a.active{ font-size: 20px;}
  .journal .title.fmOptimaLT{ font-size: 40px;}
  .storyMode .boxTil{ font-size: 46px;}
  
  .subPageTitle .textAlignCenter .slogan{ line-height: 1.5;}
  .journal-more{ width: 110px; padding-left: 15px;}
  .journal-more i{ margin-left: 15px;}
  .gp-subLeft > ul >li > a.active{ padding: 20px 0;}
  .gp-third-nav dd{ padding-bottom: 15px;}
  .resourceDownload .boxTil{ line-height: 60px;}
  .resourceDownload .boxCon li{ padding-left: 50px;}
  .resourceDownload .boxCon a{ padding: 15px 0;}
  .aboutCon, .contactUs, .journalList{ padding-top: 30px;}
  .aboutCon p{ margin-bottom: 25px;}
  .contactUs .icon{ width: 100px;}
  .contactUs .box{ margin-bottom: 25px;}
  .contactUs .box .text{ width: calc(100% - 100px);}
  .conmmonSide .gp-subLeft > ul >li > a.active{ padding: 20px 0; padding-left: 15px;}
  .conmmonSide .gp-subLeft > ul >li > a:hover, .conmmonSide .gp-subLeft > ul >li > a.active{ 
    background-size: auto 50%; background-position: calc(100% - 5px) center;}
  .textList .date{ display: inline-block; line-height: 2.5; width: auto; padding: 0 20px;}
  .textList li{ margin-top: 25px;}
  .textList li a{ padding-bottom: 20px;}
  .textList .title{ margin-top: 15px;}
  .bread .flex{ padding: 20px 0; background-size: 300px auto;}
  .subPageTitle .outBox{ margin: 0;}

  .gp-right{ padding: 30px;}
  .gp-title{ font-size: 22px; line-height: 30px;}
  .gp-info{ padding: 15px 0;}
  .pageCon{  padding-bottom: 60px;}
  
  .newsEvents .listCon .lf{ width: 400px;}
  .newsEvents .listCon .rt{ width: calc(100% - 400px); padding-left: 30px; }
  .newsEvents .listCon .summary{ -webkit-line-clamp: 3;}
  .newsEvents .listCon .date{ margin-top: 10px;}
  .subBanner .gp-img-responsive{ border-radius: 0 0 0 80px; }
  .books .infoBox{ padding-left: 20px;}
  .books .title{ line-height: 1.3;}
  .books .subTitle{ line-height: 1.2;}
  .books .authorBox{ margin: 20px 0;}
  .books .someInfo{ line-height: 36px;}
  .books .btnBox a{ line-height: 45px;}
  .booksList .listCon .lf{ width: 160px;}
  .booksList .listCon .rt{width: calc(100% - 160px); padding-left: 15px;}
  .prevOrNext{ padding-top: 60px;}
  .hasSide .rt{ padding-left: 30px;}
  .management .article .topBox{ border-radius: 0 100px 0 100px;}
  .pages{ margin: 40px auto 0px;}
}

@media screen and (max-width:1100px) {
  .gp-page>a, .gp-page>span{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .newsEvents .flexBox .lf{
    width: calc(100% - 300px);
  }
  .newsEvents .flexBox .rt{
    width: 300px;
  }
  .newsEvents .listCon li{ margin-top: 30px;}
  .subPageTitle .textAlignCenter .slogan{
    font-size: 18px;
  }
}

@media screen and (max-width:1080px) {
}

@media screen and (max-width:998px) {
  body::before{ top: 6px;left: 6px;right: 6px;}
  .pages{ margin: 30px auto 0; max-width: 100%; padding: 5px;}
  .pages .pageFun,
  .gp-page>a, .gp-page>span{ display: none;}
  .gp-page{ display: flex;}
  .gp-page>a, .gp-page>span{ width: 35px; height: 35px; line-height: 35px;font-size: 20px;}
  .gp-page .gp-page-prev,
  .gp-page .gp-page-next,
  .gp-page > a.active{ display: block; line-height: 35px;}
  .pages{ justify-content: center;}
  .gp-m-page{ display: block;}
  .gp-m-page a{ width: auto;height: 35px;line-height: 35px; border-radius: 0; padding: 0 15px; font-size: 14px;}
  .gp-left, .gp-right{ width: 100%;}
  .gp-right{ padding: 20px;}
  .introCon{ padding-top: 20px;}
  .introCon p{ line-height: 28px;}
  .textList li a{ padding-bottom: 20px;}
  .gp-article > .flex{ flex-direction: column; align-items: flex-start;}

  .subPageTitle{
    bottom: 15%;
    transform: translate3d(50%, 0, 0);
    font-size: 50px;
  }
  .subPageTitle.journalSlogan{ bottom: 6%;}
  .subPageTitle.journalSlogan .slogan{ max-width: 12rem;}
  .subPageTitle .textAlignCenter{
    margin-bottom: -20px;
    width: auto;
  }
  .textAlignCenter .fristLevelTil{
    font-size: 40px;
  }
  .pages .jumpBox .tips{
    left: 100%;
    top: 23%;
    min-width: 200px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .newsEvents .swiperBox .title{
    padding: 15px 20px;
  }
  .subBanner .gp-img-responsive{
    border-radius: 0 0 0 60px;
  }
  .newsEvents .listCon .lf{
    width: 360px;
  }
  .newsEvents .listCon .rt{
    width: calc(100% - 360px);
  }
  .newsEvents .listCon .rt,
  .newsEvents .listCon .events .rt{
    padding-left: 20px;
  }
  .newsEvents .listCon .title{
    line-height: 30px;
    height: 60px;
  }
  .newsEvents .listCon .events .title{
    height: auto;
  }
  .newsEvents .listCon .title span{
    font-size: 20px;
  }
  .newsEvents .listCon .summary{ margin-top: 6px;}
  .newsEvents .listCon .date{ line-height: 1;}
  .newsEvents .flexBox{
    flex-direction: column;
  }
  .newsEvents .flexBox .lf,
  .newsEvents .flexBox .rt{
    width: 100%;
    padding: 0;
  }
  .newsEvents .flexBox .rt{
    padding-left: 0;
    border: none;
    margin-top: 20px;
  }
  .share{
    max-width: 320px;
  }
  .share .bdsharebuttonbox > a{
    line-height: 55px;
    height: 55px;
  }
  .lastestNewsTil{
    line-height: 55px;
    margin-top: 15px;
    padding: 0 20px;
  }
  .lastestNewsCon ul{
    margin: 0 -5px;
  }
  .lastestNewsCon li{
    margin-top: 15px;
    width: 50%;
  }
  .lastestNewsCon a{
    display: block;
    margin: 0 5px;
  }
  .authors .post{
    margin-top: 10px;
  }
  .authors .photo{
    margin-top: 10px;
  }
  .peopleBox .img{
    width: 260px;
    padding: 15px;
  }
  .books .title{
    font-size: 22px;
  }
  .books .subTitle,
  .books .authorBox{
    font-size: 20px;
  }
  .books .btnBox{
    width: 120px;
  }
  .books .tabTilList{
    margin-top: 40px;
  }
  .books .boxTitle{
    padding-top: 20px;
    margin-right: 40px;
  }
  .books .boxList{
    padding-top: 20px;
  }
  .books .article{
    padding-top: 0px;
  }
  .congShu .top{
    padding: 80px 0 0 200px;
    min-height: 280px;
  }
  .congShu .top .img{
    width: 160px;
    top: 15px;
    left: 20px;
  }
  .congShu .top::before{
    height: 60px;
  }
  .congShu .middle{
    margin-top: 40px;
  }
  .congShu .middle .boxCon{
    padding: 30px 0;
  }
  .congShu .bottom{
    padding: 30px 20px;
  }
  .congShu .bottom .boxTil{
    padding-bottom: 20px;
  }
  .congShu .bottom li a{
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .hasSide{
    flex-direction: column;
  }
  .hasSide .lf{
    width: 100%;
  }
  .hasSide .rt{
    width: 100%;
    padding-left: 0;
  }
  .resourceDownload{
    margin-bottom: 20px;
  }
  .resourceDownload .boxTil{
    line-height: 40px;
    font-size: 24px;
  }
  .resourceDownload .boxCon li{
    padding-left: 35px;
  }
  .resourceDownload .boxCon a{
    line-height: 24px;
    padding: 10px 0;
  }
  .booksList .listCon .lf{
    width: 160px;
  }
 .booksList .listCon .rt{
    width: calc(100% - 160px);
    padding-left: 15px;
  }
  .booksList .listCon li{
    margin-top: 30px;
  }
  .aboutCon .floatRight{
    padding-left: 20px !important;
    max-width: 380px;
  }
  .storyMode{
    padding-bottom: 30px;
  }

  .contactUs .tableBox{
    overflow: scroll;
  }
  .contactUs table,
  .contactUs .tr{
    min-width: 1000px;
  }
  .letterBox a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .journalMode01-til{
    padding: 40px 0 20px;
  }
  .classification{
    margin-top: 20px;
  }
  .classification ul a{
    padding: 20px 15px;
  }
  .classification .tagIco{
    max-width: 100px;
    margin: 0 auto;
  }
  .classification .tagIco img{ width: 100%;max-width: 100%;}
  .journalMode02{
    border-radius: 50px 50px 0 0;
    background-repeat: repeat;
  }
  .journalMode02 .flex{
    flex-direction: column;
    align-items: center;
  }
  .journalMode02 .lf{
    width: calc(100% - 30px);
  }
  .journalMode02 .rt{
    width: 100%;
    margin-top: 10px;
  }
  .journalMode02 .flex > a{
    display: block;
    width: 100%;
    padding-right: 20px;
    margin-top: 10px;
  }
  .journalMode02 .journal-more{
    position: relative;
    margin-right: 0;
    margin-left: auto;
  }
  .journalMode02 .label{
    margin: 0;
  }
  .journalMode03 ul{
    margin: 20px 0 0;
  }
  .journalMode03 ul li{
    width: 50%;
  }
  .journalMode03 .journal-more{
    margin-right: 20px;
  }
  .journalMode04{
    border-radius: 0 0 50px 50px;
  }
  .journalMode04 ul{
    margin: 20px -5px 0;
  }
  .journalMode04 li{
    width: 33.33%;
    margin-bottom: 10px;
  }
  .journalMode04 li a{
    margin: 0 5px;
  }
  .journalMode04 .journal-more{
    margin-top: 30px;
    margin-right: 20px;
  }
  .journalMode05 ul{
    margin: 20px 0 0;
  }
  .journalMode01-til,
  .journal .title.fmOptimaLT{
    font-size: 40px;
  }
  .subPageTitle .textAlignCenter .slogan{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .conmmonSide{
    margin-top: 20px;
  }
  .conmmonSide aside{
    padding: 20px 20px 30px;
  }
  .hasSide .conmmonSide{
    padding-top: 0;
  }
  .textList{
    padding-top: 0;
  }
  .textList ul{
    padding-top: 0;
  }
  .textList li{
    margin-top: 20px;
  }
  .textList .date{
    width: 180px;
    line-height: 45px;
  }
  .textList .title{
    margin-top: 15px;
    font-size: 20px;
  }
  .gp-title{
    margin-top: 0;
  }
  .journalList .form{
    width: 340px;
    line-height: 45px;
    height: 45px;
  }
  .journalList .form .btn{
    width: 45px;
    height: 45px;
  }
  .journalList .filterBox{
    padding-right: 15px;
  }
  .journalList .all{
    width: 100px;
    border-radius: 50px 20px 20px 50px;
    font-size: 40px;
  }
  .journalList .classificationsBox{
    width: calc(100% - 100px);
  }
  .journalList .initial{
    font-size: 22px;
  }
  .journalList .area{
    font-size: 20px;
    padding-top: 0;
  }
  .journalList .journalListBox .otherInfo{ margin-top: 15px;}
  
  .newsList .img{
    width: 320px;
    margin-left: 15px;
  }
  .newsList .infoBox{
    width: calc(100% - 320px);
  }
  .newsList .summary{
    -webkit-line-clamp: 3;
  }

  .conmmonSideRt .bread .flex{
    padding: 20px 0;
  }
  .journalArticle{
    padding-top: 20px;
  }

  .hasShareArticle{
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .hasShareArticle .leftShare{
    display: flex;
    display: -ms-flex;
  }
  .hasShareArticle .leftShare a{
    width: 60px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .hasShareArticle .rt{
    border: none;
  }
  .prevOrNext{
    flex-direction: column;
    padding-top: 20px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
  }
  .prevOrNext a{
    width: 100%;
    margin-top: 10px;
  }
  .prevOrNext .nextArticle{
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
    float: none;
  }
  .prevOrNext .nextArticle::before{
    left: 0;
    right: auto;
    /* transform: none; */
  }
  .bread a{ font-size: 16px;}
  .journalList .initial li{
    width: 7.69%;
  }
  
  .letterBox li{
    width: 7.69%;
  }
  .journalList .journalListBox .img{ width: 160px;}
  .journalList .journalListBox .infoBox{ width: calc(100% - 160px);}
  .management .name{ font-size: 22px;}
  .management .post{ font-size: 18px; height: 4.35em;}
  .management .article .topBox{ border-radius: 0 50px 0 50px;}
  .journalMode03 ul li{ margin-top: 15px;}
  .journalMode03 ul li:nth-of-type(1),
  .journalMode03 ul li:nth-of-type(2){ margin-top: 0;}

  /* .about{ width: 90%; margin: 0 auto;} */
  .management .detailBox{ padding: 0 30px;}
}

@media screen and (max-width:768px) {
  .pageCon{ padding-bottom: 40px;}
  .gp-content{ padding-right: 0; padding-top: 10px;}
  .gp-info{ gap: 20px;}
  .intro .gp-content, .gp-content{ line-height: 1.7;}
  
  .subPageTitle{
    font-size: 40px;
    bottom: 10%;
  }
  .subPageTitle .slogan{
    margin-top: 0;
    font-size: 20px;
    line-height: 1.25;
  }
  .bread .flex{
    padding: 20px 0;
    background-size: 260px auto;
  }
  .bread .flex{ margin: 0;}
  .bread .flex.gp-container{
    margin-left: 20px;
    margin-right: 20px;
  }
  .newsEvents .listCon a{
    flex-direction: column;
  }
  .newsEvents .listCon .lf{
    width: 100%;
  }
  .newsEvents .listCon .rt,
  .newsEvents .listCon .events .rt{
    width: 100%;
    padding: 10px 0 20px;
  }
  .newsEvents .listCon .title{
    height: auto;
  }
  .newsEvents .listCon .events .lf{
    width: auto;
    padding: 10px 20px 5px;
  }
  .newsEvents .listCon .rt::before{
    width: 100%;
  }
  .newsEvents .eventsTag{
    position: relative;
    writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    width: auto;
    line-height: 1;
    top: 0;
    transform: unset;
    font-size: 22px;
  }
  .newsEvents .events .date{
    padding-bottom: 0;
  }
  .newsEvents .listCon li{
    margin-top: 30px;
  }
  .share{
    max-width: 280px;
  }
  .share .bdsharebuttonbox > a{
    line-height: 45px;
    height: 45px;
    border-radius: 15px;
  }
  .authors .listCon li{
    width: 50%;
  }
  .peopleBox{
    flex-direction: column;
    align-items: center;
  }
  .peopleBox .img{
    margin-right: 0;
  }
  .peopleBox .infoBox{
    margin-top: 10px;
  }
  .peoSwiper .active .bookName{
    width: 240px;
    padding: 20px 15px;
  }
  .peoSwiper .swiper-dots .swiper-pagination-bullet{
    margin: 0 5px;
  }
  .downloads{
    padding-top: 10px;
  }
  .downloads li{
    margin-top: 20px;
  }
  .books .topBox{
    flex-direction: column;
  }
  .books .infoBox{
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .books .boxTitle{
    margin-right: 20px;
  }
  .congShu .top .label{
    font-size: 20px;
    line-height: 1.5;
  }
  .congShu .top .name{
    font-size: 22px;
  }
  .congShu .middle .boxCon{
    line-height: 26px;
  }
  .congShu .bottom .infoBox{
    padding-left: 20px;
  }
  .congShu .bottom .otherInfo{
    margin-top: 10px;
  }
  .booksList .listCon .rt{
    padding-bottom: 0;
  }
  .dataBox li{
    width: 33.33%;
  }
  .aboutCon{ padding-top: 40px;}
  .aboutCon .floatRight{
    float: none;
    max-width: 100%;
    text-align: center;
    padding-left: 0 !important;
  }
  .aboutCon .floatRight img{
    width: 100%;
  }
  .story{
    padding-top: 0 !important;
  }
  .story .item{
    width: 100%;
  }
  .storyMode .boxTil{
    font-size: 40px;
    padding: 20px 0 10px;
  }
  .storyMode .boxCon{
    margin-top: 10px;
  }
  .story .item .year{
    margin: 10px 0;
    font-size: 28px;
  }
  .management .infoBox{
    padding-bottom: 10px;
  }
  .management .name{
    font-size: 22px;
  }
  .management .post{ 
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .management .more{
    line-height: 35px;
    height: 35px;
  }
  .management .leaderImg{
    width: 160px;
  }
  .management .article .topBox{
    padding: 10px 20px 0px;
  }
  .management .textBox{
    padding-top: 10px;
    font-size: 20px;
    padding-left: 10px;
  }
  .management .detailBox{
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
  }
  .contactUs .box{
    flex-direction: column;
    background: #f3f2fa;
  }
  .contactUs .icon{
    width: 80px;
    height: 80px;
    transform: translateY(-20px);
    margin-left: 15px;
  }
  .contactUs .box .text{
    padding-bottom: 15px;
    width: 100%;
  }
  .contactUs .box .text p{
    position: relative;
    top: 0;
    transform: none;
  }
  .letterBox a{
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .journal-arrows{
    margin-top: 30px;
  }
  .journalList .journalListBox li{
    width: 100%;
  }
  .journalList .journalListBox .title{
    height: auto;
  }
  .journalList .all{
    font-size: 30px;
    width: 80px;
    border-radius: 30px 10px 10px 30px;
  }
  .journalList .classificationsBox{
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .journalList .journalSearch{
    margin-top: 20px;
  }
  .journalList .initial a{
    min-width: 24px;
  }
  .journalList .area{
    font-size: 18px;
    padding-top: 10px;
  }
  .journalList .area a{
    line-height: 26px;
    font-size: 22px;
  }
  .journalList .journalListBox .otherInfo{ margin-top: 10px;}

  .newsList li{
    margin-top: 20px;
  }
  .newsList li:first-child{
    margin-top: 0;
  }
  .newsList li a{
    flex-direction: column-reverse;
  }
  .newsList .img{
    width: 100%;
    margin-left: 0;
  }
  .newsList .infoBox{
    width: 100%;
    padding: 15px 0;
  }
  .bread .flex{ flex-wrap: wrap;}
  .article,
  .newsEvents.article{ padding-top: 3px;}
  .newsEvents.booksList{ padding-top: 30px;}
  .newsEvents .flexBox .rt{ margin-top: 0;}
  .newsEvents .swiperBox{ padding-top: 30px;}
  .videosList, .downloads, .story{ padding-top: 10px;}
  .books{ padding-top: 0;}
  .aboutCon, .contactUs, .journalList{ padding-top: 30px;}
  .management{ padding-top: 0px;}
  .newsList li:first-child{ margin-top: 0;}
  .newsList ul{ padding-top: 30px;}
  .hasShareArticle{ padding-top: 30px;}

  /* .about{ width:auto; margin-left: 15px; margin-right: 15px;} */

}

@media screen and (max-width:680px) {
  .subBanner .gp-img-responsive{
    border-radius: 0 0 0 40px;
  }
  .subPageTitle{ display: none;}
  .gp-m-title{
    display: block;
    position: relative;
    color: #222;
    bottom: 0;
    transform: none;
    right: 0;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 34px;
  }
  .fristLevelTil{
    font-weight: bold;
  }
  .peoSwiper .swiper-slide a{
    flex: 1;
  }
  .peoSwiper .active .bookName,
  .peoSwiper .bookName{
    width: 100%;
  }
  .peoSwiper .bookName,
  .peoSwiper .active .bookName{
    padding: 20px 15px;
  }
  .peoSwiper .active .bookName,
  .peoSwiper .bookName{
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
  }
  .peoSwiper .swiper-dots{
    padding-top: 30px;
  }
  .books .tabTilList{
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .books .boxTitle{
    text-wrap: nowrap;
    padding-top: 10px;
  }
  .management li{
    width: 100%;
    margin-top: 25px;
  }
  .management .post{
    height: auto;
  }
  .subPageTitle .textAlignCenter .slogan{
    -webkit-line-clamp: 2;
  }
  .journalMode01-til, .journal .title.fmOptimaLT{
    font-size: 32px;
  }
  .journalMode01-til{
    padding: 20px 0 10px;
  }
  .journalMode04 li{
    width: 50%;
  }
  .subPageTitle .outBox{ margin: 0;}

}

@media screen and (max-width:660px) {
  .journalList .area{ padding-top: 0px;}
}

@media screen and (max-width:600px) {
  .journalList .filterBox{
    flex-direction: column;
    border-radius: 0;
    padding: 10px;
  }
  .journalList .all{
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border-radius: 3px;
  }
  .journalList .classificationsBox{
    padding-left: 0;
    width: 100%;
  }
  .journalList .form{
    width: 300px;
  }
  .journalList #journalSearch{
    padding-left: 15px;
    padding-right: 50px;
  }


}

@media screen and (max-width:580px) {
  /* .congShu .top{ padding: 0;} */
  
  .congShu .bottom li a{
    flex-direction: column;
    /* align-items: center; */
  }
  .congShu .bottom .infoBox{
    width: 100%;
    padding: 0;
  }
  .congShu .bottom .title{
    -webkit-line-clamp: 3;
  }
  .congShu .bottom .otherInfo{
    line-height: 26px;
  }
  .congShu .bottom{
    padding: 20px 15px;
  }
  .congShu .middle{
    margin-top: 30px;
  }
  .congShu .middle .boxCon{
    padding: 20px 0;
  }
  .congShu .middle .boxCon p{
    margin-bottom: 10px;
  }
  
  .editorInChief .boxTil{
    margin-top: 30px;
  }
  .editorInChief li{
    margin-top: 15px;
    line-height: 24px;
  }
  .dataBox{
    margin-top: 30px;
  }
  .dataBox li{
    width: 50%;
  }
  .dataBox .num{
    font-size: 30px;
  }
  .dataBox .text{
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .management .article .topBox{
    flex-direction: column;
    align-items: center;
    border-radius: 0 30px 0 30px;
    padding: 10px 20px;
  }
  .management .textBox{
    padding-left: 0;
  }
  
}

@media screen and (max-width:540px) {
  .gp-content p{
    margin-bottom: 20px;
  }
  
  .downloads li a{
    flex-direction: column;
  }
  .downloads .date{
    height: 40px;
    line-height: 40px;
  }
  .downloads .title{
    line-height: 50px;
    border-left: 1px solid #dcdcdc;
    width: 100%;
  }
  .downloads .title span{
    font-size: 20px;
  }
  
  .letterBox li{
    width: 10%;
  }

}

@media screen and (max-width:480px) {
  .introCon p{ margin-bottom: 20px;}
  .gp-info{ gap: 10px 15px}
  .gp-content p{ margin-bottom: 20px;}
  .Annex a{ line-height: 20px;}

  .gp-container, .gp-container-2{
    padding-left: 5px;
    padding-right: 5px;
  }
  .newsEvents .listCon li{
    margin-top: 20px;
  }
  .newsEvents .listCon .date{
    margin-top: 10px;
  }
  .newsEvents .events .title span{
    -webkit-line-clamp: 2;
  }
  .subBanner .gp-img-responsive{
    border-radius: 0 0 0 20px;
  }
  .subPageTitle .slogan{ display: none;}
  .bread .flex{
    padding: 15px 0;
    background-size: 220px auto;
  }
  .newsEvents .swiperBox{
    padding-top: 20px;
  }
  .newsEvents .swiperBox .title{
    padding: 5px 10px;
  }
  .newsEvents .swiperBox .title span{
    font-size: 18px;
    line-height: 24px;
  }
  .newsEvents .swiper-dots span{
    width: 30px;
    height: 20px;
  }
  .gp-m-title{
    padding-left: 5px;
    padding-right: 5px;
  }
  .bread .flex.gp-container{
    margin-left: 15px;
    margin-right: 15px;
  }
  .pageCon{
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .newsEvents{ padding-top: 0;}
  .gp-info{
    padding: 0;
    margin-top: 10px;
  }
  .lastestNewsCon li{
    width: 100%;
  }
  .lastestNewsCon .title{
    line-height: 1.5;
  }
  .authors{
    padding-top: 0px;
  }
  .authors .listCon li{
    width: 100%;
    margin-top: 20px;
  }
  .books .infoBox > .flex{
    flex-direction: column;
  }
  .books .btnBox{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
  }
  .books .btnBox a{
    padding: 0 10px;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .aboutCon p{
    margin-bottom: 20px;
  }
  .aboutCon a{ text-underline-offset: 3px;}
  .storyMode .boxTil{
    font-size: 30px;
  }
  .story .item .year{
    font-size: 22px;
  }
  .contactUs{
    padding-top: 30px;
  }
  .contactUs .box .text p{
    word-break: break-all;
    font-size: 18px;
  }
  .classification .swiperBox{
    margin-top: 30px;
  }
  .journalMode02{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .journalMode03,
  .journalMode04{
    padding: 30px 0;
  }
  .journalMode03 ul li{
    width: 100%;
  }
  .journalMode03 ul li,
  .journalMode03 ul li:nth-of-type(2){
    margin-top: 15px;
  }
  .journalList .journalSearch{
    flex-direction: column;
    align-items: flex-start;
  } 
  .journalList .journalSearch .total{
    margin-top: 15px;
  }
  .journalList .journalListBox li{
    margin-top: 15px;
  }
  .journalList .journalListBox li:first-child{
    margin-top: 5px;
  }
  .journalList .journalListBox .otherInfo{
    line-height: 2;
  }

  .newsList .title{
    font-size: 18px;
    line-height: 26px;
    -webkit-line-clamp: 3;
  }
  .newsList .summary{
    font-size: 16px;
    line-height: 22px;
  }
  .hasShareArticle .leftShare a{
    width: 45px;
    margin-right: 5px;
  }
  .hasShareArticle .journalArticle{
    padding-top: 10px !important;
  }
  .hasShareArticle .gp-info{
    margin-top: 15px;
  }
  .prevOrNext .prevArticle,
  .prevOrNext .nextArticle{
    padding-left: 30px;
  }
  .prevOrNext a::before{
    width: 23px;
    height: 18px;
    background-size: cover;
  }
  .prevOrNext .title{
    font-size: 18px;
  }
  
  .journalList .initial li{
    width: 10%;
  }
  .resourceDownload{ margin-top: 20px;} 
  .subPageTitle .outBox{ margin-left: 15px; margin-right: 15px;}
  .books .btnBox{ padding-top: 0px;}
  .management .article{ width: 100%;}

}

@media screen and (max-width:478px) {
  .classification .tagName{ height: auto;}
}

@media screen and (max-width:414px) {
  .pages .jumpBox input{ width: 50px;}
  .pageCon{  padding-bottom: 30px;}
  .hasShareArticle{ padding-bottom: 30px;}
  .subBanner .img::before{ height: 15px;}
  .bread .flex{
    background-position: top left;
  }
  .gp-title{
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .Annex{
    padding-top: 15px;
  }
  .Annex h3{
    line-height: 24px;
  }

  .newsEvents .swiperBox .title{
    position: relative;
    padding: 5px 2px;
    background: transparent;
  }
  .newsEvents .swiperBox .title span{
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }
  .gp-m-title{
    padding-left: 5px;
    padding-right: 5px;
  }
  .bread .flex{
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    background: none;
    padding: 10px 0;
  }
  .bread .flex::before{
    width: 100%;
  }
  .gp-m-title{
    font-size: 28px;
  }
  .gp-title{
    font-size: 18px;
    line-height: 1.5;
  }
  .peoSwiper .img{
    width: 130px;
  }
  .peoSwiper .swiper-slide a{
    flex: unset;
    width: calc(100% - 130px);
  }
  .peoSwiper .bookName span{
    -webkit-line-clamp: 5;
  }
  .peoSwiper .swiper-dots .swiper-pagination-bullet{
    width: 24px;
    height: 10px;
    margin: 0 2px;
  }
  .videosList li{
    margin-top: 20px;
  }
  .videosList .title span{
    height: auto;
  }
  .videosList li a{
    box-shadow: 0px 3px 20px 0px rgba(47, 47, 76, 0.2);
  }
  .downloads .date{
    width: 110px;
  }
  .pages .jumpBox{
    margin-left: 10px;
  }
  .books .title{
    font-size: 20px;
  }
  .books .subTitle, .books .authorBox{
    font-size: 18px;
  }
  .books .authorBox{
    margin: 10px 0 20px;
  }
  .books .tabTilList{
    font-size: 18px;
  }
  .books .someInfo{
    line-height: 32px;
    padding-bottom: 10px;
  }
  .books .boxList{
    line-height: 26px;
  }
  .dataBox .text{
    font-size: 16px;
  }
  .management .article .topBox{
    padding: 10px;
  }
  .management .textBox{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
  }
  .management .detailBox,
  .management .back{
    margin-top: 20px;
  }
  .journalMode04 li{
    width: 100%;
  }
  .journalList .area{ padding-top: 8px;}
  .journalList .area li{ max-width: 100%;}
  .journalList .area a{ font-size: 20px; word-wrap: wrap;}
  .textList{
    padding-top: 0;
  }
  .textList li a{
    padding-bottom: 10px;
  }
  .textList .date{
    display: inline-block;
    width: auto;
    padding: 0 15px;
    line-height: 35px;
  }
  .textList .title{
    margin-top: 10px;
    /* line-height: 1.3; */
    text-wrap: wrap;
  }
  .journalList .journalListBox .img{
    width: 120px;
  }
  .journalList .journalListBox .infoBox{
    width: calc(100% - 120px);
    padding-left: 15px;
  }
  .journalList .journalListBox .title{
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    height: auto;
    -webkit-line-clamp: 3;
  }
  .journalList #journalSearch{
    font-size: 16px;
  }
  .journalList .all{
    width: 100%;
  }
  
  .newsList .date{
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .newsList .date div{
    font-size: 22px;
  }
  .newsList .date .month{
    font-size: 18px;
  }
  .newsList .infoBox{
    padding: 10px 0;
  }
  
  .bread a{ font-size: 14px;}
  .bread span{
    padding: 0 5px;
  }
  .conmmonSideRt .bread .flex{
    padding: 10px 0;
  }
  .journalList .form{
    width: 100%;
    max-width: 300px;
  }

  .letterBox li{
    padding-top: 5px;
    width: 14.28%;
  }
  .congShu .top{
    padding: 20px 0 0;
  }
  .congShu .top .img{
    position: relative;
    top: 0;
    left: 0;
    margin-left: 20px;
  }
  .congShu .top .topCon{
    margin-top: 15px;
  }
  .aboutCon{ padding-top: 30px;}
  /* .about{ margin-left: 0px; margin-right: 0px;} */
}

@media screen and (max-width:370px) {
  .gp-m-title{
    font-size: 24px;
  }
  .pages{
    padding: 5px;
  }
  .pages .jumpBox{
    margin-left: 5px;
  }
  .classification .swiper-slide{
    padding-left: 10px;
  }
  .journalList .form{
    height: 40px;
    line-height: 40px;
  }
  .journalList .form .btn{
    width: 40px;
    height: 40px;
    background-size: 16px auto;
  }
}