body {
  background-color: #fafafa;
}
nav {
  box-shadow: 0px 2px 20px 0px rgba(4, 0, 0, 0.04);
}
nav .logo {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  align-items: center;
  width: 100%;
  height: 6rem;
}
nav .logo a {
  width: 14rem;
}
nav .logo a img {
  margin-left: 2rem;
  width: 100%;
  height: 3rem;
}
nav .logo .search {
  margin-right: 2rem;
  width: 18rem;
  height: 4rem;
  position: relative;
}
nav .logo .search form input {
  padding-left: 2rem;
  width: 15rem;
  background-color: #fff;
  height: 4rem;
  border: 1px solid #eee;
}
nav .logo .search form button {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  z-index: 9;
  border: none;
  width: 3rem;
  height: 2rem;
  background: url(http://www.zulin.yzbytv.com/wap_static/img/search.png) no-repeat;
  background-size: 60%;
}
nav .nav {
  border-top: 1px solid #eee;
}
nav .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}
nav .nav ul li {
  border-bottom: 3px solid #eee;
  padding-bottom: 0.5rem;
  width: 25%;
  margin-bottom: 0.5rem;
  text-align: center;
  float: left;
}
nav .nav ul .cur {
  color: #f09c6d;
  border-bottom: 4px solid #f09c6d;
  padding-bottom: 0.6rem;
}
.title {
  padding-right: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  margin-top: 1rem;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}
.title span {
  display: block;
  width: 6rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-left: 1.6rem;
  background-color: #f09c6d;
  position: relative;
}
.title span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -4rem;
  border: 2rem solid;
  border-color: transparent transparent transparent #f09c6d;
}
.title a:last-of-type {
  width: 70%;
}
.title a:last-of-type h1 {
  text-align: center;
  font-size: 1.6rem;
  color: #f09c6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fouce {
  height: 20rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  --swiper-theme-color: #f09c6d;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 20rem;
}
.fouce p {
  display: block;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  line-height: 8rem;
  z-index: 999;
  font-size: 16px;
  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 {
  left: 50%;
  top: 170px;
  margin-left: 100px;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 30px;
}
.fouce .swiper-pagination-bullet-active {
  width: 8px;
  background-color: #e73828;
}
.left-tit {
  padding: 0 1.6rem;
}
.left-tit a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f09c6d;
  height: 4rem;
  line-height: 4rem;
}
.left-tit a span:first-of-type {
  width: 10rem;
  height: 4rem;
  background-color: #f09c6d;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.left-tit a span {
  color: #f09c6d;
}
.left-tit-2 {
  padding: 0;
}
.news-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list ul li a {
  font-size: 1.6rem;
}
.news-list ul li:first-of-type {
  width: 100%;
  padding-left: 0;
  margin: 0 20px;
  height: 50px;
  line-height: 50px;
}
.news-list ul li:first-of-type a {
  font-size: 1.8rem;
  font-weight: 700;
}
.news-list ul li:first-of-type::before {
  content: none;
}
.news-list ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #f09c6d;
}
.list .item {
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 5px 37px 0 rgba(4, 0, 0, 0.08);
}
.list .item img {
  float: left;
  width: 13rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
.list .item .text {
  margin-left: 15rem;
  padding: 1rem;
}
.list .item .text h3 {
  color: #333;
  font-weight: 500;
  font-size: 15px;
  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 .item .text span:last-of-type {
  float: right;
}
.list-2 .item img {
  left: 0;
}
.no-img .text {
  padding: 2rem !important;
  margin-left: 0 !important;
}
.no-img .text h3 {
  -webkit-line-clamp: 2 !important;
}
.mian {
  background-color: #fff;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f09c6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian a {
  margin-left: 1rem;
}
.content {
  padding: 10px 15px 0 15px;
}
.content .con-tit h3 {
  padding: 0 2rem;
  font-size: 24px;
  margin-bottom: 10px;
}
.content .con-info {
  text-align: center;
  border-top: 1px dashed #eee;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #888;
}
.content .con-txt {
  font-size: 1.6rem;
  text-indent: 2em;
  line-height: 3rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
}
.content .con-txt img {
  margin: 20px 0;
  max-width: 100% !important;
  display: block;
}
.content .pian {
  width: 100%;
  padding: 2rem 0;
  padding-bottom: 10px;
  border-top: 2px solid #f09c6d;
}
.content .pian a {
  display: block;
  margin-bottom: 1rem;
}
.content .pian a strong {
  float: left;
  margin-right: 2rem;
}
.content .pian a h3 {
  font-size: 1.6rem;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 5rem;
  height: 4rem;
  margin-right: 2rem;
  font-size: 1.6rem;
  border-radius: 10px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 4rem;
  background-color: #fafafa;
}
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #f09c6d;
}
.paging .hover {
  color: #fff;
  background-color: #f09c6d;
}
