.user_con {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  display: flex;
  padding-top: 30px;
}
.user_con .user_wrap {
  width: 1300px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.user_con .user_wrap .user_left {
  width: 692px;
  height: 242px;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
}
.user_con .user_wrap .user_left .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.user_con .user_wrap .user_left .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.user_con .user_wrap .user_left .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.user_con .user_wrap .user_left .text-list {
  height: auto;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
  padding: 20px 0 0px;
}
.user_con .user_wrap .user_left .text-list p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.user_con .user_wrap .user_right {
  width: 588px;
  height: 242px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
.user_con .user_wrap .user_right .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.user_con .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.user_con .user_wrap .user_right .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.user_con .user_wrap .user_right .text-list .leader_sub {
  margin-top: 13px;
  width: 274px;
  height: 108px;
  float: left;
}
.user_con .user_wrap .user_right .text-list .leader_sub .leader_img {
  width: 82px;
  height: 108px;
  float: left;
}
.user_con .user_wrap .user_right .text-list .leader_sub .leader_img img {
  width: 82px;
  height: 108px;
}
.user_con .user_wrap .user_right .text-list .leader_sub .leader_subleft {
  width: 172px;
  height: 108px;
  float: left;
  margin-left: 9px;
}
.user_con .user_wrap .user_right .text-list .leader_sub .leader_subleft .leader_subleft_top {
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.user_con .user_wrap .user_right .text-list .leader_sub .leader_subleft .leader_subleft_con {
  margin-top: 12px;
  width: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.structure {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  display: flex;
  padding-top: 20px;
}
.structure .user_wrap {
  width: 1300px;
  height: auto;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 24px 20px 29px;
  border-radius: 8px;
}
.structure .user_wrap .user_right .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.structure .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.structure .user_wrap .user_right .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.structure .user_wrap .user_right .struct {
  width: 1260px;
  height: 456px;
  margin-top: 20px;
  background: url(../image/lead.png) no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
}
.structure .user_wrap .user_right .struct .struct_con {
  width: 1200px;
  height: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub {
  width: 590px;
  height: 198px;
  background: #FAFDFF;
  border-radius: 18px;
  padding: 30px 26px 26px 26px;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub .struct_top {
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  position: relative;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub .struct_top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 96px;
  height: 4px;
  background: #3B70FF;
  border-radius: 2px;
  opacity: 0.54;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub .struct_sub_con {
  height: 105px;
  font-size: 15px;
  margin-top: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  overflow: hidden;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub:hover {
  width: 590px;
  height: 198px;
  background: #FAFDFF;
  border-radius: 18px;
  padding: 30px 26px 26px 26px;
  background: url(../image/shover.png) no-repeat;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub:hover .struct_top {
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 16px;
  position: relative;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub:hover .struct_top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 96px;
  height: 4px;
  background: #F7B41C;
  border-radius: 2px;
  opacity: 0.54;
}
.structure .user_wrap .user_right .struct .struct_con .struct_sub:hover .struct_sub_con {
  height: 105px;
  font-size: 15px;
  margin-top: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
  overflow: hidden;
}
.Trainingtype {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  display: flex;
  padding-top: 20px;
}
.Trainingtype .user_wrap {
  width: 1300px;
  height: auto;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 24px 20px 20px;
  border-radius: 8px;
}
.Trainingtype .user_wrap .user_right .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.Trainingtype .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.Trainingtype .user_wrap .user_right .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.Trainingtype .user_wrap .user_right .struct {
  width: 1260px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Trainingtype .user_wrap .user_right .struct .struct_con {
  width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Trainingtype .user_wrap .user_right .struct .struct_con .struct_sub {
  width: 590px;
  height: 103px;
  margin-top: 20px;
  background: #FAFDFF;
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Trainingtype .user_wrap .user_right .struct .struct_con .struct_sub .type_left {
  width: 84px;
  height: 74px;
  display: flex;
}
.Trainingtype .user_wrap .user_right .struct .struct_con .struct_sub .type_left img {
  width: 84px;
  height: 74px;
}
.Trainingtype .user_wrap .user_right .struct .struct_con .struct_sub .type_right {
  width: 491px;
  height: 103px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
}
.Trainingtype .user_wrap .user_right .struct .struct_con .struct_sub .type_right .type_right_top {
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
}
.Trainingtype .user_wrap .user_right .struct .struct_con .struct_sub .type_right .type_right_con {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
}
.Trainingtype .user_wrap .user_right .fbg {
  width: 1260px;
  height: 229px;
  margin-top: 22px;
  background: url(../image/fbg.png) no-repeat center;
  display: flex;
}
.Trainingtype .user_wrap .user_right .fbg .fbg_sub {
  width: 290px;
  height: 182px;
  margin-left: 20px;
  margin-top: 30px;
  display: flex;
}
.Trainingtype .user_wrap .user_right .fbg .fbg_sub img {
  width: 290px;
  height: 182px;
  border-radius: 4px;
}
.Trainingfeatures {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  display: flex;
  padding-top: 20px;
}
.Trainingfeatures .user_wrap {
  width: 1300px;
  height: auto;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 24px 20px 30px;
  border-radius: 8px;
}
.Trainingfeatures .user_wrap .user_right .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.Trainingfeatures .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.Trainingfeatures .user_wrap .user_right .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.Trainingfeatures .user_wrap .user_right .struct {
  width: 1260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con {
  width: 1260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub {
  width: 630px;
  height: 192px;
  margin-top: 30px;
  background: #FAFDFF;
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_left {
  width: 223px;
  height: 192px;
  background: url(../image/featuresbg.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_left img {
  width: 193px;
  height: 164px;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_right {
  width: 412px;
  height: 191px;
  padding-left: 20px;
  background: linear-gradient(180deg, #FCFDFF 0%, #F8FBFE 100%);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_right .features_right_top {
  display: flex;
  align-items: center;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_right .features_right_top img {
  width: 32px;
  height: 24px;
  vertical-align: middle;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_right .features_right_top .features_z {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3069CA;
  line-height: 22px;
  padding: 0 11px;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_right .features_right_top1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 10px;
}
.Trainingfeatures .user_wrap .user_right .struct .struct_con .struct_sub .features_right .features_right_con {
  width: 351px;
  height: 100px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
}
.Trainingplan {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  display: flex;
  padding-top: 20px;
}
.Trainingplan .user_wrap {
  width: 1300px;
  height: auto;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 24px 20px 30px;
  border-radius: 8px;
}
.Trainingplan .user_wrap .user_right .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.Trainingplan .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.Trainingplan .user_wrap .user_right .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.Trainingplan .user_wrap .user_right .struct {
  width: 1260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Trainingplan .user_wrap .user_right .struct .struct_con {
  width: 1260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table {
  width: 1250px;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table tr:nth-child(1) {
  background: #F8F8F8;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table tr:nth-child(1) td {
  font-size: 16px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 15px;
  padding: 16px 0;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table tr {
  background: #FDFCFA;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table tr td:last-child {
  text-align: left !important;
  padding-left: 52px;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table td {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  padding: 11px 0;
  border: 1px solid rgba(167, 166, 166, 0.23);
  border-collapse: collapse;
  text-align: center;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table .lefttd_1 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  background: #FDFCFA;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table .lefttd_2 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  background: #FAFDFB;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table .lefttd_3 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  background: #FAFBFD;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table .td2 {
  background: #FAFDFB;
}
.Trainingplan .user_wrap .user_right .struct .struct_con table .td3 {
  background: #FAFBFD;
}
.topics {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  display: flex;
  padding-top: 30px;
}
.topics .user_wrap {
  width: 1300px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.topics .user_wrap .user_left {
  width: 640px;
  height: 650px;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
}
.topics .user_wrap .user_left .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.topics .user_wrap .user_left .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.topics .user_wrap .user_left .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.topics .user_wrap .user_left .text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-left: -30px;
}
.topics .user_wrap .user_left .text-list .sub {
  margin-top: 40px;
  width: 275px;
  height: 40px;
  background: #F8FBFE;
  border-radius: 11px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-left: 30px;
  padding-left: 10px;
}
.topics .user_wrap .user_right {
  width: 640px;
  height: 650px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
.topics .user_wrap .user_right .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.topics .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.topics .user_wrap .user_right .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.topics .user_wrap .user_right .text-list {
  padding-top: 24px;
  text-align: center;
}
.topics .user_wrap .user_right .text-list img {
  width: 605px;
  height: 542px;
}
.contact {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  display: flex;
  padding-top: 20px;
}
.contact .user_wrap {
  width: 1300px;
  height: auto;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 24px 20px 29px;
  border-radius: 8px;
  margin-bottom: 60px;
}
.contact .user_wrap .user_right .project_top {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
  padding-bottom: 20px;
}
.contact .user_wrap .user_right .project_top .rectangle {
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  display: block;
  float: left;
}
.contact .user_wrap .user_right .project_top .project_title {
  width: 72px;
  height: 22px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
}
.contact .user_wrap .user_right .text-list {
  width: 1127px;
  height: auto;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 8px;
}
.contact .user_wrap .user_right .text-list .text-listsub:last-child {
  border: none;
}
.contact .user_wrap .user_right .text-list .text-listsub {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left {
  width: 508px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .margin_40 {
  padding-top: 20px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_left1 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_left2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_left3 {
  margin-top: 10px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_left3 .contact_left31 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_left3 .contact_left32 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_righttop {
  width: 312px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_righttop .sub {
  margin-top: 20px;
  width: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_righttop .sub img {
  width: 150px;
  height: 150px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_right1 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  margin-top: 20px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_right2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 10px;
}
.contact .user_wrap .user_right .text-list .text-listsub .contact_left .contact_right3 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3069CA;
  line-height: 22px;
}
.leftfix {
  position: fixed;
  width: 30px;
  top: 210px;
  left: 50%;
  margin-left: -720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.leftfix .sub {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.leftfix .sub span {
  height: 13px;
  font-size: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #3069CA;
  line-height: 13px;
  display: none;
}
.leftfix .sub img {
  width: 30px;
  height: 30px;
}
.leftfix .sub:hover {
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftfix .sub:hover span {
  height: 13px;
  font-size: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #3069CA;
  line-height: 13px;
  display: block;
}
.leftfix .sub:hover img {
  width: 30px;
  height: 30px;
  display: none;
}
.leftfix .sub_x {
  width: 24px;
  height: 1px;
  border-bottom: 1px solid #B3B3B3;
  margin: 10px 0;
}
.leftfix .subactive {
  width: 80px !important;
  justify-content: center;
  align-items: center;
}
.leftfix .subactive span {
  height: 13px;
  font-size: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #3069CA;
  line-height: 13px;
  text-align: center;
  display: block;
}
.leftfix .subactive img {
  display: none !important;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.txt-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
