@charset "utf-8";

.subContent > .flex{ padding-top: 50px;}
.gp-left{ width: 300px; flex-shrink: 0;}
.gp-left h3{ line-height: 90px; background: #7B5126; color: #fff; text-align: center; font-weight: normal;}
.gp-right{ width: calc(100% - 340px);}
.no-left .gp-right{ width: 100%;}

/*侧边栏*/
.gp-subLeft{background: #F2F2F2; transform: translateY(0px);}
.gp-subLeft > ul{ padding: 30px; box-sizing: content-box; background: #F2F2F2; transform: translateX(0px); box-sizing: border-box; position: relative; margin-bottom: 10px;}
.gp-subLeft > ul >li{ padding-left: 0px; position: relative;}
.gp-subLeft > ul >li > a{text-align: left;display: block; line-height: 30px; padding: 20px 0 ; border-bottom: 1px solid #e2e2e2;transition: all 0.35s ease-in-out;}
.gp-subLeft > ul >li:hover > a,.gp-subLeft > ul >li > a.active{ color: #7B5126; padding-right: 0px; margin-right: 0; border-bottom: 1px solid #7B5126;}
.gp-subLeft > ul >li > a.active{ position: relative;}
.gp-subLeft > ul >li:hover::before,.gp-subLeft > ul >li.on::before{ width: 30px;}
.gp-subLeft .gp-toggles{ width: 58px; height: 70px; line-height: 70px; position: absolute;right: 0;top: 0; font-size: 20px; font-weight: normal;
    text-align: center;cursor: pointer;color:#666;}
.gp-subLeft > ul >li > a.active + .gp-toggles,
.gp-subLeft > ul >li:hover > a + .gp-toggles{ color: #7B5126;}
.gp-second-nav{font-size: 14px; padding: 10px 0; display: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.gp-second-nav dd{ border-bottom: 1px solid transparent;}
.gp-second-nav dd.on span{ position: relative; color: #7B5126;}
.gp-second-nav dd.on span::before{ content: ''; display: block; width: 6px; height: 10px; background: url(../images/side_current.png) no-repeat center/cover; position: absolute; left: -20px; top: 50%; transform: translateY(-50%);}
.gp-second-nav dd a{display: block; font-size: 20px; line-height: 45px; color: #666; text-align: left; padding-left: 20px; transition: all 0.35s ease-in-out;}
.gp-second-nav dd:hover a,.gp-second-nav dd a.active{ color: #7B5126;}

/*侧边栏移动端 */
.gp-m-subNav{display:none;}
.gp-m-inner-header{width:100%;height:40px;background-color:#F2F2F2;cursor:pointer;line-height: 40px;}
.gp-m-inner-header > span{height: 40px;padding-left: 15px;font-size: 16px;color:#666;}
.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}
@media screen and (max-width:997px) {
  .gp-subLeft{display: none;}
  .gp-m-subNav{display: block;}
}
.gp-subLeft .h2{ font-size: 30px; line-height: 30px; font-weight: bold; color: #fff; padding: 35px 70px;}


/*分页*/
.pages{ margin-top: 30px; margin-bottom: 50px;}
.gp-page { padding: 0; color:#999; font-size: 0px;}
.gp-page:after,.gp-page:before { content:" "; display:table}
.gp-page>a,.gp-page>span{display:inline-block;color: #999;background: #F2F2F2; cursor: pointer; width: 32px; height: 32px; line-height: 32px; font-size: 16px;
 position:relative;text-align: center; margin-bottom:0px; margin-left:10px;vertical-align: top; box-sizing: border-box; *display: inline; *zoom:1;}
.gp-page-select{height: 32px;line-height: 32px;min-width: 50px;display:inline-block;*display: inline;*zoom:1;vertical-align: top;}
.gp-page .gp-page-start,.gp-page .gp-page-end,.gp-page .gp-page-next,.gp-page .gp-page-prev,.gp-page > span {width: auto;padding:0 10px;}
.gp-page > span{border:none}
.gp-page > a:hover, .gp-page > a.active{ background-color:#7B5126; color: #fff;}
.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;}
.selectDiv{ display: inline-block; margin-right: 10px; margin-left: 10px; position: relative;}
.selectDiv > span{ display: inline-block; height: 32px; line-height: 32px; width: auto; padding: 0 10px; background: #F2F2F2;}
.selectDiv dl{ display: none; position: absolute; width: 100px; left: 50%; transform: translateX(-50%); bottom: 100%; background: rgba(0, 0, 0, 0.05); border-radius: 4px; border-bottom: 4px solid #fff;}
.selectDiv dl a{ display: block;}
.selectDiv:hover dl{ display: block;}
.selectDiv a{ display: inline-block; line-height: 30px;}
.selectDiv dd:hover{ background: #7B5126;}
.selectDiv dd:hover a{ color: #fff;}
.pageInput{ width: 32px; height: 32px; border: none; outline: none; background: #F2F2F2; text-align: center;}

.modeTil{ display: block; line-height: 1; font-size: 0; padding-bottom: 26px; border-bottom: 1px solid #7B5126; position: relative;}
.modeTil::before{ content: ''; display: block; width: 120px; height: 6px; background: #7B5126; position: absolute; left: 0; bottom: 0;}
.modeTil span{ display: inline-block; line-height: 50px; vertical-align: middle;}
.modeTil .more{ color: #999; padding-left: 40px; position: relative;}
.modeTil .more::before{ content: ''; display: block; width: 1px; height: 50px; background: rgba(0, 0, 0, 0.1); position: absolute; left: 20px; top: 50%; transform: translateY(-50%);}

/* 简介 */
.introCon{ margin-top: 30px; padding-bottom: 50px;}
.introCon h3{ font-weight: normal; text-align: center; margin-bottom: 20px; margin-top: 50px;}
.introCon p{ line-height: 30px; margin-bottom: 30px;}
.introCon p:last-child{ margin-bottom: 0px;}

/* 领导 */
.leaderCon{ padding-bottom: 50px;}
.leaderCon ul{ flex-wrap: wrap; margin: 0 -15px;}
.leaderCon ul li{ width: 50%;  margin-top: 30px;}
.leaderCon ul .flex{ margin: 0 15px; overflow: hidden; position: relative;}
.leaderCon .imgBox{ width: 162px; flex-shrink: 0;}
.leaderCon .gp-img-responsive{ padding-bottom: 131.33%;}
.leaderCon .infoBox{ width: calc(100% - 162px); padding-left: 20px; box-sizing: border-box; position: relative;}
.leaderCon .infoBox::before{ content: ''; display: block; width: 40px; height: 6px; background: #7B5126; position: absolute; left: 20px; top: 86px;}
.leaderCon .name{ font-weight: bold; line-height: 25px; margin-top: 20px; position: relative; z-index: 1;}
.leaderCon .name span{ font-weight: normal; margin-left: 20px; color: #333;}
.leaderCon .summary{ -webkit-line-clamp: 3; line-height: 30px; color: #333; margin-top: 20px; padding: 36px 20px 0 0; margin-bottom: 25px;}
.leaderCon .summary::before{ content: ''; display: block; width: 100%; height: 100%; background: #F8F8F8; position: absolute; right: 0; top: 65px; z-index: -1;}

.no-left .leaderCon ul{ margin: 0 -25px;}
.no-left .leaderCon ul .flex{ margin: 0 25px;}
.no-left .leaderCon .imgBox{ width: 204px;}
.no-left .leaderCon .infoBox::before{ top: 96px;}
.no-left .leaderCon .summary{ padding: 56px 30px 0 0;}

/* 领导1215 */
.leader1215 ul{ margin: 0 -15px; justify-content: center;}
.leader1215 ul li{ width: 25%;}
.leader1215 ul .flex{ flex-direction: column; margin: 0 15px;}
.leader1215 .imgBox{ width: 100%;}
.leader1215 .infoBox{ width: 100%; padding-left: 0; text-align: center;}
.leader1215 .infoBox .post{ line-height: 20px; margin-top: 20px;}
.leader1215 .infoBox .name{ line-height: 25px; margin-top: 10px;}

/* 多标题师资 */
.muitipleTil{ line-height: 65px; background: #F8F8F8; padding-left: 24px; position: relative; margin-top: 30px;}
.muitipleTil::before{ content: ''; display: block; width: 4px; height: 100%; background: #7B5126; position: absolute; left: 0; top: 0;}
.multiple ul{ justify-content: flex-start; margin-bottom: 50px;}

/* 领导详情 */
.leaderDetail{ margin-top: 30px; padding-bottom: 50px;}
.leaderDetail img{ margin-right: 30px;}
.leaderDetail .detailTil{ line-height: 30px; margin-bottom: 20px; font-weight: bold; padding-left: 16px;}
.leaderDetail .detailTil i{ display: inline-block; height: 30px; width: 6px; background: #7B5126; vertical-align: middle; margin-right: 10px;}
.leaderDetail p{ line-height: 30px; margin-bottom: 30px;}
.leaderDetail p:last-child{ margin-bottom: 0px;}
.leaderDetail.flex .img{ width: 204px; flex-shrink: 0; margin-right: 30px;}

/* 院系动态 */
.listCon ul{ }
.listCon ul li{ margin-top: 30px; transition: all 0.35s ease;}
.listCon ul li:hover{ transform: translateY(-8px);}
.listCon .imgBox{ width: 320px; flex-shrink: 0;}
.listCon .gp-img-responsive{ padding-bottom: 56.25%;}
.listCon .infoBox{ width: calc(100% - 340px);}
.listCon .noImg .infoBox{ width: 100%;}
.listCon .title{ padding-top: 12.5px; line-height: 25px;}
.listCon .summary{ margin-top: 20px; color: #999; line-height: 30px;}
.listCon .date{ margin-top: 30px; color: #999; line-height: 20px;}

/* 通知公告 */
.textList ul li{ margin-top: 30px;}
.textList ul a{ display: block; padding: 20px 30px; box-sizing: border-box; background: #F8F8F8; transition: all 0.35s ease;}
.textList ul a:hover{ transform: translateY(-8px);}
.textList .title{ line-height: 58px;}
.textList .date{ line-height: 58px; padding-right: 60px; position: relative;}
.textList .date::before{ content: ''; display: block; width: 1px; height: 100%; background: rgba(0, 0, 0, 0.1); position: absolute; right: 30px; top: 0;}
.textList .date span{ display: inline-block; line-height: 1; vertical-align: middle; color: #7B5126;}
.textList .day{ margin-right: 20px;}
.textList .year{ }



.gp-article{ padding-bottom: 50px;}
.gp-article::before, .gp-article::after{ display: none;}
.gp-title{font-weight: bold;color: #333;text-align: left;line-height: 30px;padding: 30px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.gp-info{ text-align: center; margin: 30px 0; font-size: 0; line-height: 20px;}
.gp-info span{ display: inline-block; color: #999; line-height: 20px; margin-right: 30px; vertical-align: middle;}
.gp-info span:last-child{ margin-right: 0px;}
.gp-content{ margin: 0 auto; margin-bottom: 50px;}
.gp-content p{ line-height: 30px; margin-bottom: 30px;}
.gp-content p:last-child{ margin-bottom: 0px;}

.Annex{ line-height: 20px;}
.Annex h3{ padding-bottom: 20px; padding-left: 40px; line-height: 30px; font-weight: normal; color: #333; border-bottom: 1px solid #A90011; margin-bottom: 20px; position: relative;}
.Annex h3::before{ content: ''; display: block; width: 30px; height: 30px; background: url(../images/annex.png) no-repeat center/cover; position: absolute; top: 0; left: 0;}
.Annex li{ margin-bottom: 10px;}
.Annex li:last-child{ margin-bottom: 0;}
.Annex li::marker{ content: '';}
.Annex li a{ display: block; line-height: 50px; background: #F8F8F8; padding: 0 20px; transition: all 0.35s ease;}
.Annex li a:hover{ color: #7B5126;}


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

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


@media screen and (max-width:1280px) {
    .banner .siteName{ font-size: 50px; line-height: 60px;}
    .gp-right{ width: calc(100% - 320px);}
    .leaderCon ul{ margin: 0 -5px;}
    .leaderCon ul .flex{ margin: 0 5px;}
    .leaderCon .infoBox{ padding-left: 10px;}
    .leaderCon .infoBox::before{ left: 10px;}
    .leader1215 .infoBox{ padding-left: 0;}
    .leaderCon .name span{ margin-left: 10px;}
    .leaderCon .summary{ padding: 30px 10px 0 0; margin-bottom: 15px;}
}

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

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

@media screen and (max-width:1100px) {
    .banner .siteName{ font-size: 34px; line-height: 40px;}

}
@media screen and (max-width:1024px) {
    .no-left .leaderCon ul{ margin: 0 -10px;}
    .no-left .leaderCon ul .flex{ margin: 0 10px;}
}

@media screen and (max-width:997px) {
    .gp-left, .gp-right{ width: 100%;}
    .gp-page{ display: none;}
    .gp-m-page{ display: block;}
    .subContent > .flex{ flex-direction: column; padding-top: 20px;}
    .gp-left h3{ display: none;}
    .modeTil{ padding-bottom: 10px; margin: 10px 0 ;}
    .modeTil span{ font-size: 24px; line-height: 30px;}
    .introCon{ margin-top: 20px; padding-bottom: 20px;}
    .introCon p{ margin-bottom: 15px; line-height: 28px;}
    
    .banner::before{ display: none;}
    .banner > .flex{ position: relative; bottom: 0; padding-top: 10px; padding-bottom: 10px; flex-direction: column;} 
    .banner .siteNav{ width: 100%; margin-top: 20px;}
    .banner .siteName{ position: absolute; bottom: 80px; left: 40px;}
    .banner .gp-img-responsive{ position: relative;}
    .banner .gp-img-responsive::before{ content: ''; display: block; width: 100%; height: 80px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        position: absolute; bottom: 0; left: 0;}
    .banner .siteNav a{ color: #333;}
    .bread{ border-top: 1px solid rgba(0, 0, 0, 0.1);}
    .bread, .bread a{ line-height: 40px; }
    .pages{ margin: 30px 0;}
    .textList ul a{ padding: 10px 20px;}
    .textList .date{ padding-right: 40px;}
    .textList .date::before{ right: 20px;}
    .textList ul li{ margin-top: 20px;}
    .gp-title{ padding: 20px 0;}
    .gp-info{ margin: 20px 0;}
    .gp-content{ margin-bottom: 30px;}
    .gp-content p{ margin-bottom: 20px;}
    .Annex li a{ line-height: 30px;}
    .introCon h3{ margin: 20px 0 10px;}
    .no-left .leaderCon .imgBox{ width: 162px;}
    .no-left .leaderCon .summary{ padding: 30px 10px 0 0;}
    .no-left .leaderCon .infoBox::before{ top: 86px; left: 10px;}
}

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

@media screen and (max-width:767px) {
    .banner .gp-img-responsive{ min-height: 180px; text-align: center;}
    .banner .gp-img-responsive img{ height: 180px; width: auto !important; max-width: unset; vertical-align: baseline;}
    .banner .siteName{ left: 15px; top: -50px;}
    .banner .siteNav{ margin-top: 0;}
    .banner .siteNav li > a{ display: block; line-height: 28px;}
    .leaderCon ul li{ width: 100%; margin-top: 20px;}
    .leaderCon,
    .leaderDetail,
    .gp-article{ padding-bottom: 20px;}
    .leaderDetail.flex{ flex-direction: column;}
    .leaderDetail.flex .img{ width: 100%; max-width: 240px; margin: 0 auto;}
    .leaderRt{ margin-top: 10px;}

    .leaderCon ul{ justify-content: flex-start;}
    .leader1215 ul li{ width: 33.33%;}
    .muitipleTil{ line-height: 45px;}
    .muitipleTil span{ font-size: 18px;}
}

@media screen and (max-width:680px) {
    .banner .siteNav .flex{ flex-wrap: wrap; justify-content: flex-start;}
    .listCon ul li{ margin-top: 20px;}
    .listCon .imgBox{ width: 280px;}
    .listCon .infoBox{ width: calc(100% - 290px);}
    .listCon .summary{ margin-top: 15px; line-height: 26px;}
    .listCon .date{ margin-top: 20px;}
    
}

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

}

@media screen and (max-width:540px) {
    .listCon ul a{ flex-direction: column;}
    .listCon ul .imgBox{ width: 100%;}
    .listCon ul .infoBox{ width: 100%;}
    .listCon .title{ padding-top: 0; margin-top: 10px;}
    .listCon .summary{ margin-top: 10px;}
    .listCon .date{ margin-top: 10px;}
    .gp-title{ text-align: left;}
}

@media screen and (max-width:479px) {
    .bread{ display: none;}
    .banner > .flex{ padding-bottom: 0;}
    .leaderDetail p{ margin-bottom: 20px;}
    .textList ul a{ padding: 10px;}
    .textList .date, .textList .title{ line-height: 45px;}
    .textList .date{ padding-right: 10px;}
    .textList .date::before{ right: 5px;}
    .textList .date span{ margin-right: 10px;}
    .textList .date span:last-child{ margin-right: 0px;}
    .gp-title{ padding: 15px 0;}
    .gp-info{ margin: 15px 0;}
    .gp-content p{ margin-bottom: 15px; line-height: 26px;}
    
    .leader1215 ul li{ width: 50%;}
}

@media screen and (max-width:414px) {
    .banner .siteName{ font-size: 26px; line-height: 34px;}
    .leaderDetail .img{ float: none; margin: 0 auto 20px; text-align: center;}
}

@media screen and (max-width:380px) {
    .textList ul a{ padding: 10px 5px;}
    .textList .date span{ margin-right: 5px;}
    .no-left .leaderCon .imgBox,
    .leaderCon .imgBox{ width: 140px;}
    .leaderCon .infoBox{ width: calc(100% - 140px);}
    .leaderCon .summary{ margin-top: 10px; padding: 20px 10px 0 0;}
    .leaderCon .infoBox::before{ top: 70px; height: 4px;}
    .no-left .leaderCon .infoBox::before{ top: 76px;}

    .leader1215 .imgBox{ width: 100%;}
    .leader1215 .infoBox{ width: 100%;}
    .leader1215 .infoBox::before{ display: none;}
    .leader1215 .infoBox .post{ margin-top: 10px;}
    .leader1215 .infoBox .name{ margin-top: 5px;}
}