.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e8382f;
  height: 6rem;
  padding: 0 1.6rem;
  position: relative;
}
.logo a {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
  margin: 0 auto;
}
.logo a img {
  width: 13rem;
  height: 3rem;
}
.logo .show-sesarch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.logo .show-sesarch .se-head {
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  color: #fff;
  background: url(../img/left.png) no-repeat 20px;
  background-color: #e8382f;
  background-size: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo .show-sesarch .se-head a {
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
  width: 13rem;
  height: 3rem;
}
.logo .show-sesarch .se-head a img {
  width: 13rem;
  height: 3rem;
}
.logo .show-sesarch form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  border: 2px solid #e8382f;
  overflow: hidden;
  margin: 1rem 2rem;
  border-radius: 20px;
  padding-left: 20px;
}
.logo .show-sesarch form input {
  width: 80%;
  height: 4rem;
  background-color: #eee;
  border: none;
}
.logo .show-sesarch form button {
  background: url(../img/search.png) no-repeat center;
  background-color: #e8382f;
  background-size: 65%;
  display: block;
  z-index: 9;
  border: none;
  width: 5rem;
  height: 4rem;
}
.logo .search-box {
  position: absolute;
  right: 0;
  height: 4rem;
  width: 5rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
}
/* 导航 */
.nav-bar {
  background-color: #fff;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.nav-bar ul li {
  width: 25%;
  height: 50px;
  text-align: center;
  background-color: #e8382f;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
.nav-bar ul li a {
  color: #fff;
}
/* 滑动导航 */
.huanav {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
  line-height: 4.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
}
.huanav .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  width: 100%;
}
.huanav .huanav_scr .cur a {
  color: #000 !important;
  padding-bottom: 1rem;
  font-weight: bold;
  border-bottom: 5px solid #e8382f;
}
.huanav .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.6rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .swiper-slide a {
  color: #929292;
}
.fouce {
  height: 24rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 100%;
}
.fouce p {
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  line-height: 4rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.fouce p span {
  display: block;
  font-size: 1.6rem;
  text-indent: 1.8rem;
  text-align: left;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: auto;
  right: 0;
  margin-right: 1rem;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  background-color: #e8382f;
  opacity: 0.8;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #bdbdbd;
}
.list {
  padding: 0 1.6rem;
}
.list .item {
  border-bottom: 1px solid #eee;
  height: 10rem;
  position: relative;
  margin-bottom: 1rem;
}
.list .item img {
  width: 12rem;
  height: 9rem;
  position: absolute;
  top: 0;
}
.list .item .text {
  margin-left: 13rem;
}
.list .item .text h3 {
  font-weight: normal;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list .item .text span {
  font-size: 14px;
  margin-right: 2rem;
  color: #888;
}
.list .no-img {
  margin-top: 1rem;
  padding: 0;
  height: 9rem !important;
}
.list .no-img .text {
  margin-left: 0 !important;
}
.list .no-img .text h3 {
  text-indent: 2rem;
  -webkit-line-clamp: 2 !important;
}
.list .big-img {
  height: 31rem;
}
.list .big-img a img {
  position: relative;
  width: 100%;
  height: 20rem;
  margin: 1rem 0;
}
.list .big-img .text {
  margin-left: 0;
}
.paging {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  font-size: 1.6rem;
  color: #000;
  display: block;
  margin: 0 20px;
}
.paging a:hover,
.paging span:hover,
.paging .hover {
  font-size: 20px;
  color: #e8382f;
  border-bottom: 1px solid;
}
.content {
  padding: 0 1.6rem;
}
.content .con-tit {
  padding: 2rem;
}
.content .con-tit h4 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #333;
}
.content .con-info {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #929292;
}
.content .con-txt {
  font-size: 2rem;
  text-indent: 2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
  line-height: 3.2rem;
}
.content .con-txt img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.6rem;
}
.pian a {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.title {
  padding: 1rem 1.6rem;
  border-bottom: 1px solid #eee;
}
.title span {
  border-bottom: 3px solid #e8382f;
  padding: 1rem 0;
}
