@charset "UTF-8";
/* 改版通用样式开始 */
.main-container > div {
  width: 1200px;
  margin: 40px auto 0;
}
.main-container > div:last-of-type {
  margin-bottom: 40px;
}

.title-container {
  width: 100%;
  margin-bottom: 0.91em;
}

.title {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.545;
}
.title:hover {
  color: #0b77ef;
  color: var(--theme-color);
}

.icon-link {
  padding: 0.8125em 2.1875em 0.8125em 4.4375em;
  line-height: 1.5;
  background-size: 1.25em;
  background-position: 2.1875em center;
  background-repeat: no-repeat;
  background-color: #f0f4f7;
}
.icon-link:hover {
  color: white;
  background-color: #0b77ef;
  background-color: var(--theme-color);
}

.hover-btn {
  transition: all 0.2s;
}
.hover-btn:hover {
  box-shadow: rgba(102, 102, 102, 0.4) 0 0 0.4em;
  transform: scale(1.02);
}

.tabs-container {
  margin-bottom: 1.25em;
  display: flex;
  border-bottom: 0.0625em solid #eeeeee;
}
.tabs-container .active {
  color: #0b77ef;
  color: var(--theme-color);
}
.tabs-container .title {
  padding-bottom: 0.864em;
  margin-right: 40px;
  margin-bottom: 0;
  transition: none;
}
.tabs-container .title:last-of-type {
  margin-right: 0;
}
.tabs-container .title.active {
  position: relative;
}
.tabs-container .title.active::after {
  content: "";
  width: 1.364em;
  height: 0.182em;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0.091em);
  background-color: #0b77ef;
  background-color: var(--theme-color);
}

.tabs-lists-container > ul {
  line-height: 2.25;
}
.tabs-lists-container > ul li {
  display: flex;
  justify-content: space-between;
}
.tabs-lists-container > ul li a {
  max-width: 100% !important;
  padding-left: 1em;
  margin-right: 1em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tabs-lists-container > ul li a br {
  display: none;
}
.tabs-lists-container > ul li a::before {
  content: "";
  width: 0.1875em;
  height: 0.1875em;
  display: block;
  position: absolute;
  top: 1.03125em;
  left: 0;
  background-color: #0b77ef;
  background-color: var(--theme-color);
}
.tabs-lists-container > ul li span {
  white-space: nowrap;
  color: #999999;
}

/* 改版通用样式结束 */
/* 老年版改版通用样式开始 */
.old_type .main-container > div {
  margin: 50px auto 0;
}
.old_type .main-container > div:last-of-type {
  margin-bottom: 50px;
}
.old_type .title {
  margin-bottom: 30px;
}
.old_type .tabs-container {
  margin-bottom: 30px;
}
.old_type .tabs-container .title {
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* 老年版改版通用样式结束 */
/* 移动版改版通用样式开始 */
.mobile_type .main-container {
  padding: 0 3.2vw;
}
.mobile_type .main-container > div {
  width: 100%;
  margin: 3.2vw auto 0;
}
.mobile_type .main-container > div:last-of-type {
  margin-bottom: 3.2vw;
}
.mobile_type .icon-link {
  padding: 3.2vw;
  padding-left: calc(6.4vw + 1em);
  font-size: 1em;
  background-size: 1em;
  background-position-x: 3.2vw;
}
.mobile_type .title {
  margin-bottom: 3.2vw;
  font-size: 1.2em;
}
.mobile_type .tabs-container {
  margin-bottom: 3.2vw;
}
.mobile_type .tabs-container .title {
  padding-bottom: 3.2vw;
  margin-right: 3.2vw;
  margin-bottom: 0;
  text-align: center;
}
.mobile_type .tabs-container .title:last-of-type {
  margin-right: 0;
}
.mobile_type .tabs-lists-container > ul {
  margin-top: 0.625em;
}
.mobile_type .tabs-lists-container > ul li {
  margin-top: 1em;
  flex-direction: column;
}
.mobile_type .tabs-lists-container > ul li:first-of-type {
  margin-top: 0.5em;
}
.mobile_type .tabs-lists-container > ul li a,
.mobile_type .tabs-lists-container > ul li a:link {
  padding-left: 3.2vw;
  margin-right: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*!autoprefixer:on*/
  white-space: normal;
  line-height: 1.5 !important;
}
.mobile_type .tabs-lists-container > ul li a::before,
.mobile_type .tabs-lists-container > ul li a:link::before {
  top: 0.65625em;
}
.mobile_type .tabs-lists-container > ul li > span {
  padding: 0;
  margin-top: 0.6em;
  margin-left: 3.2vw;
  font-size: 0.8em;
  line-height: 1 !important;
  color: #999999;
}

/* 移动版改版通用样式结束 */