@charset "utf-8";

body {
    color: #333;
}

.subBanner {
    position: relative;
}

.subBanner .img {
    position: relative;
    z-index: 1;
}

.subBanner .gp-img-responsive {
    padding-bottom: calc(600% / 19.2);
    position: relative;
}

.subBanner .gp-img-responsive::before {
    content: '';
    display: block;
    width: 100%;
    height: 225px;
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.subBanner .gp-img-responsive::after {
    content: '';
    display: block;
    width: 100%;
    height: 225px;
    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;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.firstChannel {
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.firstChannel a {
    font-size: 60px;
    color: #fff;
    line-height: 1;
}

.bread {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.bread a {
    color: #fff;
}

/* .curChild ul{ justify-content: flex-start; } */
.curChild a {
    display: block;
    color: #666;
    line-height: 76px;
    word-wrap: normal;
    white-space: nowrap;
}

/* .curChild li{ position: relative; margin-right: 55px;} */
.curChild li {
    position: relative
}

.curChild li:last-child {
    margin-right: 0px;
}

.curChild li::before {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #deb981;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.35s cubic-bezier(.21, .84, .85, .61);
}

.curChild li.on::after {
    content: '\e602';
    font-family: 'iconfont';
    font-size: 38px;
    color: #f2efe9;
    display: block;
    width: 38px;
    height: 19px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.curChild li.on::before, .curChild li:hover::before {
    width: 100%;
}

.curChild li.on a {
    font-size: 18px;
}

.curChild li.on a, .curChild li:hover a {
    color: #a51617;
    font-weight: bold;
}

.subContent {
    background: #faf8f5 url(../images/subCon_bg1.png) no-repeat bottom;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
}

.subContent::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    box-shadow: 0px 0px 30px 15px rgba(55, 4, 4, 0.1);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 10;
}

.subContent>.gp-container {
    padding-top: 60px;
}

.subContent .pageCon {
    padding-bottom: 420px;
    min-height: 980px;
    box-sizing: border-box;
}

/* 学校简介 - intro */
.introSwiper {
    overflow: hidden;
    padding-bottom: 54px;
    position: relative;
}

.introSwiper .gp-img-responsive {
    padding-bottom: calc(500% / 14.2);
}

.intro-button-prev, .intro-button-next {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #efeae2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 2;
    transition: all 0.35s ease;
}

.intro-button-prev i, .intro-button-next i {
    font-size: 26px;
    color: #960001;
}

.intro-button-prev {
    left: calc(50% - 33px);
}

.intro-button-prev:hover {
    background: #960001;
}

.intro-button-prev:hover i {
    color: #fff;
}

.intro-button-next {
    left: calc(50% + 33px);
}

.intro-button-next:hover {
    background: #960001;
}

.intro-button-next:hover i {
    color: #fff;
}

.introData {
    text-align: center;
    line-height: 1;
    margin-bottom: 34px;
    position: relative;
}

.introData::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #960001;
    z-index: 3;
}

.introData .item {
    height: 146px;
    width: 25%;
    position: relative;
    border: 1px solid #e0d9ce;
    border-right: none;
}

.introData .item:last-child {
    border-right: 1px solid #e0d9ce;
}

.introData .item span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.introData .num {
    color: #960001;
}

.introData .text {
    color: #333333;
    margin-top: 20px;
}

/* 历任领导 - previousLeader */
.previousLeader {
    margin-bottom: 80px;
}

.previousLeader:last-child {
    margin-bottom: 0px;
}

.deptleader {
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.deptleader span {
    background: #faf8f5;
    display: inline-block;
    padding: 0 30px;
}

.deptleader span::before, .deptleader span::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/icon1.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.deptleader span::after {
    left: auto;
    right: 0;
}

.deptleader::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.enDeptleader {
    margin-bottom: 45px;
    text-align: center;
    line-height: 1;
    margin-top: 15px;
    color: #999;
}

.leaderBox {}

.previousLeader .leaderBox .university {
    color: #960001;
    width: calc(340% / 14.2);
    flex-shrink: 0;
}

.previousLeader .leaderBox .peoBox {
    width: calc(1080% / 14.2);
}

.previousLeader .leaderBox .name {
    color: #333;
    line-height: 21px;
    width: calc(170% / 10.8);
}

.previousLeader .leaderBox .infoBox {
    color: #666;
    width: calc(910% / 10.8);
}

.previousLeader .leaderBox .peo {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.previousLeader .leaderBox .peo::before {
    content: '\e602';
    font-family: 'iconfont';
    color: #d4b969;
    opacity: 0;
    display: block;
    width: 17px;
    height: 15px;
    font-size: 15px;
    position: absolute;
    left: -32px;
    top: 3px;
    transition: all 0.2s ease;
}

.previousLeader .leaderBox .peo:hover::before {
    opacity: 1;
}

.previousLeader .leaderBox .peo:hover * {
    color: #960001;
}

.previousLeader .leaderBox .infoBox .row {
    line-height: 18px;
    margin-bottom: 20px;
}

.previousLeader .leaderBox .infoBox .row:last-child {
    margin-bottom: 0px;
}

.previousLeader .leaderBox .infoBox .row .post {
    width: calc(390% / 9.1);
}

.previousLeader .leaderBox .infoBox .row .time {
    width: calc(510% / 9.1);
}

.dashed {
    display: block;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(right, #f4efe8 0%, #f4efe8 24%, #d6c6ae 25%, #d6c6ae 49%, #e6ddce 50%, #e6ddce 74%, #fff 75%, #fff 100%);
    background-image: -webkit-linear-gradient(right, #f4efe8 0%, #f4efe8 24%, #d6c6ae 25%, #d6c6ae 49%, #e6ddce 50%, #e6ddce 74%, #fff 75%, #fff 100%);
    background-size: 4px 1px;
    margin-bottom: 4px;
}

.dashed:nth-of-type(2n) {
    margin-bottom: 55px;
}

.dashed-c {
    display: block;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(bottom, #f4efe8 0%, #f4efe8 24%, #d6c6ae 25%, #d6c6ae 49%, #e6ddce 50%, #e6ddce 74%, #fff 75%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #f4efe8 0%, #f4efe8 24%, #d6c6ae 25%, #d6c6ae 49%, #e6ddce 50%, #e6ddce 74%, #fff 75%, #fff 100%);
    background-size: 1px 4px;
    position: absolute;
    left: 84px;
    top: 0;
}

.dashed-c:nth-of-type(2n) {
    left: 87px;
}

/* 历任领导详情页 */
.previousLeaderDetail {
    background: #fff url(../images/leader_bg1.png) no-repeat right bottom/cover;
    position: relative;
}

.previousLeaderDetail .flex {
    align-items: flex-start;
}

.previousLeaderDetail .img {
    width: 260px;
    padding: 10px;
    box-sizing: border-box;
    background: #eee6da;
}

.previousLeaderDetail .gp-img-responsive {
    padding-bottom: calc(343% / 2.4);
}

.previousLeaderDetail .detailCon {
    width: calc(100% - 260px);
    padding-left: 60px;
    padding-top: 40px;
    box-sizing: border-box;
}

.previousLeaderDetail .row {
    line-height: 20px;
    margin-bottom: 80px;
    padding: 10px 40px;
    border-left: 1px solid #d4b969;
}

.previousLeaderDetail .row:last-child {
    margin-bottom: 0;
}

.previousLeaderDetail .name {
    color: #960001;
    line-height: 1;
}

.previousLeaderDetail .lable, .previousLeaderDetail .time {
    margin-top: 30px;
}

/* 现任领导 - leader */
.leader {}

ul.leader {
    margin: 0 -30px;
}

ul.leader a {
    display: block;
    margin: 0 30px;
}

.leader li {
    margin-bottom: 40px;
}

.leader .left li:last-child, .leader .right li:last-child {
    margin-bottom: 0px;
}

.leader .left, .leader .right {
    width: calc(680% / 14.2);
}

.leader .title {
    text-align: center;
    background: url(../images/leader_til.png) no-repeat center/cover;
    color: #fff;
    height: 74px;
    line-height: 74px;
    font-weight: bold;
}

.leader .leaderBox {
    padding: 30px 60px 30px 50px;
    background: #fff url(../images/leader_bg1.png) no-repeat right bottom;
    background-size: 125% auto;
    box-shadow: 0px 10px 20px 0px rgba(74, 0, 1, 0.1);
}

.leader .infobox {
    width: calc(100% - 173px);
    padding-left: 50px;
    position: relative;
}

.leader .img {
    width: 173px;
    flex-shrink: 0;
}

.leader .gp-img-responsive {
    padding-bottom: calc(243% / 1.73);
}

.leader .infobox .summary {
    color: #666;
    margin-top: 30px;
    padding-top: 20px;
    line-height: 36px;
    position: relative;
}

.leader .infobox .summary::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e1d8;
    position: absolute;
    top: 0px;
    left: 0;
}

.leader .infobox .more {
    position: absolute;
    left: 50px;
    bottom: 0;
    color: #960001;
}

/* 现任领导 - leader-article */
.leader-article {
    align-items: flex-start;
}

.leader-article .gp-img-responsive {
    padding-bottom: calc(243% / 1.73);
    position: relative;
    z-index: 1;
}

.leader-article .img {
    position: relative;
    width: 173px;
}

.leader-article .img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/leader_bg2.png) no-repeat center/cover;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 1;
}

.leader-article .articleCon {
    width: calc(100% - 183px);
    padding-left: 165px;
    box-sizing: border-box;
    line-height: 22px;
    position: relative;
    background: url(../images/teacher_bg.png) no-repeat center;
}

.leader-article .name {
    color: #960001;
    line-height: 27px;
}

.leader-article .post {
    margin-top: 25px;
    color: #333;
}

.leader-article .box {
    margin-top: 55px;
    color: #333;
}

.leader-article .box-til {
    font-weight: bold;
    padding-left: 13px;
    position: relative;
}

.leader-article .box-til::before {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #960001;
    position: absolute;
    left: 0;
    top: 1px;
}

.leader-article .box-con {
    margin-top: 25px;
}

/* 历史沿革 - histoty */
.histoty {}

.histoty .top .img {
    position: relative;
    margin-right: 50px;
    margin-bottom: 25px;
}

.histoty .top .gp-img-responsive {
    padding-bottom: calc(338% / 6);
    position: relative;
    z-index: 1;
}

.histoty .top .img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #960001;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 0;
}

.histoty .top p {
    line-height: 30px;
    margin-bottom: 40px;
}

.histoty .top p:nth-of-type(1) {
    padding-top: 30px;
}

.histoty .top p:last-child {
    margin-bottom: 0;
}

.histoty .top span {
    margin-right: 0;
}

.histoty .middle {
    margin-top: 74px;
    overflow: hidden;
}

.historyIcon {
    text-align: center;
}

.historyIcon span {
    display: inline-block;
    font-size: 0;
    position: relative;
}

.historyIcon span::before, .historyIcon span::after {
    content: '';
    display: block;
    width: 1px;
    height: 3000px;
    background-image: linear-gradient(bottom, #9d1111 0%, #9d1111 74%, #fff 75%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #9d1111 0%, #9d1111 49%, #fff 50%, #fff 100%);
    background-size: 1px 4px;
    position: absolute;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    top: 100%;
}

.historyIcon span::after {
    left: calc(50% + 5px);
}

.historyPic {
    margin: 54px -12px 0;
}

.historyPic a {
    display: block;
    margin: 0 12px;
}

.historyPic .gp-img-responsive {
    padding-bottom: calc(350% / 7.03);
}

.histoty .years {
    margin-top: 59px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.histoty .years::before {
    content: '';
    display: block;
    width: 60px;
    height: 25px;
    background: url(../images/history_trigle.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.histoty .years li {
    width: calc(50% - 5px);
    border-top: 1px solid #deb981;
    position: relative;
}

.histoty .years li.whiteBg {
    border-top: 3px solid #deb981;
}

.histoty .years li::before, .histoty .years li::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 1px solid #deb981;
    background: #fff;
    position: absolute;
    top: -3.5px;
    right: -3.5px;
}

.histoty .years li:nth-of-type(2n):after {
    right: auto;
    left: -3.5px;
}

.histoty .years a {
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 98px);
    margin-top: -2px;
    margin-bottom: 42px;
    padding: 30px 30px 40px;
    position: relative;
    transition: all 0.35s ease;
}

.histoty .years li.whiteBg a {
    margin-bottom: 62px;
}

.histoty .years a>* {
    position: relative;
    z-index: 1;
}

.histoty .years li:hover a {
    transform: translateY(-4px);
}

.histoty .years li:hover a span {
    color: #960001;
}

.histoty .years li.whiteBg:hover a {
    transform: none;
}

.histoty .years li:nth-of-type(2n - 1) a {}

.histoty .years li:nth-of-type(2n) a {
    margin-left: 98px;
}

.histoty .years li.whiteBg a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/histoty_year_bg.png) no-repeat top;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.1s ease;
    z-index: 0;
}

.histoty .years li.whiteBg:hover a::before {
    width: calc(632% / 6);
    height: calc(160% / 1.28);
    background: url(../images/histoty_year_bg2.png) no-repeat top;
    background-size: 100% 100%;
}

.histoty .years .year {
    color: #960001;
    font-family: 'DianHei';
    margin-right: 60px;
    position: relative;
}

.histoty .years .year::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #b5a180;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.histoty .years .year span {
    font-family: 'Microsoft YaHei';
}

.histoty .years li.whiteBg a .name {
    min-height: 56px;
}

.histoty .years .name span {
    display: block;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
    height: 18px;
}

.histoty .years .name span:last-child {
    margin-bottom: 0;
}

.histoty .bottom {
    text-align: center;
    background: url(../images/history_bt_bg.png) no-repeat center/cover;
    padding: 30px 0;
    box-sizing: border-box;
    margin-top: -10px;
}

.histoty .bottom .year {
    color: #deb981;
    height: 30px;
    margin-bottom: 30px;
    position: relative;
}

.histoty .bottom .year::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #c6b497;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.histoty .bottom .lable {
    color: #fff;
    line-height: 1;
}

/* 学校章程 - rules */
.rules {}

.rules .rulesTil {
    color: #960001;
    text-align: center;
    line-height: 33px;
}

.preamble {
    line-height: 30px;
    margin-top: 40px;
    background: #fff;
    padding: 34px 40px 54px;
    color: #333;
}

.preamble p {
    margin-bottom: 20px;
}

.preamble p:last-child {
    margin-bottom: 0px;
}

.rulesCon {
    margin-top: 60px;
    position: relative;
}

.mao {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
}

.mao ul {
    position: relative;
    height: auto;
}

.mao ul::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 16px);
    background: #e5e5e5;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.mao .item a {
    display: block;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #999;
    padding-left: 16px;
    position: relative;
}

