.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 6.5rem;
  padding: 0 1.6rem;
}
.head .logo {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  padding: 2rem 0 1.5rem;
}
.head .logo a {
  /*height: 5rem;*/
  display: block;
}
.search {
  width: 80%;
  margin: 0 auto;
}
.search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
.search form input {
  padding-left: 20px;
  height: 3rem;
  background-color: #f5f5f5;
  border: none;
}
.search form button {
  background: url(../img/search.png) no-repeat center;
  background-size: 40%;
  display: block;
  z-index: 9;
  border: none;
  width: 7rem;
  height: 4rem;
}
.huanav {
  box-shadow: 0px 2px 20px 0px rgba(4, 0, 0, 0.04);
  background-color: #1855a5;
  z-index: 999;
  padding: 0 1.65rem;
  box-sizing: border-box;
}
.huanav .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.huanav .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.6rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .swiper-slide a {
  color: #fff;
}
.p {
  padding: 0 1.6rem;
}
.big-tit {
  text-align: center;
}
.big-tit h2 {
  margin-bottom: 10px;
  color: #1d3b70;
  font-weight: 700;
}
.big-tit span a {
  font-size: 14px;
  color: #666464;
}
.fouce {
  height: 22rem;
  overflow: hidden;
}
.fouce #swiper-2 {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 10px height: 22rem;
  position: relative;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide {
  position: relative;
  height: 22rem;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span {
  height: 5rem;
  line-height: 5rem;
  text-align: left;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span h1 {
  font-size: 1.6rem;
  display: block;
  text-align: left;
}
.fouce #swiper-2 .swiper-button-prev,
.fouce #swiper-2 .swiper-button-next {
  width: 30px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
.fouce #swiper-2 .swiper-button-prev {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: -8px;
}
.fouce #swiper-2 .swiper-button-next {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  right: -8px;
}
.list ul li {
  height: 34px;
  line-height: 34px;
}
.list-icon ul li {
  padding-left: 30px;
  background: url(../img/icon.png) no-repeat center left;
}
.list-first ul li:first-of-type {
  font-weight: 700;
}
.title {
  border-bottom: 1px solid #eee;
}
.title a {
  font-size: 24px;
  color: #214EA8;
  font-weight: 700;
  padding-right: 30px;
  background: url(../img/title.png) no-repeat center right;
}
.list-2 ul li {
  height: 35px;
  line-height: 35px;
}
.list-2 ul li a {
  font-size: 15px;
}
.img-box {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.img-box span {
  height: 40px;
  line-height: 40px;
}
.img-box-4 {
  margin-top: 4px;
}
.img-box-4 .img-box {
  height: 104px;
  width: 49.5%;
}
.list-box {
  padding: 10px;
  border: 1px solid #ccc;
}
.list-box ul li {
  height: 36px;
  line-height: 36px;
}
.list-box ul li:first-of-type {
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.curmbs {
  border-bottom: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}
.curmbs a {
  padding-bottom: 10px;
  color: #1855a5;
  font-weight: 700;
}
.list-list ul li {
  white-space: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a .txt {
  width: 60%;
}
.list-list ul li a .txt h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.list-list ul li a .txt span {
  font-size: 12px;
}
.list-list ul li a .no-img {
  width: 100%;
}
.list-list ul li a img {
  border-radius: 10px;
  width: 35%;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 0.2rem;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #1855a5;
}
.con-tit h4 {
  font-size: 2.4rem;
}
.con-info {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(82, 131, 233, 0.26);
}
.con-info span {
  margin-right: 20px;
  color: #888;
}
.con-info span:last-of-type {
  color: #305798;
}
.con-txt P {
  margin-top: 16px;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 3.5rem;
  text-indent: 2em;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian a {
  width: 46%;
  border-bottom: 1px solid rgba(82, 131, 233, 0.26);
  padding-bottom: 2rem;
}
.pian a h1 {
  margin-bottom: 10px;
}
.pian a h2 {
  font-size: 1.6rem;
}
.pian a:last-of-type {
  text-align: right;
}
.title-3 {
  height: 44px;
  border-bottom: 1px solid rgba(82, 131, 233, 0.15);
}
.title-3 a {
  font-size: 22px;
  font-weight: 700;
  color: #1855a5;
  padding-bottom: 12px;
  border-bottom: 3px solid #1855a5;
}
