.centerBg {
  width: 100%;
  height: 440px;
  padding-top: 225px;
  background: url(../images/centerBg.png) no-repeat center center / cover;
}
.centerTitle {
  display: block;
  width: 100%;
  font-size: 53px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 62px;
}
.centerMenu {
  width: 100%;
  height: 80px;
  background: rgba(7,16,49,0.9);
  margin-top: 25px;
  padding: 0px 30px 0px 10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.centerMenu>li>a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  line-height: 80px;
  padding-left: 25px;
}
.centerMenu>li>a:hover {
  background: url(../images/icon_center_bg.png) no-repeat 5px;
  color: rgba(255,255,255,1);
}
.centerMenuAct>a {
  background: url(../images/icon_center_bg.png) no-repeat 5px !important;
  color: rgba(255,255,255,1) !important;
}
.mainCont {
  width: 100%;
  background-color: #F7F7F7;
  padding-bottom: 60px;
}
.mainCont .commonWidth {
  background-color: #ffffff;
  padding-bottom: 20px;
}
.mainLeftMenu {
  width: calc(100% - 80%);
  background-color: #D6AA6D;
  padding: 20px 0px;
}
.mainLeftMenu>li {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  text-align: left;
}
.mainLeftMenu>li>a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  padding: 0px 30px;
  text-overflow: ellipsis;
}
.mainLeftMenu>li>a:hover {
  background: url(../images/icon_left_nav.png) no-repeat 90% #A5793C;
}
.mainLeftMenuAct>a {
  background: url(../images/icon_left_nav.png) no-repeat 90% #A5793C;
}
.mainLeftMenu>li + li {
  margin-top: 1px;
}
.commonRight {
  width: calc(100% - 24%);
  padding-right: 30px;
}
.teacherCont {
  width: 100%;
  margin-top: 30px;
}
.teacherDetail {
  width: calc(100% - 29%);
}
.teacherTitle {
  width: 100%;
  border-bottom: 1px solid #D6AA6D;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teacherTitle>h2 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 45px;
  border-bottom: 5px solid #D6AA6D;
}
.crumbs {
  font-size: 12px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 50px;
}
.crumbs>span {
  display: inline-block;
}
.crumbs>a {
  color: #666666;
  display: inline-block;
}
.crumbs>a:hover {
  color: #D6AA6D;
}
.teacherInfo {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 2px solid #D9D9D9;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teacherInfo>span {
  display: block;
  width: calc(100% - 52%);
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  margin-bottom: 10px;
  font-weight: bold;
}
.teacherPic {
  width: calc(100% - 75%);
  position: relative;
  z-index: 1;
}
.teacherPic:after {
  content: '';
  display: block;
  width: 95%;
  height: 285px;
  position: absolute;
  z-index: 5;
  background-color: #D6AA6D;
  top: 0px;
  right: 0px;
}
.teacherPicImg {
  width: 208px;
  height: 285px;
  position: relative;
  top: 12px;
  z-index: 10;
  overflow: hidden;
}
.teacherBtn {
  width: 100%;
  height: 48px;
  background-color: #E4E4E4;
  margin-top: 18px;
}
.teacherBtn>div {
  float: left;
  width: calc(100% - 50%);
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.teacherArticle {
  width: 100%;
  margin-top: 20px;
}
.teacherArticle>div h2 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.teacherArticle>div p {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.teacherBtn .customTabMenuAct {
  background-color: #D6AA6D;
  color: #ffffff;
}

.paperList {
  width: 100%;
  margin-top: 25px;
}
.paperCrumbs {
  width: 100%;
  border-bottom: 1px solid #D6AA6D;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.paperCrumbs>h2 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 45px;
  border-bottom: 5px solid #D6AA6D;
  padding-bottom: 10px;
}
.paperCrumbs .crumbs {
  line-height: 60px;
}
.paperMenu {
  width: 100%;
  padding: 20px 0px 10px;
  border-bottom: 2px solid #E4E4E4;
}
.paperMenuChoose {
  width: 100%;
  padding-bottom: 15px;
}
.paperMenuChooseTitle {
  width: calc(100% - 93%);
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 35px;
  float: left;
}
.paperMenuChooseDetail {
  float: left;
  width: calc(100% - 7%);
}
.paperMenuChooseDetail>a {
  display: inline-block;
  padding: 0px 35px;
  background: #ffffff;
  border-radius: 43px 43px 43px 43px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #333333;
}
.paperMenuChooseDetail>a:hover {
 background: #D6AA6D;
  color: #ffffff;
}
.paperMenuChooseDetail>a.paperMenuAct {
  background: #D6AA6D !important;
  color: #ffffff !important;
}
.paperMenuChoose + .paperMenuChoose {
  border-top: 2px dotted #E4E4E4;
  padding-top: 30px;
}
.paperCont {
  width: 100%;
  margin-top: 20px;
}
.paperItem {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #E4E4E4;
}
.paperItem>h2 {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.paperItem>span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin: 10px 0px;
}
.paperItem>p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
}
.paperItem>p>a {
  display: inline-block;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #D6AA6D;
  line-height: 22px;
}
.paperItem + .paperItem {
  margin-top: 20px;
}
.page {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}
.page_nav {
    height: 40px;
    margin: 40px 0 0;
    width: 100%;
}
.page_nav li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 0px 3px;
    border: 1px solid #E3E3E3;
}
.page_nav li a,
.page_nav li span {
    display: block;
    padding: 10px 15px;
    color: #333333;
}
.page_nav li.active {
    background-color: #D6AA6D;
    color: #fff !important;
}
.page_nav li.active span {
  color: #ffffff !important;
}
.pagination {
    margin: 0 !important;
    position: static;
}
.page_nav li:last-child {
    width: auto;
}
.total {
    width: auto !important;
}
.total span {
    width: auto !important;
    font-size: 14px;
    padding: 0px 5px;
}

