@charset "utf-8";

.subBanner{ position: relative;}
.subBanner::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    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%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: .5;
}
.subBanner .gp-img-responsive{ padding-bottom: 23.125%;}
.subBanner .gp-container{ position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}
.curChannel{
    font-size: 6rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 69px;
    left: 0px;
}
.curChannel::before{
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -42px;
    left: 0px;
}


.bread{position: relative;}
.bread::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5fa;
    border-radius: 0 0 88px 88px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 0.35s ease;
}
.bread .gp-container{ padding-top: 28px; padding-left: 310px; line-height: 1;}
.bread .gp-container > div:first-child{ color: #2c6cdb; margin-bottom: 14px; }
.noLeft .bread .gp-container{ padding-left: 0px;}
.bread a{ display: inline-block; color: #2c6cdb; margin-right: 16px; position: relative;}
.bread a::after{ content: ''; display: block; width: 5px; height: 1px; background-color: #2c6cdb; position: absolute; right: -10px; top: 55%; transform: translateY(-50%);}
.bread a:last-child{ margin-right: 0;}
.bread a:last-child::after{ display: none;}
.location{ text-transform: uppercase; padding: 13px 0 29px; position: relative; }
.location::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(44, 108, 219, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
}


.subContent{
    min-height: 500px;
    padding-bottom: 60px;
}
.more{ font-family: 'EB Garamond'; width: 137px; height: 40px; line-height: 40px; text-align: center; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 20px; position: relative;color: #999999; padding-left: 31px;}
.more::before{content: ''; display: block; width: 11px; height: 10px; background: url(../images/more_icon.png) no-repeat center; 
    position: absolute; left: 30%; top: 52%; transform: translateY(-50%) translateX(-50%);}

.about{ margin-left: -35px; margin-right: -35px;}
.about li{ margin-bottom: 40px;}
.about a{
    display: block;
    margin: 0 35px;
    box-shadow: 0px 20px 42.5px 7.5px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
}
.about li:hover a{ transform: translateY(-10px);}
.about .info{ padding: 0 55px 36px;}
.about .gp-img-responsive{ padding-bottom: 56.24%;}
.about .name{ color: #0049A8; text-align: center; line-height: 1; margin-top: 37px;}
.about .intro{ height: 3.25em; line-height: 1.625; margin-top: 30px; color: #999999; font-family: 'EB Garamond blod';}
.about .more{ margin: 25px auto 0; font-family: 'EB Garamond blod'; font-size: 1.6rem;}

.pageTitle{
    color: #004599;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
    padding-left: 27px;
    position: relative;
}
.pageTitle::before{
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-color: #004599;
    border-radius: 0 25px 25px 0;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.pageContent p{
    display: block;
    margin-bottom: 40px;
}


.gp-left{ float: left; width: 260px; transform: translateY(-80px);}
.gp-right{ float: right; width: calc(100% - 310px); margin-top: 49px;}
.noLeft .gp-right{ width: 100%;}
/*侧边栏*/
.gp-subLeft{background: #f5f5fa;}
.gp-subLeft h2{ display: flex; align-items: center; padding: 20px 0px; text-align: left; padding-left: 46px; height: 88px; color: #fff; font-weight: bold;line-height: 1.3; text-transform: uppercase;
    background: url(../images/left_bg.png); position: relative;}
    .gp-subLeft > ul >li:hover::before,.gp-subLeft > ul >li.active::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fdee1e;
    position: absolute;
    left: 20px;
    top: 30px;
    /* transform: translateY(-50%); */
}
.gp-subLeft > ul >li{ position: relative; border-top: 1px solid rgba(0, 0, 0, 0.1); transition: all 0.35s ease-in-out;}
.gp-subLeft > ul >li:hover,.gp-subLeft > ul >li.active{   position: relative;}
.gp-subLeft > ul >li:hover .gp-toggles,.gp-subLeft > ul >li.active .gp-toggles{ color: #fff;}
.gp-subLeft > ul >li:last-child{ border-bottom: none;}
.gp-subLeft > ul >li.active .gp-second-nav{ display: block;}
.gp-subLeft > ul >li > a{ display: flex; align-items: center;  min-height: 65px; line-height: 1.2; overflow: hidden; text-align: left; padding-left: 30px; margin-right: 20px; transition: all 0.2s ease-in-out; color: #333;}
.gp-subLeft > ul >li:hover > a,.gp-subLeft > ul >li.active > a{  padding-left: 45px;margin-right: 0;color:#fff; background: url(../images/left_bg.png);}
.gp-subLeft > ul >li.active > a{ text-transform: uppercase; font-family: 'EB Garamond blod';}
.gp-subLeft .gp-toggles{width: 56px;height: 65px; position: absolute; right: 0; top: 0; text-align: center; cursor: pointer; color:#666; display: flex; align-items: center; justify-content: center;}
.gp-subLeft li:hover .gp-toggles, .gp-subLeft li.active .gp-toggles{ color: #fff;}
.gp-second-nav{font-size: 1.6rem;display: none; background-color: #fff; opacity: 1; padding-left: 12px;}
.gp-second-nav:hover{ background-color: #fff;}
.gp-second-nav dd{ border: 1px solid rgba(0, 0, 0, 0.1); border-top: none; position: relative;}
.gp-second-nav dd .active{ text-transform: uppercase;}
.gp-second-nav dd .active::before, .gp-second-nav dd:hover::before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #004599;
    position: absolute;
    left: 0px;
    top: 0px;
}
.gp-second-nav dd a{display: block;padding:20px 10px 15px 35px;color:#666;border-bottom: 1px dotted #fff;transition: all 0.35s ease-in-out;}
.gp-second-nav dd a:hover,.second_nav dd a.active,.gp-second-nav dd a.active{ color: #004599; opacity: 1; font-family: 'EB Garamond blod';}
/*侧边栏移动端 */
.gp-m-subNav{display:none;}
.gp-m-inner-header{width:100%;height:40px;background-color:#0049A8;cursor:pointer;line-height: 40px; }
.gp-m-inner-header > span{height: 40px;padding-left: 15px;font-size: 16px;color:#fff;}
.icon-jia:before,.icon-jian:before{ color: #fff;}
.gp-m-subNav .gp-m-inner-header-icon-click{}
.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 ul{}
.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{ display: none; background-color:#fff; padding:5px 0px;}
.gp-subNavm dl dd{ 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}

/* 分页 */
.pages{
    width: 630px;
    margin: 0 auto;
    /* height: 50px; */
    margin-top: 10px;
    /* overflow: hidden; */
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.pages .prev,.pages .next{
    position: relative;
    margin: 0px;
}
.pages .prev{ margin-right: 35px;}
.pages .next{ margin-left: 35px;}
.pages .prev::after,.pages .next::after{
    content: '';
    /* background: url(../images/page_lf.png) no-repeat; */
    display: inline-block;
    width: 13px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.pages .next::after{
}
.pages a.prev:hover::after{
    background:  #004599;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    z-index: -1;
}
.pages a.next:hover:after{
    background: #004599;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    z-index: -1;
}
.pages > a,.pages > .select_box,select, .mobile_page .prev, .mobile_page .next{
    display: inline-block;
    vertical-align: top;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: lighter;
    margin-left: 5px;
    color: #999999;
}

.pages > a:nth-of-type(2):hover,
.pages > a:nth-of-type(3):hover,
.pages > a:nth-of-type(4):hover,
.pages > a:nth-of-type(5):hover,
.pages > a:nth-of-type(6):hover{
    color: #fff;
    background-color: #004599;
}
.pages .prev:hover,.pages a.next:hover{
    position: relative;
    background: none;
    color: #fff;
}
.pages select{
    width: 121px;
    border-radius: 24px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: relative;
    background-color: #F3F3F3;
    background: url(../images/select_down.png) no-repeat;
    background-position: 85px;
    background-size: 17px 9.22px;
}

.pages a.on_pages{
    color: #fff;
    background-color: #004599;
}
/* 自定义下拉框 */
.pages > .select_box {
	position:relative;
    display: inline-block;
	margin:0 auto;
    text-align: left;
	width: 120px;
    border-radius: 24px;
    margin-left: 16.5px;
}
.mobile_page{
    display: none;
    text-align: center;
}
.select_box::after{
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    background: url(../images/select_icon.png) no-repeat center;
    transition: all 0.25s ease;
}
.select_box.on::after{
    transform: translateY(-50%) rotate(180deg);
}
.select_box:hover {
	cursor:pointer;
}
.select_box span {
	display:inline-block;
    margin-left: 22px;
    color: #666;
}
.select_box.on .option{
    display: block;
}
.option {
	display:none;
	position:absolute;
	bottom:48px;
	width:120px;
	border:1px solid #dedede;
	border-top:none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
}
.option li a{ color: #fff;}
.option li {
	padding:5px 10px;
    line-height: 30px;
}
.option li:hover {
	background:#ddd;
}
.option li:hover a{
    color: #0049A8;
}

.article{
    margin-top: 50px;
    padding: 0 20px;
}

.gp-title{ line-height: 1.1; text-align: center; font-weight: bold;}
.gp-info{ color: #999; text-align: center; margin-top: 15px; line-height: 1; position: relative;}
.gp-info::after{ content: ''; display: block; height: 1px; width: 100%; background-color: #E8E8E8; position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%);}
.gp-info span{ margin-right: 30px; display: inline-block;}
.gp-info span:last-child{ margin-right: 0px;}
.gp-content{ margin-top: 39px; padding-bottom: 40px; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.gp-content p{ line-height: 1.6667; margin-bottom: 35px; text-align: justify;}
.gp-content p:last-child{ margin-bottom: 0px;}
.articleAfter{ justify-content: space-between;}
.share{ display: flex; align-items: center; justify-content: center; width: 108px; height: 116px; background-color: rgba(0, 0, 0, 0.04); flex-shrink: 0;}
.share .bdsharebuttonbox > a.bds_weixin{ display: block; margin: 0 auto; width: 100%; height: 36px; background: url(../images/share_wechet.png) no-repeat center;}
.weChatBox{ height: auto;}
/* .shareBox, .w-title, .w-close, .w-footer{ display: none;} */
.articleCode{
    max-width: 120px;
    margin: 0 auto;
}
.forward{ color: #00c785; text-align: center; line-height: 1; margin-top: 9px;}
.Annex h3{
    margin-top: 30px;
    margin-bottom: 12px;
    color: #004599;
    line-height: 1;
}
.Annex li::marker{ content: '';}
.Annex li{ margin-bottom: 0px;}
.Annex li:last-child{ margin-bottom: 0px;}
.Annex li a{ line-height: 1.875; color: #999;}
.Annex li a:hover{color: #0049a8; opacity: 1;}

.list{ margin-top: 39px;}

.teacher{ margin-left: -20px; margin-right: -20px;}
.teacher .gp-img-responsive{ padding-bottom: 133.47%;}
.teacher li{ margin-bottom: 50px;}
.teacher a{ display: block; margin: 0 20px; color: #222; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0 0 16px 16px; overflow: hidden;}
.teacher a::before{ display: none;}
.teacher .name{ max-height: 64px; padding: 24px 0 23px; line-height: 1; display: flex; align-items: center; justify-content: center; text-align: center;}

.noUppder{ text-transform: none; padding-left: 0px; margin-bottom: 43px;}
.noUppder.pageTitle::before{ width: 1px; height: 31px; background: #004599; left: auto; right: 0px;}
.noUppder.pageTitle::after{ content: ''; display: block; width: 44px; height: 1px; background-color: #004599; position: absolute; left: 0px; bottom: -18px;}

.teacherInfo{ margin-top: 10px; }
.teacherInfo > .flex{ align-items: flex-start; position: relative;}
.teacherInfo > .flex::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.teacherInfo .img{ margin-right: 35px; flex-shrink: 0; width: 240px;}
.teacherInfo .img .gp-img-responsive{ padding-bottom: 133.47%;}
.teacherInfo .info{ display: flex; flex-wrap: wrap; align-items: center;}
.teacherInfo .info span{ line-height: 1.6667;}
.teacherInfo .info span:nth-of-type(odd){ width: calc(100% - 130px); color: #757575;}
.teacherInfo .info span:nth-of-type(even){ width: 130px; color: #444444;}
.teacherInfo .post{ width: 100% !important; color: #004599 !important;}

.teacherInfo .item{ margin-top: 60px; padding-left: 43px;}
.teacherInfo .item:first-child{ margin-top: 64px;}
.teacherInfo .itemTitle{ color: #004599; text-transform: uppercase; position: relative;}
.teacherInfo .itemTitle::before{ content: ''; display: block; width: 29px; height: 29px; background: url(../images/teacher_icon.png) no-repeat center;
    position: absolute; left: -43px; top: 50%; transform: translateY(-50%);}
.teacherInfo .itemContent{ color: #444444; line-height: 1.66667; margin-top: 22px;}

/* 博士后研究员页 */
.noImg{ padding-bottom: 20px;}
.noImg li{ margin-bottom: 30px;}
.noImg a{
    background-color: #f5f5f5;
    border-radius: 16px;
    color: #222222;
    border: none;
    position: relative;
    transition: all 0.35s ease;
}
.noImg li:hover a{ transform: translateY(-10px);}
.noImg a::after{
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #004599;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}


/* 行政页 */
.administration{ margin-left: -15px; margin-right: -15px;}
.administration li{margin-bottom: 30px;}
.administration a{ margin: 0 15px; background-color: #f5f5f5; padding: 10px; border: none; border-radius: 0; display: flex;}
.administration .img{ flex-shrink: 0; width: 200px; margin-right: 20px;}
.administration .info{ width: calc(100% - 220px); color: #757575; line-height: 1; max-height: 267px;}
.administration .info .name{ padding: 0; padding-top: 24px; justify-content: flex-start; color: #004599;}
.administration .info .position{ margin-top: 13px;font-weight:bold; font-size:18px;}
.administration .info .office{color: #3c3a3a;margin-top: 23px;line-height: 1.466;height: 3.35em;font-weight:bold;}
.administration .info .tel{ color: #3c3a3a; margin-top: 10px; line-height: 1;font-weight:bold;}
.administration .info .mail{color: #3c3a3a; margin-top: 13px;font-weight:bold;}
.administration .info span{font-weight:bold;/* float: right; */text-align: left;/* width: 72%; */font-size: 1.8rem;}
.administration .position{color: #444;}

/* student life page */
.studentLife li{ margin-bottom: 50px; margin-top: -9px;}
.studentLife li:last-child{ margin-bottom: 60px;}
.studentLife a{ display: flex; border-radius: 16px 0 0 16px; overflow: hidden; background-color: #f5f5fa; padding-right: 40px; transition: all 0.35s ease;}
.studentLife li:hover a{ transform: translateY(-10px); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);}
.studentLife .info{ width: calc(100% - 342px);}
.studentLife .img{ width: 312px; flex-shrink: 0; margin-right: 30px;}
.studentLife .gp-img-responsive{ padding-bottom: 75%;}
.studentLife .title{color: #222222;line-height: 1.14;margin-top: 30px;}
.studentLife .summary{ color: #999; line-height: 1.5; margin-top: 20px;}
.studentLife .date{ 
    background-color: rgba(0, 0, 0, 0.06);
    color: #004599;
    line-height: 1;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 18px;
    padding-left: 48px;
    position: relative;
    margin-top: 55px;
    margin-left: 0px;
    font-size: 1.6rem;
    position: relative;
}
.studentLife .date::after{ content: ''; display: block; width: 44px; height: 1px; background: rgba(0, 0, 0, 0.1); position: absolute; top: -30px; left: 0px;}
.studentLife .date::before{
    content: '';
    display: block;
    width: 14px;
    height: 15px;
    background: url(../images/date_icon.png) no-repeat center;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-40%);
}

.notice{ margin-top: -16px; padding-bottom: 45px;}
.notice li{ border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.notice a{ display: block; padding: 25px 0; line-height: 1; color: #222; transition: all 0.35s ease;}
.notice li:hover a{ text-indent: 0.4em;}
.notice .date{ color: #999;}



/* 响应式样式 */
@media screen and (max-width:1600px){
    
}

@media screen and (max-width:1480px) {
    .administration .info span{ width: calc(100% - 80px);}
}

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

@media screen and (max-width:1240px) {
    .curChannel{ left: 20px;}
    .gp-right{ width: calc(100% - 300px);}
    .bread .gp-container{ padding-left: 340px;}
    .administration li{ width: 100%;}
    .noLeft .bread .gp-container{ padding-right: 0px; padding-left: 30px;}
}

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

@media screen and (max-width:1080px) {
    .curChannel{ left: 50%; transform: translateX(-50%);}
    .about{ margin-left: -15px; margin-right: -15px;}
    .about a{ margin: 0 15px;}
    .subBanner .gp-container{ width: 100%;}
}
@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:997px) {
    .curChannel{ font-size: 4rem; bottom: 10px; display: none;}
    .curChannel::before{ top: -10px;}
    .gp-left{ transform: translateY(0px); margin-top: 5px;}
    .bread .gp-container{ padding-left: 30px; }
    .gp-right{ width: 100%;}
    
    .gp-subLeft,.pages{display: none;}
    .gp-m-subNav{display: block;}
    .gp-m-page{ display: block;}
    .gp-right, .gp-left{ width: 100%; float: none;}
    .gp-right{ margin-top: 30px;}
    .studentLife li{ margin-bottom: 30px}
    .mobile_page{ display: block;}
  }

@media screen and (max-width:767px) {
    .bread .gp-container{ padding-top: 15px;}
    .location{ padding: 10px 0 25px;}
    .subContent{ padding-bottom: 20px;}
    .pageContent p{ margin-bottom: 20px;}
}

@media screen and (max-width:680px) {
    .curChannel{ font-size: 2.8rem;}
    .curChannel::before{ width: 120%;}
    .teacher li{ margin-bottom: 30px;}
    .teacherInfo > .flex::after{ display: none;}
    .teacherInfo .item{ margin-top: 40px;}
    .share{ margin: 0 auto; float: none;}
    .studentLife a{ display: block; border-radius: 0px; padding-right: 0px;}
    .studentLife .img, .studentLife .info{ width: 100%;}
    .studentLife .info{ padding: 20px;}
    .studentLife .title{ margin-top: 0px;}
    .studentLife .date{ margin-top: 40px;}
    .studentLife .date::after{ top: -20px;}
    .teacherInfo .img{ margin: 0 auto;}
}

@media screen and (max-width:540px) {
    .bread .gp-container{ padding: 15px 30px 0;}
}

@media screen and (max-width:479px) {
    .flex{ display: block;}
    .list{ margin-bottom: 30px;}
    .article{ padding: 0px;}
    .logo02{ font-size: 2.4rem;}
    .about li{ margin-bottom: 20px;}
    .about .name{ margin-top: 20px;}
    .about .info{ padding: 0 20px 15px;}
    .pageTitle{ font-size: 2.4rem; margin-bottom: 20px;}
    .pageContent p{ margin-bottom: 10px;}
    .bread::before{ border-radius: 0 0 50px 50px;}
    .teacherInfo .item{ margin-top: 20px;}
    .teacherInfo .info span{ width: 100% !important;}
    .teacherInfo .info span:nth-of-type(odd){ text-indent: 1em;}
    .teacherInfo .post{ text-indent: 0 !important;}
    .administration a{ display: block; }
    .administration .img{ margin: 0 auto;}
    .administration .info{ width: 100%;}
    .administration .info .office{ margin-top: 10px;}
    .teacher{ margin-left: 0px; margin-right: 0px;}
}

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

}

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