/* 二级页面公共样式 */
.sub-container .banner {
  position: relative;
  padding-top: 5rem;
}

.sub-container .banner .right-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25.8rem;
  height: 7rem;
  background: url('../images/sub_banner_icon.png') no-repeat center/100% 100%;
}

@media screen and (max-width: 480px) {
  .sub-container .banner .right-icon {
    width: 10.8rem;
    height: 3rem;
  }
}

.sub-container .banner .title-box {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}

.sub-container .banner .title-box .title-text {
  display: block;
  position: relative;
  padding: 0 5.5rem;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sub-container .banner .title-box .title-text::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 5rem;
  height: 6px;
  background-color: #e5000b;
  transform: translateX(-50%);
}

.sub-container .banner .title-box .gp-bread a,
.sub-container .banner .title-box .gp-bread span {
  color: rgba(255, 255, 255, 0.7);
}

.sub-container .banner .gp-img {
  padding-bottom: 21.87%;
}


.sub-container .centain {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: url('../images/sub_contain_left_bg.png') no-repeat left top/100% auto,
    url('../images/sub_contain_right_bg.png') no-repeat right 0%;
}

@media screen and (max-width:996px) {
  .sub-container .centain {
    background: url('../images/sub_contain_left_bg.png') no-repeat left top/100% 60%,
      url('../images/sub_contain_right_bg.png') no-repeat right 0%;
  }
}

.sub-container .centain .menu-title {
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
  display: inline-block;
  border-bottom: 8px solid #e4bf71;
}

.sub-container .centain .main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
  padding: 3.2rem 5rem;
  background-color: #fff;
}

.sub-container .centain .xswyh-main {
  padding-left: 0;
  padding-bottom: 0;
}

.sub-container .centain .main .left-box {
  flex: 1;
}

.sub-container .centain .main .aside-menu {
  width: 22.5rem;
  height: fit-content;
  padding-top: 2.5rem;
  padding-bottom: 19rem;
  padding-right: 5px;
  margin-left: 5.5rem;
  box-sizing: border-box;
  background: url('../images/sub_aside_menu_bg.png') no-repeat right top/100% 100%;
}

.sub-container .centain .main .aside-menu .menu-item {
  padding: 2rem 3rem;
  padding-bottom: 0;
}

.sub-container .centain .main .aside-menu .menu-item a {
  display: block;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  color: #000;
  border-bottom: 1px dashed #e5dac5;
}

.sub-container .centain .main .aside-menu .menu-item a:hover {
  color: #94070a;
}

.sub-container .centain .main .aside-menu .menu-item.on {
  position: relative;
  background-color: #fff;
}

.sub-container .centain .main .aside-menu .menu-item.on a {
  color: #e4bf71;
}

.sub-container .centain .main .aside-menu .menu-item.on::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 100%;
  background-color: #e4bf71;
}

.sub-container .centain .aside-menu-mobile {
  display: none;
  background: #fff;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
}

.sub-container .centain .aside-menu-mobile .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aside-menu-mobile .title .cicon-you {
  transition: all 0.3s ease;
}

/* 旋转180度 */
.aside-menu-mobile .title .cicon-you.rotate {
  transform: rotate(90deg);
}

.sub-container .centain .aside-menu-mobile .menu-list {
  margin-top: 2rem;
  display: none;
}

.sub-container .centain .aside-menu-mobile .menu-list .menu-item.on a {
  color: #e4bf71;
}

.sub-container .centain .aside-menu-mobile .menu-list .menu-item a {
  display: block;
  padding: 2rem;
  border-bottom: 1px solid #f2f2f2;
}

/* 分享文章 */
.aside-share {
  height: fit-content;
}

.share {
  position: relative;
  margin-top: 3rem;
  margin-left: 5.5rem;
}

.share .bdsharebuttonbox {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share .bdsharebuttonbox>a.bds_weixin {
  color: #22bd22;
}

.share .bdsharebuttonbox>a.bds_tsina {
  color: #ff3c00;
}

.share .bdsharebuttonbox>a.bds_fenxiang {
  color: #50a0e6;
}

.share .bdsharebuttonbox>a {
  width: 7rem;
  height: 7rem;
  font-size: 2rem;
  line-height: 7rem;
  text-align: center;
  text-indent: 0;
  border: 1px solid #f2e9da;
}

.weChatBox {
  width: 26rem;
  background-color: #fff;
  border: solid 0.1rem #d8d8d8;
  padding: 1rem;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -13rem 0 0 -14rem;
  z-index: 9998;
  display: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 1rem 0;
}

.w-close {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  cursor: pointer;
}

.qrcode {
  width: 20rem;
  height: 20rem;
  margin: 1.5rem auto;
  background: #ccc;
}

.w-footer {
  font-size: 12px;
  line-height: 1.5;
  color: #757575;
}

#qrodeText {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
}

