body {
  height: 100%;
}
.list_container {
  margin-top: 94px;
}
.list_container .list_title {
  text-align: center;
  padding-top: 30px;
  background: url(../images/news_title_bg.png) no-repeat top center;
}
.list_container .list_title h1 {
  font-size: 80px;
  color: #8f1819;
}
.list_container .list_title span {
  font-size: 32px;
  color: #999;
}
.list_container .list_first_container {
  width: 100%;
  height: 366px;
  margin-top: 80px;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
}
.list_container .list_first_container .list_first_Swiper {
  width: 100%;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper {
  width: 100%;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_l {
  width: 649px;
  height: 307px;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_r {
  flex: 1;
  margin-left: 30px;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_r::before {
  content: '';
  width: 4px;
  height: 23px;
  display: inline-block;
  position: fixed;
  top: 8px;
  background-color: #8f1819;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_r h2 {
  margin-left: 16px;
  font-size: 24px;
  color: #8f1819;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_r .text {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_r .time_more {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  color: #666666;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_r .time_more .more a {
  width: 204px;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  border-bottom: 1px solid #b8b8b8;
}
.list_container .list_first_container .list_first_Swiper .swiper-wrapper .swiper-slide .item_r .time_more .more a img {
  width: 21px;
  height: 14px;
}
.list_container .list_first_container .swiper-button {
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
}
.list_container .list_first_container .swiper-button .swiper-next {
  width: 35px !important;
  height: 35px !important;
  margin-left: 10px;
  background: url(../images/next.png) no-repeat;
}
.list_container .list_first_container .swiper-button .swiper-prev {
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px;
  background: url(../images/prev.png) no-repeat;
}
.list_container .list_item {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_container .list_item .item {
  width: 673px;
  margin-top: 30px;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.list_container .list_item .item::before {
  content: "";
  width: 27px;
  height: 16px;
  display: block;
  position: absolute;
  left: -12px;
  background-color: #8f1819;
}
.list_container .list_item .item:hover {
  background-color: #8f1819;
}
.list_container .list_item .item:hover::before {
  display: none;
}
.list_container .list_item .item:hover .doc_title {
  color: #ffffff;
}
.list_container .list_item .item:hover .time_more {
  color: #ffffff;
}
.list_container .list_item .item:hover .time_more .more a {
  color: #ffffff;
}
.list_container .list_item .item:hover .time_more .more a .active {
  display: block;
}
.list_container .list_item .item:hover .time_more .more a .normal {
  display: none;
}
.list_container .list_item .item .doc_title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.list_container .list_item .item .time_more {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  color: #666666;
}
.list_container .list_item .item .time_more .more a {
  width: 204px;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  border-bottom: 1px solid #b8b8b8;
}
.list_container .list_item .item .time_more .more a img {
  width: 21px;
  height: 14px;
}
.list_container .list_item .item .time_more .more a .active {
  display: none;
}


/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #8f1819;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #8f1819;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #8f1819;
  border-color: #8f1819;
  cursor: default;
}