.mao .item.on a, .mao .item a:hover {
    color: #960001;
}

.mao .item a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #deb981;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 5px;
}

.mao .item.on a::after, .mao .item a:hover::after {
    background: #deb981;
}

.mao .item:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
}

.rulesArticle {
    width: calc(100% - 125px);
    margin-left: 125px;
    background: #fff;
    padding: 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
    color: #333;
    line-height: 38px;
}

.chapter {
    display: inline-block;
    margin-top: 40px;
    background: #960001;
    border-left: 5px solid #deb981;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 55px;
    margin-bottom: 20px;
    position: relative;
}

.chapter:first-child {
    margin-top: 0;
}

.chapter::before {
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background: url(../images/chapter_icon.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    right: 0;
}

.rulesArticle span {
    font-weight: bold;
    margin-right: 10px;
}

.rulesArticle p {
    text-indent: 2em;
}

/*侧边栏*/
.gp-subLeft {
    background: transparent;
}

.gp-subLeft>ul>li {
    margin-top: 20px;
    position: relative;
}

.gp-subLeft>ul>li:first-child {
    margin-top: 0;
}

.gp-subLeft>ul>li>a {
    color: #666;
    padding: 20px 0px;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid #e1dace;
    margin-right: 0px;
    transition: all 0.35s ease-in-out;
    text-align: center;
}

.gp-subLeft>ul>li>a::before, .gp-subLeft>ul>li>a::after {
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    background: url(../images/icon_side.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s ease;
}

.gp-subLeft>ul>li>a::after {
    left: auto;
    right: 0;
}

.gp-subLeft>ul>li>a.active::before, .gp-subLeft>ul>li>a.active::after {
    opacity: 1;
}

.gp-subLeft>ul>li>a:hover, .gp-subLeft>ul>li>a.active {
    background: transparent;
    padding-right: 0px;
    margin-right: 0;
    color: #deb981;
    position: relative;
}

.gp-subLeft .gp-toggles {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    color: #666
}

.gp-second-nav {
    font-size: 14px;
    display: none;
    background: #e8f5ea;
}

.gp-second-nav dd a {
    display: block;
    padding: 10px 15px 10px 20px;
    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 {
    background: #fff;
}

/*侧边栏移动端 */
.gp-m-subNav {
    display: none;
}

.gp-m-inner-header {
    width: 100%;
    height: 40px;
    background-color: rgba(150, 0, 1, 0.1);
    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: 1100px) {
    .gp-subLeft {
        display: none;
    }

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

.gp-left {
    width: 177px;
    padding: 60px 20px 115px;
    box-sizing: border-box;
    position: absolute;
    /*  left: 0; */
    top: -80px;
    border-left: 1px solid #e1dace;
    border-right: 1px solid #e1dace;
}

.gp-left::before {
    content: '';
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/CUEB.png) no-repeat center/cover;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.no-left .gp-right {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.gp-right {
    width: calc(100% - 177px);
    margin-left: 177px;
    padding-left: 60px;
    box-sizing: border-box;
}

.org {
    position: relative;
}

.orgTil {
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 60px;
    border-left: 5px solid #deb981;
    line-height: 50px;
    background: #960001;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.orgTil::before {
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background: url(../images/org_icon.png) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 0;
}

.orgTil2 {
    font-weight: bold;
    color: #960001;
    margin-bottom: 20px;
}

.org .box {
    padding-top: 20px;
}

.org .box:first-child {
    padding-top: 0;
}

.org .box ul {
    margin: 0 -32px;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
}

.org .box ul li {
    margin-bottom: 20px;
}

.org .box ul a {
    display: block;
    margin: 0 32px;
    margin-left: 36px;
    border: 1px solid #ebe7e0;
    line-height: 18px;
    padding: 20px 0;
    padding-left: 70px;
    color: #333;
    position: relative;
}

.org .box ul a.lang {
    padding-left: 40px;
}

.org .box ul a.lang::after {
    left: 15px;
}

.org .box ul a::before {
    content: '';
    display: block;
    width: 5px;
    height: 16px;
    background: #ebe7e0;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.org .box ul a::after {
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    background: url(../images/org_icon1.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
}

.org .box ul a:hover {
    color: #960001;
}

.org .box ul a:hover::after {
    background: url(../images/org_icon2.png) no-repeat center/cover;
}

.sideScroll .gp-left {
    height: 100%;
    border: none;
}

.sideScroll .wrap_fix_scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px 20px 115px;
    box-sizing: border-box;
}

.sideScroll .gp-subLeft {
    width: calc(100% - 40px);
    max-width: 135px;
    margin-top: 40px;
}

.sideScroll .gp-subLeft::before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    height: calc(100% + 100px);
    border-left: 1px solid #e1dace;
    border-right: 1px solid #e1dace;
    position: absolute;
    left: -20px;
    top: -20px;
}

.sideScroll .gp-left::before {
    display: none;
}

.sideScroll .gp-subLeft::after {
    content: '';
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/CUEB.png) no-repeat center/cover;
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
}

/* 学校概况-师资队伍 */
.teacher {
    position: relative;
}

.teacher .teacherTil,
.cultureTil {
    color: #333;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
}

.teacher .teacherTil:first-child {
    margin-bottom: 34px;
}

.teacher .teacherTil::before,
.cultureTil::before {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #960001;
    position: absolute;
    left: 0;
    top: 0;
}

.teacher .teacherTil i::before,
.cultureTil i::before {
    content: '';
    display: block;
    width: calc(100% - 135px);
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.teacher .teacherTil i::after,
.cultureTil i::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/icon1.png) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.teacher .teacherCon {
    color: #333;
    margin-bottom: 54px;
}

.teacher .teacherCon p {
    line-height: 30px;
    margin-bottom: 30px;
}

.teacher .teacherList {
    padding: 28px 30px 13px;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 32px;
}

.teacher .teacherList:hover {
    background: #fff url(../images/teacherlist_bg.png) no-repeat right bottom;
    box-shadow: 0px 15px 30px 0px rgba(71, 2, 3, 0.12);
}

.teacher .teacherList .listName {
    color: #960001;
    font-weight: bold;
}

.teacher .teacherList li {
    float: left;
    width: 11.11%;
    margin-bottom: 15px;
}

.teacher .teacherList li a {
    display: block;
}

.teacher .teacherList a:hover {
    color: #111;
    font-weight: bold;
    text-decoration: underline;
}

.teacher .listCon {
    color: #555;
    margin-top: 30px;
}

.teacher.article .top {
    align-items: flex-start;
}

.teacher.article .top .img {
    width: 193px;
    padding: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
    background: #f4efe9;
}

.teacher.article .top .gp-img-responsive {
    padding-bottom: calc(243% / 1.73);
}

.teacher.article .top .info {
    width: calc(100% - 193px);
    padding-left: 40px;
    box-sizing: border-box;
    color: #333;
}

.teacher.article .top .name {
    line-height: 27px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 18px;
}

.teacher.article .top .name span {
    display: inline-block;
    padding-bottom: 29px;
    position: relative;
}

.teacher.article .top .name span::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #960001;
    position: absolute;
    bottom: 0;
    left: 0;
}

.teacher.article .top .summary {
    line-height: 30px;
    margin-top: 34px;
}

.teacher.article .bottom .boxTil {
    line-height: 70px;
    margin-top: 60px;
    display: inline-block;
    min-width: 220px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    background: #960001;
    color: #fff;
    position: relative;
}

.teacher.article .bottom .boxTil::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px dashed #ac826a;
    opacity: 0.6;
}

.teacher.article .bottom .boxTil::after {
    content: '';
    display: block;
    width: 32px;
    height: 18px;
    background: url(../images/logo_icon.png) no-repeat center/cover;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.teacher.article .bottom .boxCon {
    color: #333;
    line-height: 36px;
    margin-top: 31px;
}

.culture {
    position: relative;
}

/* 校训 - motto */
.motto {
    position: relative;
}

.motto .img {
    max-width: 395px;
}

.mottoIntro {
    color: #333;
    line-height: 30px;
    margin-top: 34px;
    margin-bottom: 40px;
}

.motto p {
    line-height: 30px;
    margin-bottom: 30px;
}

.motto p:last-child {
    margin-bottom: 0;
}

/* 校标 - calibration */
.calibration {
    position: relative;
}

.calibration .img {
    max-width: 436px;
    margin-left: 60px;
}

.calibration p {
    line-height: 30px;
}

/* 骆驼精神 - spirit */
.spirit p {
    line-height: 32px;
}

/* 地理位置 - location */
.locationTil {
    font-size: 0;
    text-align: center;
    line-height: 1;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e5e5;
}

.location span {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

.location span.on, .location span:hover {
    font-weight: bold;
}

.location span::before {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #960001;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    transition: all 0.2s ease;
}

.location span.on::before, .location span:hover::before {
    width: 100%;
}

.location span:last-child {
    margin-right: 0px;
}

.location .img {
    margin-top: 40px;
    position: relative;
    padding: 10px 10px 0;
    margin-bottom: 60px;
    box-sizing: border-box;
}

.location .img .container img {
    max-width: unset;
}

.location .img::before {
    content: '';
    display: block;
    background: #960001;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    z-index: 0;
}

.location img {
    position: relative;
    z-index: 2;
}

.location .box .flex {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.location .box .flex:last-child {
    margin-bottom: 0px;
}

.location .box .lf {
    width: 60px;
    height: 60px;
}

.location .box .rt {
    width: calc(100% - 60px);
    min-height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-top: 15px;
    box-sizing: border-box;
}

.location .box .flex:nth-of-type(odd) .rt {
    background: #fff;
}

.location .box .rt p {
    line-height: 28px;
}

.location .boxList {
    position: relative;
}

.location .boxList .box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: block !important;
    transform: translateY(70px);
    opacity: 0;
    z-index: -1;
}

.location .boxList .box.on {
    transition: all 0.5s cubic-bezier(.11, .72, .46, .92);
    transform: translateY(0px);
    opacity: 1;
    z-index: 1;
}

.location .boxList .box .container {
    height: 450px;
    position: relative;
    z-index: 1;
}

/* 学科建设 - discipline */
.discipline {}

.discipline .flex {
    margin-bottom: 60px;
    position: relative;
}

.discipline .flex::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0d9ce;
}

.discipline .flex:last-child {
    margin-bottom: 0px;
}

.discipline .lable {
    color: #960001;
    width: 487px;
    flex-shrink: 0;
    padding-left: 22px;
    box-sizing: border-box;
    line-height: 24px;
    position: relative;
}

.discipline .lable::before {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: #deb981;
    position: absolute;
    left: 0;
    top: 0;
}

.discipline .flex ul {
    width: calc(100% - 487px);
    padding-top: 7px
}

.discipline .flex ul a {
    display: block;
    line-height: 18px;
    margin-top: 40px;
}

.discipline .flex ul li:nth-of-type(1) a,
.discipline .flex ul li:nth-of-type(2) a,
.discipline .flex ul li:nth-of-type(3) a {
    margin-top: 0;
}

.disciplineIntro {
    color: #222;
    line-height: 48px;
    margin-top: 148px;
    position: relative;
}

.disciplineIntro i {
    position: absolute;
    width: 100%;
    left: 0;
    top: -60px;
}

.disciplineIntro i:nth-of-type(2) {
    position: absolute;
    width: 100%;
    left: 0;
    top: -68px;
}

/* 通知公告 - notice */
.notice ul {
    position: relative;
}


.notice>ul::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    left: 8px;
    top: 20px;
}

.notice ul li {
    margin-bottom: 45px;
}

.notice li:last-child {
    margin-bottom: 0px;
}

.notice ul a {
    display: block;
    padding-left: 32px;
    position: relative;
}

.notice ul a::before {
    content: '';
    display: block;
    width: 17px;
    height: 25px;
    background: #faf8f5 url(../images/org_icon1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s ease;
}

.notice ul a:hover::before {
    background: #faf8f5 url(../images/org_icon2.png) no-repeat center;
    background-size: 100% auto;
}

.notice ul a .title {
    color: #333;
    line-height: 18px;
    transition: all 0.35s ease;
    position: relative;
}

.notice ul a:hover .title {
    font-weight: bold;
}

.notice ul a .date {
    color: #c6b497;
    line-height: 14px;
    margin-top: 22px;
    transition: all 0.35s ease;
}

.notice ul a:hover .date {
    color: #960001;
}

.notice ul.sub1b::before {
    display: none;
}


.notice ul.sub1b li {
    margin-bottom: 5px;
}

.notice ul.sub1b li .date2 {
    line-height: 21px
}

.notice ul.sub1b a {
    display: flex;
    padding: 19px 20px;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.notice ul.sub1b a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.notice ul.sub1b a .date {

    margin-top: 0;
}

.notice ul.sub1b a:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #A02226;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%;
    height: 100%;
}

.notice ul.sub1b .sub1bl {
    width: 218px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}


.notice ul.sub1b .sub1br {
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1;
    position: relative;
    z-index: 1;
}

.notice ul.sub1b .sub1btit {
    line-height: 1.22;
    color: #333;
}

.notice ul.sub1b a:hover .sub1btit, .notice ul.sub1b a:hover .date {
    color: #fff;
}

.notice ul.sub1b .sub1binfo {
    line-height: 1.6;
    color: #999;
    margin: 15px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.notice ul.sub1b a:hover .sub1binfo, .notice ul.sub1b a:hover .date2 {
    color: rgba(255, 255, 255, .7);
}

.notice ul.sub1b a:hover .sub1binfo, .notice ul.sub1b a:hover .label {
    color: #fff;
}

.notice ul.sub1b a:hover .label {
    color: #fff;
    border: 1px solid #fff;
}

.sub1bbot {
    overflow: hidden;
}

.sub2b {
    margin-right: 16%;
}

.sub2bul {
    /* width: 40%; */
    margin: 0 -33px;
}

.sub2bul .date2 {
    line-height: 21px
}

.sub2bul li {
    display: inline-block;
}

.sub2bul li .item {
    margin: 0 33px;
    line-height: 21px;
    color: #999;
}

.label {
    display: inline-block;
    padding: 0 11px;
    box-sizing: border-box;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 21px;
}

.notice ul.sub1b .date2 {
    line-height: 1.2;
    padding-left: 19px;
    box-sizing: border-box;
    color: #999;
    position: relative;
    z-index: 1;
}

.notice ul.sub1b .date2::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/clock.png) no-repeat;
    background-size: 13px;
    position: absolute;
    left: 0;
    top: calc(50% - 6.5px);
}

