* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1772cd;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  max-width: 640px;
  position: relative;
  padding: 0;
}

.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}

.header .nav ul li {
  width: 25%;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
}

.header .nav ul li:nth-child(4) {
  border-right: none;
}

.header .nav ul li:nth-child(8) {
  border-right: none;
}

.max-title {
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.max-title h3 {
  color: #0f9ea3;
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}

.max-title h3:after {
  content: '';
  height: 0.2rem;
  width: 3rem;
  background: #0f9ea3;
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  transform: translateX(-50%);
}

.max-title p {
  font-size: 1.5rem;
  color: #daeff0;
}

.news {
  padding: 0 0.5rem;
}

.news .tab-ul {
  display: flex;
}

.news .tab-ul li {
  flex: 1;
  margin: 0 0.2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background: #e6e6e6;
  border-radius: 0.4rem;
  font-weight: bold;
  cursor: pointer;
}

.news .tab-ul .on {
  background: #0f9ea3;
  color: #fff;
}

.news .con {
  margin-top: 1rem;
}

.news .con .box {
  display: none;
}

.news .con .box .hot a {
  display: flex;
}

.news .con .box .hot a .img {
  width: 12rem;
}

.news .con .box .hot a .img img {
  display: block;
  width: 100%;
}

.news .con .box .hot a .text {
  flex: 1;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news .con .box .hot a .text h3 {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}

.news .con .box .hot a .text p {
  font-size: 0.7rem;
  line-height: 1.2rem;
}

.news .con .box .hot a .text p b {
  color: #c10a0a;
}

.news .con .box .list {
  margin-top: 0.5rem;
}

.news .con .box .list li {
  border-bottom: 1px solid #8d8c8c;
  padding: 0.5rem 0;
}

.news .con .box .list li h3 {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2rem;
  margin-bottom: 0.3rem;
}

.news .con .box .list li p {
  font-size: 0.7rem;
  line-height: 1.2rem;
}

.news .con .box .list li p b {
  color: #bb0f0f;
}

.news .con .box:nth-child(1) {
  display: block;
}

.ystd .c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ystd .c img {
  display: block;
  width: 70%;
}
.ystd .c h3 {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  font-weight: bold;
}
.ystd .c span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f9ea4;
  color: #fff;
  font-size: 0.7rem;
  height: 1.6rem;
  width: 100%;
}

.zt242-intro {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.zt242-intro h1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #059595;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px #ccc solid;
}

.zt242-intro em {
  display: block;
  width: 5rem;
  height: 3px;
  background-color: #059595;
  margin: -2px auto 1rem;
}

.zt242-intro .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.75rem;
}

.zt242-intro .list > img {
  display: block;
  width: 8.625rem;
  height: 7.275rem;
}

.zt242-intro .list .txt {
  flex: 1;
  position: relative;
  margin-left: 0.375rem;
  background-color: #eee;
  border-radius: 0.3rem;
}

.zt242-intro .list .txt h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.9rem;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0 0 0.75rem;
}

.zt242-intro .list .txt h2 img {
  display: block;
  width: 0.75rem;
  margin-right: 0.2rem;
  height: 0.75rem;
}

.zt242-intro .list .txt p {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem 0;
}

.zt242-intro .list .txt a {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #ff9c0e;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  color: #fff;
  border-radius: 0.2rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
}

.zt242-intro .list .txt a img {
  display: block;
  width: 0.975rem;
  height: 1.0875rem;
  margin-left: 0.3rem;
}

.zt242-intro .list-v {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.75rem;
}

.zt242-intro .list-v > img {
  display: block;
  width: 8.625rem;
  height: 7.275rem;
}

.zt242-intro .list-v .txt {
  flex: 1;
  position: relative;
  margin-right: 0.375rem;
  background-color: #eee;
  border-radius: 0.3rem;
}

.zt242-intro .list-v .txt h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.9rem;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0 0 0.75rem;
}

.zt242-intro .list-v .txt h2 img {
  display: block;
  width: 0.75rem;
  margin-right: 0.2rem;
  height: 0.75rem;
}

.zt242-intro .list-v .txt p {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem 0;
}

.zt242-intro .list-v .txt a {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #ff9c0e;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  color: #fff;
  border-radius: 0.2rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
}

.zt242-intro .list-v .txt a img {
  display: block;
  width: 0.975rem;
  height: 1.0875rem;
  margin-left: 0.3rem;
}

.yypp .tab-ul {
  display: flex;
}
.yypp .tab-ul li {
  flex: 1;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.1rem;
  font-weight: bold;
  margin: 0 0.2rem;
  cursor: pointer;
}
.yypp .tab-ul .on {
  background: #0f9ea4;
  color: #fff;
  border: none;
}
.yypp .con {
  margin-top: 0.5rem;
}
.yypp .con .box {
  display: none;
  position: relative;
}
.yypp .con .box .txt {
  position: absolute;
  width: 10.875rem;
  height: 9.375rem;
  background-color: rgba(255, 255, 255, 0.5);
  top: 1.5rem;
  left: 1rem;
  border-radius: 0.375rem;
  padding: 0 0.375rem;
}
.yypp .con .box .txt h3 {
  font-size: 0.825rem;
  font-weight: bold;
  color: #009da2;
  text-align: center;
  padding-top: 0.5rem;
}
.yypp .con .box .txt img {
  display: block;
  width: 8.85rem;
  margin: 0.15rem auto 0.15rem;
}
.yypp .con .box .txt p {
  line-height: 1.65;
  font-size: 0.675rem;
}
.yypp .con .box .txt p span {
  background-color: #7dcccc;
  color: #fff;
  border-radius: 0.2rem;
  display: inline-block;
  padding: 0 0.15rem;
  line-height: 1.1;
  margin-right: 0.225rem;
}
.yypp .con .box:nth-child(1) {
  display: block;
}

.jbdh {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.jbdh .ul {
  display: flex;
  flex-wrap: wrap;
}
.jbdh .ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3%;
  padding: 0.5rem;
  height: 3rem;
}
.jbdh .ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #0f9ea4;
  border-radius: 1rem;
  color: #0f9ea4;
  font-size: 0.9rem;
}

.footer {
  margin-top: 1rem;
}

.page-nav {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  height: 2.4rem;
  border-bottom: 1px solid #ccc;
}

.page-nav img {
  display: block;
  width: 1.1rem;
  margin-right: 0.3rem;
}

.page-list ul li {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.page-list ul li a {
  display: flex;
}

.page-list ul li a img {
  width: 8rem;
  display: block;
  margin-right: 0.5rem;
}

.page-list ul li a .text {
  flex: 1;
  display: flex;
  align-items: center;
}

.page-list ul li a .text h3 {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.page {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem;
  border-bottom: 1px dashed #ccc;
}

.article article {
  padding: 0.5rem;
  font-size: 0.75rem;
}

.article article p {
  margin-bottom: 0.5rem;
}

.article article img {
  max-width: 100%;
  height: auto;
}

.article article video {
  max-width: 100%;
}
