/* doing */
.doing>ul {
  list-style: none;
  display: flex;
  width: 744px;
  height: 45px;
  background: #ffffff;
  border-radius: 23px;
  align-items: center;
  justify-content: space-around;
  margin: 40px 0;
}

.doing>ul>li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #848c96;
  cursor: pointer;
}

.tabs-activity {
  width: 167px;
  height: 45px;
  background: #365074;
  border-radius: 23px;
  color: #fff !important;
}

.doing-box {
  display: flex;
  height: 418px;
  margin-top: 10px;
  margin-bottom: 80px;
}

.doing-box-right {
  padding: 50px;
  padding-left: 100px;
}

.doing-title {
  font-size: 32px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #222831;
  line-height: 28px;
}

.doing-subTitle {
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #848c96;
  line-height: 19px;
  padding: 40px 0;
}

.doing-desc {
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #222831;
  line-height: 19px;
  padding-bottom: 20px;
  white-space: nowrap;
}

.doing-desc>img {
  margin-right: 20px;
  width: 20px;
  height: 12px;
}