.nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 6rem;
  background-color: #f4f4f4;
  /* 滑动导航 */
}
.nav a img {
  width:160px;
  height: 34px;
}
.nav .hd_nav {
  width: calc(100% - 20rem);
  float: left;
  box-sizing: border-box;
}
.nav .hd_nav #swiper-1 {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.nav .hd_nav #swiper-1 .swiper-slide {
  width: auto;
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
.nav .hd_nav #swiper-1 .cur a {
  font-weight: 700;
  color: #be202c;
  padding-bottom: 10px;
  border-bottom: 1px solid #be202c;
}
.nav .search {
  width: 4rem;
  height: 5rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
}
.nav .search-show {
  display: none;
  z-index: 999;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav .search-show form {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
}
.nav .search-show form input {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 10px;
  height: 3rem;
  padding-left: 1rem;
}
.nav .search-show form button {
  border: none;
  border-radius: 20%;
  background-color: #be202c;
  color: #fff;
  height: 3.6rem;
  width: 5rem;
  font-size: 20px;
  margin-left: 1rem;
}
.fouce {
  height: 20rem;
  padding: 0 1rem;
  overflow: hidden;
  position: relative;
}
.fouce .swiper-container {
  overflow: hidden;
  height: 20rem;
}
.fouce .swiper-container img {
  width: 100%;
  height: 100%;
}
.fouce .swiper-container p {
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background-color: rgba(3, 3, 3, 0.5);
}
.fouce .swiper-container p span {
  width: 75%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fouce .swiper-pagination {
  text-align: right;
  left: -40px;
}
.fouce .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #5472bf;
}
.item-1 {
  padding: 0 1.6rem;
  height: 30rem;
}
.item-1 .lesetit-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item-1 .lesetit-2 span {
  color: #000;
  position: relative;
  font-size: 20px;
}
.item-1 .lesetit-2 span:nth-child(-n + 2):after {
  content: '|';
  position: absolute;
  right: -30px;
}
.item-1 .lesetit-2 .cur {
  color: #be202c;
}
.item-1 .list-1 ul {
  padding-left: 20px;
}
.item-1 .list-1 ul li {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-1 .list-1 ul li:first-of-type a {
  color: #be202c;
  font-weight: bold;
}
.item-1 .left-img {
  padding-left: 20px;
  height: 9rem;
}
.item-1 .left-img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-1 .left-img a img {
  height: 100%;
  width: 35%;
}
.item-1 .left-img a h3 {
  height: 100%;
  font-size: 1.7rem;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.title {
  padding: 0 1.6rem;
}
.title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.title a h1 {
  padding-left: 15px;
  margin-right: 15px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  overflow: initial;
}
.title a h1:before,
.title a h1:after {
  content: '';
  width: 5px;
  height: 30px;
  background-color: #3867c8;
  position: absolute;
  left: 0;
  top: 5px;
}
.title a h1:after {
  border-top: 2px solid #fff;
  height: 10px;
  background-color: #79a4ff;
  top: 25px;
}
.title a span {
  display: flex;
  align-items: center;
  width: 75%;
  height: 25px;
  background: url(../img/more.jpg) no-repeat right;
}
.title a span:before {
  content: '';
  width: 90%;
  height: 1px;
  background-color: #ccc;
}
.list .item {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.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: 2;
}
.list .item .text span {
  font-size: 14px;
  margin-right: 2rem;
  color: #888;
}
.list .item .text span:last-of-type {
  color: #3867c8;
}
.no-img .text {
  padding: 0 2rem 2rem 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 #3867c8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian a {
  margin-left: 1rem;
}
.paging {
  margin: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  font-size: 1.6rem;
  color: #000;
  display: block;
  margin: 0 12px;
}
.paging .hover {
  font-size: 2rem;
  color: #be202c;
  border-bottom: 1px solid;
}
.content {
  padding: 10px 15px 0 15px;
}
.content .title h3 {
  padding: 0 2rem;
  font-size: 24px;
  margin-bottom: 10px;
}
.content .con-info {
  text-align: center;
  color: #555555;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
}
.content .con-txt {
  font-size: 1.6rem;
  text-indent: 2rem;
  line-height: 3.2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
      text-indent: 3.2rem;
}
.content .con-txt img {
  margin: 20px 0;
     width: 100% !important;
  display: block;
}
.content .share {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .share p {
  color: #333;
  width: 100%;
  flex: 1;
  font-size: 1.8rem;
  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: none;
  width: 6.4rem;
  height: 6.4rem;
  line-height: 6.4rem;
  font-size: 3rem;
  margin: 0;
}
.content .pian {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.content .pian a {
  border-bottom: 1px solid #be202c;
  padding: 1rem;
}
.content .pian a:last-of-type {
  float: right;
}
.content .title a span {
  width: 70%;
}
