.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  width: 100%;
  background-color: #e1eef6;
  padding-bottom: 2rem;
}
.head .logo {
  width: 49%;
  margin: 0 auto;
  padding-top: 2rem;
  height: 3.75rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  width: 80%;
  margin: 0 auto;
  height: 4rem;
  line-height: 4rem;
  background-color: #f0f9ff;
  border-radius: 10px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .search input {
  padding-left: 2rem;
  height: 100%;
  color: #ffffff;
  font-size: 1.5rem;
  width: 70%;
  border: 0;
}
.head .search button {
  background: #1390c6 url(../img/search1.png) no-repeat 10px center;
  background-size: 25%;
  color: #fff;
  padding-left: 30px;
  width: 30%;
  border: 0;
  height: 40px;
}
.hua {
  border-bottom: 1px solid #f2f2f2;
  background-color: #52a8e3;
}
.hua .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
}
.hua .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.5rem;
  padding: 0 0.5rem;
  text-align: center;
}
.hua .huanav_scr .swiper-slide a {
  color: #fff;
  font-weight: 700;
}
.hua .huanav_scr .cur {
  background-color: #297eb9;
}
.hua .huanav_scr .cur a {
  display: block;
}
.fouce {
  height: 24rem;
  overflow: hidden;
}
.fouce #swiper-2 {
  height: 100%;
  position: relative;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
  background: rgba(44, 91, 148, 0.6);
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span i {
  display: block;
  width: 65%;
  font-size: 1.8rem;
  text-align: left;
}
.fouce #swiper-2 .swiper-pagination {
  text-align: right;
  left: -1rem;
  bottom: 5px;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  color: #000;
  background-color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: red;
  color: #fff;
}
.p {
  padding: 0 1.5rem;
}
.title-2 span {
  font-size: 20px;
  color: #52a8e3;
  font-weight: 700;
  border-left: 5px solid #52a8e3;
  padding-left: 20px;
}
.list-2 ul li {
  white-space: normal;
  height: 7rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.list-2 ul li:last-of-type {
  border: none;
}
.list-2 ul li h2 {
  font-size: 1.7rem;
}
.list-4 ul li {
  height: 33px;
  line-height: 33px;
  position: relative;
  padding-left: 20px;
}
.list-4 ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-3 {
  background: #e4f7fe;
  height: 4.5rem;
  line-height: 4.5rem;
  border-bottom: 0.2rem solid #03a2d2;
}
.title-3 a {
  display: block;
  background: url(../img/title.png) no-repeat center left;
}
.title-3 span {
  display: block;
  width: 33%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.img-box {
  position: relative;
}
.img-box span {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
}
.border {
  border: 0.1rem solid #eee;
  padding: 8px;
  box-sizing: border-box;
}
.left-img a {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  height: 9rem;
  align-items: center;
}
.left-img a img {
  width: 40%;
  margin-right: 2rem;
}
.left-img a .txt {
  flex: 1;
}
.left-img a .txt h2 {
  font-size: 1.6rem;
}
.text-p a {
  border-bottom: 0.1rem dashed #ccc;
  display: block;
  padding: 1rem 0;
}
.text-p span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  height: 2.2rem;
  font-weight: bold;
  display: block;
}
.text-p h2 {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #333;
  text-indent: 10px;
}
.crumbs {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 1rem;
}
.crumbs a,
.crumbs span {
  color: #52a8e3;
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.list-list ul li {
  height: 3.6rem;
  line-height: 3.6rem;
  background: url(../img/list.png) no-repeat center left;
  padding-left: 2rem;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a span {
  width: 70%;
  font-size: 1.6rem;
}
.list-list ul li a i {
  font-size: 1.4rem;
}
.paging {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.4rem;
  text-decoration: none;
  margin-right: 1rem;
  border: 1px solid #ccc;
  color: #b6b6b6;
}
.paging .hover {
  background-color: #52a8e3;
  color: #fff;
}
.con-tit h4 {
  font-size: 2.3rem;
}
.con-info {
  margin: 20px 0;
  text-align: center;
}
.con-info span {
  font-size: 1.3rem;
}
.con-txt p {
  text-indent: 2em;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.con-txt a img,.con-txt img {
  margin: 20px 0;
  max-width: 100%;
  display:block;
}
.pian a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  margin-top: 1rem;
}
