.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 #e42500;
  border-radius: 2rem;
  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-left: 1rem;
  border: none;
  width: 2rem;
  height: 4rem;
  background: url(http://www.chanye.rexun.cn/wap_static/img/search.png) no-repeat center;
  background-size: 100%;
}
.hd_nav {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 5rem;
  padding: 0 1.6rem;
  border-bottom: 1px solid #ccc;
}
.hd_nav ul {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hd_nav_add {
  background-color: #fff;
  height: 14rem;
}
.hd_nav li {
  width: 21%;
  text-align: center;
  margin: 10px 5px;
}
.hd_nav_list {
  width: 100%;
  position: relative;
}
.hd_nav i {
  background: url(http://www.chanye.rexun.cn/wap_static/img/hd_nav.png) no-repeat center;
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 3.75rem;
  height: 2.4rem;
  background-size: 60%;
}
.fouce {
  height: 22rem;
  display: flex;
  justify-content: space-between;
}
.fouce #swiper-1 {
  height: 100%;
  margin: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span h1 {
  background: url(http://www.chanye.rexun.cn/wap_static/img/fouce.png) no-repeat center left;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 2.5rem;
  width: 70%;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  right: 2rem;
  text-align: right;
}
.fouce #swiper-1 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  opacity: 0.8;
}
.fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #f4b60a;
}
.p {
  padding: 0 1.6rem;
}
.tit-1 a {
  font-size: 18px;
  margin-right: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 45px;
}
.tit-1 .cur {
  color: #cd0001;
  border-bottom: 3px solid #c90000;
}
.img-box a {
  width: 31%;
  display: block;
}
.img-box a img {
  height: 14rem;
}
.img-box a h2 {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.img-box-3 a {
  width: 100%;
}
.img-box-3 a img {
  height: 21rem;
}
.img-box-3 a h2 {
  background-color: #f6f6f6;
  margin-top: 0;
  padding: 1rem;
}
.news-list {
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list ul li {
  white-space: normal;
  border-bottom: 0.1rem dotted #d1d1d1;
  padding: 0.8rem 0;
  font-size: 1.8rem;
}
.news-list ul li a h2 {
  font-size: 1.6rem;
}
.list-list ul li {
  white-space: normal;
  position: relative;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px dashed #b0b0b0;
}
.list-list ul li a h2 {
  font-size: 1.6rem;
}
.list-list ul li a span {
  color: #888;
  font-size: 1.4rem;
}
.list-list ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-color: #e42500;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.no-text {
  border-bottom: 0.1rem solid #eee;
  padding-bottom: 1rem;
}
.no-text a {
  margin-right: 0.5rem;
}
.paging {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 10rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
  text-decoration: none;
  background-color: #dddddd;
  margin-right: 1rem;
}
.paging .hover {
  background-color: #e42500;
  color: #fff;
}
.list ul li {
  white-space: normal;
  padding-left: 2rem;
  position: relative;
  line-height: 3.8rem;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list ul li a h1 {
  width: 80%;
  font-size: 1.6rem;
}
.list ul li a span {
  font-size: 1.4rem;
  color: #666;
}
.list ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-color: #e42500;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-2 {
  background-color: #f8f8f8;
  padding: 0 10px;
}
.list-2 ul li {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #eee;
}
.list-2 ul li a h1 {
  width: 100%;
}
.list-3 {
  background-color: #fff;
  padding: 0;
}
.list-4 {
  position: relative;
}
.list-4 .f-tit {
  position: absolute;
  width: 20rem;
  top: -2rem;
  text-align: center;
  font-weight: bold;
  background-color: #cd0000;
}
.list-4 .f-tit a {
  font-size: 2rem;
  color: #fff;
  height: 3.1rem;
  line-height: 3rem;
}
.list-4 ul {
  padding-top: 3rem;
}
.list-4 ul li {
  border: none;
  height: 3.4rem;
  line-height: 3.4rem;
}
.list-4 ul li a h1 {
  font-size: 1.6rem;
}
.tit-2 {
  line-height: 4.5rem;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.tit-2 a,
.tit-2 span {
  color: #666;
  font-weight: 700;
  font-size: 1.8rem;
}
.tit-2 .cur {
  color: #c90000;
}
.tit-2 i {
  font-size: 1.8rem;
}
.img-box-2 {
  position: relative;
  height: 220px;
}
.img-box-2 a span {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.con-tit h4 {
  font-size: 2.2rem;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding-bottom: 20px;
  font-weight: bold;
}
.con-info {
  color: #999;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
.con-info span {
  padding-right: 20px;
}
.con-txt {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.con-txt p {
  text-align: justify;
  text-indent: 2rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 3rem;
}
.con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pian a {
  width: 43%;
}
.pian h2 {
  font-size: 1.6rem;
}
