@charset "utf-8";
html{
  background: url(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/side-ico1.png) no-repeat center;
}
.gp-subleft .gp-toggles.icon-down:before{
  background: url(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/wechat-ico.png) no-repeat center/cover;}
.share .bdsharebuttonbox .bds_tsina{color:#00c785; font-size: 0px;background: url(/uploads/image/eimages/sina-ico.png) no-repeat center/cover;}
.share .bdsharebuttonbox .moreshare{color:#00c785; font-size: 0px;background: url(/uploads/image/eimages/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(/uploads/image/eimages/facebook.png) no-repeat center/30px auto;}
.share .bdsharebuttonbox .share_twitter{ background: #1da1f2 url(/uploads/image/eimages/twitter.png) no-repeat center/24px auto;}
.share .bdsharebuttonbox .share_linkedin{ background: #0077b5 url(/uploads/image/eimages/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: 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:;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(/uploads/image/eimages/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(/uploads/image/eimages/video-img.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate3d(50%, -50%, 0);
  z-index: 2;
}
.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;
  width: 17.77%;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 20px 10px rgba(30, 33, 48, 0.15);
}
.books .gp-img-responsive{
  padding-bottom: 140.66%;
  padding-bottom: 0 !important;
  height: auto !important;
  font-size: 0;
  background: transparent;
}
.books .infobox{
  width: calc(100% - 300px);
  width: 82.23%;
  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;
  color: #333;
  line-height: 2.11;
  margin-top: 20px;
}
.bookslist .listcon .bookinfo p:nth-of-type(1){
  color: #999;
}
.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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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(/uploads/image/eimages/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%;
  padding-bottom: 0;
  height: auto;
  font-size: 0;
  background: transparent;
}
.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(/uploads/image/eimages/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;
}

/**
 * created by sunjia on 2025/07/10.
 * @description: limit images size
 */
.limitimgsize.listcon .lf{ width: 20.72%;}
.limitimgsize.listcon .lf .gp-img-responsive{ padding-bottom: 0; height: auto; font-size: 0; background: transparent;}
.limitimgsize.listcon .rt{ width: 79.28%;}



/* 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;}

  .limitimgsize.listcon .lf{ width: 20.72%;}
  .limitimgsize.listcon .rt{ width: 79.28%;}
}
/* 控制字号 */
@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;}

  .limitimgsize.listcon .lf{ width: 20.72%;}
  .limitimgsize.listcon .rt{ width: 79.28%;}
}

@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: 44px;}
  .subpagetitle.journalslogan{ bottom: 6%;}
  .subpagetitle.journalslogan .slogan{ max-width: 100%;}
  .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;}
  
  .fristleveltil{ line-height: 1.2;}
  .subpagetitle .slogan{line-height: 1.4; margin-top: 20px;}
  .subbanner .gp-img-responsive{ padding-bottom: 36% !important; background-size: cover !important;}
}

@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;}
  
  .subbanner .gp-img-responsive{ padding-bottom: 42% !important;}
  .subpagetitle{
    font-size: 40px;
    bottom: 10%;
  }
  .subpagetitle .slogan{
    font-size: 20px;
  }
  .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;}

  .limitimgsize.listcon a{ align-items: center;}
  .limitimgsize.listcon .lf{ width: auto; max-width: 100%;}
  .books .topbox{ align-items: center; padding-top: 10px;}
  .books .img{ width: auto; max-width: 100%;}
  .books .img img{ max-height: 300px;}
}

@media screen and (max-width:680px) {
  .subbanner .gp-img-responsive{ border-radius: 0 0 0 40px; padding-bottom: 54% !important;}
  .subpagetitle .outbox{ padding-bottom: 20px;}
  /* .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;}
  .subpagetitle .slogan{ max-width: 80%;}

}

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

@media screen and (max-width:640px) {
  .subpagetitle { width: calc(100% - 40px);}
}

@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 .bottom li a{
    flex-direction: column;
  }
  .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;
  }
  .subbanner .gp-img-responsive{ padding-bottom: 60% !important;}
  .subpagetitle .slogan{ max-width: 100%;}
  
}

@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;
    padding-bottom: 75% !important;
  }
  .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-word;
    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;} 
  .books .btnbox{ padding-top: 0px;}
  .management .article{ width: 100%;}

}

@media screen and (max-width:478px) {
  .classification .tagname{ height: auto;}
  .limitimgsize.listcon .lf .gp-img-responsive img{ max-height: 300px;}
}

@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;}
  /* .subpagetitle.journalslogan .slogan{ font-size: 14px; margin-top: 5px;} */
  .subpagetitle.journalslogan .outbox{ padding-bottom: 0;}
  .subpagetitle.journalslogan .slogan{ margin-top: 0px;}
}

@media screen and (max-width:390px) {
  .subpagetitle.journalslogan .fristleveltil{font-size: 30px;}
  .subpagetitle.journalslogan .slogan{ font-size: 19px;}
}

@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;
  }
  .subbanner .gp-img-responsive{ padding-bottom: 100% !important;}
}
@media screen and (max-width:360px) {
  .subpagetitle .outbox{ width: calc(100% - 20px);}
}