.section .wrap {
  max-width: 90%;
  width: 1718px;
  margin: 100px auto 121px;
  position: relative;
  left: 109px;
}
.section .wrap .title {
  font-size: 42px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #222222;
  margin: 0 0 50px 0;
}
.section .wrap .content {
  display: flex;
  justify-content: space-between;
}
.section .wrap .content .left {
  width: 1025px;
}
.section .wrap .content .left .list {
  padding: 50px 0 60px 0;
  border-bottom: 1px solid #EDEDED;
  display: flex;
}
.section .wrap .content .left .list:first-child {
  border-top: 1px solid #EDEDED;
}
.section .wrap .content .left .list .headline {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin: 0 190px 0 0;
  width: 156px;
  white-space: nowrap;
}
.section .wrap .content .left .list .text {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #666666;
}
.section .wrap .content .left .list .text p:not(:last-child) {
  margin: 0 0 22px 0;
}
.section2 .wrap {
  width: 1516px;
  margin: 100px auto 120px;
}
.section2 .wrap .title {
  font-size: 42px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #222222;
  margin: 0 0 67px 0;
}
.section2 .wrap .classification {
  margin: 0 0 90px 0;
}
.section2 .wrap .classification .flex {
  display: flex;
}
.section2 .wrap .classification .flex:not(:last-child) {
  margin: 0 0 30px 0;
}
.section2 .wrap .classification .flex p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #222222;
  margin: 0 6px 0 0;
  line-height: 42px;
}
.section2 .wrap .classification .flex a {
  padding: 0 22px;
  height: 42px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #222222;
  transition: all 0.6s ease;
}
.section2 .wrap .classification .flex a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(21deg, #0A7DDA, #8CE5FB);
  border-radius: 21px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.6s ease;
  opacity: 0;
}
.section2 .wrap .classification .flex a:not(:last-child) {
  margin: 0 10px 0 0;
}
.section2 .wrap .classification .flex a.on,
.section2 .wrap .classification .flex a:hover {
  color: #fff;
}
.section2 .wrap .classification .flex a.on:after,
.section2 .wrap .classification .flex a:hover:after {
  opacity: 1;
}
.section2 .wrap .content .item {
  position: relative;
  overflow: hidden;
}
.section2 .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0A7DDA, #8CE5FB);
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 1s;
}
.section2 .wrap .content .item .show {
  display: grid;
  height: 82px;
  border-bottom: 1px solid #ededed;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  cursor: pointer;
}
.section2 .wrap .content .item .show p {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #222222;
}
.section2 .wrap .content .item .show p:not(:first-child) {
  text-align: right;
}
.section2 .wrap .content .item .show .joke {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px 0 0;
}
.section2 .wrap .content .item .show .joke .more {
  width: 25px;
  height: 25px;
  background: linear-gradient(21deg, #0A7DDA, #8CE5FB);
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.section2 .wrap .content .item .show .joke .more:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}
.section2 .wrap .content .item .show .joke .more div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: 0.6s;
}
.section2 .wrap .content .item .show .joke .more div:first-child {
  width: 12px;
  height: 2px;
  background: #4eb3eb;
}
.section2 .wrap .content .item .show .joke .more div:nth-child(2) {
  width: 2px;
  height: 12px;
  background: #4eb3eb;
}
.section2 .wrap .content .item .hide {
  overflow: hidden;
  display: none;
}
.section2 .wrap .content .item .hide .joke {
  margin: 48px auto 40px;
}
.section2 .wrap .content .item .hide .joke p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.section2 .wrap .content .item.on:after {
  transform: translateX(0);
}
.section2 .wrap .content .item.on .show .more div:first-child {
  opacity: 1;
}
.section2 .wrap .content .item.on .show .more div:nth-child(2) {
  opacity: 0;
}
.section2 .wrap .content .item:first-child .show {
  border-top: 1px solid #ededed;
}
.jo_s {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .section {
    display: flex;
    justify-content: flex-end;
  }
  .section .wrap {
    margin: 100px 0 121px 0;
    left: 0;
  }
}
/*# sourceMappingURL=join.css.map */
@media screen and (max-width: 1700px) {
  .section2 .wrap {
    width: 90%;
  }
  .section2 .wrap .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1580px) {
  .section2 .wrap .content .item .show p {
    font-size: 18px;
  }
  .section2 .wrap .classification {
    margin: 0 0 60px 0;
  }

}
@media screen and (max-width: 1365px) {
  .section2 .wrap .content .item .show p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .jo_s {
    flex-wrap: wrap;
  }
  .section2 .wrap .classification .flex p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .section2 .wrap .content .item .show p {
    font-size: 16px;
  }
  .section2 .wrap .content .item .hide .joke {
    margin: 30px auto 20px
  }
}
@media screen and (max-width: 768px) {
  .section2 .wrap .content .item .show p:nth-child(3) {
    display: none;
  }
  .section2 .wrap .content .item .show p:nth-child(4) {
    display: none;
  }
  .section2 .wrap .content .item .show {
    grid-template-columns: repeat(4, 1fr);
  }
  .section2 .wrap .content .item .hide .joke p {
    font-size: 14px;
    line-height: 32px;
  }
  .section2 .wrap .classification .flex a {
    padding: 0 17px;
  }
  .section2 .wrap .title {
    font-size: 24px;
  }
  .section2 .wrap .classification .flex p {
    font-size: 16px;
  }
  .section2 .wrap .classification .flex a {
    font-size: 16px;
  }
  .section2 .wrap .classification{
    margin: 0 0 30px 0;
  }
  .section2 .wrap .content .item .show {
    height: 70px;
  }
  .section2 .wrap .content .item .show .joke {
    padding: 0 10px 0 0;
  }
  .section2 .wrap {
    margin: 40px auto 60px;
  }
  .section2 .wrap .title {
    margin: 0 0 40px 0;
  }
}
