.flex {
  display: flex;
  justify-content: space-between;
}
.logo {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo a {
  width: 13rem;
}
.logo a img {
  margin-left: 2rem;
  width: 100%;
  height: 3rem;
}
.logo .search {
  width: 18rem;
  height: 4rem;
  margin-right: 2rem;
}
.logo .search form {
  border: 1px solid #b6c2d2;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo .search form input {
  padding-left: 1rem;
  width: 13rem;
  height: 4rem;
}
.logo .search form button {
  margin-right: 1rem;
  border: none;
  width: 2rem;
  height: 4rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 100%;
}
.huanav {
  background-color: #1069bb;
  padding: 0 1.6rem;
  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;
}
#swiper-1 {
  height: 22rem;
}
#swiper-1 .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
}
#swiper-1 .swiper-slide span h1 {
  width: 70%;
  font-size: 1.6rem;
}
#swiper-1 .swiper-pagination {
  bottom: 5px;
  text-align: right;
  left: -20px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  font-size: 1.4rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.p {
  padding: 0 1.5rem;
}
.list ul li {
  height: 3.6rem;
  line-height: 3.6rem;
  position: relative;
  padding-left: 2rem;
}
.list ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list ul li:hover {
  text-decoration: underline;
}
.list ul li a {
  font-size: 1.6rem;
}
.first ul li:first-of-type a {
  color: #1069bb;
  font-weight: 700;
}
.title {
  padding-left: 1rem;
  border-bottom: 0.1rem solid #1069bb;
  height: 3.6rem;
  line-height: 3.6rem;
}
.title span {
  color: #1069bb;
  font-size: 19px;
  font-weight: 400;
}
.title i {
  font-size: 1.2rem;
  color: #666;
}
.left-img ul li {
  padding: 1rem 0 1rem 0;
  border-bottom: 1px solid #d9d9d9;
  white-space: normal;
  min-height: 6rem;
}
.left-img ul li:last-of-type {
  border: none;
}
.left-img ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-img ul li a img {
  width: 40%;
  height: 9.5rem;
  margin-right: 2rem;
}
.left-img ul li a .txt {
  flex: 1;
}
.left-img ul li a .txt h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.left-img ul li a .txt span {
  font-size: 1.4rem;
}
.tow-img-box {
  flex-wrap: wrap;
}
.tow-img-box a {
  margin-top: 1rem;
  width: 48%;
}
.tow-img-box a img {
  height: 10rem;
}
.tow-img-box a h2 {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.small-img-text {
  overflow: hidden;
}
.small-img-text img {
  height: 20rem;
}
.small-img-text .small-text {
  padding: 15px;
  border: 1px solid #eee;
}
.small-img-text .small-text p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
  cursor: pointer;
}
.small-img-text .small-text span {
  font-size: 14px;
  display: block;
  text-align: right;
}
.left-img-2 ul li {
  margin-top: 10px;
  white-space: normal;
}
.left-img-2 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
}
.left-img-2 ul li a img {
  width: 40%;
  height: 10rem;
}
.left-img-2 ul li a .txt {
  width: 55%;
}
.left-img-2 ul li a .txt h1 {
  font-size: 1.6rem;
}
.left-img-2 ul li a .txt h3 {
  text-indent: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #949494;
}
.crumbs {
  margin-top: 0.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.crumbs a,
.crumbs span {
  font-size: 1.4rem;
  margin-right: 0.3rem;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.6rem;
  padding: 0 1rem;
  color: #1a1a1a;
  line-height: 3.4rem;
  text-align: center;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  text-decoration: underline;
  color: #1069bb;
}
.con-tit h4 {
  font-size: 22px;
  font-weight: 400;
}
.con-info {
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
}
.con-info span {
  color: #999;
  font-size: 13px;
  margin-right: 20px;
}
.con-txt p {
  font-size: 15px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 2.9rem;
  text-align: justify;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.title-2 {
  height: 30px;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.title-2 span {
  display: block;
  width: 80px;
  font-size: 18px;
  color: #1069bb;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #004079;
}
.pian a {
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
