* {
  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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-title .title-en {
  font-size: 0.25rem;
  color: #fff;
  margin-top: 0.0625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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-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-category .cate-item .cate-item-icon{*/
/*    font-family: "iconfont" !important;*/
/*    content: "\e62a";*/
/*    position: absolute;*/
/*    right: 0.125rem;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*  display: inline-block;*/
/*  !*background-color: red;*!*/

/*}*/

.team-right {
  margin-left: 0.975rem;
}
.team-right h2 {
  font-size: 0.475rem;
  color: #b21e23;
  font-weight: bold;
}

.team-right .line {
  width: 11.4375rem;
  height: 1px;
  background: #e4e4e3;
  border: 1px dashed #525252;
  margin-top: 0.2625rem;
}

.article-list{
  width: 11.4375rem;
}


.article-list > a {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #ddd9d5;
  margin-top: 0.5rem;
  cursor: pointer;
}

.article-list > a .item-name-date {
  display: flex;
  justify-content: space-between;
}

.item-name-date .item-date {
  font-size: 0.25rem;
  color: #838383;
}

.article-list > a .item-name {
  font-size: 0.3rem;
  font-weight: 800;
  color: #3c3c3c;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list > a .item-name:hover{
  color: #b42624;
}

.article-list > a .item-content {
  font-size: 0.25rem;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 0.4375rem;
  margin-top: 0.275rem;
}

.my-page{
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}

.m-style .active{
  background-color: #B42624 !important;
}

.m-style a:hover{
  background-color: #B42624 !important;
}

.no-data{
  margin-top: .25rem;
  font-size: .3rem;
  font-weight: 500;
}