* {
  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 ul {
  width: 100%;
  display: flex;
}
.header .nav ul li {
  flex: 1;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c77bd;
  font-size: 0.9rem;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  border-right: 1px solid #fff;
  color: #fff;
  width: 100%;
}
.header .nav ul li:last-child a {
  border-right: none;
}

.max-title {
  display: flex;
  align-items: center;
  height: 3rem;
  border-bottom: 1px solid #ccc;
  padding: 0 0.5rem;
}
.max-title h3 {
  font-size: 1.2rem;
  color: #2c3a4d;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #9da7b3;
  display: inline-flex;
  align-items: center;
  height: 60%;
}
.max-title h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  background: #ce3434;
  height: 100%;
  border-radius: 0.3rem;
  color: #fff;
  margin: 0 0.2rem;
}
.max-title p {
  color: #9da7b3;
  font-size: 0.8rem;
}

.news ul li {
  display: flex;
  align-items: center;
  height: 2rem;
  border-bottom: 1px dashed #ccc;
  padding: 0 0.5rem;
}
.news ul li:before {
  content: '';
  margin-right: 0.5rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #1c77bd;
}
.news ul li a {
  display: flex;
  flex: 1;
  font-size: 0.75rem;
}
.news ul li img {
  width: 1rem;
  display: block;
}

.hr {
  background: #f3f7f7;
  height: 0.3rem;
  margin: 0.5rem auto;
}

.zj-zx {
  margin: 0.5rem auto;
  height: 4rem;
  display: flex;
  align-items: center;
}
.zj-zx img {
  width: 3rem;
  display: block;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.zj-zx .txt {
  flex: 1;
}
.zj-zx .txt h3 {
  font-size: 1rem;
  color: #1c77bd;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.zj-zx .txt p {
  font-size: 0.8rem;
}
.zj-zx .ul {
  width: 10rem;
  display: flex;
}
.zj-zx .ul li {
  flex: 1;
}
.zj-zx .ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.6rem;
  border: 0.1rem #2c3a4d solid;
  border-radius: 0.8rem;
  color: #2c3a4d;
  font-size: 0.75rem;
  background: #fff;
}
.zj-zx .ul li:nth-child(2) a {
  border: 0.1rem #f0470c solid;
  color: #f0470c;
  margin-left: -0.5rem;
}

.zt242-intro {
  padding: 1rem 0.5rem;
}

.zt242-intro h1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1c77bd;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px #ccc solid;
}

.zt242-intro em {
  display: block;
  width: 5rem;
  height: 3px;
  background-color: #1c77bd;
  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;
}

.yh-new .tab-ul {
  margin-top: 0.5rem;
  display: flex;
}
.yh-new .tab-ul li {
  height: 2rem;
  background: #9da7b3;
  color: #fff;
  border-radius: 1rem;
  margin: 0 0.2rem;
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.yh-new .tab-ul .on {
  background: #1c77bd;
}
.yh-new .con {
  margin-top: 0.5rem;
}
.yh-new .con .box {
  display: none;
}
.yh-new .con .box ul li {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  height: 2rem;
  border-bottom: 1px dashed #ccc;
  font-size: 0.75rem;
}
.yh-new .con .box ul li:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background: #1c77bd;
  margin-right: 0.5rem;
}
.yh-new .con .box ul li a {
  display: flex;
  align-items: center;
  flex: 1;
}
.yh-new .con .box:nth-child(1) {
  display: block;
}

.fw {
  padding: 0.5rem;
}
.fw .tab-ul {
  margin-top: 0.5rem;
  display: flex;
}
.fw .tab-ul li {
  height: 2rem;
  background: #9da7b3;
  color: #fff;
  border-radius: 1rem;
  margin: 0 0.2rem;
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.fw .tab-ul .on {
  background: #1c77bd;
}
.fw .con {
  margin-top: 1rem;
}
.fw .con .box {
  display: none;
}
.fw .con .box:nth-child(1) {
  display: block;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 0.75rem;
}

.article .title {
  font-size: 1.1rem;
  padding: 0.5rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.article article {
  padding: 0 0.5rem;
  line-height: 1.2rem;
}

.article article p {
  margin-bottom: 0.5rem;
}

.article article img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=css.css.map */
