.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  width: 100%;
  background-color: #eeeeee;
  padding-bottom: 2rem;
}
.head .logo {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
  height: 6.5rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  width: 80%;
  margin: 0 auto;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .search input {
  padding-left: 2rem;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  width: 70%;
  border: 0;
}
.head .search button {
  background: #0f7ac0 url(../img/search1.png) no-repeat 10px center;
  background-size: 25%;
  color: #fff;
  padding-left: 30px;
  border-radius: 20px;
  width: 30%;
  border: 0;
  height: 40px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav ul li {
  background-color: #0f7ac0;
  width: 24.5%;
  height: 45px;
  border-bottom: 2px solid #fff;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
}
.nav ul li a {
  color: #fff;
  font-size: 16px;
}
.p {
  padding: 1rem;
}
.title {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
}
.title a {
  display: flex;
  justify-content: space-between;
}
.title a span:first-of-type {
  font-weight: 700;
  color: #163e94;
  font-size: 18px;
  padding-left: 20px;
  border-left: 5px solid;
}
.title a span:last-of-type {
  font-size: 14px;
  color: #999;
}
.list ul li {
  height: 61px;
  line-height: 31px;
  background: none;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
}
.list ul li h1 {
  width: 100%;
  font-size: 16px;
}
.list ul li span {
  color: #999;
  display: block;
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
}
.title-2 {
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
}
.title-2 a {
  display: flex;
  justify-content: space-between;
}
.title-2 a span:first-of-type {
  color: #fff;
  width: 110px;
  text-align: center;
  background-color: #1782d5;
  font-size: 17px;
}
.title-2 a span:last-of-type {
  font-size: 14px;
  padding-right: 1rem;
  color: #999;
}
.list-2 ul li {
  line-height: 36px;
  height: 36px;
  padding-left: 2rem;
  position: relative;
}
.list-2 ul li a {
  display: flex;
  justify-content: space-between;
}
.list-2 ul li a h2,
.list-2 ul li a h1 {
  width: 68%;
  font-size: 16px;
}
.list-2 ul li a span {
  font-size: 1.4rem;
  text-align: right;
  width: 30%;
  color: #999;
}
.list-2 ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.t-img-box {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}
.t-img-box a img {
  width: 100%;
  height: 15rem;
}
.t-img-box a .txt {
  padding: 1rem;
}
.t-img-box a .txt h1 {
  font-weight: 700;
  font-size: 1.8rem;
}
.t-img-box a .txt h2 {
  margin-top: 1rem;
  text-indent: 20px;
  font-size: 1.6rem;
  color: #333;
}
.t-img-box a .txt span {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #0f7ac0;
}
.crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #bfbfbf;
}
.crumbs span {
  padding-left: 30px;
  background: url(../img/crumbs.jpg) no-repeat center left;
  background-size: 15%;
}
.crumbs a,
.crumbs span {
  font-size: 16px;
}
.paging {
  text-align: center;
  margin: 4rem 0;
}
.paging a,
.paging span {
  padding: 1rem;
  font-size: 1.6rem;
}
.paging span {
  border-bottom: 0.1rem solid #000;
}
.paging .hover {
  text-align: center;
  padding: 1rem;
  border: 0.1rem solid #0f7ac0;
}
.paging .hover,
.paging span {
  margin: 0 1rem;
}
.con-tit h4 {
  font-size: 16px;
}
.con-info {
  padding: 0 20px;
  border-bottom: 1px solid #cccccc;
}
.con-info span {
  font-size: 12px;
  color: #757575;
  margin-right: 1.5rem;
}
.con-info #share {
  margin: 1rem 0;
  background: url(../img/share.png) no-repeat center left;
  padding-left: 30px;
  overflow: initial;
  color: #124370;
  float: right;
}
.con-info #share a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 8px;
  font-size: 17px;
}
.con-txt p {
  text-indent: 2rem;
  font-size: 1.6rem;
  line-height: 3.1rem;
  padding: 0 1rem 1rem;
}
.con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  padding: 0 20px;
}
.pian a {
  font-weight: 700;
  border-bottom: 1px solid #0f7ac0;
  padding: 10px;
}
.fouce {
  overflow: hidden;
}
.fouce #swiper-1 {
  height: 20rem;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
  background: rgba(0, 0, 0, 0.6);
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span h1 {
  width: 60%;
  font-size: 1.6rem;
  text-align: left;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  left: -2rem;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0f7ac0;
}