.notice ul.sub1b li.on .sub1br {
    padding: 0 10px;
}

/* 分页 - pages */
.pages {
    margin-top: 100px;
}

.gp-page {
    padding: 0;
    color: #999;
    font-size: 0;
}

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

.gp-page:after, .gp-page:before {
    content: " ";
    display: table
}

.gp-page>a, .gp-page>span {
    display: inline-block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 50%;
    color: #999;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 0px;
    margin-left: 30px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.gp-page>a.active {
    border-color: #960001;
    color: #960001;
}

.gp-page-select {
    height: 32px;
    line-height: 32px;
    min-width: 50px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

/* .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 15px;} */
.gp-page>span {
    border: none
}

/* .gp-page > a:hover { background-color:#eee;} */
.gp-m-page a {
    display: inline-block;
    margin: 0 10px
}

/*居中*/
.gp-page-centered {
    text-align: center
}

/*右对齐*/
.gp-page-right {
    text-align: right
}

/* 自定义 */
.select {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #dcdcdc;
    margin-left: 30px;
    text-align: left;
    text-align: center;
    background-color: transparent;
    padding-top: 5px;
    position: relative;
    box-sizing: border-box;
}

.option {
    color: #666;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #F5F6F7;
    /* overflow-y: scroll; */
    max-height: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: max-height 0.35s ease;
}

.option::-webkit-scrollbar {
    width: 3px;
}

.option::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.option::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.turn .option {
    max-height: 140px;
    border: 1px solid #EAEAEA;
}

.option dd {
    height: 34px;
}

.option dd a {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

.option dd:hover {
    background-color: #960001;
}

.option dd:hover a {
    color: #fff;
}

.select::after {
    content: '';
    width: 17px;
    height: 10px;
    background: url(../images/page_down_icon.png) no-repeat;
    background-position: center center;
    position: absolute;
    right: 17px;
    top: 12px;
    transition: transform .4s ease;
}

.select.turn::after {
    transform: rotate(180deg);
}

.select span {
    display: inline-block;
    color: #999;
    padding: 0px 27px 0 12px;
    font-size: 16px;
    line-height: 0;
    position: relative;
}

/* .select span::after{ content: ''; display: block; width: 5px; height: 5px; background: url(../images/page_icon.png) no-repeat center/cover;
    position: absolute; right: 10px; top: 50%; transform: translateY(-35%); transition: all 0.2s ease;} */
.select.turn span::after {
    transform: rotate(180deg) translateY(35%);
}



/* 文章页 */
.gp-article {}

.gp-title {
    text-align: center;
    line-height: 36px;
    margin-bottom: 37px;
}

.gp-article .dashed:nth-of-type(2n) {
    margin-bottom: 30px;
}

.gp-info {
    font-size: 0px;
    position: relative;
}

.gp-info span {
    display: inline-block;
    color: #960001;
    line-height: 1;
    margin-right: 100px;
    position: relative;
}

.gp-info span:nth-last-of-type(1) {
    margin-right: 0;
}

.gp-info span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.pubDate {
    background: url(../images/article_pubdate.png) no-repeat center/cover;
}

.source {
    background: url(../images/article_source.png) no-repeat center/cover;
}

.autor {
    background: url(../images/article_autor.png) no-repeat center/cover;
}

.fontTrans {
    position: absolute;
    right: 0;
    top: 0;
}

.fontTrans .fontAdd, .fontTrans .fontCut {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/font_add.png) no-repeat center/cover;
    cursor: pointer;
    margin: 0;
}

.fontTrans .fontCut {
    margin-left: 10px;
    background: url(../images/font_red.png) no-repeat center/cover;
}

.gp-content {
    margin-top: 50px;
}

.gp-content p {
    line-height: 1.667;
    margin-bottom: 33px;
}

.gp-content p:last-child {
    margin-bottom: 0;
}

.Annex {
    margin-top: 74px;
    margin-bottom: 30px;
}

.Annex li {
    margin-bottom: 20px;
}

.Annex li:last-child {
    margin-bottom: 0px;
}

.Annex li::marker {
    content: '';
}

.Annex a {
    color: #960001;
}

.introduction.gp-content {
    margin-top: 0;
}

.bottomBox {}

.bottomBox .lf {
    width: calc(100% - 220px);
    border-top: 1px solid #e8e0d3;
    line-height: 34px;
    padding-top: 20px;
}

.bottomBox .lf a {
    display: block;
    color: #333;
}

.bottomBox .lf a:hover {
    color: #960001;
}

.bottomBox .lf span {
    color: #999;
}

.bottomBox .rt {
    width: 120px;
    flex-shrink: 0;
    border-top: 1px solid #e8e0d3;
    padding-top: 20px;
    color: #333;
    text-align: center;
}

.share {
    max-width: 50px;
    padding: 0;
    position: relative;
}

.bdsharebuttonbox {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* .share:hover .bdsharebuttonbox{ display: block;} */
.share .bdsharebuttonbox>a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px 10px 0 !important;
    background: rgba(141, 141, 141, 0.11);
    position: relative;
}

.share .bdsharebuttonbox .bds_weixin::before {
    font-size: 32px;
    color: #960001;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.count {
    max-width: 50px;
}

/* 人才招聘 - recruit */
.recruit {}

.recruit .date {
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d1c0a5;
    box-sizing: border-box;
    text-align: center;
}

.recruit .title {
    line-height: 1;
    margin-top: 25px;
    color: #333;
    padding-left: 15px;
}

.recruit ul {
    min-height: 200px;
}

.recruit ul li {
    margin-bottom: 30px;
}

.recruit ul li:last-child {
    margin-bottom: 0px;
}

.recruit ul a {
    display: block;
    padding-left: 10px;
    position: relative;
}

.recruit ul a i {
    display: block;
    width: 10px;
    height: 50px;
    border: 1px solid #d1c0a5;
    border-right: none;
    position: absolute;
    left: 0px;
    top: 17px;
}

.recruit ul a i::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #d1c0a5;
    background: #faf8f5;
    position: absolute;
    right: -2.5px;
    bottom: -3px;
}

/* 通道页 - thoroughfare */
.thoroughfare {
    position: relative;
}

.thoroughfare .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.thoroughfare .gp-right ul {
    margin: 0 -47.5px;
}

.thoroughfare .gp-right ul li {
    margin-bottom: 16px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.thoroughfare .gp-right li>a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 47.5px;
    line-height: 20px;
    padding: 20px 0;
    padding-left: 25px;
    box-sizing: border-box;
    transition: all 0.35s ease;
}

.thoroughfare .gp-right li>a:hover {
    padding-left: 30px;
}

.thoroughfare .gp-right li>a::before {
    content: '';
    display: block;
    width: 6px;
    height: 11px;
    background: url(../images/trigle_icon.png) no-repeat center/cover;
    position: absolute;
    left: 47.5px;
    top: 50%;
    transform: translateY(-50%);
}

.thoroughfare .gp-right li>a::after {
    content: '';
    display: block;
    width: calc(100% - 95px);
    height: 1px;
    background: #e6e5e2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.thoroughfare .gp-right ul li i {
    display: inline-block;
    margin-left: 20px;
    width: 14px;
    height: 8px;
    background: url(../images/trigle_icon2.png) no-repeat center;
    transition: all 0.35s ease;
}

.thoroughfare .gp-right ul li:hover i {
    transform: rotateZ(180deg);
}

.thoroughfare .gp-right ul li dl {
    width: 100%;
    background: #faf8f5;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: max-height 0.35s ease;
    z-index: 2;
}

.thoroughfare .gp-right ul li dl::-webkit-scrollbar {
    width: 3px;
}

.thoroughfare .gp-right ul li dl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.thoroughfare .gp-right ul li dl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.thoroughfare .gp-right ul li:hover dl {
    max-height: 100px;
}

.thoroughfare .gp-right ul li dl a {
    display: block;
    padding: 8px 0;
    padding-left: 80px;
}

/* picList*/
.picList {}

.picList ul {
    margin: 0 -20px;
}

.picList ul li {
    margin-bottom: 30px;
}

.picList ul a {
    display: block;
    margin: 0 20px;
    position: relative;
}

.picList ul .gp-img-responsive {
    padding-bottom: calc(937% / 19.2);
    position: relative;
}

.picList ul .gp-img-responsive::before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.picList ul .img {
    position: relative;
    z-index: 1;
}

.picList ul .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 50px;
    z-index: 2;
    color: #fff;
}
.leaderWrap{max-width: 1100px;margin: 0 auto;background:url(../images/bbg1.jpg) no-repeat right bottom #fff;background-color: #fff;padding: 30px;box-sizing: border-box;min-height: 450px;box-shadow: 0 0 15px rgba(74,0,1,0.12);}
.sj_title2{background: url(../images/t_bg2.png) no-repeat center #960001;color: #fff;font-weight: bold;padding: 14px 0;line-height: 1;text-align: center;max-width: 1100px;margin: 0 auto;}
.gp-flex{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;display: -webkit-flex;flex-wrap: nowrap;justify-content: space-between;}
.leader_list1{width: 46%;}
.leader_list1 li:nth-child(even){background-color: #faf8f5;}
.leader_text{padding: 13px 25px;}
.leader_name{padding: 13px 25px;}
.subContent .pageCon{padding-bottom: 385px;}
.leader_name a{display: inline-block;min-width: 60px;text-align-last: justify;font-weight: bold;}
/* 响应式样式 */
@media screen and (max-width:1600px) {

    /* .curChild li{ margin-right: 40px;} */
    .location .box .rt p {
        white-space: unset !important;
    }
}

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

    /* ul.leader{ margin: 0 -15px;} */
    /* ul.leader a{ margin: 0 15px;} */
    /* .leader .left, .leader .right{ width: calc(695% / 14.2);} */
    /* .leader li{ margin-bottom: 20px;} */
    .org .box ul {
        margin: 0 -16px;
    }

    .org .box ul a {
        padding-left: 42px;
        margin: 0 16px;
        margin-left: 20px;
    }

    .org .box ul a::after {
        left: 15px;
    }
}

@media screen and (max-width:1440px) {
    /* .org .box ul li{ width: 50%;} */
}

@media screen and (max-width:1400px) {
    .firstChannel a {
        font-size: 40px;
    }

    .subContent .pageCon {
        padding-bottom: 340px;
    }

    .leaderBox .infoBox .row .post {
        width: calc(600% / 9.1);
    }

    .leaderBox .infoBox .row .time {
        width: calc(260% / 9.1);
    }

    .leader .leaderBox {
        padding: 20px 30px;
    }

    .histoty .years .year {
        margin-right: 40px;
    }

    .teacher .teacherList li {
        width: 20%;
    }

    .calibration .img {
        margin-left: 20px;
    }
}

@media screen and (max-width:1280px) {
    .calibration .img {
        transition: all 0.35s ease;
        max-width: 360px;
    }
}

@media screen and (max-width:1200px) {
    .curChild ul {
        overflow: hidden;
        overflow-x: scroll;
    }

    .subContent .pageCon {
        padding-bottom: 240px;
    }

    .leader .infobox {
        padding-left: 30px;
    }

    .leader .infobox .more {
        left: 30px;
    }

    .leader .leaderBox {
        padding: 20px;
    }

    .leader .title {
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }

    .histoty .years a {
        width: calc(100% - 38px);
    }

    .histoty .years li:nth-of-type(2n) a {
        margin-left: 38px;
    }

    .gp-right {
        padding-left: 30px;
    }

    .discipline .lable {
        width: 450px;
    }

    .discipline .flex ul {
        width: calc(100% - 450px);
    }

    .org .box ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .picList ul {
        margin: 0 -10px;
    }

    .picList ul a {
        margin: 0 10px;
    }

    .picList ul .title {
        font-size: 18px;
    }

}

@media screen and (max-width:1100px) {
    .firstChannel {
        bottom: 50px;
    }

    .firstChannel a {
        font-size: 34px;
    }

    .bread {
        bottom: 20px;
    }

    .curChild ul {
        justify-content: flex-start;
    }

    .curChild li {
        margin-right: 30px;
    }

    .leaderBox {
        flex-direction: column;
    }

    .leaderBox .university {
        width: 100%;
        margin-bottom: 20px;
    }

    .leaderBox .peoBox {
        width: 100%;
    }

    .leaderBox .peo {
        margin-bottom: 10px;
    }

    .subContent .pageCon {
        min-height: unset;
    }

    .leader .leaderBox {
        flex-direction: row;
    }

    /* ul.leader{ margin: 0;} */
    ul.leader li {
        width: 50%;
    }

    /* ul.leader a{ margin: 0;} */
    /* div.leader{ flex-direction: column;} */
    /* .leader .left, .leader .right{ width: 100%;} */
    /* .leader .right{ margin-top: 20px;} */
    /* .leader-article .articleCon{ padding-left: 120px;} */
    .dashed-c {
        left: 54px;
    }

    .dashed-c:nth-of-type(2n) {
        left: 57px;
    }

    .histoty .top .img {
        float: none;
        max-width: 650px;
        margin: 0 auto;
    }

    .histoty .top p {
        margin-bottom: 20px;
    }

    .histoty .top p:nth-of-type(1) {
        padding-top: 40px;
    }

    .histoty .middle {
        margin-top: 40px;
    }

    .historyPic {
        margin: 0 auto;
    }

    .histoty .years .year {
        flex-shrink: 0;
        margin-right: 20px;
    }

    .histoty .years .name span {
        margin-bottom: 10px;
    }

    .historyIcon {
        display: none;
    }

    .histoty .years li {
        width: calc(100% - 10px);
    }

    .histoty .years li:nth-of-type(2n) a {
        margin-left: 0;
    }

    .histoty .years li:nth-of-type(2n):after {
        display: none;
    }

    .histoty .years li.whiteBg a {
        margin-bottom: 42px;
    }

    .histoty .years a {
        width: calc(100% - 20px);
    }

    .histoty .years li.whiteBg a .name {
        min-height: unset;
    }

    .preamble {
        padding: 20px;
        margin-top: 20px;
    }

    .preamble p {
        margin-bottom: 10px;
    }

    .rulesArticle {
        padding: 30px 20px;
    }

    .rulesCon {
        margin-top: 30px;
    }

    .gp-left {
        width: 100%;
        border: none;
        padding: 0;
        top: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .gp-left::before {
        display: none;
    }

    .gp-right {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .teacher .teacherList {
        padding: 10px;
        margin-bottom: 15px;
    }

    .discipline .flex {
        flex-direction: column;
    }

    .discipline .lable {
        width: 100%;
    }

    .discipline .flex {
        margin-bottom: 30px;
    }

    .discipline .flex ul {
        width: 100%;
        margin-top: 20px;
    }

    .discipline .flex ul a {
        margin-top: 20px;
    }

    .disciplineIntro {
        margin-top: 100px;
    }

    .disciplineIntro i {
        top: -40px;
    }

    .disciplineIntro i:nth-of-type(2) {
        top: -48px;
    }

    .discipline .flex ul li {
        width: 33.33%;
    }

    .thoroughfare .gp-right ul {
        margin: 0 -20px;
    }

    .thoroughfare .gp-right ul li {
        width: 33.33%;
    }

    .thoroughfare .gp-right ul a {
        margin: 0 20px;
    }

    .thoroughfare .gp-right ul a::before {
        left: 20px;
    }

    .thoroughfare .gp-right ul a::after {
        width: calc(100% - 40px);
    }

    .teacher.article .bottom .boxTil {
        line-height: 30px;
        padding: 20px;
    }
}

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

@media screen and (max-width:997px) {
    .gp-container, .gp-container-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro-button-prev, .intro-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .intro-button-prev i, .intro-button-next i {
        font-size: 20px;
    }

    .gp-content p {
        margin-bottom: 15px;
    }

    .subContent .pageCon {
        padding-bottom: 200px;
    }

    .previousLeaderDetail {
        padding: 20px;
    }

    .previousLeaderDetail .flex {
        flex-direction: column;
    }

    .previousLeaderDetail .row {
        margin-bottom: 30px;
    }

    .previousLeaderDetail .img {
        margin: 0 auto;
    }

    .previousLeaderDetail .detailCon {
        width: 100%;
        padding-bottom: 40px;
    }

    .leader-article .articleCon {
        line-height: 26px;
    }

    .location .img {
        margin-bottom: 30px;
    }

    .location .box .flex {
        margin-bottom: 20px;
    }

    .gp-page {
        display: none;
    }

    .gp-m-page {
        display: block;
    }

    .gp-m-page a {
        width: auto;
        border-radius: 0px;
        padding: 0 10px;
    }

    .curChild li.on a {
        font-size: 16px;
    }

    .gp-title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .gp-content {
        margin-top: 20px;
    }

    .gp-info span {
        margin-right: 30px;
        line-height: 30px;
    }

    .fontTrans {
        position: relative;
        text-align: center;
        margin-top: 10px;
    }

    .gp-article .dashed:nth-of-type(2n) {
        margin-bottom: 20px;
    }

    .bottomBox {
        flex-direction: column;
    }

    .bottomBox .lf, .bottomBox .rt {
        width: 100%;
    }

    .org .box ul {
        margin: 0 -5px;
    }

    .org .box ul a {
        margin: 0 5px;
        margin-left: 9;
    }

    .teacher.article .bottom .boxCon{overflow:auto;}
}

@media screen and (max-width:767px) {
    .subBanner .gp-img-responsive::before {
        height: 120px;
    }

    .subBanner .gp-img-responsive::after {
        display: none;
    }

    /* .firstChannel{ position: relative; bottom: 0; text-align: left; padding: 10px 30px; margin-bottom: 10px;} */
    .firstChannel {
        bottom: 0;
        text-align: center;
        padding: 10px 30px;
        margin-bottom: 10px;
    }

    .firstChannel a {
        display: block;
        color: #fff;
        font-size: 30px;
        font-weight: normal;
    }

    .bread {
        position: relative;
        bottom: 0;
        display: none;
    }

    .curChild a {
        line-height: 60px;
    }

    .subContent>.gp-container {
        padding-top: 30px;
    }

    .subContent .pageCon {
        padding-bottom: 140px;
    }

    .gp-container, .gp-container-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .leader-article {
        flex-direction: column;
    }

    .leader-article .articleCon {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }

    .leader-article .img {
        margin: 0 auto;
    }

    .leader-article .dashed-c {
        display: none;
    }

    .leader-article .box {
        margin-top: 30px;
    }

    .mao {
        display: none;
    }

    .rulesArticle {
        width: 100%;
        margin-left: 0;
    }

    .chapter {
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .rules .rulesTil {
        font-size: 24px;
    }

    .teacher .teacherList li {
        width: 25%;
    }

    .calibration .img {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .discipline .flex ul li {
        width: 50%;
    }

    .discipline .flex ul li:nth-of-type(3) a {
        margin-top: 20px;
    }

    .pages {
        margin-top: 60px;
    }

    .recruit .title {
        margin-top: 15px;
    }

    .recruit ul a i {
        height: 40px;
    }

    .thoroughfare .gp-right ul li {
        width: 50%;
    }

    .notice ul.sub1b a {
        flex-direction: column;
        padding-bottom: 0;
    }

    .notice ul.sub1b .sub1bl, .notice ul.sub1b .sub1br {
        width: 100%;

    }

    .notice ul.sub1b .sub1br {
        padding: 10px;
    }
		.leaderWrap {flex-wrap: nowrap;overflow: hidden;display: block;width: 100%;overflow-x: auto;white-space: nowrap;}
		.leader_list1{width: 223px;display: inline-block;vertical-align: top;white-space: normal;}
    .leader_list1:nth-child(1){margin-right:10px;}
    .leader_list1 li{font-size:14px;}
    .leader_text,.leader_name{padding:13px 10px;}
    .leader_name a{min-width:47px;}
}

@media screen and (max-width:680px) {
    .introData>.flex {
        font-size: 0;
        flex-wrap: wrap;
    }

    .introData .item {
        width: 50%;
        box-sizing: border-box;
    }

    .introData .item:nth-of-type(2) {
        border-right: 1px solid #e0d9ce;
    }

    .previousLeaderDetail .detailCon {
        padding-left: 0;
    }

    .histoty .years a {
        margin-bottom: 20px;
    }

    .teacher .teacherList li {
        width: 33.33%;
    }

    .teacher.article .top .info {
        padding-left: 20px;
    }

    .teacher.article .top .name {
        padding-top: 10px;
    }

    .teacher.article .top .name span {
        padding-bottom: 15px;
    }

    .teacher.article .top .summary {
        margin-top: 20px;
        lighting-color: 26px;
    }

    .teacher.article .bottom .boxTil {
        padding: 10px 20px;
        min-width: 180px;
        margin-top: 40px;
    }

    .teacher.article .bottom .boxCon {
        line-height: 24px;
    }

    .teacher.article .bottom .boxCon {
        margin-top: 20px;
    }

    .notice ul li {
        margin-bottom: 20px;
    }

    .notice ul a {
        padding-left: 25px;
    }

}

@media screen and (max-width:540px) {
    .subBanner .gp-img-responsive::before {
        height: 70px;
    }

    .subContent .pageCon {
        padding-bottom: 100px;
    }

    .leaderBox .peo {
        flex-direction: column;
        padding-bottom: 0;
    }

    .deptleader .leaderBox .name {
        margin-bottom: 5px;
        width: 100%;
    }

    .leaderBox .infoBox {
        width: 100%;
    }

    .leaderBox .infoBox .row {
        flex-direction: column;
        margin-bottom: 5px;
    }

    .leaderBox .infoBox .row .post, .leaderBox .infoBox .row .time {
        width: 100%;
    }

    .leader .img {
        width: 140px;
    }

    .leader .infobox {
        width: calc(100% - 140px);
        padding-left: 20px;
    }

    .leader .infobox .summary {
        margin-top: 15px;
        padding-top: 10px;
        line-height: 26px;
    }

    .teacher .teacherList .listName {
        line-height: 1.2;
    }

    .teacher.article .top {
        flex-direction: column;
    }

    .teacher.article .img {
        margin: 0 auto;
    }

    .teacher.article .top .info {
        width: 100%;
        padding-left: 0;
    }

    .mottoIntro {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .teacher .teacherTil, .cultureTil {
        margin-bottom: 20px;
    }

    .motto p {
        margin-bottom: 10px;
    }

    .location .box .rt {
        padding-left: 15px;
    }

    .location .boxList .box .container {
        height: 300px;
    }

    .pages {
        margin-top: 30px;
    }

    .org .box ul li {
        width: 100%;
    }

    .thoroughfare .gp-right ul li dl a {
        padding: 5px 0;
        padding-left: 40px;
    }

    .recruit ul li {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:479px) {
    
    .gp-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .firstChannel {
        padding: 10px 20px 0;
        margin-bottom: 5px;
    }

    .firstChannel a {
        font-size: 24px;
    }

    .curChild li.on a {
        position: relative;
        z-index: 5;
    }

    .curChild li {
        margin-right: 20px;
    }

    .curChild li::before {
        top: auto;
        bottom: 0;
        z-index: 3;
    }

    .curChild li a {
        line-height: 50px;
        font-size: 16px;
    }

    .introSwiper {
        padding-bottom: 35px;
    }

    .intro-button-prev, .intro-button-next {
        bottom: 16px;
    }

    .introData {
        margin-bottom: 20px;
    }

    .gp-content p {
        line-height: 26px;
        margin-bottom: 8px;
    }

    .introData .item {
        width: 100%;
        border-right: 1px solid #e0d9ce;
    }

    .enDeptleader {
        margin: 10px 0 25px;
    }

    .dashed:nth-of-type(2n) {
        margin-bottom: 20px;
    }

    .leaderBox .university {
        margin-bottom: 10px;
    }

    .deptleader span {
        padding: 0 20px;
    }

    .previousLeader {
        margin-bottom: 40px;
    }

    .previousLeaderDetail .row {
        padding: 10px;
    }

    .leader-article .box {
        margin-top: 20px;
    }

    .leader-article .box-con {
        margin-top: 15px;
    }

    .histoty .years a {
        flex-direction: column;
        padding: 20px 10px;
    }

    .histoty .years .year::before {
        bottom: -6px;
    }

    .histoty .years li a .name {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .histoty .years a {
        width: 100%;
    }

    .rules .rulesTil {
        font-size: 20px;
    }

    .preamble {
        padding: 15px;
        margin-top: 10px;
    }

    .preamble p {
        margin-bottom: 0;
        line-height: 28px;
    }

    .rulesArticle p {
        line-height: 28px;
    }

    .org .box ul li {
        margin-bottom: 15px;
    }

    .orgTil {
        margin-bottom: 20px
    }

    .org .box {
        padding-top: 0;
    }

    .calibration .img {
        max-width: 80%;
    }

    .location .img {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .gp-content {
        margin-top: 0px;
    }

    .thoroughfare .gp-right ul li {
        margin-bottom: 10px;
    }

    .thoroughfare .gp-right ul a {
        padding: 15px 0;
        padding-left: 20px;
    }

    .picList ul li {
        margin-bottom: 20px;
    }

    .picList ul li:last-child {
        margin-bottom: 0px;
    }

    .picList ul .gp-img-responsive::before {
        height: 40px;
    }

    .picList ul .title {
        font-size: 16px;
        line-height: 40px;
    }
}

@media screen and (max-width:380px) {
    .subContent .pageCon {
        padding-bottom: 60px;
    }

    .leader .leaderBox {
        flex-direction: column;
        padding: 10px 20px;
    }

    .leader .img {
        margin: 0 auto;
    }

    .leader .infobox {
        width: 100%;
        padding-left: 0;
    }

    .leader .infobox .more {
        position: relative;
        left: 0;
        margin-top: 5px;
    }

    .calibration .img {
        max-width: 100%;
    }

    .discipline .flex ul li {
        width: 100%;
    }

    .discipline .flex ul li:nth-of-type(2) a {
        margin-top: 20px;
    }
}