/* 关于我们 */
.about-page {
  background: url(/static/img/2022/about/bg1.png) top center no-repeat;
  width: 100%;
}

.about-page .about-title h1 {
  font-size: 60px;
  padding-top: 90px;
  font-weight: bold;
  text-align: center;
  color: #252525;
  line-height: 72px;
}

.about-page .about-title span {
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 20px auto 50px;
  color: #666666;
  line-height: 24px;
}

.about-page .about-title p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}

.about-page .about-pic {
  width: 100%;
  height: auto;
  margin: 30px auto;
}

.about-page .about-wish {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  height: 280px;
  background: linear-gradient(80deg, #F8F4F1 0%, #E7D9CE 100%);
  border-radius: 30px;
}

.about-page .about-wish .item {
  text-align: center;
  width: 220px;
}

.about-page .about-wish .item img {
  display: block;
  margin: auto;
}

.about-page .about-wish .item h2 {
  font-size: 36px;
  margin: 10px auto 20px;
  font-weight: 400;
  color: #252525;
}

.about-page .about-wish .item p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.about-page .about-tel {
  height: 500px;
  background: linear-gradient(-80deg, rgba(253, 251, 251, 1) 0%, rgba(235, 237, 238, 0.2) 100%);
  margin-top: 50px;
}

.about-page .about-tel h2 {
  font-size: 48px;
  text-align: center;
  padding: 90px 0px 70px;
  font-weight: bold;
  color: #252525;
  line-height: 72px;
}

.about-page .about-tel .w1200 {
  display: flex;
  justify-content: space-around;
}

.about-page .about-tel .w1200 .item {
  text-align: center;
}

.about-page .about-tel .w1200 .item img {
  display: block;
  margin: auto;
}

.about-page .about-tel .w1200 .item a {
  font-size: 30px;
  display: block;
  margin: 25px auto;
  font-weight: bold;
  color: #252525;
  line-height: 24px;
}

.about-page .about-tel .w1200 .item p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.about-page .about-tel .w1200 .item-wachet {
  text-align: center;
}

.about-page .about-tel .w1200 .item-wachet img {
  display: block;
  margin: auto;
}

.about-page .about-tel .w1200 .item-wachet p {
  font-size: 16px;
  margin-top: 10px;
  color: #666666;
  line-height: 24px;
}





/* tag页面 */
.tag-page {
  background: #f3f8fa;
  padding-top: 20px;
  padding-bottom: 30px;
}

.w1200 {
  width: 1200px;
  min-width: 1200px;
}

.tag-page .news_tag {}

.tag-page .news_tag h3 {
  line-height: 24px;
  font-size: 16px;
  color: #111;
}

.tag-page .news_tag .title_text {
  margin-bottom: 10px;
}

.tag-page .news_tag .nt_tabshow {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

.tag-page .news_tag .nt_tabshow .title_bold {
  font-weight: bold;
  margin: 10px 0 10px;
}

.tag-page .news_tag .nt_tabshow .nt_tabbox {
  overflow: hidden;
}

.tag-page .news_tag .nt_tabshow .nt_tabbox a {
  width: auto;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  display: block;
  padding: 0 10px;
  color: #999;
  border: 1px solid #e9e9e9;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* 新闻 列表页 */
.academy-page {
  text-align: center;
  padding-top: 20px;
  background: #fbfbfb;
}

.academy-page .academy-card {
  text-align: left;
  width: 1200px;
  min-width: 1200px;
  display: inline-block;
}

.academy-page-zy {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #8d8d8d;
}

.academy-page-zy a {
  color: #8d8d8d;
}

.academy-page .page-left {
  width: calc(100% - 320px);
  margin-right: 20px;
  float: left;
}

.academy-page .page-right {
  width: 300px;
  float: left;
}


.academy-page .tabs {
  width: 100%;
  height: 80px;
  color: #262626;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
}

.academy-page .tabs .tab {
  width: 20%;
  height: 100%;
  float: left;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}

.academy-page .tabs .tab.active {
  border-bottom: 4px solid #ff4b40
}

.academy-page .lists {
  background: #fff;
  margin-bottom: 0px;
}

.academy-page .lists li {
  width: 100%;
  padding: 30px;
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.academy-page .lists .img {
  width: 300px;
  height: 200px;
  float: left;
  margin-right: 30px;
}

.academy-page .lists .img img {
  width: 100%;
  max-height: 100%;
}

.academy-page .lists .info {
  width: calc(100% - 330px);
  float: left;
}

.academy-page .lists .info .name {
  color: #303030;
  font-size: 24px;
  width: 100%;
  line-height: 36px;
  height: 36px;
  margin-top: -5px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.academy-page .lists .info .name a:hover {
  color: #ff4b40;
}

.academy-page .lists .info .tag-name {}

.academy-page .lists .info .tag-name span {}

.academy-page .lists .info .tag-name span a {
  margin-right: 10px;
  color: #666;
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 25px;
}

.academy-page .lists .info .tag-name span a:hover {
  border-color: #ff6868;
  color: #ff6868;
}

.academy-page .lists .info .desc {
  width: 100%;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.academy-page .lists .info .author {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  overflow: hidden;
  color: #939393;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.academy-page .lists .info .author span {
  margin-right: 0px;
}

.academy-page .lists .info .author .tag.yx {
  color: #fea35a;
}

.academy-page .lists .info .author .tag.pp {
  color: #ffc365;
}

.academy-page .lists .info .author .tag.zx {
  color: #ff5341;
}

.academy-page .lists .info .author .tag.al {
  color: #67b9ff;
}

.academy-page .lists .info .author .tag.yl {
  color: #4ad979;
}


.academy-page .ad {
  width: 100%;
  height: 170px;
  background: url(/static/v2020/images/health/zl-yljk.jpg) center center no-repeat;
  position: relative;
  margin-bottom: 20px;
}

.academy-page .ad .content {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}

.academy-page .ad .content .label {
  font-size: 18px;
  color: #313131;
  margin-bottom: 15px;
}

.academy-page .ad .content .no {
  font-size: 24px;
  color: #ee4138;
}

.academy-page .card {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.academy-page .card .card-title {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.academy-page .card .card-title .name {
  float: left;
  min-width: 74px;
  position: relative;
  font-size: 18px;
  color: #313131;
  font-weight: bold;
}

.academy-page .card .card-title .name:after {
  position: absolute;
  width: 100%;
  height: 4px;
  content: "";
  background: #ff4b40;
  bottom: -2px;
  left: 0;
}

.academy-page .card .card-title .name span {
  float: left;
}

.academy-page .card .more {
  float: right;
  color: #7b7b7b;
}

.academy-page .card .more:hover {
  float: right;
  color: #ff5341;
}


.articles .article-list li {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.articles .article-list li .title {
  color: #555555;
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.articles .article-list li .title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #f1463c;
  border-radius: 4px;
  left: 0;
  top: 8px;
}

.articles .article-list li .time {
  padding-left: 20px;
  color: #999999;
  margin-top: 8px;
}

.articles .article-lanmu .lanmu {
  width: calc(100% - 100px);
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articles .article-lanmu .lanmu a {
  height: 36px;
  line-height: 36px;
  color: #555555;
}

.articles .article-lanmu li {
  width: 100%;
  display: flex;
}

.articles .article-lanmu li .time {
  padding-left: 20px;
  color: #999999;
  margin-top: 8px;
}

#mypage {
  text-align: center;
  width: 100%;
  height: 76px;
  background: #FFFFFF;
  line-height: 76px;
  margin-bottom: 80px;
}

#mypage .layui-laypage {
  margin: 0px;
  padding: 0px;
}

.tags {
  margin-bottom: 20px;
}

.tags .tag-list {
  width: calc(100% + 20px);
  display: inline-block;
}

/*.tags .tag-list li{padding:0px 5px;min-width: 95px;height: 36px;border-radius: 18px;border: 1px solid;margin-right: 16px;margin-bottom: 16px;text-align: center;line-height: 36px;float: left;cursor: pointer;}*/
.tags .tag-list ul {
  box-sizing: border-box;
  padding: 10px 15px 0;
}

.tags .tag-list a {
  display: inline-block;
  width: 47%;
  height: 30px;
  border-radius: 12px;
  border: 1px solid #ebeaea;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #878789;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 0px;
}

.tags .tag-list li.type1 {
  border-color: #ff6868;
  color: #ff6868;
}

.tags .tag-list li.type1:hover {
  border-color: #ff6868;
  background: #ff6868;
  color: #fff;
}

.tags .tag-list li.type2 {
  border-color: #fe9f5a;
  color: #fe9f5a;
}

.tags .tag-list li.type2:hover {
  border-color: #fe9f5a;
  background: #fe9f5a;
  color: #fff;
}

.tags .tag-list li.type3 {
  border-color: #5fb9ff;
  color: #5fb9ff;
}

.tags .tag-list li.type3:hover {
  border-color: #5fb9ff;
  background: #5fb9ff;
  color: #fff;
}

.route {
  margin-bottom: 20px;
}

.route a {
  color: tomato;
  margin-left: 5px;
}


@media screen and (max-width: 1440px) {
  .academy-page .academy-card {
    width: 96%;
    min-width: unset;
  }
}

@media screen and (max-width: 992px) {
  .page-left {
    width: 100%;
  }

  .page-right {
    width: 100%;
  }
}

/* 企业动态 */
.dynamic {
  max-width: 1920px;
  width: 100%;
  height: 610px;
  background: linear-gradient(80deg, rgba(253, 251, 251, .3) 0%, rgba(235, 237, 238, .3) 100%);
  border-radius: 30px;
  margin-top: 80px;
  padding-top: 80px;
}

.dynamic h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 48px;
  color: #252525;
  line-height: 72px;
  text-align: center;
  margin-bottom: 20px;
}

.dynamic ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}

.dynamic ul li {
  width: 45%;
  margin-bottom: 30px;
}

.dynamic ul li a {
  display: flex;
  align-items: center;
}

.dynamic li .article-time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #C2805F;
  width: 80px;
  height: 80px;
  background: linear-gradient(138deg, #F7F3EF 0%, #E8DACF 100%);
  border-radius: 10px;
  text-align: center;
  margin-right: 20px;
}

.dynamic li .article-time span {
  font-size: 48px;
  font-weight: bold;
  display: block;
  height: 56px;
}

.dynamic li .article-msg {
  width: 410px;
}

.dynamic li .article-msg .article-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.dynamic li .article-msg .article-adesc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dynamic .w1200>a {
  display: block;
  width: 200px;
  height: 60px;
  background: linear-gradient(138deg, #F4E9DF 8%, #E8DACF 100%);
  border-radius: 10px;
  text-align: center;
  margin: 30px auto 0;
  line-height: 60px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #C2805F;
}