.share2 {
  position: relative;
  display: none;
  margin-left: 0;
}

.share2 .bdsharebuttonbox {
  justify-content: flex-start;
}

.more-share-but {
  display: none;
  position: absolute;
  right: 0;
  top: 8rem;
}

.more-share-but a {
  display: block;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 7rem;
  text-align: center;
  text-indent: 0;
  border: 1px solid #f2e9da;
  color: #50a0e6;
}

.more-share-but a.bds_qzone {
  color: #e7be07c2;
}


@media screen and (max-width: 996px) {
  .sub-container .centain .aside-menu-mobile {
    display: block;
  }

  .sub-container .centain .main .aside-menu {
    display: none;
  }

  .share {
    display: none;
  }

  .share2 {
    display: inline-block;
  }

  .more-share-but {
    right: auto;
    left: 105%;
    top: 0;
  }

  .more-share-but a {
    background-color: #fff;
  }
}

/* 学院概括-领导致辞 */
.xygk-ldzc {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}

.xygk-ldzc .item {
  position: relative;
  margin-bottom: 5.5rem;
  background: url('../images/ldzc_bg.png') no-repeat right top/100% 100%;
}

.xygk-ldzc .item .zc-main {
  position: relative;
  top: -1.5rem;
  left: -1.5rem;
  display: flex;
  padding: 6rem 4.5rem 3.5rem 4rem;
  background: url('../images/ldzc_top_bg.png') no-repeat center top;
}

.xygk-ldzc .item .left {
  width: 18rem;
  margin-right: 3rem;
}

.xygk-ldzc .item .left .img {
  padding-left: 1rem;
  padding-top: 1rem;
  background: url('../images/ld_img_bg.png') no-repeat left top;
}

.xygk-ldzc .item .left .img .gp-img {
  padding-bottom: 126%;
}

