/* #region 首页 */
.homeindex {
  position: relative;
  padding-top: 80px;
  margin: 0 auto;
}
.content {
  margin: 40px 0 60px 0;
  display: flex;
  justify-content: center;
}
.content .container {
  width: 1200px;
}
.content .container .box .header {
  border-left: 8px solid #F7931E;
  padding-left: 14px;
  margin-bottom: 20px;
}
.content .container .box .header .title {
  font-size: 22px;
  font-weight: 400;
  color: #4D4D4D;
  margin-bottom: 5px;
}
.content .container .box .header .title-en {
  font-size: 10px;
  font-weight: 500;
  color: #4D4D4D;
}
.content .container .box .card-content .box-card {
  border-radius: 0%;
  margin-bottom: 20px;
  cursor: pointer;
}
.content .container .box .card-content .box-card .cover {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.content .container .box .card-content .box-card .cover .image {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.content .container .box .card-content .box-card .cover .image:hover {
  transform: scale(1.1);
}
.content .container .box .card-content .box-card .box-card-header .title {
  font-size: 14px;
  font-weight: bold;
  color: #4D4D4D;
}
.content .container .box .card-content .box-card .box-card-bottom {
  margin-top: 10px;
  border-top: 1px solid #E7E7E7;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #4D4D4D;
}
.content .container .box .card-content .box-card .box-card-bottom .icon-right {
  width: 11px;
  height: 7px;
  padding-left: 5px;
}
.team {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 60px;
  background: url('/static/home/img/team_back.jpg') 50% / cover no-repeat;
  height: 404px;
}
.team-container {
  width: 1200px;
}
.team-container-box {
  height: 404px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.team-container-box .team-header {
  border-left: 8px solid #F7931E;
  padding-left: 14px;
  margin-bottom: 20px;
}
.team-container-box .team-header .team-title {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.team-container-box .team-header .team-title-en {
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
}
.team-container-box .team-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  height: 200px;
}
.team-container-box .team-content .team-content-box {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 3px solid #F7931E;
}
.team-container-box .team-content .team-content-box .team-content-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.team-container-box .team-content .team-content-box .team-content-title .team-content-top,
.team-container-box .team-content .team-content-box .team-content-title .team-content-bottom {
  font-size: 21px;
  font-weight: bold;
  color: #FFFFFF;
}
.team-container-box .team-content .team-content-box .team-content-ranking {
  display: flex;
  align-items: flex-end;
  font-size: 29px;
  font-weight: bold;
}
.team-container-box .team-content .team-content-box .team-content-ranking .num {
  line-height: 70px;
  font-size: 96px;
  font-weight: bold;
  color: #FFFFFF;
}
.team-container-box .team-bottom {
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.team-container-box .team-bottom .icon-right {
  width: 11px;
  height: 7px;
  padding-left: 5px;
}
.news {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 60px;
}
.news .header {
  border-left: 8px solid #F7931E;
  padding-left: 14px;
  margin-bottom: 20px;
  color: #4D4D4D;
}
.news .header .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.news .header .title-en {
  font-size: 10px;
  font-weight: 500;
}
.news .left {
  margin-left: 10%;
  width: 40%;
}
.news .left .el-tabs__item {
  height: 60px;
  line-height: 60px;
  color: #4D4D4D;
  background: #eee;
  font-size: 15px;
}
.news .left .el-tabs__item.is-active {
  color: #DB881B;
  background: #f5f5f5;
}
.news .left .el-tabs__item:not(.is-disabled):hover {
  color: #DB881B;
}
.news .left .el-tabs__content {
  height: 184px;
}
.news .left .box {
  height: 145px;
  margin: 0 30px;
}
.news .left .box .news-line {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.news .left .box .news-line .dot {
  height: 12px;
  width: 12px;
  background: #fbb03b;
  border-radius: 12px;
}
.news .left .box .news-line .text {
  margin-left: 10px;
  width: 500px;
  color: #4D4D4D;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.news .left .box-card-bottom {
  margin: 0 30px;
  margin-top: 10px;
  cursor: pointer;
  border-top: 1px solid #E7E7E7;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #4D4D4D;
}
.news .left .box-card-bottom .icon-right {
  width: 11px;
  height: 7px;
  padding-left: 5px;
}
.news .right {
  margin-right: 10%;
  margin-left: 20px;
}
.news .right .course {
  width: 505px;
  height: 275px;
  cursor: pointer;
}
