body {
  background-color: #fafafa;
}
nav {
  box-shadow: 0px 2px 20px 0px rgba(4, 0, 0, 0.04);
}
nav .logo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 6rem;
}
nav .logo img {
  width: 10rem;
  height: 3rem;
}
nav .logo .search {
  width: 18rem;
  height: 4rem;
  position: relative;
}
nav .logo .search form input {
  padding-left: 2rem;
  border-radius: 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(../img/search.png) no-repeat;
  background-size: 60%;
}
nav .nav-list {
  border-top: 1px solid #eee;
}
nav .nav-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
nav .nav-list ul li {
  width: 10rem;
  margin-bottom: 0.5rem;
  text-align: center;
  float: left;
}
nav .nav-list ul .cur {
  color: #be202c;
}
.fouce {
  height: 20rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  --swiper-theme-color: #be202c;
}
.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: 35px;
  background-color: #e73828;
}
.list .item {
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 2px 4px 0 rgba(4, 0, 0, 0.08);
}
.list .item img {
  float: left;
  width: 15rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
.list .item .text {
  margin-left: 17rem;
  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: 3;
}
.list .item .text span {
  font-size: 14px;
  margin-right: 2rem;
  color: #888;
}
.list .item .text span:last-of-type {
  color: #be9370;
}
.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 #be9370;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian a {
  margin-left: 1rem;
}
.content {
  padding: 10px 15px 0 15px;
}
.content .title h3 {
  padding: 0 2rem;
  font-size: 24px;
  margin-bottom: 10px;
}
.content .con-info {
  text-align: center;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
}
.content .con-info span:last-of-type {
  color: #be9370;
}
.content .con-txt {
  font-size: 1.6rem;
  text-indent: 2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
}
.content .con-txt img {
  margin: 20px 0;
  width: 100%;
}
.content .paging {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .paging a,
.content .paging span {
  width: 5rem;
  height: 4rem;
  margin-right: 2rem;
  font-size: 1.6rem;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 4rem;
  background-color: #fafafa;
}
.content .paging a:hover,
.content .paging span:hover {
  color: #fff;
  background-color: #be202c;
}
.content .paging .hover {
  color: #fff;
  background-color: #be202c;
}
.content .share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content .share p {
  width: 100%;
  flex: 1;
  font-size: 1.8rem;
  color: #b7b7b7;
  text-align: right;
  line-height: 6.4rem;
}
.content .share .share-component p {
  font-size: 1.2rem;
  text-align: center;
}
.content .share .share-component .social-share-icon {
  border: 1px solid #eee;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  width: 6.4rem;
  height: 6.4rem;
  line-height: 6.4rem;
  font-size: 3rem;
  margin: 0;
}
.content .share .share-component .social-share-icon:last-of-type {
  border-right: none;
}
.content .pian {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #be9370;
}
.content .pian a {
  flex: 1;
  padding: 20px 20px 20px 40px;
}
.content .pian a span {
  position: relative;
  font-style: normal;
  color: #b7b7b7;
  font-size: 14px;
  text-decoration: none;
}
.content .pian a span::before {
  content: '';
  width: 20px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: -35px;
  background: url(../img/left.png) no-repeat;
  background-size: 20px 40px;
}
.content .pian a h3 {
  color: #666;
  width: 13rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content .pian a:last-of-type {
  padding: 20px 40px 20px 10px;
}
.content .pian a:last-of-type span {
  float: right;
}
.content .pian a:last-of-type span::before {
  background: url(../img/right.png) no-repeat;
  background-size: 20px 40px;
  left: auto;
  right: -35px;
}
.content .pian a:hover {
  box-shadow: 1px 3px 7px #ccc;
}
.content .tuijian {
  border-bottom: 1px solid #be9370;
}
.content .tuijian h3 {
  font-size: 16px;
  margin: 24px 0 14px;
}
