.hngk {
  width: 100%;
}

.hngk img {
  width: 100%;
  height: 400px;
}

.hngk-text {
  padding: 25px 45px;
  background: #f2f0f0
}

.hngk-text h1 {
  text-align: center;
  font-size: 22px;
  color: #015293;
  margin-bottom: 15px;
}

.hngk-text h1 a {
  font-size: 22px;
  color: #015293;
}

.hngk-text p {
  line-height: 26px;
  text-indent: 2em;
  font-size: 16px;
  color: #000;
}

.hngk-text p a {
  font-size: 16px;
  color: #000;
}

.hngk-text p a:hover {
  color: red;
}

.icon-list {
  margin-top: 25px;
}

.icon-list li {
  width: 20%;
  float: left;
  margin: 10px 0;
  text-align: center;
}

.icon-list li img {
  width: 110px;
  height: 110px;
  background: #fff;
}

.icon-list li span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  color: #000;
}

.lyhn-con {
  margin-top: 44px;
}

.lyhn .title {
  border-bottom: 1px solid #f2f0f0;
  text-align: center;
  margin-bottom: 46px;
}

.lyhn .title a {
  font-size: 22px;
  display: inline-block;
  line-height: 50px;
  margin-bottom: -1px;
  margin: 0 20px;
}

.lyhn .title a.on {
  color: #015293;
  background: url("../img/line.png") no-repeat bottom center;
}

.lyhn-left {
  width: 570px;
  height: 402px;
}

.lyhn-left img {
  width: 100%;
  height: 100%;
}

.lyhn-right {
  width: 582px;
}

.lyhn-right li {
  width: 280px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lyhn-right li img {
  width: 280px;
  height: 195px;
}

.lyhn-right li span {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  color: #000;
}

.tzhn li {
  width: 270px;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.tzhn li img {
  width: 270px;
  height: 164px;
}

.tzhn li span {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  color: #000;
}

/* -----------------------------------老年模式---------------------------------- */
.oldModel .hngk-text h1 a {
  font-size: 44px;
}

.oldModel .hngk-text p {
  font-size: 32px;
  line-height: 2;
}

.oldModel .hngk-text p a {
  font-size: 32px;
}

.oldModel .icon-list li span {
  font-size: 36px;
}

.oldModel .lyhn .title a {
  font-size: 44px;
}