.head {
  background-color: #0c7ed9;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.head .logo {
  width: 18rem;
  height: 4rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .nav {
  width: 2rem;
  height: 5rem;
  position: absolute;
  z-index: 99;
  right: 20px;
  background: url(../img/nav.png) no-repeat center;
}
.head .showNav {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.head .showNav .hidden {
  float: left;
  width: 20%;
  height: 56rem;
  background-color: #fff;
  opacity: 0;
  z-index: 999;
}
.head .showNav .nav-list {
  background-color: #0c7ed9;
  float: right;
  height: 100%;
  width: 80%;
}
.head .showNav .nav-list form {
  height: 7rem;
  display: flex;
  padding: 0 1.6rem;
  justify-content: center;
  align-items: center;
}
.head .showNav .nav-list form input {
  border: none;
  background-color: #0c7ed9;
  color: #fff;
  border-bottom: 1px solid #eee;
  height: 5rem;
}
.head .showNav .nav-list form button {
  border: none;
  width: 4rem;
  height: 4rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 70%;
}
.head .showNav .nav-list ul {
  background-color: #fff;
}
.head .showNav .nav-list ul li {
  background-color: #fff;
  line-height: 4rem;
  padding-left: 2rem;
  border-bottom: 1px solid #b2b2b2;
}
.head .showNav .nav-list ul li a {
  font-size: 1.6rem;
}
.fouce {
  height: 20rem;
  position: relative;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-container {
  width: 100%;
}
.fouce .swiper-slide {
  text-align: center;
}
.fouce .swiper-slide img {
  width: 100%;
  display: block;
}
.fouce .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #999999;
  opacity: 1;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #0c7ed9;
}
.fouce .more {
  position: absolute;
  right: 20px;
  bottom: 40px;
  border-radius: 20px;
  padding: 0 10px;
  opacity: 0.7;
  background-color: #cec8c3;
  z-index: 9;
}
.fouce .more a {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.9;
}
.p {
  padding: 0 1.6rem;
}
.title a {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title a span:first-of-type {
  color: #0c7ed9;
  font-weight: 700;
  font-size: 1.8rem;
}
.title a span:last-of-type {
  background-color: #0c7ed9;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
}
.title-2 {
  border-bottom: 2px solid #0c7ed9;
}
.img-box {
  position: relative;
  height: 20rem;
}
.img-box img {
  height: 100%;
  width: 100%;
}
.img-box span {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.list {
  padding: 0 1.6rem;
  background-color: #ebebeb;
}
.list ul li {
  line-height: 36px;
  border-bottom: 1px dashed #ccc;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  font-size: 15px;
}
.list ul li a span {
  color: #999;
}
.list-2 {
  padding: 0;
  background-color: #fff;
}
.txt-box a {
  display: block;
}
.txt-box a h1 {
  color: #1a1a1a;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.txt-box a span {
  background: url(../img/time.png) no-repeat center left;
  padding-left: 2rem;
  color: #707070;
  display: block;
  margin: 1rem 0;
  font-size: 1.4rem;
}
.txt-box a h2,
.txt-box a h3 {
  margin-top: 1rem;
  text-indent: 2rem;
  font-size: 1.6rem;
  color: #4d4d4d;
}
.txt-box a img {
  width: 100%;
  height: 20rem;
  margin: 1rem 0;
}
.mian {
  line-height: 4rem;
  border-bottom: 1px solid #ccc;
}
.mian a {
  font-size: 1.4rem;
}
.mian a:nth-child(2),
.mian a:nth-child(4) {
  background-color: #000;
  height: 4px;
  width: 4px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.list-list ul li {
  position: relative;
  padding-left: 2rem;
  line-height: 35px;
  border-bottom: 1px dashed #ccc;
}
.list-list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #afaea9;
}
.paging {
  margin: 50px 0;
  text-align: center;
}
.paging a,
.paging span {
  font-size: 16px;
  color: #0c7ed9;
}
.paging a:first-of-type {
  float: left;
  font-size: 14px;
}
.paging a:nth-child(2) {
  margin-right: 20px;
}
.paging a:nth-child(2):before {
  content: '<<';
}
.paging a:last-of-type {
  margin-left: 30px;
}
.paging a:last-of-type:after {
  content: '>>';
}
.paging span:before {
  content: '/';
  margin-right: 10px;
}
.content .con-tit {
  line-height: 26px;
  padding: 20px 0;
  font-size: 24px;
  font-weight: normal;
  color: #0c7ed9;
  border-bottom: 1px solid #ececec;
}
.content .con-tit h4 {
  font-weight: normal;
}
.content .con-info {
  text-align: center;
  color: #787878;
  margin: 1rem 0;
}
.content .con-info span {
  font-size: 1.4rem;
}
.content .con-text {
  font-size: 19px;
  text-indent: 2rem;
  line-height: 3rem;
}
.content .con-text p {
  font-family: 宋体, simsun;
}
.content .con-text a img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.pian a {
  background-color: #f6f6f6;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}
