.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 20rem;
  width: 100%;
  position: relative;
  background: linear-gradient(#50a1d8, #5caedf, #bce6f4);
}
.head .logo {
  width: 70%;
  margin: 0 auto;
  padding-top: 6rem;
  height: 6.5rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  width: 80%;
  margin: 0 auto;
}
.head .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .search input {
  height: 4.5rem;
  background-color: #fff;
  padding-left: 2rem;
  font-size: 1.8rem;
  width: 80%;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
}
.head .search button {
  border: none;
  width: 20%;
  height: 4rem;
  background: #408fda url(../img/search.png) no-repeat center;
  background-size: 40%;
  opacity: 0.7;
  height: 4.5rem;
}
.head .nav-btn {
  position: absolute;
  background: url(../img/nav.png) no-repeat center;
  width: 4rem;
  height: 4rem;
  background-size: 100%;
  top: 1rem;
  right: 1rem;
}
.head .nav {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 100vh;
  top: 0;
}
.head .nav .off-1 {
  width: 40%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.head .nav .nav-list {
  width: 60%;
  height: 100vh;
  background-color: #185aae;
}
.head .nav .nav-list .off {
  float: right;
  background: url(../img/guanbi.png) no-repeat left center;
  height: 5rem;
  width: 5rem;
  background-size: 70%;
}
.head .nav .nav-list ul {
  margin-top: 5rem;
}
.head .nav .nav-list ul li {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #3f76bc;
  text-align: center;
}
.head .nav .nav-list ul li a {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.big-tit {
  text-align: center;
  padding: 2rem 0;
}
.big-tit h1 {
  color: #185aae;
  font-size: 2.6rem;
  font-weight: 700;
}
.big-tit span {
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
}
.p {
  padding: 0 1.6rem;
  background-color: #f5fafe;
}
.fouce-list {
  background-color: #fff;
  padding: 1rem;
}
.fouce-list #swiper-1 {
  margin: 0;
  height: 100%;
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide h1 {
  font-size: 1.6rem;
  height: 3rem;
  line-height: 3rem;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
}
.fouce-list #swiper-1 .swiper-wrapper .swiper-slide h1 span {
  display: block;
  width: 70%;
  text-align: left;
}
.fouce-list #swiper-1 .swiper-pagination {
  text-align: right;
  right: 1rem;
  left: auto;
  bottom: 0.5rem;
}
.fouce-list #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  background-color: #5f5f5f;
  opacity: 1;
}
.fouce-list #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.list .title-1 {
  text-align: center;
  border-bottom: 0.1rem dashed #ccc;
  padding: 1.5rem 0;
}
.list .title-1 a span {
  font-size: 2.4rem;
  width: auto;
  position: relative;
  color: #185aae;
  font-weight: 700;
}
.list .title-1 a span i {
  position: absolute;
  display: inline;
  top: -0.5rem;
  right: -8rem;
  background-color: #dd0900;
  color: #fff;
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  font-size: 1.2rem;
  padding: 0.2rem 0.5rem;
  font-weight: normal;
  transition: all 0.6s;
}
.list .title-1 a span i:hover {
  transform: scale(1.4);
}
.list ul li {
  line-height: 4.5rem;
  height: 4.5rem;
  padding: 0 2rem;
  position: relative;
  white-space: normal;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  width: 80%;
  font-size: 1.6rem;
}
.list ul li a h2 {
  width: 80%;
  font-size: 1.6rem;
}
.list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #020202;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mian {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.1rem solid #bfbfbf;
  margin: 0 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian span {
  color: #185aae;
  padding-left: 3rem;
  background: url(../img/zb.png) no-repeat 0.5rem center;
  background-size: 17%;
}
.mian a,
.mian span {
  font-size: 1.6rem;
}
.list-list {
  padding: 0 1.6rem;
}
.list-list ul li {
  white-space: normal;
  position: relative;
  line-height: 3rem;
  padding-left: 3rem;
  border-bottom: 1px dotted #afafaf;
  padding: 1rem 0 1rem 3rem;
}
.list-list ul li a {
  flex-wrap: wrap;
}
.list-list ul li a h2 {
  font-size: 1.6rem;
  width: 100% !important;
}
.list-list ul li a h2:before {
  content: '';
  position: absolute;
  top: 1.6rem;
  left: 1rem;
  height: 2rem;
  width: 0.7rem;
  background: url(../img/san.png) no-repeat center;
  background-size: 100%;
}
.list-list ul li a span {
  color: #9b9b9b;
}
.select {
  background-color: #fff;
  padding: 1rem;
}
.select .sele-tit {
  border-bottom: 0.1rem solid #e7e7e7;
  height: 4.5rem;
  line-height: 4.5rem;
}
.select .sele-tit span {
  width: 50%;
  text-align: center;
  font-size: 2rem;
  padding: 0 3rem;
}
.select .sele-tit span:first-of-type {
  border-right: 0.1rem dashed #e7e7e7;
}
.select .sele-tit .cur {
  font-weight: 700;
  color: #185aae;
  border-bottom: 0.2rem solid #185aae;
  padding-bottom: 1rem;
}
.san ul li span {
  color: #9b9b9b;
}
.san ul li:before {
  height: 2rem;
  width: 0.7rem;
  background: url(../img/san.png) no-repeat center;
  background-size: 100%;
}
.paging {
  text-align: center;
  margin: 4rem 0;
}
.paging a,
.paging span {
  padding: 1rem;
  font-size: 1.6rem;
  margin-right: 2rem;
}
.paging span {
  border-bottom: 0.1rem solid #000;
}
.paging .hover {
  padding: 1rem;
  border: 0.1rem solid #185aae;
}
.txt-box {
  background-color: #fff;
}
.txt-box .title-1 {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.2rem solid #bfbfbf;
}
.txt-box .title-1 a {
  font-size: 2.2rem;
  font-weight: 700;
  color: #484747;
}
.txt-box .title-1 a i {
  display: block;
  float: left;
  width: 4rem;
  height: 5rem;
  margin-right: 2rem;
  background: url(../img/icon_1.png) no-repeat center;
  background-size: 90%;
}
.txt-box .title-2 i {
  background-image: url(../img/icon_2.png) !important;
}
.txt-box .list {
  background-color: #fff;
  padding: 1rem;
}
.txt-box .l-img-box {
  padding: 2rem 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
}
.txt-box .l-img-box a {
  align-items: center;
}
.txt-box .l-img-box img {
  height: 10rem;
  width: 40%;
}
.txt-box .l-img-box .txt {
  width: 55%;
}
.txt-box .l-img-box .txt h2 {
  font-size: 1.7rem;
  line-height: 3rem;
}
.con {
  padding: 0 2.5rem;
}
.con .con-tit {
  padding: 3rem 0;
}
.con .con-tit h4 {
  font-size: 2.4rem;
  color: #185aae;
}
.con .con-info {
  text-align: center;
  border-bottom: 1px dotted #c3c3c3;
}
.con .con-info span {
  margin-bottom: 1rem;
  display: block;
  color: #757575;
}
.con .con-txt {
  padding: 1rem 0;
}
.con .con-txt p {
  text-indent: 2rem;
  line-height: 3rem;
  color: #424242;
}
.con .con-txt img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  padding: 0 2.5rem;
}
.pian a {
  border-bottom: 1px solid #185aae;
  padding: 1rem;
}
.title-3 {
  padding: 2rem;
  padding-bottom: 1rem;
}
.title-3 a {
  color: #185aae;
  font-weight: 700;
  font-size: 20px;
  border-left: 3px solid #185aae;
  padding-left: 20px;
}