.articleBox {
  width: 100%;
  margin-top: 25px;
}
.articleCont {
  width: 100%;
}
.articleTitle {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
}
.articleTitle>h3 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}
.articleTitle>span {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 20px;
}
.articleDetail {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
}
.articleDetail table{width:100%!important;text-align: center;}
.articleDetail p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.articleDetail img {
  display: block;
  max-width: 80%;
  margin: 10px auto;
}
.articleDetail table p {
  text-indent: 0em !important;
}
.articlePage {
  width: 100%;
  padding-top: 20px;
}
.articlePage>a {
  display: block;
  font-size: 14px;
  font-family: Source Han Sans CN-Light, Source Han Sans CN;
  font-weight: 300;
  color: #333333;
  line-height: 25px;
  padding-left: 15px;
  background: url(../images/icon_cir.png) no-repeat 0px;
}
.articlePage>a+a {
  margin-top: 10px;
}
.articlePage>a:hover {
  color: #D6AA6D;
}

.viewCont {
  width: 100%;
  margin-top: 20px;
}
.viewItem {
  width: 100%;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #E4E4E4;
}
.viewItem:before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: 0px;
  background-color: #D6AA6D;
  transition: width .3s ease-out 0s;
  -webkit-transition: width .3s ease-out 0s;
  -moz-transition: width .3s ease-out 0s;
  -ms-transition: width .3s ease-out 0s;
  -o-transition: width .3s ease-out 0s;
}
.viewItem>a {
  display: block;
  width: calc(100% - 12%);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 70px;
  float: left;
}
.viewItem>span {
  display: block;
  width: calc(100% - 90%);
  float: right;
  line-height: 70px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.viewItem:hover a {
  color: #D6AA6D;
}
.viewItem:hover:before {
  width: 100%;
}

.teacherListBox {
  width: 100%;
  margin-top: 25px;
}
.teacherListBox .paperMenuChooseTitle>a {
  display: block;
  width: 95% !important;
  border-radius: 43px;
}
.teacherListBox .paperMenuChoose+.paperMenuChoose .paperMenuChooseDetail {
  width: calc(100% - 11%);
  margin-left: 35px;
}
.teacherListBox .paperMenuChooseDetail>a,
.teacherListBox .paperMenuChooseTitle>a {
  padding: 0px 10px;
  width: auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 2px;
}
.teacherListBox .paperMenuChooseTitle>a.paperMenuAct {
  background: #D6AA6D !important;
  color: #ffffff !important;
}
.teacherItemBox {
  width: 100%;
  margin-top: 30px;
}
.teacherItem {
  width: calc(100% - 51%);
  height: 276px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 2px solid #ECECEC;
  margin-bottom: 20px;
}
.teacherItemPic {
  width: 186px;
  height: 272px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.teacherItemText {
  width: calc(100% - 200px);
  padding: 40px 20px;
}
.teacherItemText>h2 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.teacherItemText>p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.teacherItemText>p+p {
  margin-top: 0px;
}
.teacherItem:nth-child(2n) {
  float: right;
}
.teacherItem:hover h2 {
  color: #D6AA6D;
}

.introductionBg {
  width: 100%;
  padding: 35px 125px;
  background-color: #ffffff;
}
.leaderCont {
  width: 100%;
  margin-top: 40px;
}
.leaderPic {
  width: 210px;
  position: relative;
  z-index: 1;
  margin-right: 40px;
  margin-bottom: 40px;
}
.leaderPic:after {
  content: '';
  display: block;
  width: 95%;
  height: 270px;
  position: absolute;
  z-index: 5;
  background-color: #D6AA6D;
  top: 0px;
  right: 0px;
}
.leaderPic>img {
  display: block;
  width: 200px;
  height: 270px;
  position: relative;
  top: 12px;
  z-index: 10;
  overflow: hidden;
}
.leaderCont p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}
.introduction,
.leaderSuccessive,
.history,
.collegeLeader {
  width: 100%;
  padding-top: 40px;
}
.introduction p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-indent: 2em;
}
.introduction p+p {
  margin-top: 10px;
}
.introduction table p {
  text-indent: 0em !important;
} 
.introduction img {
  display: block;
  max-width: 90%;
  margin: 10px auto;
}
.leaderItem {
  width: calc(100% - 52%);
  height: 232px;
  background: #FAFAFA;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D6AA6D;
  padding: 15px 18px;
  cursor: pointer;
  margin-top: 30px;
}
.leaderItemPic {
  width: 166px;
  height: 231px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  margin-top: -40px;
}
.leaderItemText {
  width: calc(100% - 200px);
}
.leaderItemText>h2 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
}
.leaderItemText>h2>span {
  font-size: 16px;
  font-weight: 400;
  color: #D6AA6D;
  padding-left: 10px;
}
.leaderItemText>span {
  display: block;
  width: 55px;
  height: 6px;
  background: #D6AA6D;
  margin: 8px 0px;
}
.leaderItemText>p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.leaderItem:hover h2 {
  color: #D6AA6D;
}
.leaderItem:nth-child(2n) {
  float: right;
}
.leaderItem + .leaderItem + .leaderItem {
  margin-top: 50px;
}
.history>h3 {
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #D6AA6D 0%, rgba(214,170,109,0) 100%);
  font-size: 20px;
  color: #713310;
  line-height: 50px;
  text-indent: 30px;
  font-weight: bold;
}
.history>h5 {
  display: block;
  height: 40px;
  background: linear-gradient(90deg, #F3F3F3 0%, rgba(247,247,247,0) 100%);
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-indent: 30px;
  line-height: 40px;
  margin-bottom: 15px;

}
.history>h5:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/icon_time_his.png) no-repeat 0px;
}
.history p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.history p+p {
  margin-top: 10px;
}

.collegeLeaderItem {
  width: calc(100% - 52%);
}
.collegeLeaderItem>h2 {
  display: block;
  width: 100%;
  height: 56px;
  background: #F7F7F7;
  border-left: 7px solid #D6AA6D;
  font-size: 22px;
  font-weight: 500;
  color: #713310;
  line-height: 56px;
  text-indent: 20px;
  margin-bottom: 20px;
}
.collegeLeaderList {
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
  overflow: hidden;
}
.collegeLeaderListPic {
  width: 165px;
  height: 230px;
  overflow: hidden;
}
.collegeLeaderListPic>img {
  display: block;
  height: 100%;
}
.collegeLeaderListText {
  width: calc(100% - 165px);  
  margin-top: 35px;
  height: 195px;
  border: 1px solid rgba(214,170,109,0.7);
  border-left: 0px;
  background-color: #ffffff;
  padding-top: 20px;
}
.collegeLeaderListText>h3 {
  display: inline-block;
  padding: 0px 30px;
  height: 53px;
  background: linear-gradient(227deg, #D6AA6D 0%, #B78033 100%);
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  margin-bottom: 10px;
}
.collegeLeaderListText>p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  padding: 0px 30px;
}
