.logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo img {
  width: 13rem;
  height: 3rem;
}
.logo .search {
  width: 18rem;
  height: 4rem;
  position: relative;
}
.logo .search form input {
  padding-left: 2rem;
  width: 15rem;
  background-color: #fff;
  height: 4rem;
  border: 1px solid #eee;
}
.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%;
}
/* 滑动导航 */
.huanav {
  border-top: 1px solid #c9231d;
  line-height: 4.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
}
.huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  width: 100%;
}
.huanav_scr .cur a {
  color: #c9231d;
  display: block;
}
.huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
.fouce {
  height: 20rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  --swiper-theme-color: #c9231d;
}
.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 {
  bottom: 5px;
  left: auto;
  right: 0;
  margin-right: 1rem;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 4px;
  width: 30px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.8;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #e73828;
}
.title {
  border-bottom: 1px solid #888;
  height: 4rem;
  line-height: 4rem;
}
.title a {
  color: #c9231d;
  font-size: 1.8rem;
}
.text-box {
  padding: 0 1.6rem;
}
.text-box ul li {
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 2rem;
}
.text-box ul li a {
  font-size: 1.6rem;
}
.text-box ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-box .img-box a {
  display: block;
  position: relative;
  height: 18rem;
}
.text-box .img-box a img {
  height: 100%;
}
.text-box .img-box a p {
  position: absolute;
  text-indent: 2rem;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list {
  padding: 0 1.6rem;
}
.list .item {
  position: relative;
  margin-bottom: 2rem;
}
.list .item img {
  float: left;
  width: 14rem;
  position: absolute;
  top: 0;
}
.list .item .text {
  margin-left: 16rem;
}
.list .item .text h3 {
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list .item .text p {
  margin: 0.5rem 0;
  font-size: 1.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-indent: 2rem;
}
.list .item .text span {
  font-size: 14px;
  margin-right: 2rem;
  color: #888;
}
.list .item .text span i {
  color: #c9231d;
}
.list .item .text span:last-of-type {
  float: right;
}
.no-img .text {
  margin-left: 0 !important;
}
.no-img .text h3 {
  -webkit-line-clamp: 2 !important;
}
.paging {
  margin: 3rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 5rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 14px;
  border: 1px solid #ededed;
  margin-right: 1rem;
  text-align: center;
}
.paging .hover {
  color: #fff;
  background-color: #c9231d;
}
.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 {
  padding: 0 2rem;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.content .con-info {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 1.0rem;
  color: #969696;
}
.content .con-info span:last-of-type {
  border-left: 1px solid #ccc;
  padding-left: 1.0rem;
}
.content .con-txt {
  font-size: 1.6rem;
  text-indent: 2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
  line-height: 3.2rem;
}
.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: #c9231d;
}
.content .paging .hover {
  color: #fff;
  background-color: #c9231d;
}
.content .pian {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .pian a {
  display: block;
  border-bottom: 2px solid #c9231d;
}