.xygk-ldzc .item .left .name {
  font-weight: bold;
  margin-left: 1rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.xygk-ldzc .item .left .name .zw {
  margin-right: 1.5rem;
}

.xygk-ldzc .item .left .zc {
  display: block;
  margin-left: 1rem;
  line-height: 2.8rem;
  color: #666;
}

.xygk-ldzc .item .right {
  flex: 1;
}

.xygk-ldzc .item .article p {
  text-indent: 2em;
  line-height: 3rem;
  color: #000;
}

.xygk-ldzc .item .article .date {
  text-align: right;
  color: #666;
}

@media screen and (max-width: 768px) {
  .xygk-ldzc .item .zc-main {
    flex-direction: column;
  }

  .xygk-ldzc .item .left {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 3rem;
  }

  .xygk-ldzc .item .left .img {
    margin-right: 3rem;
    width: 120px;
  }

  .xygk-ldzc .item .zc-main {
    background: none;
  }

  .sub-container .centain .main {
    padding: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .xygk-ldzc .item .left {
    flex-direction: column;
  }
}

/* 学院概况-联系方式 */
.xygk-lxfs .item-title {
  padding: 1.5rem 4rem;
  background-color: #f7f3eb;
  border-radius: 2rem 2rem 0 0;
}

.xygk-lxfs .item-content {
  padding: 1.5rem 4rem 4rem 4rem;
}

.xygk-lxfs .lxdh-yn .item-content ul {
  display: flex;
  flex-wrap: wrap;
}

.xygk-lxfs .lxdh-yn .item-content ul li {
  display: flex;
  align-items: baseline;
  min-width: 33%;
  margin-bottom: 3.5rem;
}

.xygk-lxfs .lxdh-yn .item-content ul li .name {
  padding-left: 1.2rem;
  margin-right: 2rem;
  border-left: 4px solid #e4bf71;
}

.xygk-lxfs .lxdh-yn .item-content ul li .phone {
  color: #999;
  font-size: 1.6rem;
  font-family: 'Arial';
}

.xygk-lxfs .lxdh-yn .item-content ul li .phone span {
  display: block;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.xygk-lxfs .lxdh-yn .item-content ul li .phone span:first-child {
  border-left: 1px solid #e4bf71;
}

.xygk-lxfs .lxfs-zs .item-content ul {
  display: flex;
}

.xygk-lxfs .lxfs-zs .item-content ul li {
  width: 50%;
}

.xygk-lxfs .lxfs-zs .item-content ul li .name {
  padding-left: 1.2rem;
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #e4bf71;
}

.xygk-lxfs .lxfs-zs .item-content ul li .text {
  color: #999;
  line-height: 3rem;
  padding-left: 1.6rem;
}

.xygk-lxfs .lxfs-zs .item-content ul li .text span {
  display: block;
}

@media screen and (max-width: 996px) {
  .xygk-lxfs .lxdh-yn .item-content ul li {
    min-width: 50%;
  }
}

@media screen and (max-width: 680px) {
  .xygk-lxfs .lxdh-yn .item-content ul li {
    min-width: 100%;
  }

  .xygk-lxfs .lxfs-zs .item-content ul {
    flex-wrap: wrap;
  }

  .xygk-lxfs .lxfs-zs .item-content ul li {
    width: 100%;
  }

  .xygk-lxfs .lxfs-zs .item-content ul li:first-child {
    margin-bottom: 2rem;
  }
}

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

/* 校园概括-学院地图 */
.xygk-xydt {
  position: relative;
  background-color: #f0f8fa;
}

.xygk-xydt .title {
  position: absolute;
  top: 4rem;
  left: 50%;
  z-index: 10;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

/* 新闻中心-新闻动态 */
.xwzx-xwdt .news-list li {
  margin-bottom: 3rem;
}

.xwzx-xwdt .news-list li a {
  display: flex;
  padding: 2rem;
  padding-right: 4rem;
  background: url('../images/news_item_bg.png') no-repeat right 17%, #faf9f7;
}

.xwzx-xwdt .news-list li a .left-img {
  width: 30rem;
  flex-shrink: 0;
  margin-right: 3rem;
}

.xwzx-xwdt .news-list li a .left-img .gp-img {
  padding-bottom: 55.6%;
}

.xwzx-xwdt .news-list li a .right-text .title {
  margin-top: 2rem;
  display: flex;
  overflow: visible;
  /* justify-content: space-between; */
  align-items: end;
}

.xwzx-xwdt .news-list li a .right-text .title .date {
  position: relative;
  color: #94070a;
  width: fit-content;
  margin-right: 2rem;
}

.xwzx-xwdt .news-list li a .right-text .title .date::after {
  content: '';
  position: absolute;
  left: 0;
  top: -5rem;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #94070a;
}

.xwzx-xwdt .news-list li a .right-text .contain-text {
  margin-top: 1.5rem;
  color: #999;
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 996px) {
  /* .xwzx-xwdt .news-list li a .left-img {
    display: none;
  } */

  .xwzx-xwdt .news-list li a .right-text .contain-text {
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .xwzx-xwdt .news-list li a {
    flex-direction: column;
    padding-right: 0;
  }

  .xwzx-xwdt .news-list li a .left-img {
    width: 100%;
    margin-right: 0rem;
  }
}

/* 新闻中心-通知公告 */
.xwzx-tzgg .tz-list {
  margin-bottom: 3rem;
}

.xwzx-tzgg .tz-list li a {
  display: block;
  padding: 3.5rem 0;
  padding-left: 2.5rem;
  border-bottom: 1px solid #ebebeb;
}

.xwzx-tzgg .tz-list li a .tz-title {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.xwzx-tzgg .tz-list li a .tz-title .date {
  font-family: 'Arial';
  color: #e5000b;
  margin-left: 1rem;
}

.xwzx-tzgg .tz-list li a .tz-title h3 {
  margin-left: 1.5rem;
  padding-left: 2.5rem;
  border-left: 1px solid #e5000b;
}

.xwzx-tzgg .tz-list li a:hover .tz-title {
  transform: translateX(2rem);
}

/* 新闻中心-招聘信息 */
.xwzx-zpxx .tz-list {
  margin-bottom: 3rem;
}

.xwzx-zpxx .tz-list li a {
  display: block;
  padding: 3rem 0;
  border-bottom: 1px solid #ebebeb;
}

.xwzx-zpxx .tz-list li a .tz-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.xwzx-zpxx .tz-list li a .tz-title .date {
  font-family: 'Arial';
  color: #999;
}

.xwzx-zpxx .tz-list li a .tz-title h3 {
  position: relative;
  padding-left: 2.5rem;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xwzx-zpxx .tz-list li a .tz-title h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e4bf71;
}

.xwzx-zpxx .tz-list li a:hover .tz-title {
  transform: translateX(2rem);
}

@media screen and (max-width: 480px) {
  .xwzx-zpxx .tz-list li a .tz-title h3 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .xwzx-zpxx .tz-list li a .tz-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 新闻中心-新闻动态-新闻详情 */
.xwzx-xwxq .article-title {
  padding-bottom: 3rem;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.xwzx-xwxq .article-date {
  margin: 2rem 0 2.5rem 0;
  color: #999;
  text-align: center;
}

.xwzx-xwxq .article-img {
  width: 70%;
  margin: 3rem auto;
}

.xwzx-xwxq .article-img .article-img-title {
  display: block;
  margin-top: 1rem;
  color: #666;
  text-align: center;
}

.xwzx-xwxq p {
  line-height: 3.6rem;
  font-size: 1.8rem;
}

.xwzx-xwxq .article-img .gp-img {
  padding-bottom: 66.57%;
}

.xwzx-xwxq .attachment {
  margin-top: 7rem;
}

.xwzx-xwxq .attachment .text {
  margin-bottom: 2rem;
}

.xwzx-xwxq .attachment li {
  margin-bottom: 1.5rem;
}

.xwzx-xwxq .attachment li a {
  display: block;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}

.xwzx-xwxq .attachment li a:hover {
  background-color: #94070a;
  color: #fff;
  padding-left: 4rem;
}

@media screen and (max-width: 480px) {
  .xwzx-xwxq .article-img {
    width: 80%;
  }
}

/* 师资团队-学术委员会 */
.sztd-xswyh {
  padding-left: 5rem;
  background: url('../images/xswyh_bg.png') no-repeat bottom, #fff;
}

.sztd-xswyh .xswyh-list li {
  display: flex;
  align-items: start;
  padding: 2rem 3rem;
  padding-bottom: 0;
}

.sztd-xswyh .xswyh-list li:nth-child(odd) {
  background-color: #f7f3eb;
}

.sztd-xswyh .xswyh-list li .zw {
  position: relative;
  width: 30%;
  flex-shrink: 0;
  padding-left: 1.6rem;
}

.sztd-xswyh .xswyh-list li .zw .zw-text {
  display: inline-block;
  width: 6rem;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
  overflow: hidden;
}

.sztd-xswyh .xswyh-list li .zw::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #c9a351;
}

.sztd-xswyh .xswyh-list li .name-list {
  display: flex;
  flex-wrap: wrap;
}

.sztd-xswyh .xswyh-list li .name-list dd {
  margin-right: 5rem;
  margin-bottom: 2rem;
  width: 6rem;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
  overflow: hidden;
}

.sztd-xswyh .xswyh-list {
  background-color: #fff;
}

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

  .sztd-xswyh .xswyh-list li .name-list dd,
  .sztd-xswyh .xswyh-list li .zw .zw-text {
    width: 8rem;
  }

  .sub-container .centain .xswyh-main {
    padding: 3rem;
  }

  .sztd-xswyh {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sztd-xswyh .xswyh-list li {
    flex-direction: column;
  }

  .sztd-xswyh .xswyh-list li .zw {
    width: 100%;
    margin-bottom: 3rem;
  }
}

/* 师资团队-师资名单 */
.sztd-szmd .tab-title-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

.sztd-szmd .tab-title-list li {
  /* margin-right: 1.5rem; */
  /* padding-right: 1.5rem; */
  /* margin-bottom: 3rem; */
}

.sztd-szmd .tab-title-list li:last-child {
  margin-right: 0;
}

.sztd-szmd .tab-title-list li a {
  display: block;
  padding: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f7f3eb;
}

.sztd-szmd .tab-title-list li.on a {
  display: block;
  color: #fff;
  background-color: #94070a;
  font-weight: bold;
}

.sztd-szmd .tab-content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  /* justify-content: space-between; */
}

.sztd-szmd .tab-content-list li {
  /* width: 23%; */
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.sztd-szmd .tab-content-list li a .img .gp-img {
  padding-bottom: 146.28%;
}

.sztd-szmd .tab-content-list li a .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
  margin-top: 1.5rem;
}

.sztd-szmd .tab-content-list li a .name .name-text {
  color: #333;
}

/* @media screen and (min-width: 1480px) {
	.sztd-szmd .tab-content-list li:nth-child(5n+1) {
		padding-left: 0;
	}
} */

/* 师资名单2 */
.sztd-szmd2 .tab-title-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

.sztd-szmd2 .tab-title-list li {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.sztd-szmd2 .tab-title-list li:last-child {
  margin-right: 0;
}

.sztd-szmd2 .tab-title-list li a {
  display: block;
  padding: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f7f3eb;
}

.sztd-szmd2 .tab-title-list li.on a {
  display: block;
  color: #fff;
  background-color: #94070a;
  font-weight: bold;
}

.sztd-szmd2 .tab-content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  /* justify-content: space-between; */
}

.sztd-szmd2 .tab-content-list li {
  width: calc(100% / 10);
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.sztd-szmd2 .tab-content-list li a .img .gp-img {
  padding-bottom: 146.28%;
}

.sztd-szmd2 .tab-content-list li a .name {
  color: #808080;
  margin-top: 0rem;
}

.sztd-szmd2 .tab-content-list li a .name .name-text {
  display: block;
  width: 3em;
  text-align: justify;
  text-align-last: justify;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
}

.sztd-szmd2 .tab-content-list li a:hover .name .name-text {
  color: #94070a;
}

.sztd-szmd2 .zm-search {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
}

.sztd-szmd2 .zm-search li {
  width: calc(100% / 30);
  flex-shrink: 0;
}

.sztd-szmd2 .zm-search li.all {
  width: max-content;
  margin: 0 1rem;
}

.sztd-szmd2 .zm-search li.all a {
  box-sizing: border-box;
  padding: 0 1rem;
}

.sztd-szmd2 .zm-search li a {
  display: block;
  text-align: center;
}

.sztd-szmd2 .zm-search li.on a,
.sztd-szmd2 .zm-search li a:hover {
  color: #fff;
  background: #94070a;
}

.sztd-szmd2 .zm-box {
  display: flex;
  margin-bottom: 2rem;
}

.sztd-szmd2 .zm-search-text {
  color: #94070a;
  font-weight: bold;
  display: block;
  width: max-content;
}

/* 师资团队-师资名单-详情 */
.sub-container .centain .jsxq-title {
  border: none;
}

.sub-container .centain .jsxq-main {
  position: relative;
  padding-bottom: 6rem;
  background: url(../images/jsxq_bg.png) no-repeat left center, #fff;
}

.sub-container .centain .jsxq-main::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 8px;
  background: #e4bf71;
}

.sztd-jsxq {
  display: flex;
}

.sztd-jsxq .left-info {
  flex: 1;
}

.sztd-jsxq .img {
  width: 20.4rem;
  height: fit-content;
  box-sizing: border-box;
  margin-left: 6.5rem;
  background: url(../images/ld_img_bg.png) no-repeat left top/100% 100%;
}

.sztd-jsxq .img .gp-img {
  transform: translate(-1.5rem, 1.5rem);
  padding-bottom: 146.15%;
}

.sztd-jsxq .left-info .zw {
  padding-bottom: 2rem;
  line-height: 3rem;
  border-bottom: 2px solid #e5e5e5;
  color: #666;
}

.sztd-jsxq .left-info .zw span {
  display: block;
}

.sztd-jsxq .left-info .jianjie {
  padding: 4rem 0;
  line-height: 3rem;
}

.sztd-jsxq .left-info .jianjie p {
  text-indent: 2em;
}

.sztd-jsxq .left-info .jianjie1 {
  line-height: 3rem;
}

.sztd-jsxq .left-info .item {
  margin-bottom: 4rem;
}

.sztd-jsxq .left-info .item .title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.sztd-jsxq .left-info .item .title .text {
  padding-left: 1.5rem;
}

.sztd-jsxq .left-info .item .item-text {
  line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
  .sztd-jsxq {
    flex-direction: column;
    align-items: center;
  }

  .sztd-jsxq .img {
    order: 0;
    margin-left: 0;
    margin-bottom: 3rem;
  }

  .sztd-jsxq .left-info {
    order: 1;
  }
}

/* 研究中心-科学研究 */
.yjzx-kxyj .top-text {
  position: relative;
  line-height: 3rem;
  margin-bottom: 4rem;
}

.yjzx-kxyj .top-text .text {
  padding: 0 5rem;
  padding-top: 2rem;
}

.yjzx-kxyj .top-text::before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 3.8rem;
  height: 3.1rem;
  background: url('../images/yinhao1.png') no-repeat center/100% 100%;
}

.yjzx-kxyj .top-text::after {
  content: '';
  display: block;
  position: relative;
  right: -100%;
  transform: translateX(-100%);
  bottom: 0;
  width: 3.8rem;
  height: 3.1rem;
  background: url('../images/yinhao2.png') no-repeat center/100% 100%;
}

.yjzx-kxyj .item-list li {
  display: flex;
  background-color: #f5f5f5;
  margin-bottom: 4rem;
}

.yjzx-kxyj .item-list li .img {
  width: 50%;
  flex-shrink: 0;
}

.yjzx-kxyj .item-list li .img .gp-img {
  padding-bottom: 66.66%;
}

.yjzx-kxyj .item-list li .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3.5rem;
  padding-bottom: 3rem;
}

.yjzx-kxyj .item-list li .info .title {
  display: block;
  width: 100%;
  /* margin-bottom: 3rem; */
}

.yjzx-kxyj .item-list li .info .desc {
  display: block;
  /* margin-bottom: 5rem; */
  line-height: 3.2rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yjzx-kxyj .item-list li .info .more {
  display: inline-block;
  position: relative;
  padding: 1rem 2.5rem;
  color: #fff;
  background: url('../images/more_but_bg.png') no-repeat center/ 100% 100%;
}

.yjzx-kxyj .item-list li .info .more::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
  height: 1rem;
  background: url('../images/more_after_bg.png') no-repeat center/ 100% 100%;
}

.yjzx-kxyj .item-list li:hover {
  background: url('../images/kxyj_item_hv_bg.png') no-repeat center/ 100% 100%;
}

.yjzx-kxyj .item-list li:hover .info .more {
  color: #94070a;
  background: url('../images/more_but_hv_bg.png') no-repeat center/ 100% 100%;
}

.yjzx-kxyj .item-list li:hover .info .more::after {
  background: url('../images/more_after_hv_bg.png') no-repeat center/ 100% 100%;
}

.yjzx-kxyj .item-list li:hover .info .desc {
  color: rgba(255, 255, 255, 0.5);
}

.yjzx-kxyj .item-list li:hover .info .title {
  color: #fff;
}

@media screen and (max-width: 996px) {
  .yjzx-kxyj .item-list li .img {
    display: none;
  }

  .yjzx-kxyj .item-list li .info .desc {
    margin: 3rem 0;
  }
}

/* 研究中心-外国专家 */
.yjzx-wgjz .title {
  padding: 1.5rem 4rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f7f3eb;
}

.yjzx-wgjz .item {
  margin-bottom: 3rem;
}

.yjzx-wgjz .item-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 0 2rem;
  padding-top: 2rem;
}

.yjzx-wgjz .item-list li {
  margin: 0 2rem;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
  width: 29%;
}

@media screen and (max-width: 996px) {
  .yjzx-wgjz .item-list li {
    width: 40%;
  }
}

@media screen and (max-width: 680px) {
  .yjzx-wgjz .item-list li {
    width: 52%;
  }
}

@media screen and (max-width: 480px) {
  .yjzx-wgjz .item-list li {
    width: 100%;
  }
}

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

/* 研究中心-合作机构 */
.yjzx-hzjg .title {
  padding: 1.5rem 4rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f7f3eb;
}

.yjzx-hzjg .item {
  margin-bottom: 3rem;
}

.yjzx-hzjg .item-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  padding-top: 2rem;
}

.yjzx-hzjg .item-list li {
  margin: 0 2rem;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
  width: 25%;
}

.yjzx-hzjg .item-list li a {
  color: #c9a351;
}

.yjzx-hzjg .item-list li a:hover {
  color: #333;
}

@media screen and (max-width: 680px) {
  .yjzx-hzjg .item-list li {
    width: 33%;
  }
}

@media screen and (max-width: 480px) {
  .yjzx-hzjg .item-list li {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .yjzx-hzjg .item-list li {
    width: 100%;
  }
}

/* 研究合作-合作动态 */
.yjzx-hzdt .tz-list {
  margin-bottom: 3rem;
}

.yjzx-hzdt .tz-list li a {
  display: block;
  padding: 3rem 0;
  border-bottom: 1px solid #ebebeb;
}

.yjzx-hzdt .tz-list li a .tz-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.yjzx-hzdt .tz-list li a .tz-title .date {
  font-family: 'Arial';
  color: #999;
}

.yjzx-hzdt .tz-list li a .tz-title h3 {
  position: relative;
  padding-left: 2.5rem;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yjzx-hzdt .tz-list li a .tz-title h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e4bf71;
}

.yjzx-hzdt .tz-list li a:hover .tz-title {
  transform: translateX(2rem);
}

@media screen and (max-width: 768px) {
  .yjzx-hzdt .tz-list li a .tz-title h3 {
    width: 60%;
  }
}

/* 学术硕博-招生信息 */
.xssb-zsxx .tz-list {
  margin-bottom: 3rem;
}

.xssb-zsxx .tz-list li a {
  display: block;
  padding: 3rem 0;
  border-bottom: 1px solid #ebebeb;
}

.xssb-zsxx .tz-list li a .tz-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.xssb-zsxx .tz-list li a .tz-title .date {
  font-family: 'Arial';
  color: #999;
}

.xssb-zsxx .tz-list li a .tz-title h3 {
  position: relative;
  padding-left: 2.5rem;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xssb-zsxx .tz-list li a .tz-title h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e4bf71;
}

.xssb-zsxx .tz-list li a:hover .tz-title {
  transform: translateX(2rem);
}

@media screen and (max-width: 768px) {
  .xssb-zsxx .tz-list li a .tz-title h3 {
    width: 60%;
  }
}

/* 学术硕博-项目介绍 */
.xssb-xmjs .gp-article p {
  line-height: 3.6rem;
}

/* 学术硕博-师资介绍 */
.xssb-szjs .zm-list {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.xssb-szjs .zm-list .text {
  flex-shrink: 0;
}

.xssb-szjs .tab-title-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.xssb-szjs .tab-title-list li {
  /* margin:0 1rem; */
  /* margin-bottom: 3rem; */
}

.xssb-szjs .tab-title-list li:last-child {
  margin-right: 0;
}

.xssb-szjs .tab-title-list li a {
  display: block;
  padding: 0.5rem 1rem;
  font-family: 'Arial';
}

.xssb-szjs .tab-title-list li.on a {
  display: block;
  color: #fff;
  background-color: #94070a;
  font-weight: bold;
}

.xssb-szjs .tab-content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  /* justify-content: space-between; */
}

.xssb-szjs .tab-content-list li {
  /* width: 23%; */
  box-sizing: border-box;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.xssb-szjs .tab-content-list li a .img .gp-img {
  padding-bottom: 146.28%;
}

.xssb-szjs .tab-content-list li a .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
  margin-top: 1.5rem;
}

.xssb-szjs .tab-content-list li a .name .name-text {
  color: #333;
}

/* 师资团队-委员会 */
.sztd-wyh {
  padding-bottom: 15rem;
  background: url('../images/jsxq_bg.png') no-repeat left 190%;
  background-size: 100% auto;
}

.sztd-wyh .item {
  padding-top: 3rem;
  padding-right: 3rem;
  margin-bottom: 3rem;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}

.sztd-wyh .item .title-box {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #94070a;
}

.sztd-wyh .item .title-box .bold-line {
  width: 2.4rem;
  height: .6rem;
  background-color: #94070a;
}

.sztd-wyh .item .title-box .line {
  flex: 1;
  height: .1rem;
  background: rgba(148, 7, 10, 0.1);
}

.sztd-wyh .item .title-box .text {
  margin: 0 1.4rem;
}

.sztd-wyh .item .name-list {
  padding: 4rem 0 3rem 4.5rem;
}

.sztd-wyh .item .name-list .name-item {
  display: flex;
}

.sztd-wyh .item .name-list .name-item .title {
  width: max-content;
  flex-shrink: 0;
}

.sztd-wyh .item .name-list .name-item dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sztd-wyh .item .name-list .name-item dl dd {
  margin-bottom: 3rem;
  margin-right: 4rem;
}

.sztd-wyh .item .name-list .name-item dl dd a {
  display: block;
  width: 3em;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
  /*overflow: hidden;*/
}

.sztd-wyh .item .name-list .name-item.wy {
  margin-bottom: 0rem;
  align-items: flex-start;
  flex-direction: column;
}

.sztd-wyh .item .name-list .name-item.wy .title {
  margin-bottom: 2rem;
}

/* 学院概况-组织架构 */
.xygk-zzjg .item {
  margin-bottom: 3rem;
}

.xygk-zzjg .item .title-box {
  padding: 1.7rem 4rem;
  font-weight: bold;
  background-color: #f7f3eb;
}

.xygk-zzjg .item .content-box {
  padding: 2rem 3rem;
}

.xygk-zzjg .item .content-box li {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  border-bottom: 1px solid #ebe7df;
}

.xygk-zzjg .item .content-box li .zw {
  width: 6em;
  padding-right: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  text-align: right;
  flex-shrink: 0;
  border-right: 1px solid #ebe7df;
}

.xygk-zzjg .item .content-box li dl {
  display: flex;
  flex-wrap: wrap;
}

.xygk-zzjg .item .content-box li dl dd {
  margin-bottom: 2rem;
  margin-right: 5rem;
  width: 3em;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
  overflow: hidden;
  font-family: '微软雅黑','Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', 'arial', SimSun, '\5B8B\4F53', SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

.xygk-zzjg .item .content-box li .zw span {
  display: block;
}

.xygk-zzjg .item .content-box li:last-child {
  border-bottom: none;
}

.xygk-zzjg .bot-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xygk-zzjg .item.item50 {
  display: inline-block;
  width: 48%;
  box-shadow: 0 8px 16px rgba(148, 7, 10, 0.05);
}

.xygk-zzjg .item.jxky .content-box {
  display: flex;
  flex-wrap: wrap;
}

.xygk-zzjg .item.jxky .content-box li {
  padding-bottom: 2rem;
  width: 50%;
  border-bottom: 1px solid #ebe7df;
}

.xygk-zzjg .item.jxky .content-box li:last-child {
  border-bottom: none;
}

/* 师资团队-教学理念*/
.sztd-jxln {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  grid-auto-rows: minmax(10rem, auto);
  gap: 2rem;
}

.sztd-jxln .item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s ease;
}

.sztd-jxln .item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sztd-jxln .item .title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 3.5rem;
}

.sztd-jxln .item .text-box {
  width: 50%;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.sztd-jxln .item-1 {
  grid-column: span 3;
  grid-row: span 2;
  background: url('../images/jxln_pymb_bg.png') no-repeat center/cover;
}

.sztd-jxln .item-2 {
  grid-column: span 3;
  grid-row: span 4;
  background: url('../images/jxln_szjy_bg.png') no-repeat center/cover;
}

.sztd-jxln .item-2.item {
  flex-direction: column;
  align-items: flex-end;
}

.sztd-jxln .item-2.item .icon {
  margin-right: 8rem;
}

.sztd-jxln .item-2.item .text-box {
  width: 90%;
}

.sztd-jxln .item-3 {
  grid-column: span 1;
  grid-row: span 4;
  background: url('../images/jxln_jyzz_bg.png') no-repeat center/cover;

}

.sztd-jxln .item-3.item {
  flex-direction: column;
}

.sztd-jxln .item-3.item .text-box {
  width: 80%;
}

.sztd-jxln .item-4 {
  grid-column: span 2;
  grid-row: span 2;
  background: url('../images/jxln_school_bg.png') no-repeat center/cover;

}

.sztd-jxln .item-5 {
  grid-column: span 3;
  grid-row: span 2;
  background: url('../images/jxln_jyln_bg.png') no-repeat center/cover;

}

.sztd-jxln .item-6 {
  grid-column: span 2;
  grid-row: span 2;
  background: #d7674c;
}

.sztd-jxln .item-6.item .text-box {
  width: 80%;
}

/* 横板图片列表页 */
.row-img-list .waterfall-container {
  column-count: 3;
  column-gap: 6rem;
  width: 100%;
  padding: 0 2rem;
}

.row-img-list .waterfall-item {
  display: block;
  break-inside: avoid;
  margin-bottom: 2rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.row-img-list .waterfall-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.row-img-list .waterfall-item .text {
  padding: 1.2rem;
  text-align: center;
  line-height: 1.5;
  color: #333;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .row-img-list .waterfall-container {
    column-count: 2;
  }

  .row-img-list .waterfall-item .text {
    padding: 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  .row-img-list .waterfall-container {
    column-count: 1;
  }
}

@media screen and (max-width: 996px) {
  .xssb-szjs .zm-list {
    flex-direction: column;
  }

  .sztd-szmd .tab-title-list {
    justify-content: flex-start;
  }

  .sztd-szmd .tab-title-list li {
    margin-right: 1.5rem;
    /* padding-right: 1.5rem; */
    margin-bottom: 3rem;
  }

  .gp-bread {
    font-size: 1.4rem;
  }

  .sub-container .centain .jsxq-main::after {
    width: 47%;
  }

  .sztd-wyh {
    padding-bottom: 5rem;
    background: none;
  }

  .xygk-zzjg .item.jxky .content-box li {
    width: 100%;
  }

  .sztd-jxln {
    display: block;
  }

  .sztd-jxln .item {
    padding: 2rem 4rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }

  .sztd-jxln .item-2.item,
  .sztd-jxln .item-3.item {
    flex-direction: row;
    align-items: center;
  }

  .sztd-jxln .item-3.item .text-box {
    order: 2;
  }

  .sztd-jxln .item .icon {
    margin-right: 8rem;
    flex-shrink: 0;
  }

  .sztd-jxln .item .text-box {
    width: 90%;
  }

  .sztd-jxln .item-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .xwzx-tzgg .tz-list li a {
    padding-left: 0;
  }

  .sztd-szmd2 .zm-search li {
    width: calc(100% / 15);
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 680px) {
  .xwzx-xwdt .news-list li a .right-text .title .date::after {
    top: -6rem;
  }

  .sub-container .banner .title-box .title-text {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .sztd-szmd2 .tab-content-list li {
    width: calc(100% / 8);
  }

  .sztd-szmd2 .zm-search {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .xygk-zzjg .item.item50 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sub-container .banner .title-box {
    bottom: .5rem;
  }

  .xwzx-xwdt .news-list li a .right-text .title .date::after {
    top: -2rem;
  }

  .xwzx-xwdt .news-list li a .right-text .title .date {
    margin-right: 4rem;
  }

  .sztd-szmd2 .tab-content-list li {
    width: calc(100% / 5);
  }

  .sztd-jxln .item {
    flex-direction: column;
  }

  .sztd-jxln .item .icon {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .sztd-jxln .item-2.item, .sztd-jxln .item-3.item {
    flex-direction: column;
    align-items: center;
  }

  .sztd-jxln .item-2.item .icon {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 350px) {
  .sztd-szmd2 .tab-content-list li {
    width: calc(100% / 3);
  }
}
