/* 老年版 */
.old_type .hot {
  box-shadow: 0 0 9px 3px #edf4f8;
  width: 1170px;
  height: 100%;
  margin: 0px auto;
  padding: 15px;
  display: table;
}

.old_type .hot_tplb {
  height: 320px;
  width: 550px;
}

.old_type .hot_list {
  width: 1140px;
  padding: 0px 25px;
}

.old_type .hot_list ul {
  display: inline-block;
  padding-left: 0;
  width: 100%;
}

.old_type .hot_list ul li {
  padding-left: 20px;
  position: relative;
}

.old_type .hot_list li a {
  line-height: 72px;
  font-size: 32px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.old_type .hot_list li span {
  color: #999999;
  float: right;
  font-size: 32px;
  line-height: 72px;
}

.old_type .hot_list li:before {
  margin-top: 32px;
}

.old_type .zcsd_list {
  width: 1200px;
  margin: 0px auto;
  display: table;
}

.old_type .zcsd_list ul {
  display: inline-block;
  width: 100%;
}

.old_type .zcsd_list ul li {
  width: 33.33% !important;
  height: 80px;
  float: left;
  margin: 15px 0;

}

.old_type .zcsd_list ul li a {
  border: 1px #e0e0e0 solid;
  box-shadow: 0 0 9px 3px #edf4f8;
  border-radius: 6px;
  display: block;
  height: 80px;
  line-height: 80px;
  background: #fff;
  color: #333;
  margin: 0 15px;
  width: auto;
}

.old_type .zcsd_list ul li span {
  float: left;
  width: 35%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.old_type .zcsd_list ul li p {
  float: left;
  width: 60%;
  vertical-align: middle;
  text-align: left;
  font-size: 26px;
}


/* 移动端 */
.mobile_type .top .main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.mobile_type .logo {
  padding: 15px;
  width: 40vw;
}

.mobile_type .logo img {
  width: 37.3333vw !important;
}

.mobile_type .top {
  height: auto;
  min-height: 40vw;
  background-size: cover;
}

.mobile_type .mszc_title {
  top: 15vw;
  width: 80vw;
  height: 14vw;
  position: absolute;
  background-size: 100%;
  left: 50% !important;
  margin-left: -40vw;
}

.mobile_type .mszc_com {
  width: 100%;
  height: 19vw;
  line-height: inherit;
  margin: 0px auto;
  background: url(mszc_04.jpg) no-repeat center;
  text-align: center;
  /* padding-top: 30px; */
  background-size: cover;
  padding: 2vw;
  box-sizing: border-box;
  font-size: 6.6667vw;
  line-height: 13.6vw;
}

.mobile_type .mszc_com img {
  width: 42.6vw;
  height: 19vw;
}

.mobile_type .hot_list ul {
  display: inline-block;
  padding-left: 0;
  width: 100%;
}

.mobile_type .hot_list ul li {
  padding-left: 4vw;
  position: relative;
}

.mobile_type .hot_list li a {
  line-height: 9.6vw;
  font-size: 4vw;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile_type .hot_list li span {
  color: #999999;
  float: right;
  font-size: 4vw;
  line-height: 9.6vw;
}

.mobile_type .hot {
  box-shadow: 0 0 9px 3px #edf4f8;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 2vw;
  display: inline-block;
  box-sizing: border-box;
}

.mobile_type .hot_list {
  width: 100%;
  padding: 0;
  display: inline-block;
}
.mobile_type .hot_list li:before {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8vw;
  height: 0.8vw;
  left: 0.5333vw;
}

.mobile_type .zcsd_list {
  width: 100%;
  margin: 0px auto;
  display: table;
}


.mobile_type .zcsd_list ul {
  display: inline-block;
  width: 100%;
}

.mobile_type .zcsd_list ul li {
  width: 50% !important;
  height: 100%;
  float: left;
  margin: 15px 0;
  width: auto;
}

.mobile_type .zcsd_list ul li a {
  border: 1px #e0e0e0 solid;
  box-shadow: 0 0 9px 3px #edf4f8;
  border-radius: 6px;
  display: block;
  height: 14vw;
  line-height: 7.6667vw;
  background: #fff;
  color: #333;
  margin: 0 2vw;
  width: auto;
  padding: 2vw 0;
  display: flex;
  align-items: center;
}

.mobile_type .zcsd_list ul li span {
  float: left;
  width: 35%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.mobile_type .zcsd_list ul li p {
  float: left;
  width: 60%;
  vertical-align: middle;
  text-align: left;
  font-size: 4vw;
}


.mobile_type .bottom {
  width: 100%;
}

.mobile_type .footer {
  padding-left: 0 !important;
}