.textAlign {
  text-align: justify;
  word-break: normal;
}
.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tag .tag-item {
  display: inline-block;
  height: 0.34rem;
  line-height: 0.34rem;
  padding: 0 0.11rem;
  text-align: center;
  color: #666666;
  font-size: 0.14rem;
  font-family: PingFang SC;
  background-color: #f6f6f6;
  cursor: pointer;
  margin-right: 0.11rem;
  user-select: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.tag .tag-item:last-child {
  margin-right: 0;
}
.tag .tag-item:hover {
  font-weight: 600;
  color: #fff;
  background-color: #c6000b;
}
.active-tag {
  opacity: 1;
  font-weight: 600;
  position: relative;
  color: #fff !important;
  background-color: #c6000b !important;
}
.active-tag::before {
  content: '';
  position: absolute;
  top: 0.34rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 0.06rem;
  border-style: solid;
  border-top-color: #c6000b;
}
.affiche {
  margin-top: 0.72rem;
  padding: 0 1.4rem;
}
.affiche .affiche-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  width: 11.6rem;
}
.affiche .affiche-menu .time-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.affiche .affiche-menu .time-options::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 0.04rem;
  height: 0.16rem;
  background-color: #c6000b;
}
.affiche .affiche-menu .time-options h4 {
  font-family: PingFangSC-Semibold;
  color: #c6000b;
  font-size: 0.16rem;
  font-weight: 600;
  margin-left: 0.22rem;
  margin-right: 0.45rem;
}
.affiche .affiche-menu .time-options .menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.affiche .affiche-menu .time-options .menu-box .menu-item {
  margin-right: 0.45rem;
  font-family: PingFangSC-Regular;
  color: #666666;
  font-size: 0.14rem;
  cursor: pointer;
}
.affiche .affiche-menu .time-options .menu-box .menu-item:hover,
.affiche .affiche-menu .time-options .menu-box .active-menu {
  color: #c6000b;
}
.affiche .affiche-menu .search-Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 0.4rem;
  position: relative;
}
.affiche .affiche-menu .search-Box input {
  width: 2.6rem;
  height: 0.4rem;
  background-color: #f6f6f6;
  border-radius: 0.22rem 0rem 0rem 0.22rem;
  border: none;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  color: #333333;
  font-size: 0.16rem;
  outline: none;
}
.affiche .affiche-menu .search-Box button {
  opacity: 0.9;
  display: block;
  width: 0.6rem;
  height: 0.4rem;
  color: #ffffff;
  font-size: 0.16rem;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #c6000b;
  border-radius: 0px 0.22rem 0.22rem 0px;
}
.affiche .affiche-menu .search-Box button:hover {
  opacity: 1;
}
.affiche .affiche-menu .search-Box .empty {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  font-size: 0.18rem;
}
.affiche .affiche-menu .search-Box .empty:hover {
  opacity: 1;
}
.affiche #home-investor-gupiao-echarts {
  width: 100%;
  height: 6rem;
}
.affiche .tab-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.affiche .tab-box .look-more {
  display: block;
  font-size: 0.16rem;
  cursor: pointer;
}
.affiche .tab-box .look-more i {
  display: inline-block;
  opacity: 0.9;
  color: #cc0000;
  font-size: 0.16rem;
  transform: rotate(-90deg);
  margin-left: 0.06rem;
}
.affiche .mobile-look-more {
  display: none;
}
.affiche .affiche-list {
  height: 3.15rem;
  height: 3.8rem;
  margin: 0.35rem 0;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.affiche .affiche-list::-webkit-scrollbar {
  display: none;
}
.affiche .affiche-list .affiche-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.affiche .affiche-list .affiche-item:last-child {
  margin-bottom: 0;
}
.affiche .affiche-list .affiche-item .left-title {
  font-family: PingFang SC;
  color: #333333;
  font-size: 0.16rem;
  width: 9rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  cursor: default;
}
.affiche .affiche-list .affiche-item .right-function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.affiche .affiche-list .affiche-item .right-function .info-text {
  font-family: PingFang SC;
  color: #666666;
  font-size: 0.16rem;
  margin-right: 0.64rem;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  cursor: pointer;
}
.affiche .affiche-list .affiche-item .right-function .info-text:last-child {
  margin-right: 0;
}
.affiche .affiche-list .affiche-item .right-function .info-text:hover {
  color: #c6000b;
}
.affiche .affiche-list .affiche-item .right-function .info-text:hover i {
  color: #c6000b;
}
.affiche .affiche-list .affiche-item .right-function .info-text span {
  margin-left: 0.08rem;
}
.affiche .affiche-list .affiche-item .right-function .info-text i {
  font-size: 0.15rem;
  color: #999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.affiche .affiche-list .tip {
  font-size: 0.16rem;
  text-align: center;
  color: #000000;
}
.affiche .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.affiche .dropdown i {
  font-weight: 0.14rem;
  color: #999999;
}
.affiche .framework .title {
  position: relative;
  font-family: PingFangSC-Medium;
  font-size: 0.3rem;
  color: #333333;
  font-weight: 500;
}
.affiche .framework .title::after {
  content: '';
  position: absolute;
  bottom: -0.13rem;
  left: 0;
  display: inline-block;
  width: 0.45rem;
  height: 0.04rem;
  background: #CC0000;
}
.affiche .framework .intro {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.affiche .framework .intro .intro-content {
  font-family: PingFangSC-Medium;
  font-size: 0.16rem;
  color: #333333;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.affiche .framework .intro .intro-img {
  height: 2.9rem;
  width: 100%;
  background-color: #d3363f;
}
.affiche .framework .intro .intro-img img {
  width: 100%;
  height: 100%;
}
.affiche .framework .personnel .personnel-box .personnel-plate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  width: 11.6rem;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 2.3rem;
  padding-bottom: 0.5rem;
  margin-right: 0.8rem;
  position: relative;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item:hover .personnel-intro {
  display: block;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item:nth-child(4n+4) {
  margin-right: 0;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-img {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #434657;
  overflow: hidden;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-img img {
  width: 100%;
  height: 100%;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-name {
  font-family: PingFangSC-Medium;
  font-size: 0.2rem;
  color: #666666;
  font-weight: 500;
  margin-top: 0.2rem;
  margin-bottom: 0.05rem;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-position {
  font-family: PingFangSC-Regular;
  font-size: 0.2rem;
  color: #666666;
  font-weight: 400;
}
.affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-intro {
  display: none;
  font-family: PingFangSC-Regular;
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.affiche .framework .personnel .personnel-box .look-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  opacity: 0.95;
}
.affiche .framework .personnel .personnel-box .look-more div {
  font-size: 0.16rem;
  background: #D3363F;
  line-height: 0.42rem;
  text-align: center;
  cursor: pointer;
  width: 1.62rem;
  height: 0.42rem;
  color: #fff;
}
.affiche .framework .personnel .personnel-box .look-more div i {
  margin-left: 0.05rem;
  font-size: 0.16rem;
}
.affiche .framework .personnel .personnel-box .look-more:hover {
  opacity: 1;
}
.info {
  padding: 0 1.4rem;
}
.info .tag {
  margin-top: 0.7rem;
}
.info .info-list {
  margin-top: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info .info-list .info-item {
  margin-top: 0.8rem;
}
.info .info-list .info-item:nth-child(-n+2) {
  margin-top: 0;
}
.info .info-list .info-item:hover .info-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.info .info-list .info-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.info .info-list .info-item a .info-img {
  width: 2rem;
  height: 1.18rem;
  overflow: hidden;
}
.info .info-list .info-item a .info-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.info .info-list .info-item a .info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 3.2rem;
  margin-left: 0.2rem;
}
.info .info-list .info-item a .info-text h4 {
  height: 0.48rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.26rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info .info-list .info-item a .info-text h4:hover {
  color: #c6000b;
}
.info .info-list .info-item a .info-text p {
  font-family: PingFangSC-Regular;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.28rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info .loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 0.4rem 0;
}
.info .loading a {
  opacity: 0.8;
  display: block;
  width: 2.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-family: PingFangSC-Medium;
  color: #333333;
  font-size: 0.14rem;
  text-align: center;
  border: 0.5px solid #333333;
  cursor: pointer;
}
.info .loading a:hover {
  opacity: 1;
}
.info .loading .loading-img {
  width: 0.5rem;
  height: 0.51rem;
  animation: loading 1s linear infinite;
}
.info .loading .loading-tip {
  color: #999999;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular;
}
@keyframes loading {
  form {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
.contact {
  margin-top: 0.52rem;
  margin-bottom: 0.35rem;
  padding: 0 1.4rem;
}
.contact .contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contact .contact-box .contact-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 5.6rem;
  height: 1.45rem;
  background-color: #ffffff;
  box-shadow: 0px 2.5px 25px rgba(204, 204, 204, 0.3);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.contact .contact-box .contact-type:hover {
  box-shadow: 0px 2.5px 30px rgba(0, 0, 0, 0.1);
}
.contact .contact-box .contact-type .contact-type-icon {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.4rem;
  margin-right: 0.3rem;
}
.contact .contact-box .contact-type .contact-type-icon img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.contact .contact-box .contact-type .contact-way .type {
  font-family: PingFangSC-Regular;
  font-weight: 600;
  color: #000000;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.contact .contact-box .contact-type .contact-way .number {
  font-family: Arial;
  font-weight: 700;
  color: #c6000b;
  font-size: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .tag {
    display: -webkit-box;
    padding-bottom: 0.2rem;
    overflow-x: auto;
  }
  .tag::-webkit-scrollbar {
    display: none;
  }
  .tag .tag-item {
    display: -webkit-box;
    height: 0.68rem;
    line-height: 0.68rem;
    padding: 0 0.22rem;
    font-size: 0.28rem;
    margin-right: 0.2rem;
  }
  .active-tag::before {
    top: 0.68rem;
    border-width: 0.1rem;
  }
  .affiche {
    margin-top: 0.66rem;
    padding: 0 0.24rem;
  }
  .affiche .affiche-menu {
    width: unset;
    height: unset;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: unset;
    -moz-align-items: unset;
    -ms-align-items: unset;
    -o-align-items: unset;
    align-items: unset;
    margin-bottom: 0.3rem;
  }
  .affiche .affiche-menu .time-options {
    position: relative;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: #f6f6f6;
    height: 0.8rem;
  }
  .affiche .affiche-menu .time-options::before {
    width: 0.08rem;
    height: 0.32rem;
  }
  .affiche .affiche-menu .time-options h4 {
    font-size: 0.32rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
  .affiche .affiche-menu .time-options .menu-box {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    width: 5rem;
    overflow-x: scroll;
  }
  .affiche .affiche-menu .time-options .menu-box::-webkit-scrollbar {
    display: none;
  }
  .affiche .affiche-menu .time-options .menu-box .menu-item {
    margin-right: 0.46rem;
    font-size: 0.28rem;
    white-space: nowrap;
  }
  .affiche .affiche-menu .time-options .menu-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 1.1rem;
    height: 0.4rem;
    background-image: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  }
  .affiche .affiche-menu .search-Box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.7rem;
    width: 100%;
    width: 7rem;
    position: relative;
    margin-bottom: 0.3rem;
  }
  .affiche .affiche-menu .search-Box input {
    display: inline-block !important;
    width: 5.68rem;
    height: 0.7rem;
    border-radius: 0.4rem 0rem 0rem 0.4rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: 0.32rem;
  }
  .affiche .affiche-menu .search-Box button {
    height: 0.7rem;
    border-radius: 0px 0.4rem 0.4rem 0px;
    width: 1.34rem;
    font-size: 0.32rem;
  }
  .affiche .affiche-menu .search-Box .empty {
    opacity: 0.8;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    font-size: 0.32rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
  }
  .affiche .affiche-menu .search-Box .empty:hover {
    opacity: 1;
  }
  .affiche .look-more {
    display: none !important;
  }
  .affiche #home-investor-gupiao-echarts {
    height: 10rem;
  }
  .affiche .mobile-look-more {
    display: block;
    text-align: right;
    font-size: 0.28rem;
    margin-top: 0.3rem;
    margin-right: 0.24rem;
  }
  .affiche .mobile-look-more a i {
    display: inline-block;
    opacity: 0.9;
    color: #cc0000;
    font-size: 0.28rem;
    transform: rotate(-90deg);
    margin-left: 0.03rem;
  }
  .affiche .affiche-list {
    height: unset;
    margin-bottom: 0.56rem;
    overflow-y: unset;
  }
  .affiche .affiche-list .affiche-item {
    margin-bottom: 0.6rem;
  }
  .affiche .affiche-list .affiche-item:last-child {
    margin-bottom: 0;
  }
  .affiche .affiche-list .affiche-item .left-title {
    width: 5.8rem;
    font-size: 0.32rem;
  }
  .affiche .affiche-list .affiche-item .right-function {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .affiche .affiche-list .affiche-item .right-function .info-text {
    font-size: 0.32rem;
    margin-right: 0.26rem;
  }
  .affiche .affiche-list .affiche-item .right-function .info-text span {
    display: none;
  }
  .affiche .affiche-list .affiche-item .right-function .info-text i {
    font-size: 0.3rem;
  }
  .affiche .affiche-list .tip {
    font-size: 0.32rem;
  }
  .affiche .dropdown {
    display: none;
  }
  .affiche .framework .title {
    font-size: 0.48rem;
  }
  .affiche .framework .title::after {
    content: '';
    position: absolute;
    bottom: -0.16rem;
    left: 0;
    width: 0.9rem;
    height: 0.08rem;
  }
  .affiche .framework .intro {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
  }
  .affiche .framework .intro .intro-content {
    font-size: 0.32rem;
    color: #333333;
    font-weight: 500;
    margin-top: 0.62rem;
    margin-bottom: 1.1rem;
  }
  .affiche .framework .intro .intro-img {
    height: 8.12rem;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate {
    width: unset;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 0.5rem;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 4.6rem;
    padding-bottom: 1.2rem;
    margin-right: 0;
    position: relative;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item:hover .personnel-intro {
    display: block;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item:first-child {
    margin-top: 0.9rem;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-img {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-name {
    font-size: 0.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-position {
    font-size: 0.4rem;
  }
  .affiche .framework .personnel .personnel-box .personnel-plate .personnel-item .personnel-intro {
    font-size: 0.32rem;
    color: #333;
    margin-top: 0.4rem;
  }
  .affiche .framework .personnel .personnel-box .look-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    opacity: 0.95;
  }
  .affiche .framework .personnel .personnel-box .look-more div {
    width: 2.33rem;
    height: 0.85rem;
    line-height: 0.85rem;
    font-size: 0.32rem;
  }
  .affiche .framework .personnel .personnel-box .look-more div i {
    margin-left: 0.1rem;
    font-size: 0.32rem;
  }
  .affiche .framework .personnel .personnel-box .look-more:hover {
    opacity: 1;
  }
  .info {
    margin-bottom: 1.2rem;
    padding: 0 0.24rem;
  }
  .info .tag {
    margin-top: 0.77rem;
  }
  .info .info-list {
    margin-top: 0.54rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .info .info-list .info-item {
    margin-top: 0;
    margin-bottom: 0.65rem;
  }
  .info .info-list .info-item:nth-child(-n+2) {
    margin-top: unset;
  }
  .info .info-list .info-item:last-child {
    margin-bottom: 0;
  }
  .info .info-list .info-item:hover .info-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  .info .info-list .info-item a {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .info .info-list .info-item a .info-img {
    width: 7.07rem;
    height: 4.16rem;
  }
  .info .info-list .info-item a .info-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    width: 6.8rem;
    margin-left: 0;
  }
  .info .info-list .info-item a .info-text h4 {
    height: 0.96rem;
    font-size: 0.36rem;
    line-height: 0.52rem;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .info .info-list .info-item a .info-text p {
    height: 1rem;
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.56rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .info .loading {
    padding: 0.65rem 0;
  }
  .info .loading a {
    display: block;
    width: 4.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    border: 0.1px solid #333333;
  }
  .info .loading .loading-img {
    width: 1rem;
    height: 1rem;
  }
  .info .loading .loading-tip {
    font-size: 0.28rem;
  }
  .contact {
    margin-top: 1rem;
    margin-bottom: 0.6rem;
    padding: 0 0.24rem;
  }
  .contact .contact-box .contact-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 3.4rem;
    height: 5.06rem;
    box-shadow: 0px 28px 59px rgba(204, 204, 204, 0.16);
  }
  .contact .contact-box .contact-type .contact-type-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: unset;
  }
  .contact .contact-box .contact-type .contact-way {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
  }
  .contact .contact-box .contact-type .contact-way .type {
    font-size: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .contact .contact-box .contact-type .contact-way .number {
    font-size: 0.36rem;
  }
}
<!--ºÄÊ±1761067669.8908Ãë-->