/*
1.资讯中心-新闻速递
2.资讯中心-通知公告
3.资讯中心-浙大映像
  资讯中心-海外名师大讲堂
4.团队建设-学习培训
5.资讯详情
6.党建园地
7.党建园地-支部动态
8.党建园地-公示公告
9.港澳台
10.港澳台-学生交流
11.海外学习-全球项目学习-毕业设计
12.出入境
13.关于我们
14.海外学习-毕业设计
15.海外学习
16.大师观点
*/
.animated.delay-1s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-2s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-3s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-4s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animated.delay-6s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-11s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated.delay-12s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated.delay-13s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay-14s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay-15s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-16s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay-17s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.fixwarper {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-bottom: solid 1px #c9b271;
  border-top: solid 1px #c9b271;
}
.fixwarper .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 !important;
  justify-content: center;
}
.fixwarper .content .navs {
  display: flex;
  justify-content: center;
}
.fixwarper .content .navs a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0;
  color: #084782;
  margin: 0 58px;
}
.fixwarper .content .navs a:hover {
  color: #000;
  text-decoration: none;
}
.fixwarper .content .navs a:hover::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
}
.fixwarper .content .search-box {
  display: flex;
  position: absolute;
  right: 0;
  top: 8px;
  width: 144px;
  height: 32px;
  border-radius: 32px;
  background-color: #f5f5f5;
  display: none;
}
.fixwarper .content .search-box .search-input {
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
  padding-left: 20px;
  border-radius: 0 32px 32px 0;
  background-color: transparent;
  box-sizing: border-box;
}
.fixwarper .content .search-box .submit {
  width: 44px;
  height: 32px;
  border: none;
  outline: none;
  background: url(../img/image/search.svg) no-repeat center;
  box-sizing: border-box;
}
.fixed {
  position: fixed;
  top: 0;
  border-top: solid 16px #084782;
  z-index: 100;
}
.party-fixwarper .content .navs a {
  color: #AD3C3C;
}
.party-fixwarper .content .search-box .submit {
  background: url(../img/image/search-red.svg) no-repeat center;
}
.information-center iframe {
  position: relative;
  width: 100%;
  padding-bottom: 38px;
}
.notice-wrap,
.news-wrap {
  position: relative;
  width: 100%;
}
.notice-wrap::after,
.news-wrap::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -590px;
  width: 1180px;
  height: 2px;
  background-color: transparent;
  border-bottom: 1px dashed #084782;
  z-index: 99;
}
.bread-crumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 15px 95px;
  border-bottom: solid 1px #084782;
}
.bread-crumbs div {
  font-weight: bold;
  color: #000000;
  height: 16px;
  line-height: 16px;
  margin-right: 30px;
}
.bread-crumbs a {
    font-size: 17px;
  position: relative;
  display: block;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #084782;
  margin-right: 5px;
  padding-right: 20px;
  background: url(../img/icon/right-small.svg) no-repeat right center;
  background-size: 16px 16px;
    text-decoration: none;
}
.bread-crumbs span {
  display: block;
    font-size: 17px;
  height: 16px;
  line-height: 16px;
  color: #084782;
  font-weight: normal;
}
.pageBox {
  width: 100%;
  height: 42px;
  padding-bottom: 10px;
}
.pageBox .pages {
  display: flex;
  justify-content: center;
}
.pageBox .pages span {
  display: inline-block;
  border: solid 1px #084782;
  font-size: 18px;
  color: #084782;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  margin: 0 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.pageBox .pages span:hover {
  color: #fff;
  background-color: #084782;
}
.pageBox.red .pages span {
  border: solid 1px #AD3C3C;
  color: #AD3C3C;
}
.pageBox.red .pages span:hover {
  color: #fff;
  background-color: #AD3C3C;
}
.backTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 88px;
  bottom: 200px;
  width: 96px;
  height: 96px;
  background-color: #fff;
}
.backTop .icons {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../img/icon/sprite.png) no-repeat -51px -211px;
}
.backTop .texts {
  width: 56px;
  height: 18px;
  background: url(../img/icon/sprite.png) no-repeat right -12px;
}
.backTop:hover {
  cursor: pointer;
}
.backTop:hover .icons {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
}
.noticeBox {
  margin-top: 48px;
  background: #fff;
}
.noticeBox .notice-info {
  width: 1200px;
  margin: 0 auto;
}
.noticeBox .notice-info .title {
  display: flex;
  margin: 0 0 38px;
  justify-content: center;
}
.noticeBox .notice-info .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.noticeBox .notice-info .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.noticeBox .notice-info .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.noticeBox .notice-info .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.noticeBox .notice-info .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.noticeBox .notice-info .notice-list {
  margin-bottom: 80px;
  padding: 0 10px;
}
.noticeBox .notice-info .notice-item {
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
  border-bottom: solid 1px #00000025;
}
.noticeBox .notice-info .notice-item:hover .box-of .notice-title a,
.noticeBox .notice-info .notice-item:hover .box-of .intro {
  color: #084782;
}
.noticeBox .notice-info .notice-item .ft-time {
  color: #DBC995;
  width: 180px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.noticeBox .notice-info .notice-item .item-info {
  width: calc(100% - 200px);
  display: flex;
  justify-content: space-between;
}
.noticeBox .notice-info .notice-item .box-of {
  width: 100%;
  overflow: hidden;
}
.noticeBox .notice-info .notice-item .box-of .notice-title {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
  text-align: left;
}
.noticeBox .notice-info .notice-item .box-of .notice-title a {
  color: #000;
}
.noticeBox .notice-info .notice-item .box-of .intro {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.noticeBox .notice-info .notice-item .box-of.fixWidth {
  width: 850px;
}
.noticeBox .notice-info .notice-item .tags .item {
  display: inline-block;
  margin-right: 8px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  background: #f0f0f0;
  font-size: 12px;
  color: #084782;
  border-radius: 24px;
}
.noticeBox .notice-info .notice-item .item-img {
  padding-left: 30px;
}
.noticeBox .notice-info .notice-item .item-img img {
  display: block;
  width: 100px;
}
.noticeBox .notice-info .notice-item .item-img.no-img {
  display: none;
}
.noticeBox .notice-info .notice-item .item-img.has-img {
  display: block;
}
.newsBox {
  background: #fff;
  padding-top: 48px;
}
.newsBox .news-info {
  width: 1200px;
  margin: 0 auto;
}
.newsBox .news-info .title {
  display: flex;
  margin: 0 0 52px;
  justify-content: center;
}
.newsBox .news-info .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.newsBox .news-info .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.newsBox .news-info .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.newsBox .news-info .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.newsBox .news-info .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
/*
.newsBox .news-info .news-list {
  position: relative;
  column-count: 2;
  column-width: 580px;
  column-gap: 20px;
  margin-bottom: 80px;
  box-sizing: border-box;
}
.newsBox .news-info .news-list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.newsBox .news-info .news-list .news-item {
  break-inside: avoid;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.newsBox .news-info .news-list .news-item .imgs {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newsBox .news-info .news-list .news-item .imgs img {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsBox .news-info .news-list .news-item .no-img {
  display: block;
  width: 280px;
  height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90.41deg, rgba(0, 63, 136, 0.5) -1.23%, #DBC995 100%);
}
.newsBox .news-info .news-list .news-item .has-img img {
  width: 100%;
    max-height: 600px;
}
.newsBox .news-info .news-list .news-item .texts {
  width: 100%;
  padding-bottom: 24px;
  padding-top: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.newsBox .news-info .news-list .news-item .texts .inof {
  display: flex; 
    margin-bottom: 15px;
  align-items: flex-start;
  justify-content: space-between;
}
.newsBox .news-info .news-list .news-item .texts .inof h3.news-title {
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
    margin-top: 0;
}
.newsBox .news-info .news-list .news-item .texts .inof h3.news-title a {
  color: #000;
    text-decoration: none;
}
.newsBox .news-info .news-list .news-item .texts .inof .time {
  display: flex;
  padding-top: 6px;
  align-items: center;
}
.newsBox .news-info .news-list .news-item .texts .inof .time img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.newsBox .news-info .news-list .news-item .texts .inof .time span {
  display: block;
  color: #C1A861;
  font-size: 14px;
  height: 16px;
  line-height: 17px;
}
.newsBox .news-info .news-list .news-item .texts p.title-text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsBox .news-info .news-list .news-item:hover .no-img {
  width: 100%;
}
.newsBox .news-info .news-list .news-item:hover .has-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsBox .news-info .news-list .news-item:hover .texts .inof h3.news-title a {
  color: #084782;
}
.newsBox .news-info .news-list .news-item:hover .texts p.title-text {
  color: #084782;
}*/

.newsBox .news-info .news-list {
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
}
.newsBox .news-info .news-list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.newsBox .news-info .news-list .news-item {
  width: 580px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.newsBox .news-info .news-list .news-item .imgs {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newsBox .news-info .news-list .news-item .imgs img {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsBox .news-info .news-list .news-item .no-img {
  display: block;
  width: 280px;
  height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(90.41deg, rgba(0, 63, 136, 0.5) -1.23%, #DBC995 100%);
}
.newsBox .news-info .news-list .news-item .has-img img {
  width: 100%;
}
.newsBox .news-info .news-list .news-item .texts {
  width: 100%;
  padding-bottom: 24px;
  padding-top: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.newsBox .news-info .news-list .news-item .texts .inof {
  display: flex;
  height: 56px;
  align-items: flex-start;
  justify-content: space-between;
}
.newsBox .news-info .news-list .news-item .texts .inof h3.news-title {
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
    margin-top: 0;
}
.newsBox .news-info .news-list .news-item .texts .inof h3.news-title a {
  color: #000;
    text-decoration: none;
}
.newsBox .news-info .news-list .news-item .texts .inof .time {
  display: flex;
  padding-top: 6px;
  align-items: center;
}
.newsBox .news-info .news-list .news-item .texts .inof .time img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.newsBox .news-info .news-list .news-item .texts .inof .time span {
  display: block;
  color: #C1A861;
  font-size: 14px;
  height: 16px;
  line-height: 17px;
}
.newsBox .news-info .news-list .news-item .texts p.title-text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsBox .news-info .news-list .news-item:hover .no-img {
  width: 100%;
}
.newsBox .news-info .news-list .news-item:hover .has-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsBox .news-info .news-list .news-item:hover .texts .inof h3.news-title a {
  color: #084782;
}
.newsBox .news-info .news-list .news-item:hover .texts p.title-text {
  color: #084782;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
.forumBox {
  background: #fff;
  margin-top: 48px;
  padding-bottom: 40px;
}
.forumBox .title {
  display: flex;
  margin: 0 0 0 !important;
  justify-content: center;
}
.forumBox .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 206px;
  box-sizing: border-box;
}
.forumBox .title h3 span {
  display: block;
  width: 190px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.forumBox .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.forumBox .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.forumBox .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.forumBox .head-tab {
  display: flex;
  padding: 48px 0 40px;
}
.forumBox .head-tab .item {
  position: relative;
  padding: 0 15px;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
}
.forumBox .head-tab .item.selected {
  font-weight: 700;
}
.forumBox .head-tab .item.active {
  font-weight: 700;
}
.forumBox .head-tab a.item{
    color: #000000;
    text-decoration: none;
}
.forumBox .head-tab .item::after {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  border-right: 1px solid #000;
}
.forumBox .head-tab .item:last-child::after {
  display: none;
}
.forumBox .news-list {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.forumBox .news-list .swiper-wrapper {
  display: flex;
}
.forumBox .news-list .news-item {
  display: flex;
  flex-direction: column;
}
.forumBox .news-list .news-item .imgs {
  width: 100%;
  height: auto;
}
.forumBox .news-list .news-item .imgs img {
  width: 100%;
  height: 100%;
}
.forumBox .news-list .news-item .texts {
  padding-top: 8px;
}
.forumBox .news-list .news-item .texts .news-title {
  margin: 0;
}
.forumBox .news-list .news-item .texts .news-title > a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}
.forumBox .news-list .news-item .texts .news-title > a:hover {
  color: #084782;
  text-decoration: underline;
}
.forumBox .news-list .news-item .texts .time {
  font-size: 14px;
  line-height: 24px;
  color: #00000050;
}
.zdVideoBox {
  background: #fff;
}
.zdVideoBox .video-info {
  width: 1200px;
  margin: 0 auto;
}
.zdVideoBox .video-info .title {
  display: flex;
  margin: 48px 0 52px;
  justify-content: center;
}
.zdVideoBox .video-info .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.zdVideoBox .video-info .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.zdVideoBox .video-info .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.zdVideoBox .video-info .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.zdVideoBox .video-info .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.zdVideoBox .video-info .image-info {
  width: 100%;
}
.zdVideoBox .video-info .image-info .navinfo {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 40px;
}
.zdVideoBox .video-info .image-info .navinfo .zd-word {
  display: flex;
  align-items: center;
}
.zdVideoBox .video-info .image-info .navinfo .zd-word .items {
  height: 36px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.zdVideoBox .video-info .image-info .navinfo .zd-word a.items{
    text-decoration: none;
}
.zdVideoBox .video-info .image-info .navinfo .zd-word .items.cur {
  color: #000000;
}
.zdVideoBox .video-info .image-info .navinfo .zd-word .items.selected{
  color: #000000;
}
.zdVideoBox .video-info .image-info .navinfo .zd-word .videos {
  position: relative;
  margin-right: 11px;
  padding-right: 10px;
}
.zdVideoBox .video-info .image-info .navinfo .zd-word .videos::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 16px;
  background-color: #000000;
}
.zdVideoBox .video-info .image-info .navinfo .types {
  display: flex;
  align-items: center;
}
.zdVideoBox .video-info .image-info .navinfo .types .items {
  font-weight: 700;
  font-size: 12px;
  padding: 0 8px;
  margin-left: 24px;
  height: 40px;
  line-height: 38px;
  color: #C1A861;
  border: solid 1px #C1A861;
  background: #fff;
}
.zdVideoBox .video-info .image-info .navinfo .types .items.cur {
  color: #fff;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
}
.zdVideoBox .video-info .image-info .wordsList {
  display: flex;
  flex-wrap: wrap;
}
.zdVideoBox .video-info .image-info .wordsList .item {
  margin: 0 10px 30px;
}
.zdVideoBox .video-info .image-info .wordsList .item .imgs {
  margin-bottom: 8px;
}
.zdVideoBox .video-info .image-info .wordsList .item .imgs img {
  display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.zdVideoBox .video-info .image-info .wordsList .item .name {
  width: 100%;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 16px;
}
.zdVideoBox .video-info .image-info .wordsList .item .tags {
  width: 100;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.zdVideoBox .video-info .image-info .wordsList .item .tags span {
  margin-right: 10px;
}
.team-building {
  background: url(../img/image/backImg.svg) no-repeat left bottom;
}
.team-building .learning-training {
  position: relative;
}
.team-building .learning-training::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -590px;
  width: 1180px;
  height: 2px;
  background-color: transparent;
  border-bottom: 1px dashed #084782;
  z-index: 99;
}
.learningBox {
  margin-top: 48px;
}
.learningBox .learn-info {
  width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.learningBox .learn-info .title {
  display: flex;
  margin: 0 0 52px;
  justify-content: center;
}
.learningBox .learn-info .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.learningBox .learn-info .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.learningBox .learn-info .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.learningBox .learn-info .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.learningBox .learn-info .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.learningBox .learn-info .title.red h3 span::before {
  background: #AD3C3C;
}
.learningBox .learn-info .title.red h3 span::after {
  background: #AD3C3C;
}
.learningBox .learn-info .learn-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.learningBox .learn-info .learn-list .learn-item {
  width: 280px;
  margin-bottom: 24px;
  margin-right: 20px;
}
.learningBox .learn-info .learn-list .learn-item:nth-child(4n) {
  margin-right: 0;
}
.learningBox .learn-info .learn-list .learn-item .img {
  width: 100%;
  overflow: hidden;
}
.learningBox .learn-info .learn-list .learn-item .img img {
  display: block;
  width: 100%;
    height: 190px;
    object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.learningBox .learn-info .learn-list .learn-item .texts {
  width: 100%;
}
.learningBox .learn-info .learn-list .learn-item .texts h3 {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin: 8px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.learningBox .learn-info .learn-list .learn-item .texts h3 a {
  color: #000;
  text-decoration: none;
}
.learningBox .learn-info .learn-list .learn-item .texts span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.learningBox .learn-info .learn-list .learn-item:hover .texts h3 a {
  color: #084782;
}
.learningBox .learn-info .learn-list .learn-item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.information-center-details {
  width: 100%;
}
.information-center-details.back-bg {
  background: url(../img/image/backImg.png) no-repeat center center;
  background-size: 100% auto;
}
.information-center-details .content {
  width: 1180px;
  margin: 0 auto;
  padding: 64px 0;
}
.information-center-details .content .top {
  display: flex;
  justify-content: space-between;
}
.information-center-details .content .top .ft-info {
  width: 580px;
  padding-top: 24px;
  border-top: solid 16px rgba(8, 71, 130, 0.25);
}
.information-center-details .content .top .ft-info.w1180 {
  width: 1180px;
}
.information-center-details .content .top .ft-info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.information-center-details .content .top .ft-info .tags {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #084782;
}
.information-center-details .content .top .ft-info .tags span {
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 24px;
  color: #084782;
  background: #F0F0F0;
  margin-right: 10px;
}
.information-center-details .content .top .ft-info .college-info {
  padding-top: 20px;
  margin-top: 24px;
  border-top: 1px solid #084782;
}
.information-center-details .content .top .ft-info .college-info .links {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.information-center-details .content .top .ft-info .college-info p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.information-center-details .content .top .ft-info .college-info .project-introdu {
  width: 100%;
  margin-top: 16px;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items {
  margin-bottom: 10px;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .sec-title {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .sec-title::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #084782;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .sec-title.show-2 {
  display: inline-block;
  padding-right: 22px;
  cursor: pointer;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .sec-title.show-2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/arrow-bottom.svg) no-repeat center;
  background-size: 100%;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos .list .thred-title {
  position: relative;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #333;
  margin: 5px 0;
  padding-right: 22px;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos .list .thred-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url(../img/icon/arrow-bottom.svg) no-repeat center;
  background-size: 100%;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos .list .thred-title.hide {
  display: none;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos .list .thred-title.j-show {
  display: inline-block;
  cursor: pointer;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos .list.show ul {
  display: none;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos ul {
  padding-left: 15px;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos ul li {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  list-style: disc;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items .infos.hide {
  display: none;
}
.information-center-details .content .top .ft-info .college-info .project-introdu .items:last-child {
  margin-bottom: 0;
}
.information-center-details .content .top .ft-info .release-info {
  display: flex;
  font-size: 14px;
  padding-top: 24px;
}
.information-center-details .content .top .ft-info .release-info .list {
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.information-center-details .content .top .ft-info .release-info .list span.icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.information-center-details .content .top .ft-info .release-info .list:nth-child(1) span {
  background: url(../img/icon/edit.svg) no-repeat center;
  background-size: 100%;
}
.information-center-details .content .top .ft-info .release-info .list:nth-child(2) span {
  background: url(../img/icon/big-clock.svg) no-repeat center;
  background-size: 100%;
}
.information-center-details .content .top .ft-info .release-info .list:nth-child(3) span.icon {
  background: url(../img/icon/preview-open.svg) no-repeat center;
  background-size: 100%;
}
.information-center-details .content .top .ft-info .release-info .list:nth-child(3) span.WP_VisitCount{
    line-height: 16px;
}
.information-center-details .content .top .rt-img {
  width: 580px;
}
.information-center-details .content .top .rt-img img {
  display: block;
  width: 100%;
}
.information-center-details .content .bottom {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 16px rgba(8, 71, 130, 0.25);
}
.information-center-details .content .bottom p,
.information-center-details .content .bottom span,
.information-center-details .content .bottom font {
    font-size: 18px !important;
    font-family: 微软雅黑, "microsoft yahei" !important;
}
.information-center-details .content .bottom .wp_video_player{
    width: 100% !important;
    height: auto !important;
}
.information-center-details .content .bottom video{
    width: 100%;
    height: auto;
}
.information-center-details .content .bottom p {
  font-size: 18px;
    line-height: 1.75em !important;
  color: #000;
  margin-bottom: 15px;
}
.information-center-details .content .bottom p img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}
.information-center-details .content .bottom .download {
  display: flex;
  align-items: center;
  color: #084782;
  text-decoration: underline;
}
.information-center-details .content .bottom .download img {
  margin-right: 5px;
}
.party-building .introduction {
  display: flex;
  padding: 80px 0 64px;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
}
.party-building .introduction .item {
  position: relative;
  width: 580px;
  box-sizing: border-box;
}
.party-building .introduction .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, #AD3C3C 8.42%, rgba(173, 60, 60, 0) 88.95%);
  z-index: 1;
}
.party-building .introduction .item .tags {
  position: absolute;
  left: 40px;
  top: 24px;
  width: 140px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.party-building .introduction .item .tags::before {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 148px;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: -1;
}
.party-building .introduction .item .tags::after {
  content: '';
  display: block;
  position: absolute;
  right: -18px;
  bottom: -2px;
  width: 8px;
  height: 8px;
  background: #AD3C3C;
  z-index: -1;
}
.party-building .introduction .item .view-more {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 36px;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-left: -50px;
  margin-top: -18px;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 6;
}
.party-building .introduction .item .img {
  width: 100%;
    height: 100%;
}
.party-building .introduction .item .img img {
  display: block;
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.party-building .introduction .item:hover::before {
  height: 100%;
  background: rgba(173, 60, 60, 0.6);
  z-index: 10;
}
.party-building .introduction .item:hover .view-more {
  display: block;
  z-index: 11;
}
.party-building .branch-dynamic {
  background-color: #FFF5F5;
  padding-bottom: 48px;
}
.party-building .public-announce {
  position: relative;
}
.party-building .public-announce::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -590px;
  width: 1180px;
  height: 2px;
  background-color: transparent;
  border-bottom: 1px dashed rgba(173, 60, 60, 0.6);
  z-index: 99;
}
.party-building iframe {
  padding-bottom: 0 !important;
}
.party-building .learning-garden {
  padding-bottom: 50px;
}
.branchBox .learn-info .title h3.red span::before,
.branchBox .learn-info .title h3.red span::after {
  background: #AD3C3C;
}
.branchBox .learn-info .title h3.blue span::before,
.branchBox .learn-info .title h3.blue span::after {
  background: #084782;
}
.announcementBox {
  padding-top: 48px;
  background-color: #fff;
}
.announcementBox .announce-info {
  width: 1180px;
  margin: 0 auto;
}
.announcementBox .announce-info .title {
  display: flex;
  margin: 0 0 52px;
  justify-content: center;
}
.announcementBox .announce-info .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  width: 126px;
  box-sizing: border-box;
}
.announcementBox .announce-info .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.announcementBox .announce-info .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #AD3C3C;
}
.announcementBox .announce-info .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #AD3C3C;
}
.announcementBox .announce-info .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.announcementBox .announce-info .announce-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 56px;
}
.announcementBox .announce-info .announce-list .announce-item {
  display: flex;
  width: 580px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.announcementBox .announce-info .announce-list .announce-item h3 {
  width: calc(100% - 100px);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  box-sizing: border-box;
  overflow: hidden;
}
.announcementBox .announce-info .announce-list .announce-item h3 a {
  color: #000000;
}
.announcementBox .announce-info .announce-list .announce-item span {
  width: 100px;
  padding-right: 10px;
  display: block;
  text-align: right;
  font-size: 15px;
  line-height: 24px;
  color: #C1A861;
  box-sizing: border-box;
}
.administrative-region .announcements {
  position: relative;
}
.administrative-region .announcements::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -590px;
  width: 1180px;
  height: 2px;
  background-color: transparent;
  border-bottom: 1px dashed #084782;
  z-index: 99;
}
.administrative-region .students {
  padding-top: 48px;
  background-color: #F7FAFF;
}
.administrative-region .partners {
  padding: 48px 0 40px;
  background-color: #fff;
}
.administrative-region .partners .title {
  display: flex;
  margin: 0 0 52px;
  justify-content: center;
}
.administrative-region .partners .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.administrative-region .partners .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.administrative-region .partners .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.administrative-region .partners .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.administrative-region .partners .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.administrative-region .partners .collegeBox {
  width: 1180px;
  margin: 0 auto;
}
.administrative-region .partners .collegeBox .tab-type {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.administrative-region .partners .collegeBox .tab-type .item {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  padding-right: 15px;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.administrative-region .partners .collegeBox .tab-type .item::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 16px;
  background-color: #000000;
}
.administrative-region .partners .collegeBox .tab-type .item.selected {
  color: #000;
}
.administrative-region .partners .collegeBox .tab-type .item:last-child::before {
  display: none;
}
.administrative-region .partners .collegeBox .tab-college .college-list {
  display: none;
  flex-wrap: wrap;
}
.administrative-region .partners .collegeBox .tab-college .college-list:first-child {
  display: flex;
}
.administrative-region .partners .collegeBox .tab-college .college-list .college-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 220px;
  /*height: 80px; */
    flex-direction: column;
    text-decoration: none !important;
}
.administrative-region .partners .collegeBox .tab-college .college-list .college-img:nth-child(5n) {
  margin-right: 0;
}
.administrative-region .partners .collegeBox .tab-college .college-list .college-img img {
  display: block;
  max-width: 100%;
  /*opacity: 0.5;*/
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.administrative-region .partners .collegeBox .tab-college .college-list .college-img:hover img {
  opacity: 1;
  transform:scale(1.1);
}
.students-info {
  width: 100%;
  padding-bottom: 8px;
}
.students-info .title {
  display: flex;
  margin: 0 0 52px;
  justify-content: center;
}
.students-info .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.students-info .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.students-info .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.students-info .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.students-info .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.students-info .students-list {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
.students-info .students-list .swiper-students .swiper-slide {
  /*width: 340px !important;*/
}
.students-info .students-list .item {
  position: relative;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #000000;
}
.students-info .students-list .item a{
    text-decoration: auto;
}
.students-info .students-list .item::before {
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #000000;
  background: #F7FAFF;
}
.students-info .students-list .item .date {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  color: rgba(193, 168, 97, 0.25);
  z-index: 0;
}
.students-info .students-list .item .top-info {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.students-info .students-list .item .top-info .en {
  font-size: 12px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  height: 48px;
}
.students-info .students-list .item .top-info .cn {
  font-size: 12px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.students-info .students-list .item .middle-text {
  font-size: 12px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  padding-top: 16px;
}
.students-info .students-list .item .bottom-info {
  margin-top: 48px;
  font-size: 12px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  height: 48px;
}
.information-center-details-2 .content {
  width: 100%;
  padding-bottom: 0;
}
.information-center-details-2 .top {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: solid 16px rgba(8, 71, 130, 0.25);
}
.information-center-details-2 .swiper-college-left {
  width: 100%;
  height: 30px;
  margin-top: 100px;
}
.information-center-details-2 .swiper-college-left .college-left-pagination {
  text-align: right;
}
.information-center-details-2 .swiper-college-left .college-left-pagination .swiper-pagination-bullet {
  position: relative;
  width: 56px;
  height: 10px;
  border: 1px solid rgba(219, 219, 219, 0.8);
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
.information-center-details-2 .swiper-college-left .college-left-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 4px;
  left: 2px;
  top: 3px;
  background-color: rgba(219, 219, 219, 0.8);
}
.information-center-details-2 .swiper-college-left .college-left-pagination .swiper-pagination-bullet-active {
  border-color: #C1A861;
}
.information-center-details-2 .swiper-college-left .college-left-pagination .swiper-pagination-bullet-active::before {
  background-color: #C1A861;
}
.information-center-details-2 .swiper-college-right {
  width: 100%;
}
.information-center-details-2 .related-projects {
  padding-bottom: 38px;
}
.information-center-details-2 .related-projects iframe {
  width: 100%;
}
.information-center-details-2 .days-yore {
  padding-top: 48px;
  background: #F7FAFF;
}
.information-center-details-2 .days-yore iframe {
  width: 100%;
}
.partnership-wrap .describe {
  margin: 64px auto 48px;
  line-height: 34px;
  font-size: 18px;
  color: #000;
  text-align: justify;
}
.partnership-wrap .learn-more {
  position: relative;
  width: 264px;
  height: 55px;
  margin: 0 auto 20px;
  text-align: center;
  cursor: pointer;
}
.partnership-wrap .learn-more img {
  display: block;
  width: 100%;
}
.partnership-wrap .learn-more img.partner-arrow {
  position: absolute;
  right: 18px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
}
.partnership-wrap .learn-more:hover img.partner-arrow {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
}
/* .partnership-wrap .partnerInfos {
  display: none;
} */
.partnership-wrap .links {
  position: relative;
  display: flex;
  padding: 15px 0;
  margin: 0 0 50px;
  height: 200px;
  background: #f7faff;
  overflow: hidden;
}
.partnership-wrap .links .links-ul {
  position: absolute;
  left: 0;
  width: 10000px;
  height: 200px;
}
.partnership-wrap .links .links-ul .item {
  display: block;
  float: left;
  height: 200px;
}
.partnership-wrap .links .links-ul .item img {
  display: block;
    width: 100%;
    transform: scale(0.7);
}
.partnership-wrap .info-box {
  padding: 20px 0 80px;
}
.partnership-wrap .info-box .table-header {
  display: flex;
  align-items: center;
  color: #fff;
  background: #084782;
}
.partnership-wrap .info-box .table-header .td-box {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 24px;
}
.partnership-wrap .info-box .table-header .td-box:first-child,
.partnership-wrap .info-box .table-header .td-box:nth-child(2) {
  flex: 0 0 180px;
  /* cursor: pointer; */
}
.partnership-wrap .info-box .table-header .td-box:first-child .icon {
  width: 16px;
  height: 16px;
  background: url(../img/image/arrow-bottom.svg) no-repeat center;
  background-size: 100%;
  margin-left: 5px;
  overflow: hidden;
}
.partnership-wrap .info-box .table-header .td-box:nth-child(2) .icon {
  width: 18px;
  height: 18px;
  background: url(../img/image/search-white.svg) no-repeat center;
  background-size: 100%;
  margin-left: 5px;
  overflow: hidden;
}
.partnership-wrap .info-box .table-header .td-box .text {
  text-align: center;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 9;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu .list {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #f5f5f5;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu .list .continents {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  background-color: #1c68af;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu .list .continents:hover {
  background-color: #1e6eb9;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu .list ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  z-index: 10;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu .list ul li {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  border-bottom: solid 1px #f5f5f5;
  background-color: #3387d5;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu .list ul li:hover {
  background-color: #3790e3;
}
.partnership-wrap .info-box .table-header .td-box .drop-menu .list:hover ul {
  display: block;
}
.partnership-wrap .info-box .table-header .td-box .search-box {
  display: none;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 48px;
  background-color: #2867a1;
}
.partnership-wrap .info-box .table-header .td-box .search-box .search-input {
  width: calc(100% - 50px);
  height: 48px;
  line-height: 48px;
  border: none;
  font-size: 14px;
  color: #fff;
  outline: none;
  padding-left: 15px;
  background-color: transparent;
}
.partnership-wrap .info-box .table-header .td-box .search-box .search-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f0f0f0;
}
.partnership-wrap .info-box .table-header .td-box .search-box .submit {
  width: 48px;
  height: 48px;
  background: url(../img/image/search-white.svg) no-repeat center;
  background-size: 28px 28px;
  outline: none;
  border: none;
  cursor: pointer;
}
.partnership-wrap .info-box .table-list .item {
  display: flex;
  align-items: center;
  height: 80px;
  background: #f7f7f7;
  margin-top: 8px;
}
.partnership-wrap .info-box .table-list .item > div {
  flex: 1;
  padding: 0 30px;
  text-align: center;
}
.partnership-wrap .info-box .table-list .item > div:first-child,
.partnership-wrap .info-box .table-list .item > div:nth-child(2) {
  flex: 0 0 180px;
}
.exit-entry .zd-wrap {
  position: relative;
}
.exit-entry .zd-wrap:last-child::after {
  display: none;
}
.exit-entry .notice-wrap::after,
.exit-entry .news-wrap::after {
  display: none;
}
.exit-entry .news-wrap {
  background: #F7FAFF;
}
.exit-entry .news-wrap .learningBox {
  display: none;
}
.exit-entry .news-wrap .branchBox .learn-info .title h3 span::before,
.exit-entry .news-wrap .branchBox .learn-info .title h3 span::after {
  display: none !important;
}
.exit-entry > div:nth-child(3) {
  background-color: #F7FAFF;
}
.about-us .department {
  width: 100%;
}
.about-us .department .content {
  width: 1180px;
  margin: 0 auto;
}
.about-us .department .content .title {
  display: flex;
  margin: 60px 0 38px;
  justify-content: center;
}
.about-us .department .content .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.about-us .department .content .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.about-us .department .content .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.about-us .department .content .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.about-us .department .content .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.about-us .department .content .introduction {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: dashed 1px rgba(8, 71, 130, 0.25);
}
.about-us .department .content .introduction .left {
  width: 680px;
}
.about-us .department .content .introduction .left p {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  /*margin-bottom: 40px;*/
}
.about-us .department .content .introduction .left ul li {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.about-us .department .content .introduction .right {
  position: relative;
  width: 480px;
  height: 448px;
  background: url(../img/image/rectangle-78.png) no-repeat center;
}
.about-us .department .content .introduction .right .office {
  position: absolute;
  width: 224px;
  height: 84px;
  left: 48px;
  top: 40px;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #FFFFFF;
}
.about-us .department .content .introduction .right .main-text {
  position: absolute;
  width: 348px;
  height: 48px;
  right: 48px;
  top: 240px;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
}
.about-us .department .content .introduction .right .arrow {
  position: absolute;
  left: 48px;
  bottom: 40px;
  width: 32px;
  height: 32px;
  background: url(../img/icon/sprite.png) no-repeat -44px -244px;
}
.about-us .department .content .introduction .right .code {
  position: absolute;
  right: 48px;
  bottom: 40px;
  width: 104px;
  height: 104px;
}
.about-us .department .content .introduction .right .code img {
  display: block;
  width: 100%;
}
.about-us .structure {
  width: 100%;
  padding-top: 48px;
}
.about-us .structure .content {
  width: 1180px;
  margin: 0 auto;
}
.about-us .structure .content .title {
  display: flex;
  margin: 0 0 38px;
  justify-content: center;
}
.about-us .structure .content .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.about-us .structure .content .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.about-us .structure .content .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.about-us .structure .content .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.about-us .structure .content .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.about-us .structure .content .offices {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.about-us .structure .content .offices::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -20px;
  width: 100%;
  height: 40px;
  background-color: #084782;
  z-index: 1;
}
.about-us .structure .content .offices .items {
  position: relative;
  background: #F7F7F7;
  padding: 18px;
  text-align: center;
  z-index: 2;
}
.about-us .structure .content .offices .items .text-in,
.about-us .structure .content .offices .items .text-in {
  width: 144px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}
.about-us .structure .content .project-list {
  padding-bottom: 48px;
  border-bottom: dashed 1px rgba(8, 71, 130, 0.25);
}
.about-us .structure .content .project-list .project-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  height: 24px;
  font-size: 16px;
  color: #fff;
  background: #08478275;
}
.about-us .structure .content .project-list .project-title .icon-right {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(../img/icon/icon-right.svg) no-repeat 0 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.about-us .structure .content .project-list .project-title:hover {
  background: #084782;
}
.about-us .structure .content .project-list .project-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  cursor: pointer;
}
.about-us .structure .content .project-list .project-item.active {
  cursor: default;
}
.about-us .structure .content .project-list .project-item.active .project-title {
  background: #084782;
}
.about-us .structure .content .project-list .project-item.active .project-title .icon-right {
  transform: rotate(-90deg);
}
.about-us .structure .content .project-list .project-item.active .project-content {
  display: flex;
}
.about-us .structure .content .project-list .project-item.disable {
  cursor: default;
}
.about-us .structure .content .project-list .project-item.disable .project-title {
  background: rgba(0, 0, 0, 0.4);
}
.about-us .structure .content .project-list .project-item.disable .project-title:hover {
  background: rgba(0, 0, 0, 0.4);
}
.about-us .structure .content .project-list .project-item .project-content {
  display: none;
  justify-content: space-between;
  padding: 24px 24px 8px;
  margin: 8px;
  background: #f7f7f7;
}
.about-us .structure .content .project-list .project-item .project-content .school-list {
  flex: 1;
  margin-right: 20px;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list {
  display: flex;
  flex-direction: column;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list span {
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 8px;
  color: #000;
}
.about-us .structure .content .project-list .project-item .project-content .project-img {
  flex: 0 0 428px;
  height: 256px;
}
.about-us .contact {
  width: 100%;
  padding-top: 48px;
}
.about-us .contact .title {
  display: flex;
  margin: 0 0 38px;
  justify-content: center;
}
.about-us .contact .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.about-us .contact .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.about-us .contact .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.about-us .contact .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.about-us .contact .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.about-us .contact .mapbox {
  position: relative;
  padding: 60px;
  background: url(../img/image/googleMap.png) no-repeat center;
  background-size: cover;
}
.about-us .contact .content {
  width: 1180px;
  margin: 0 auto;
  padding-left: 80px;
}
.about-us .contact .content .contact-text {
  width: 480px;
  padding: 30px 32px;
  background-color: rgba(8, 71, 130, 0.75);
}
.about-us .contact .content .contact-text .text-title {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.about-us .contact .content .contact-text .item {
  margin-bottom: 20px;
}
.about-us .contact .content .contact-text .item:last-child {
  margin-bottom: 0;
}
.about-us .contact .content .contact-text .text-inof {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: normal;
}
.biye-wrap {
  width: 1180px;
  margin: 48px auto 0;
  padding-bottom: 120px;
}
.biye-wrap .title {
  display: flex;
  margin: 60px 0 38px;
  justify-content: center;
}
.biye-wrap .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 126px;
  box-sizing: border-box;
}
.biye-wrap .title h3 span {
  display: block;
  width: 110px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.biye-wrap .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.biye-wrap .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.biye-wrap .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.biye-wrap .project-list .project-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  height: 24px;
  font-size: 16px;
  color: #fff;
  background: #08478275;
}
.biye-wrap .project-list .project-title .icon-right {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(../img/icon/icon-right.svg) no-repeat center;
  overflow: hidden;
}
.biye-wrap .project-list .project-title:hover {
  background: #084782;
}
.biye-wrap .project-list .project-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  cursor: pointer;
}
.biye-wrap .project-list .project-item.active {
  cursor: default;
}
.biye-wrap .project-list .project-item.active .project-title {
  background: #084782;
}
.biye-wrap .project-list .project-item.active .project-title .icon-right {
  background: none;
}
.biye-wrap .project-list .project-item.active .project-content {
  display: flex;
}
.biye-wrap .project-list .project-item.disable {
  cursor: default;
    display: none;
}
.biye-wrap .project-list .project-item.disable .project-title {
  background: rgba(0, 0, 0, 0.4);
}
.biye-wrap .project-list .project-item.disable .project-title:hover {
  background: rgba(0, 0, 0, 0.4);
}
.biye-wrap .project-list .project-item .project-content {
  display: none;
  justify-content: space-between;
  padding: 24px 24px 8px;
  margin: 8px;
  background: #f7f7f7;
}
.biye-wrap .project-list .project-item .project-content .school-list {
  flex: 1;
  margin-right: 20px;
}
.biye-wrap .project-list .project-item .project-content .school-list .school-box {
  display: flex;
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #C1A86150;
}
.biye-wrap .project-list .project-item .project-content .school-list .school-box:first-child {
  padding-top: 0;
}
.biye-wrap .project-list .project-item .project-content .school-list .school-box:last-child {
  border-bottom: none;
}
.biye-wrap .project-list .project-item .project-content .school-list .country {
  flex: 0 0 88px;
  color: #DBC995;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.biye-wrap .project-list .project-item .project-content .school-list .sub-list {
  display: flex;
  flex-direction: column;
}
.biye-wrap .project-list .project-item .project-content .school-list .sub-list a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #000;
}
.biye-wrap .project-list .project-item .project-content .school-list .sub-list a:hover {
  font-weight: 700;
  color: #084782;
  text-decoration: underline;
}
.biye-wrap .project-list .project-item .project-content .project-img {
  flex: 0 0 428px;
  height: 256px;
}
.global-zju .dev-strategy {
  width: 100%;
}
.global-zju .dev-strategy .content {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  padding: 60px 0;
  margin: 0 auto;
}
.global-zju .dev-strategy .content .dev-left {
  width: 700px;
}
.global-zju .dev-strategy .content .dev-left img {
  display: block;
  width: 100%;
}
.global-zju .dev-strategy .content .dev-right {
  width: 420px;
}
.global-zju .dev-strategy .content .dev-right .title {
  margin: 0 0 40px;
}
.global-zju .dev-strategy .content .dev-right .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 226px;
  box-sizing: border-box;
}
.global-zju .dev-strategy .content .dev-right .title h3 span {
  display: block;
  width: 210px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.global-zju .dev-strategy .content .dev-right .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.global-zju .dev-strategy .content .dev-right .title h3 span::before {
    display: block;
    content: '';
    position: absolute;
    left: -20px;
    bottom: 4px;
    width: 8px;
    height: 8px;
    background: #084782;
}
.global-zju .dev-strategy .content .dev-right .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.global-zju .dev-strategy .content .dev-right .above-text {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  text-align: left;
}
.global-zju .big-data {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  background: url(../img/home/teachers-textBg.png) no-repeat right 135px;
  background-color: #084782;
}
.global-zju .big-data .title {
  display: flex;
  margin: 0 0 38px;
  justify-content: center;
}
.global-zju .big-data .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 200px;
  box-sizing: border-box;
}
.global-zju .big-data .title h3 span {
  display: block;
  width: 184px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #fff;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.global-zju .big-data .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
}
.global-zju .big-data .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
}
.global-zju .big-data .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.global-zju .big-data .power {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 24px 28px;
  background-color: rgba(255, 255, 255, 0.1);
}
.global-zju .big-data .power .item h3 {
  font-size: 23px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0;
}
.global-zju .big-data .power .item h6 {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.global-zju .big-data .power .item h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #C1A861;
  margin-top: 10px;
}
.global-zju .big-data .center-data {
  width: 1180px;
  margin: 0 auto 48px;
}
.global-zju .big-data .center-data .imgs {
  position: relative;
  width: 100%;
}
.global-zju .big-data .center-data .imgs img.imgBg {
  display: block;
  width: 100%;
  opacity: 0;
}
.global-zju .big-data .center-data .imgs img.imgCon {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.global-zju .big-data .center-data .imgs .data {
  position: absolute;
  left: 20%;
  top: 10px;
  display: flex;
  width: 355px;
  padding: 24px 24px 24px 32px;
  background-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  z-index: 10;
}
.global-zju .big-data .center-data .imgs .data .ft .area-cn {
  font-size: 16px;
  line-height: 24px;
  color: #C1A861;
}
.global-zju .big-data .center-data .imgs .data .ft .area-en {
  font-size: 12px;
  line-height: 24px;
  color: #C1A861;
}
.global-zju .big-data .center-data .imgs .data .rt {
  font-size: 14px;
  line-height: 24px;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.75);
}
.global-zju .big-data .center-data .imgs .data .rt b {
  color: #fff;
}
.global-zju .big-data .center-data .tongji {
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
  margin-top: 20px;
}
.global-zju .cooperative {
  width: 100%;
  padding: 48px 0 80px;
  background-color: #fff;
}
.global-zju .cooperative .title {
  display: flex;
  margin: 0 0 38px;
  justify-content: center;
}
.global-zju .cooperative .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 200px;
  box-sizing: border-box;
}
.global-zju .cooperative .title h3 span {
  display: block;
  width: 184px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.global-zju .cooperative .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.global-zju .cooperative .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.global-zju .cooperative .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.global-zju .cooperative p {
  width: 780px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 64px;
  margin-top: 40px;
  color: rgba(0, 0, 0, 0.5);
}
.global-zju .cooperative .people {
  width: 100%;
}
.global-zju .cooperative .people .swiper-people .swiper-slide {
  position: relative;
  padding-bottom: 34px;
}
.global-zju .cooperative .people .swiper-people .swiper-slide .imgs {
  width: 100%;
}
.global-zju .cooperative .people .swiper-people .swiper-slide .imgs img {
  display: block;
  width: 100%;
}
.global-zju .cooperative .people .swiper-people .swiper-slide .info {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 68px;
  padding: 10px 0;
  box-sizing: border-box;
  background: rgba(8, 71, 130, 0.75);
}
.global-zju .cooperative .people .swiper-people .swiper-slide .info .name {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.global-zju .cooperative .people .swiper-people .swiper-slide .info .college {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.global-zju .strategic-unit {
  width: 100%;
  padding: 48px 0 80px;
  background-color: #F7FAFF;
}
.global-zju .strategic-unit .title {
  display: flex;
  margin: 0 0 38px;
  justify-content: center;
}
.global-zju .strategic-unit .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 176px;
  box-sizing: border-box;
}
.global-zju .strategic-unit .title h3 span {
  display: block;
  width: 160px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.global-zju .strategic-unit .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.global-zju .strategic-unit .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.global-zju .strategic-unit .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.global-zju .strategic-unit .college-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-zju .strategic-unit .college-img .item {
  margin: 0 10px;
  width: 380px;
  height: 120px;
}
.global-zju .strategic-unit .college-img .item img {
  display: block;
  width: 100%;
}
.global-zju .action-plan .content {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  padding: 60px 0;
  margin: 0 auto;
  position: relative;
}.global-zju .action-plan .content:nth-child(even) .info {
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
  margin-right: 0;
}
.global-zju .action-plan .content:nth-child(even) img {
  display: block;
  width: 650px;
  height: auto;
  margin-left: 0;
  margin-right: 50px;
  margin-top: -60px;
}
.global-zju .action-plan .content:nth-child(odd) .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 480px;
}
.global-zju .action-plan .content:nth-child(odd) img {
  display: block;
  width: 650px;
  height: auto;
  margin-left: 530px;
  margin-top: -60px;
}
.global-zju .action-plan .info {
  margin-right: 50px;
}
.global-zju .action-plan img{
    display: block;
    max-width: 700px;
}
.global-zju .action-plan .info .title {
  display: flex;
  margin: 0 0 38px;
  justify-content: center;
}
.global-zju .action-plan .info .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  box-sizing: border-box;
}
.global-zju .action-plan .info .title h3 span {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.global-zju .action-plan .info .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.global-zju .action-plan .info .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.global-zju .action-plan .info .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.global-zju .action-plan .info .txt {
    font-size: 16px;
    line-height: 34px;
  color: #000;
  text-align: justify;
}
.study-abroad .study-wrap {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px dashed #084782;
}
.study-abroad .study-wrap .title {
  display: flex;
  margin: 60px 0 38px;
  justify-content: center;
}
.study-abroad .study-wrap .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 172px;
  box-sizing: border-box;
}
.study-abroad .study-wrap .title h3 span {
  display: block;
  width: 156px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.study-abroad .study-wrap .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.study-abroad .study-wrap .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.study-abroad .study-wrap .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.study-abroad .study-wrap .project-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}
.study-abroad .study-wrap .project-list .project-item {
  position: relative;
  width: 169px;
  height: 400px;
  overflow: hidden;
}
.study-abroad .study-wrap .project-list .project-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.6s;
}
.study-abroad .study-wrap .project-list .project-item .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  height: 96px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-left: -10px;
  margin-top: -48px;
  writing-mode: tb-rl;
  text-align: center;
}
.study-abroad .study-wrap .project-list .project-item img {
  transition: all 0.5s;
}
.study-abroad .study-wrap .project-list .project-item:hover img {
  transform: scale(1.3);
}
.study-abroad .study-wrap .project-list .project-item:hover:before {
  background: rgba(8, 71, 130, 0.7);
}
.study-abroad .apply-wrap {
  width: 1200px;
  margin: 0 auto;
}
.study-abroad .apply-wrap .title {
  display: flex;
  margin: 60px 0 38px;
  justify-content: center;
}
.study-abroad .apply-wrap .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 172px;
  box-sizing: border-box;
}
.study-abroad .apply-wrap .title h3 span {
  display: block;
  width: 156px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 8px;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.study-abroad .apply-wrap .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.study-abroad .apply-wrap .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.study-abroad .apply-wrap .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.study-abroad .apply-wrap .apply-box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.study-abroad .apply-wrap .apply-box .apply-btn {
  width: 280px;
  height: 48px;
  padding: 8px;
  border: 1px solid #08478285;
  transition: all 0.5s;
}
.study-abroad .apply-wrap .apply-box .apply-btn:first-child {
  margin-right: 20px;
}
.study-abroad .apply-wrap .apply-box .apply-btn a {
  display: inline-block;
  width: 100%;
  line-height: 48px;
  background: #08478285;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.study-abroad .apply-wrap .apply-box .apply-btn:hover {
  margin-top: -10px;
  margin-bottom: 10px;
  border: 1px solid #084782;
}
.study-abroad .apply-wrap .apply-box .apply-btn:hover a {
  background: #084782;
  text-decoration: none;
}
.forumBox .lecture-wrap {
  width: 100%;
}
.forumBox .lecture-wrap iframe {
  width: 100%;
}
.lectureBox {
  width: 100%;
}
.lectureBox .lecture-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.lectureBox .lecture-list .lecture-item {
  width: 280px;
  margin-bottom: 24px;
  margin-right: 20px;
}
.lectureBox .lecture-list .lecture-item:nth-child(4n) {
  margin-right: 0;
}
.lectureBox .lecture-list .lecture-item .img {
  width: 100%;
  overflow: hidden;
}
.lectureBox .lecture-list .lecture-item .img img {
  display: block;
  width: 100%;
    height: 186px;
    object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.lectureBox .lecture-list .lecture-item .texts {
  width: 100%;
}
.lectureBox .lecture-list .lecture-item .texts h3 {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin: 8px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lectureBox .lecture-list .lecture-item .texts h3 a {
  color: #000;
  text-decoration: none;
}
.lectureBox .lecture-list .lecture-item .texts span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.lectureBox .lecture-list .lecture-item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.lectureBox .lecture-list .lecture-item:hover .texts h3 a {
  color: #084782;
}.online-service-block {
  width: 1180px;
  margin: 0 auto;
}
.online-service-block .title {
  display: flex;
  margin: 60px 0 38px;
  justify-content: center;
}
.online-service-block .title h3 {
  position: relative;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 124px;
  box-sizing: border-box;
}
.online-service-block .title h3 span {
  display: block;
  width: 100%;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  left: 0;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.online-service-block .title h3 span::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.online-service-block .title h3 span::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #084782;
}
.online-service-block .title h3::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
  z-index: 1;
}
.online-service-block .service-box {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
}
.online-service-block .service-box .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.online-service-block .service-box .menu li {
  position: relative;
  flex: 0 0 calc(50% - 112px);
  display: flex;
  justify-content: flex-start;
  min-height: 165px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 24px;
  padding: 32px 48px 28px 48px;
  transition: all 0.5s linear;
}
.online-service-block .service-box .menu li:nth-child(2n) {
  margin-left: 24px;
}
.online-service-block .service-box .menu li:nth-child(1) {
  background: url(../img/home/menu-bg1.png) left bottom no-repeat rgba(255, 255, 255, 0.25);
}
.online-service-block .service-box .menu li:nth-child(2) {
  background: url(../img/home/menu-bg2.png) left bottom no-repeat rgba(255, 255, 255, 0.25);
}
.online-service-block .service-box .menu li:nth-child(3) {
  background: url(../img/home/menu-bg3.png) left bottom no-repeat rgba(255, 255, 255, 0.25);
}
.online-service-block .service-box .menu li:nth-child(4) {
  background: url(../img/home/menu-bg4.png) left bottom no-repeat rgba(255, 255, 255, 0.25);
}
.online-service-block .service-box .menu li:nth-child(5) {
  background: url(../img/home/menu-bg5.png) left bottom no-repeat rgba(255, 255, 255, 0.25);
}
.online-service-block .service-box .menu li:nth-child(6) {
  background: url(../img/home/menu-bg6.png) left bottom no-repeat rgba(255, 255, 255, 0.25);
}
.online-service-block .service-box .menu li .txt {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #084782;
  transition: all 0.4s linear;
  margin-bottom: 0;
}
.online-service-block .service-box .menu li .box {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  transition: all 0.4s linear;
}
.online-service-block .service-box .menu li .box .list {
  position: relative;
}
.online-service-block .service-box .menu li .box .list a.a-parent {
  display: block;
  width: 100%;
  font-size: 15px;
  height: 28px;
  line-height: 28px;
  padding-left: 25px;
  color: #084782;
  cursor: pointer;
  text-decoration: none;
}
.online-service-block .service-box .menu li .box .list .a-child {
  padding-left: 25px;
  margin-bottom: 10px;
}
.online-service-block .service-box .menu li .box .list .a-child a {
  /*display: inline-block;*/
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  color: #333;
}
.online-service-block .service-box .menu li .box .list .a-child img{
  display: inline-block;
}
.online-service-block .service-box .menu li .box .list.links::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url(../img/home/arrow/arrow-right-blue.svg) no-repeat center;
  background-size: contain;
  transition: all 0.5s;
}
.online-service-block .service-box .menu li .box .list.cur::before {
  transform: rotate(90deg);
}
.online-service-block .service-box .menu li .menu-img {
  position: absolute;
  right: 32px;
  top: 24px;
  width: 64px;
  height: auto;
  transition: all 0.4s linear;
}


.wp_paging {
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 15px auto;
    width: auto;
    display: flex;
    justify-content: center;
}
.wp_paging li {
    display: inline-block;
    height: auto;
    line-height: unset; 
    float: left;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 14px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 14px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}


/* 关于我们新增 */

.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list {
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border: solid 1px #E1E1E1;
    flex-direction: row;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list:last-child {
  margin-bottom: 0;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .avator {
  width: 140px;
  height: 180px;
  margin-right: 30px;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .avator img {
  display: block;
  width: 140px;
  height: 180px;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos {
  width: calc(100% - 170px);
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: solid 1px #E1E1E1;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up .ft .name {
  font-size: 28px;
  color: #333333;
  margin-bottom: 20px;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up .ft .zhiwei {
  font-size: 20px;
  color: #666666;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up .rt {
  display: flex;
  align-items: center;
  padding-right: 35px;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up .rt .item {
  margin-left: 100px;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up .rt .item .tag {
  font-size: 16px;
  color: #999999;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up .rt .item .val {
  font-size: 20px;
  color: #333333;
  margin-top: 25px;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .up .rt .item:first-child {
  margin-left: 0;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .down {
  padding: 15px 0;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.about-us .structure .content .project-list .project-item .project-content .school-list .sub-list .person-infos .down span {
  color: #666666;
}