.common-content-main {
  width: 1270px;
  min-height: 888px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 35px auto 122px auto;
}

.common-content-main .common-content-main-content {
  width: 100%;
  min-height: 600px;
  box-sizing: border-box;
  position: relative;
  margin-top: 180px;
}

.common-content-main .common-content-main-content h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 38px;
}

.common-content-main .common-content-main-content .aSupport-detail-time-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}

.common-content-main .common-content-main-content .aSupport-detail-time-right .aSupport-detail-time {
  font-size: 22px;
  color: #7F7F7F;
  text-align: center;
}

.common-content-main .common-content-main-content .aSupport-detail-time-right .aSupport-detail-time .aSupport-detail-time-name {
  margin-bottom: 10px;
}

.common-content-main .common-content-main-content .aSupport-detail-content {
  padding: 60px 0;
  border-bottom: 2px dashed #EDEDED;
  border-top: 2px dashed #EDEDED;
}

.common-content-main .common-content-main-content .aSupport-detail-readey {
  width: 100%;
  border: 1px solid #1473CC;
  padding: 60px 35px 40px 32px;
  margin-top: 84px;
  position: relative;
  visibility: hidden;
}

.common-content-main .common-content-main-content .aSupport-detail-readey .aSupport-detail-readey-unit {
  display: inline-block;
  padding: 13px 33px;
  position: absolute;
  background-color: #0f315a;
  top: -21px;
  left: 30px;
  font-size: 16px;
  color: #fff;
}

.common-content-main .common-content-main-content .aSupport-detail-readey .aSupport-detail-readey-box {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}

.common-content-main .common-content-main-content .aSupport-detail-readey .aSupport-detail-readey-box:last-child {
  margin-bottom: 0;
}

.common-content-main .common-content-main-content .aSupport-detail-readey .aSupport-detail-readey-box:hover {
  color: #204780;
}

.common-content-main .common-content-main-content .aSupport-detail-readey .aSupport-detail-readey-box .aSupport-detail-readey-box-triangle {
  position: relative;
}

.common-content-main .common-content-main-content .aSupport-detail-readey .aSupport-detail-readey-box .aSupport-detail-readey-box-triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #204780;
}

.common-content-main .common-content-main-content .aSupport-detail-readey .aSupport-detail-readey-box .aSupport-detail-readey-box-name {
  padding-left: 28px;
  box-sizing: border-box;
  flex: 1;
}
