/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
.inner {
  position: relative;
  width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1270px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.inner2 {
  display: flex;
  justify-content: end;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 30px;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 30px;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 4.38rem;
  position: relative;
  background: url(../images/banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.35rem;
  text-align: left;
}
@media (max-width: 600px) {
  .zt_header .zt_logo {
    padding-top: 0.1rem;
  }
}
.zt_header .zt_logo img {
  width: 3.44rem;
}
@media (max-width: 1270px) {
  .zt_header {
    height: 3.6rem;
  }
}
@media (max-width: 992px) {
  .zt_header {
    height: 2.6rem;
  }
}
/* 头部header 结束 */
.content {
  width: auto;
}
.link1,
.link2 {
  display: block;
  width: 100%;
  height: 195px;
  text-align: center;
}
@media (max-width: 992px) {
  .link1,
  .link2 {
    height: auto;
  }
}
.link1 img,
.link2 img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.list_wrap {
  width: 1240px;
  padding: 0.2rem;
  background-color: #92d4db;
  border-radius: 10px;
}
@media (max-width: 1270px) {
  .list_wrap {
    width: 100%;
  }
}
.list_box {
  background-color: #fff;
  padding: 0.3rem 0.15rem;
}
.list_t li {
  line-height: 1;
  position: relative;
  padding: 22px 0.6rem;
  background-color: #ffffff;
  box-shadow: 1px 1px 9px 0px rgba(177, 177, 177, 0.29);
  border-radius: 6px;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .list_t li {
    padding-right: 0.3rem;
  }
}
.list_t li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.3rem;
  width: 6px;
  height: 6px;
  background-color: #41a6b0;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
}
.list_t li a:hover {
  color: #41a6b0;
}
.list_t li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.6rem;
  font-size: 18px;
  color: #4b5054;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100%;
    font-size: 14px;
  }
  .list_t li span {
    display: none;
  }
}
.pages {
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.pages a,
.pages span,
.pages input {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background-color: #e7ebee;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pages a:hover,
.pages a.current,
.pages span.current {
  background-color: #41a6b0;
  color: #fff !important;
}
.pages input {
  width: 68px;
}
