.logo {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo a {
  width: 13rem;
}
.logo a img {
  margin-left: 2rem;
  width: 100%;
  height: 3rem;
}
.logo .search {
  margin-right: 2rem;
  width: 18rem;
  height: 4rem;
  position: relative;
}
.logo .search form input {
  padding-left: 2rem;
  width: 15rem;
  background-color: #fff;
  height: 4rem;
  border: 1px solid #eee;
}
.logo .search form button {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  z-index: 9;
  border: none;
  width: 3rem;
  height: 2rem;
  background: url(http://www.xiaofei.henunews.com/wap_static/img/search.png) no-repeat;
  background-size: 60%;
}
.huanav {
  box-shadow: 0px 2px 20px 0px rgba(4, 0, 0, 0.04);
  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.8rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .swiper-slide a {
  color: #000;
}
.huanav .huanav_scr .cur a {
  font-weight: 700;
  color: #4679bd;
}
.fouce {
  height: 20rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 20rem;
}
.fouce p {
  display: block;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  line-height: 8rem;
  z-index: 999;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-slide {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce .swiper-pagination {
  top: 170px;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 30px;
  background-color: #999999;
}
.fouce .swiper-pagination-bullet-active {
  width: 8px;
  background-color: #fff;
}
.title {
  padding: 0 1.6rem;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #eee;
}
.title a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2363b3;
}
.list {
  padding: 0 1.6rem;
}
.list ul li {
  padding: 20px 0;
  white-space: normal;
  border-bottom: 1px solid #eee;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list ul li a img {
  width: 30%;
}
.list ul li a .no-text {
  width: 100% !important;
}
.list ul li a .text {
  width: 67%;
}
.list ul li a .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.list ul li a .text span {
  font-size: 1.4rem;
  color: #666;
}
.item_3 {
  box-sizing: border-box;
  padding: 2rem;
  background-color: #fff;
  transition: all 0.3s linear;
}
.item_3 a img {
  width: 100%;
  height: 17rem;
  margin-bottom: 2rem;
}
.item_3 a .txt h1 {
  font-size: 1.8rem;
}
.item_3 a .txt span:first-of-type {
  color: #bbb;
  display: block;
  padding: 1rem 0;
  line-height: 2.5rem;
}
.item_3 a .txt h2 {
  height: 4.5rem;
  font-size: 1.6rem;
  color: #333;
  text-indent: 20px;
}
.paging {
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
  margin: 3rem 0;
}
.paging a,
.paging span {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  border: 1px solid #eee;
}
.paging .hover {
  background-color: #2363b3;
  color: #fff;
}
.mian {
  padding: 1rem 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian a {
  font-size: 1.4rem;
}
.mian a:last-of-type {
  color: #fb6506;
}
.con {
  padding: 0 1.6rem;
}
.con .con-tit {
  padding: 1rem 0 2rem;
}
.con .con-tit h4 {
  font-size: 2rem;
  color: #333;
  font-size: 700;
}
.con .con-info span {
  color: #666;
  font-size: 1.5rem;
}
.con .con-txt {
  font-family: '黑体', sans-serif;
  line-height: 2.8rem;
  font-size: 1.5rem;
  text-indent: 2rem;
  margin-top: 2rem;
}
.con .con-txt a img {
  margin: 2rem 0;
  width: 100%;
}
.pian {
  padding: 0 1.6rem;
  display: flex;
  justify-content: space-between;
}
.pian a {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #2363b3;
  padding: 1rem;
}
