* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

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;
}

.content {
  width: 1200px;
  padding: 0;
}

.header .logo {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .nav {
  background: #10b0ad;
  height: 50px;
  display: flex;
  justify-content: center;
}
.header .nav ul {
  display: flex;
  width: 1200px;
  height: 100%;
}
.header .nav ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
.header .nav ul li a:hover {
  background: #01895d;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #10b0ad;
}

.max_title {
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}
.max_title h3 {
  font-size: 18px;
  color: #10b0ad;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.max_title h3:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #10b0ad;
  left: 0;
  bottom: -2px;
  width: 100%;
}
.max_title a {
  color: #888;
  font-size: 13px;
  margin-right: 10px;
}

.new-box {
  margin: 20px auto;
  display: flex;
}
.new-box .left {
  width: 400px;
}
.new-box .right {
  flex: 1;
  margin-left: 20px;
}
.new-box .right .con {
  padding: 20px;
}
.new-box .right .con dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f9a201;
}
.new-box .right .con dl dt a {
  color: #f9a201;
}
.new-box .right .con dl dd {
  line-height: 24px;
  font-size: 14px;
}
.new-box .right .con dl dd a {
  color: red;
}
.new-box .right .con ul li {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.new-box .right .con ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 8px;
}
.new-box .right .con ul li a {
  flex: 1;
  display: flex;
  align-items: center;
}
.new-box .right .con ul li time {
  color: #888;
}

.zjtd .con {
  display: flex;
  padding: 20px;
}
.zjtd .con .left {
  width: 400px;
}
.zjtd .con .left ul {
  display: flex;
  flex-wrap: wrap;
}
.zjtd .con .left ul li {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.zjtd .con .left ul li img {
  display: block;
}
.zjtd .con .left ul li h4 {
  font-size: 20px;
  color: #10b0ad;
  margin: 10px auto;
  font-weight: bold;
}
.zjtd .con .left ul li p {
  font-size: 14px;
  color: #888;
  line-height: 21px;
  text-align: justify-all;
  text-indent: 2em;
}
.zjtd .con .left ul li p a {
  color: #f9a201;
}
.zjtd .con .right {
  flex: 1;
  margin-left: 20px;
}
.zjtd .con .right ul {
  display: flex;
  flex-wrap: wrap;
}
.zjtd .con .right ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f9f9f9;
  height: 110px;
  border-bottom: 4px solid #fff;
  color: #484848;
}
.zjtd .con .right ul li h4 {
  font-size: 18px;
  font-weight: bold;
}
.zjtd .con .right ul li span {
  font-size: 16px;
  margin-top: 10px;
}
.zjtd .con .right ul li img {
  margin-bottom: 10px;
}
.zjtd .con .right ul li b {
  font-size: 16px;
}
.zjtd .con .right ul li:nth-child(1) {
  background: #e1e7ff;
}
.zjtd .con .right ul li:nth-child(2n) {
  border-left: 4px solid #fff;
}
.zjtd .con .right ul li:nth-child(7) {
  border-bottom: none;
}
.zjtd .con .right ul li:nth-child(8) {
  border-bottom: none;
}

.home-list {
  display: flex;
  flex-wrap: wrap;
}
.home-list .box {
  width: 50%;
  padding: 10px;
}
.home-list .box .con {
  padding: 10px;
}
.home-list .box ul li {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.home-list .box ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 8px;
}
.home-list .box ul li a {
  flex: 1;
  display: flex;
  align-items: center;
}
.home-list .box ul li time {
  color: #888;
}

.yyhj .con {
  padding: 20px 10px;
}

.footer {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-top: 4px solid #10b0ad;
}
.footer img {
  margin-bottom: 20px;
}
.footer p {
  font-size: 13px;
  margin: 5px auto;
}

.page-info {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  color: #10b0ad;
  padding: 0 10px;
}
.page-info a {
  color: #10b0ad;
  font-weight: bold;
}

.main {
  display: flex;
}
.main .left {
  flex: 1;
}
.main .left .list {
  padding: 10px;
}
.main .left .list li {
  border-bottom: 1px dashed #ccc;
}
.main .left .list li a {
  display: flex;
  padding: 10px;
}
.main .left .list li a .img {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .left .list li a .img img {
  display: block;
  width: 100%;
}
.main .left .list li a .info {
  flex: 1;
  margin-left: 10px;
}
.main .left .list li a .info h4 {
  font-size: 18px;
  color: #10b0ad;
  margin-bottom: 10px;
  font-weight: bold;
}
.main .left .list li a .info p {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  text-align: justify-all;
}
.main .left .list li a .info p b {
  color: red;
}
.main .left .page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
}
.main .left .article-box {
  padding-bottom: 20px;
}
.main .left .article-box h1 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}
.main .left .article-box .info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 40px;
}
.main .left .article-box article {
  padding: 0 20px;
  font-size: 14px;
  line-height: 21px;
}
.main .left .article-box article img {
  max-width: 100%;
  height: auto;
}
.main .left .article-box article P {
  margin-bottom: 10px;
}
.main .left .article-box .wxts {
  border: 1px solid #10b0ad;
  width: 95%;
  margin: 10px auto;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
.main .left .article-box .wxts b {
  color: #DD691D;
}
.main .left .article-box .wxts span {
  color: #10b0ad;
}
.main .left .article-box .a-btn {
  padding: 0 20px;
}
.main .left .article-box .a-btn li {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
}
.main .right {
  width: 320px;
  margin-left: 20px;
}
.main .right .list-box {
  padding: 0 10px;
}
.main .right .list-box .con {
  padding: 10px;
}
.main .right .list-box .con ul li {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.main .right .list-box .con ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 8px;
}
.main .right .list-box .con ul li a {
  flex: 1;
  display: flex;
  align-items: center;
}
.main .right .list-box .con ul li time {
  color: #888;
  font-size: 12px;
}

/*# sourceMappingURL=css.css.map */
