.flex {
  display: flex;
  justify-content: space-between;
}
.logo {
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
  background-color: #e01212;
  align-items: center;
  height: 6rem;
  position: relative;
}
.logo img {
  background-color: #fff;
  padding: 1rem;
  border-radius: 2rem;
  width: 13rem;
  height: 3rem;
}
.logo .show-sesarch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  align-items: center;
}
.logo .show-sesarch .back {
  width: 3rem;
  height: 3rem;
  background: url(http://www.chuangtou.rexun.cn/wap_static/img/left.png) no-repeat center;
  background-size: 80%;
  margin-left: 1rem;
}
.logo .show-sesarch form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 1rem 2rem;
  width: 80%;
  border-radius: 5px;
}
.logo .show-sesarch form input {
  width: 70%;
  padding-left: 2rem;
  height: 4rem;
  background-color: #ececec;
  border: none;
}
.logo .show-sesarch form button {
  border-left: 1px solid #888;
  display: block;
  z-index: 9;
  border: none;
  width: 5rem;
  height: 4rem;
  background-color: #f4f4f4;
}
.logo .search {
  height: 4rem;
  width: 5rem;
  background: url(http://www.chuangtou.rexun.cn/wap_static/img/search.png) no-repeat center;
  background-size: 80%;
}
.nav-bar {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  background-color: #fff0f0;
  padding: 5x 0;
}
.nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nav-bar ul li {
  width: 25%;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.fouce {
  height: 20rem;
}
.fouce #swiper-1 {
  height: 100%;
}
.fouce #swiper-1 .swiper-slide p {
  height: 4rem;
  line-height: 4rem;
  text-align: left;
}
.fouce #swiper-1 .swiper-slide p span {
  display: block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  width: 70px;
  right: 0;
  bottom: 5px;
  color: #fff;
}
.fouce #swiper-1 .swiper-pagination-current {
  font-size: 2.2rem;
  color: #d61319;
  font-style: italic;
}
.hua-txt {
  height: 50px;
  align-items: center;
  border-top: 1rem solid #e2e2e2;
  background-color: #f2f2f2;
  line-height: 50px;
  border-bottom: 1rem solid #e2e2e2;
}
.hua-txt .gun span {
  padding: 0.3rem;
  margin: 0 1rem;
  color: #e12121;
  border: 1px solid #e01212;
  border-radius: 12px;
  font-size: 14px;
}
.hua-txt #swiper-2 {
  height: 100%;
}
.hua-txt #swiper-2 .swiper-slide h1 {
  font-size: 16px;
}
.img-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  height: 10rem;
  border-bottom: 1px dashed #f9d0d0;
  box-sizing: border-box;
}
.img-list a img {
  width: 30%;
  object-fit: cover;
}
.img-list a .txt {
  width: 65%;
}
.img-list a .txt h2 {
  font-size: 17px;
}
.img-list a .no-img {
  width: 100%;
  padding-bottom: 1rem;
}
.img-box {
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f9d0d0;
}
.img-box .img {
  width: 48%;
  box-shadow: 0 0 2rem #e1e1e1;
}
.img-box .img a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
.img-box .img a img {
  height: 10rem;
}
.img-box .img a h2 {
  font-size: 1.8rem;
  color: #555;
  margin: 1rem;
  height: 5rem;
}
.title {
  background: url(http://www.chuangtou.rexun.cn/wap_static/img/title.png) no-repeat;
  height: 4.5rem;
  border: 1px solid #d2d2d2;
  line-height: 4.5rem;
}
.title a {
  font-size: 18px;
  padding-left: 20px;
  color: #e01212;
}
.txt-list {
  background-color: #f8f8f8;
}
.txt-list ul li {
  height: 7.7rem;
  white-space: normal;
  border-bottom: 1px dashed #f9d0d0;
}
.txt-list ul li a {
  display: block;
  padding: 1rem;
}
.txt-list ul li a h2 {
  font-size: 1.7rem;
}
.crumbs {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.crumbs a {
  font-size: 16px;
}
.paging {
  margin: 3rem 0;
  justify-content: center;
}
.paging a,
.paging span {
  display: block;
  font-size: 1.4rem;
  padding: 0.8rem 1.3rem;
  margin-right: 1.5rem;
  border: #dddad2 0.1rem solid;
  background-color: #f7f6f3;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  background-color: #cc3333;
  color: #fff;
}
.con-tit h4 {
  font-size: 2rem;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.con-info span {
  font-size: 1.4rem;
  padding: 0 1.5rem;
  line-height: 2rem;
  color: #999;
}
.con-txt p {
  font-size: 1.6rem;
  line-height: 3.1rem;
  margin-bottom: 0.5rem;
  text-indent: 2em;
  padding: 0rem 1.5rem;
}
.con-txt a img {
  margin: 2rem 0;
  width: 100%;
}
.pian {
  padding: 2rem 1.6rem;
  padding-bottom: 1rem;
  border-top: 2px solid #e01212;
}
.pian a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.pian a strong {
  width: 15%;
  white-space: nowrap;
}
.pian a h1 {
  width: 82%;
  font-size: 1.6rem;
}
