.head {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.logo {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo img {
  width: 13rem;
  height: 3rem;
}
.logo .search {
  width: 20rem;
  height: 4rem;
  position: relative;
}
.logo .search form {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ececec;
  border: 1px solid #eee;
  overflow: hidden;
}
.logo .search form input {
  width: 80%;
  height: 4rem;
  background-color: #ececec;
  border: none;
}
.logo .search form button {
  z-index: 9;
  border: none;
  width: 3rem;
  height: 2rem;
  background: url(http://www.jingying.rexun.cn/wap_static/img/search.png) no-repeat center;
  background-size: 60%;
}
/* 滑动导航 */
.hua {
  line-height: 4.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
}
.hua .bottom {
  width: 2rem;
  background: url(http://www.jingying.rexun.cn/wap_static/img/bottom.png) no-repeat center;
  background-size: 60%;
}
.huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  width: 90%;
}
.huanav_scr .cur a {
  color: #f5554d;
  display: block;
  font-weight: 700;
}
.huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
.nav-bar {
  display: none;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 230px;
}
.nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
  width: 100%;
}
.nav-bar .cut {
  background-color: #e73828;
}
.nav-bar .cut a {
  color: #fff;
}
.nav-bar li {
  width: 25%;
  margin-right: 2%;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 40px;
  background-color: #eee;
  text-align: center;
  line-height: 40px;
}
.fouce {
  height: 20rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  --swiper-theme-color: #3664b9;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 20rem;
}
.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.3);
}
.fouce p span {
  display: block;
  font-size: 1.6rem;
  width: 75%;
  text-indent: 2rem;
  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 {
  bottom: 5px;
  left: auto;
  right: 0;
  margin-right: 1rem;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.8;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #e5192f;
  width: 17px;
  border-radius: 8px;
}
.list {
  padding: 0 1.6rem;
}
.list .item {
  border-bottom: 1px solid #eee;
  height: 12rem;
  position: relative;
  margin-bottom: 2rem;
}
.list .item img {
  width: 14rem;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
}
.list .item .text {
  margin-right: 16rem;
}
.list .item .text h3 {
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  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 .big-img {
  height: 24rem;
  padding: 0 0 1rem 0;
}
.list .big-img .text {
  margin-right: 0;
}
.list .big-img .text h3 {
  margin-bottom: 0;
  -webkit-line-clamp: 1;
}
.list .big-img .text img {
  margin: 1rem 0;
  width: 100%;
  height: 16rem;
  position: relative;
}
.no-img {
  margin-top: 1rem;
  padding: 0 0 1rem 0;
  height: 13rem;
}
.no-img .text {
  margin-right: 0 !important;
}
.no-img .text h3 {
  text-indent: 2rem;
  -webkit-line-clamp: 3 !important;
}
.paging {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  display: block;
  font-size: 18px;
  margin: 0 1rem;
}
.paging a:nth-child(1) {
  font-size: 13px;
  border-bottom: 1px solid #888;
  color: #888;
}
.paging a:nth-child(3),
.paging span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
.paging span:hover,
.paging .hover {
  background-color: #3664b9;
  color: #fff;
}
.paging span {
  background-color: #eee;
}
.mian {
  background-color: #fff;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian a {
  margin-left: 0.3rem;
  font-size: 1.4rem;
}
.content {
  padding: 0 1.6rem;
}
.content .con-tit h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.content .con-info {
  text-align: center;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #969696;
}
.content .con-txt {
  font-size: 1.8rem;
  text-indent: 2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
  line-height: 3.2rem;
  text-indent: 2em;
}
.content .con-txt img {
  margin: 20px 0;
  max-width: 90%;
  display: block;
}
.pian {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}
.pian a {
  display: block;
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 20px;
}
.title {
  padding: 1rem 2rem;
  border-bottom: 1px solid #eee;
}
.title a {
  font-size: 20px;
  font-weight: 700;
}
