* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}

.w {
  /* width: 1440px; */
  width: 18rem;
  margin: 0 auto;
}

/* @media screen and (max-width: 1440px) {
  .w {
    width: 100%;
  }
} */

@media screen and (max-width: 800px) {
}

/* banner图 */
.banner {
  height: 6.25rem;
}

.banner img {
  width: 100%;
  height: 100%;
}

/* 企业新闻 */

.news-category {
  height: 0.75rem;
  background-color: #f4f4f4;
}

.news-category .category-list {
  height: 0.75rem;
  display: flex;
}

.news-category .category-list .category-active {
  background-color: #b21e23;
  color: #fff;
}

.category-list .category-item {
  width: 20%;
  font-size: 0.225rem;
  color: #be912f;
  font-weight: bold;
  text-align: center;
  line-height: 0.75rem;
}

.team {
  background-color: #fff;
  margin-top: 1rem;
  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;
}

.team-title .title-zh {
  font-size: 0.35rem;
  color: #fff;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.team-title .title-en {
  font-size: 0.25rem;
  color: #fff;
  margin-top: 0.0625rem;
}

.team .team-category {
  width: 3.0625rem;
  background-color: #f6f6f6;
}

.team-category .cate-item {
  position: relative;
  display: block;
  width: 2.8125rem;
  height: 0.8rem;
  font-size: 0.3rem;
  color: #c8a868;
  margin: 0 auto;
  line-height: 0.8rem;
  padding: 0 0.25rem;
  border-bottom: 1px solid #c8a868;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-category .cate-item-active {
  background-color: #c8a868;
  color: #fff;
}

.team-category .cate-item::after {
  font-family: "iconfont" !important;
  content: "\e62a";
  position: absolute;
  /* top: 0.225rem; */
  right: 0.125rem;
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  /* background-image: url(../../img/more.png); */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
}

.team-right {
  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 #e4e4e3;
  margin-top: 0.2625rem;
}

.team-right .frame-img {
  width: 13.4375rem;
  height: 10rem;
  padding-top: 0.725rem;
}

.team-right .frame-img img {
  width: 100%;
  height: 100%;
}
