.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  top: 0;
  z-index: 99;
}
.logo {
  border-bottom: 1px solid hsla(0, 0%, 91.4%, 0.5);
  background-color: #3f79ab;
  height: 6rem;
  padding: 0 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
.logo a {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  padding: 0.8rem;
  width: 16rem;
  height: 3.5rem;
  margin: 0 auto;
}
.logo .show-sesarch {
  display: none;
  position: absolute;
  align-items: center;
  height: 6rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.logo .show-sesarch .back {
  width: 10%;
  height: 6rem;
  background: url(http://www.jiadian.yzbytv.com/wap_static/img/left.png) no-repeat center;
  background-size: 60%;
  margin-left: 2rem;
}
.logo .show-sesarch .off-search {
  width: 10%;
  color: #ff0000;
}
.logo .show-sesarch form {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  overflow: hidden;
  border-radius: 0.5rem;
}
.logo .show-sesarch form input {
  width: 80%;
  height: 4rem;
  background-color: #eee;
  border: none;
}
.logo .show-sesarch form button {
  background: url(http://www.jiadian.yzbytv.com/wap_static/img/search.png) no-repeat center;
  background-size: 45%;
  display: block;
  z-index: 9;
  border: none;
  width: 5rem;
  height: 4rem;
}
.logo .search-box {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 4rem;
  width: 5rem;
  background: url(http://www.jiadian.yzbytv.com/wap_static/img/search.png) no-repeat center;
  background-size: 50%;
}
.huanav {
  line-height: 4.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
.huanav .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  width: 100%;
}
.huanav .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.7rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .cur a {
  color: #000;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid #e60111;
}
.fouce {
  height: 24rem;
  overflow: hidden;
}
.fouce #swiper-2 {
  height: 100%;
  position: relative;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span {
  height: 8rem;
  text-align: left;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span h1 {
  font-size: 1.8rem;
  padding-top: 1rem;
  display: block;
  width: 90%;
  text-align: left;
}
.fouce #swiper-2 .swiper-pagination {
  right: 1rem;
  left: auto;
  bottom: 1rem;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  border-radius: 1rem;
  height: 0.2rem;
  background-color: #c1c1c1;
  opacity: 1;
  transition: all 0.5s;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 1rem;
  background-color: #dbdad9;
}
.fouce img {
  height: 100%;
}
.p {
  padding: 0 1.6rem;
}
.title a {
  font-size: 18px;
  padding-left: 20px;
  font-weight: 700;
}
.img-box-3 a .img {
  height: 180px;
}
.img-box-3 a h1 {
  height: 6rem;
  line-height: 6rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.list-txt .title {
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #ccc;
}
.list-txt .title a {
  font-size: 18px;
  font-weight: 700;
}
.list-txt ul li {
  height: 34px;
  border-bottom: 1px solid #ccc;
  line-height: 34px;
  padding-left: 10px;
}
.list-txt ul li a {
  font-size: 14px;
}
.list-txt ul li:hover {
  background-color: #eeeeee;
}
.list-list ul li {
  white-space: normal;
  margin-top: 2rem;
  height: 8rem;
}
.list-list ul li a {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.list-list ul li a img {
  width: 30%;
}
.list-list ul li .txt {
  width: 65%;
}
.list-list ul li h2 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.list-list ul li span {
  font-size: 1.2rem;
}
.list-list ul li span:last-of-type {
  float: right;
}
.list-list ul li .no-img {
  width: 100%;
}
.crumbs {
  border-bottom: 1px solid #ccc;
  height: 3rem;
  line-height: 3rem;
  padding-left: 2rem;
}
.crumbs a {
  font-size: 1.4rem;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1rem;
}
.paging .hover {
  color: #ce1111;
  border: 1px solid #ce1111;
}
.con-tit h4 {
  font-size: 23px;
  margin: 16px 0 14px;
  font-weight: 400;
}
.con-info {
  padding-bottom: 6px;
}
.con-info span {
  font-size: 12px;
  color: #888;
  margin-right: 20px;
}
.con-txt p {
  text-indent: 2em;
  font-size: 1.7rem;
  line-height: 3.1rem;
  padding: 0 1rem 1rem;
}
.con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian a {
  display: block;
  width: 47%;
}
.pian a h1 {
  font-size: 1.4rem;
}
.title-2 a {
  border-left: 4px solid #e60012;
  padding-left: 20px;
  font-size: 20px;
}
.con-txt img{
  display: block;
    width: 100% !important;}
