* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}

.w {
  max-width: 1440px;
  /* width: 18rem; */
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .w {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
}

/* banner图 */
.banner {
  height: 3.75rem;
}

.banner img {
  width: 100%;
  height: 100%;
}
.special-title {
  font-size: 0.475rem;
  color: #b21e23;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.25rem;
  margin-top: 1rem !important;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.12em;
}

.special-title::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.9625rem;
  height: 0.0625rem;
  background-color: #b21e23;
}

.team {
  background-color: #fff;
  margin-top: 0.75rem;
  margin-bottom: 0.625rem;
}

.team .team-container {
  display: flex;
}

.team-left .team-title {
  width: 3.0625rem;
  height: 1.375rem;
  background-color: #b42624;
  padding: 0.25rem 0;
  padding-left: 0.375rem;
}

.team-title .title-zh {
  font-size: 0.35rem;
  color: #fff;
}

.team-title .title-en {
  font-size: 0.25rem;
  color: #fff;
  margin-top: 0.0625rem;
}

.team .team-category {
  width: 3.0625rem;
  /*height: 2.9375rem;*/
  background-color: #f6f6f6;
  padding-top: 0.125rem;
}

.team-category .cate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*position: relative;*/
  width: 2.8125rem;
  /*height: 0.8rem;*/
  font-size: 0.280rem;
  color: #c8a868;
  margin: 0 auto;
  /*line-height: 0.8rem;*/
  padding-left: 0.25rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  border-bottom: 1px solid #c8a868;
}

.team-category .cate-item-active {
  background-color: #c8a868;
  color: #fff;
}

.team-right {
  width: 75%;
  margin-left: 0.975rem;
}
.team-right h2 {
  font-size: 0.475rem;
  color: #b21e23;
  font-weight: bold;
}

.team-right .line {
  height: 1px;
  background: #e4e4e3;
  border: 1px dashed #525252;
  margin-top: 0.2625rem;
}

.team-right .news-title {
  font-size: 0.325rem;
  font-weight: 800;
  color: #b42624;
  text-align: center;
  margin-top: 0.6875rem;
}

.team-right .news-desc {
  margin-top: .375rem !important;
  text-align: center;
  font-weight: 500;
  font-size: .225rem;
  color: #333;
}

.team-right .news-desc .news-date {
  margin-right: 0.625rem;
}

.team-right .news-content {
  overflow: hidden;
  margin-top: 0.725rem;
  font-size: 0.275rem;
}

.team-right .news-prev {
  margin-top: 1.25rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #333333;
  padding-bottom: 0.125rem;
  border-bottom: 1px dashed #cac8c8;
}

.team-right .news-next {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #333333;
  padding-bottom: 0.125rem;
  border-bottom: 1px dashed #cac8c8;
  margin-bottom: 1.25rem;
}

.contribution{
  text-align: right;
  font-size: .2rem;
  color: #3c3c3c;
  padding-top: 0.9rem;
}