.header .banner {
  height: 596px;
  background: url(../images/bg_build_header.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 83px;
}
.header .header_nav {
  height: 94px;
  background-color: #d51c12;
}
.header .header_nav .nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 32px;
  color: #fff;
}
.header .header_nav .nav_list li a {
  color: #fff;
}
.header .header_nav .nav_list li a:hover {
  color: #fdf100;
}
.header .header_nav .nav_list li.active a {
  color: #fdf100;
}
.layout {
  margin-top: 20px;
  margin-bottom: 40px;
}
.layout .breadcrumbs {
  display: flex;
  align-items: center;
  height: 75px;
}
.layout .breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #999;
}
.layout .breadcrumbs .title img {
  width: 14px;
  height: 18px;
  margin-right: 11px;
}
.layout .breadcrumbs .path {
  font-size: 20px;
}
.layout .breadcrumbs .path a {
  color: #333;
}
.layout .breadcrumbs .path a:hover {
  color: #366fca;
}
.layout .inner {
  display: flex;
}
.layout .inner .side {
  width: 362px;
  margin-right: 30px;
}
.layout .inner .side .side_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 102px;
  background-color: #d51c12;
}
.layout .inner .side .side_title .right {
  margin-left: 10px;
  color: #fff;
}
.layout .inner .side .side_title .right .name {
  font-size: 32px;
  font-weight: 700;
}
.layout .inner .side .side_title .right .en {
  font-size: 12px;
}
.layout .inner .side .side_list li {
  position: relative;
  height: 102px;
  border-bottom: 2px solid #e5e5e6;
  background-color: #f8f8f8;
}
.layout .inner .side .side_list li:last-child {
  border-bottom: none;
}
.layout .inner .side .side_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 30px;
  background-color: transparent;
  transform: translateY(-50%);
}
.layout .inner .side .side_list li.active::before {
  background-color: #d51c12;
}
.layout .inner .side .side_list li.active a {
  color: #d51c12;
}
.layout .inner .side .side_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #333;
  font-weight: 400;
}
.layout .inner .main {
  flex: 1;
}
.layout .inner .main .head {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #c43324;
  margin-bottom: 38px;
}
.layout .inner .main .head img {
  width: 24px;
  height: 25px;
  margin-right: 20px;
}
.layout .inner .main .first {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 293px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e2e3;
}
.layout .inner .main .first .swiper {
  width: 407px;
  height: 263px;
  margin-right: 30px;
}
.layout .inner .main .first .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.layout .inner .main .first .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout .inner .main .first .swiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.layout .inner .main .first .swiper .swiper-pagination-bullet-active {
  background-color: #d51c12;
}
.layout .inner .main .first .content {
  flex: 1;
}
.layout .inner .main .first .content .title {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout .inner .main .first .content .title:hover {
  color: #d51c12;
}
.layout .inner .main .first .content .desc {
  font-size: 20px;
  color: #666;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout .inner .main .list {
  margin-top: 60px;
}
.layout .inner .main .list li {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}
.layout .inner .main .list li:last-child {
  border-bottom: none;
}
.layout .inner .main .list li a {
  display: flex;
}
.layout .inner .main .list li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 108px;
  background: url(../images/bg_date.png) no-repeat;
  background-size: 100% 100%;
}
.layout .inner .main .list li a .date .year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 30px;
  background-color: #c43324;
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
}
.layout .inner .main .list li a .date .month {
  font-size: 25px;
  color: #c43324;
  font-weight: 700;
}
.layout .inner .main .list li a .right {
  flex: 1;
  margin-left: 36px;
}
.layout .inner .main .list li a .right .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.layout .inner .main .list li a .right .title:hover {
  color: #d51c12;
}
.layout .inner .main .list li a .right .desc {
  font-size: 20px;
  color: #666;
}
.layout .inner .main .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.layout .inner .main .paging a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
}
.layout .inner .main .paging a:hover {
  background-color: #d51c12;
  color: #fff;
}
.layout .inner .main .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #d51c12;
  color: #fff;
  font-size: 14px;
  border: 1px solid #d51c12;
}
.layout .inner .main .paging .jump-ipt {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #d51c12;
  font-size: 14px;
}
