.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
img {
  display: block;
}
.headline {
  position: relative;
  margin-bottom: 40px;
}
.headline img {
  margin: 0 auto;
  width: auto;
  height: 102px;
}
.headline .more {
  position: absolute;
  top: 67px;
  right: 346px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #BC0000;
}
.more {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #BC0000;
}
header .banner {
  margin-top: -50px;
}
.part1 {
  padding: 72px 0 48px;
}
.part1 .layout .box {
  display: flex;
  justify-content: space-between;
}
.part1 .layout .box .left .item {
  position: relative;
}
.part1 .layout .box .left .item a {
  display: block;
}
.part1 .layout .box .left .item a .imgbox {
  width: 834px;
  height: 556px;
  border: 4px solid #D90001;
  overflow: hidden;
}
.part1 .layout .box .left .item a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part1 .layout .box .left .item a .title {
  position: absolute;
  bottom: 0;
  width: 834px;
  padding: 24px 32px;
  background: rgba(168, 34, 30, 0.8);
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .box .right .swiperbox {
  position: relative;
}
.part1 .layout .box .right .swiperbox .swiper {
  width: 320px;
  height: 556px;
}
.part1 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.part1 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.part1 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 320px;
  height: 171px;
  border: 2px solid rgba(217, 0, 1, 0.6);
  overflow: hidden;
}
.part1 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part1 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a .title {
  position: absolute;
  bottom: 0;
  width: 320px;
  padding: 12px 20px;
  background: rgba(168, 34, 30, 0.8);
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .box .right .swiperbox .swiper-button::after {
  color: #999999;
}
.part1 .layout .box .right .swiperbox .swiper-button:hover::after {
  color: #BC0000;
}
.part1 .layout .box .right .swiperbox .swiper-button-prev {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.part1 .layout .box .right .swiperbox .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.part2 {
  padding: 48px 0 37px;
}
.part2 .layout .headline {
  margin-bottom: 24px;
}
.part2 .layout .notice a {
  display: block;
  margin: 0 auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #BC0000;
  text-align: center;
}
.part2 .layout ul {
  margin-top: 24px;
  overflow: hidden;
}
.part2 .layout ul li {
  width: 161px;
  height: 704px;
  float: left;
  transition: all .3s;
}
.part2 .layout ul li:nth-child(1) {
  width: 553px;
}
.part2 .layout ul li .box {
  width: 553px;
  height: 704px;
}
.part2 .layout ul li .left {
  float: left;
  width: 161px;
  height: 100%;
  background: url('../images/part3_bg.png') no-repeat center center / 100% 100%;
  writing-mode: vertical-lr;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 3px;
}
.part2 .layout ul li .left:hover {
  cursor: pointer;
}
.part2 .layout ul li .right {
  float: left;
  width: 392px;
  height: 100%;
}
.part2 .layout ul li .right img {
  width: 100%;
  height: 100%;
}
.part2 .layout ul li .right a {
  display: block;
  width: 100%;
  height: 100%;
}
.part3 {
  padding: 37px 0 28px;
}
.part3 .headline {
  margin-bottom: 32px;
}
.part3 .box {
  padding: 24px 0 36px;
  background: url(../images/part4_bg.png) no-repeat center center / 100% 100%;
}
.part3 .box .layout .tab {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part3 .box .layout .tab li {
  margin: 0 40px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  cursor: pointer;
}
.part3 .box .layout .tab li::after {
  opacity: 0;
  margin: 4px auto 0;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  background: #BC0000;
  border-radius: 26px 26px 26px 26px;
}
.part3 .box .layout .tab .on {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #BC0000;
}
.part3 .box .layout .tab .on::after {
  opacity: 1;
}
.part3 .box .layout .contentbox .content {
  position: relative;
  display: flex;
}
.part3 .box .layout .contentbox .content .left {
  position: relative;
  width: 560px;
  height: 298px;
  background: linear-gradient(152deg, #ff5032 0%, #bc0000 100%);
  border-radius: 16px 0 0 16px;
}
.part3 .box .layout .contentbox .content .left .item {
  padding: 16px 20px 24px;
}
.part3 .box .layout .contentbox .content .left .item a {
  display: block;
}
.part3 .box .layout .contentbox .content .left .item a .time {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.4);
}
.part3 .box .layout .contentbox .content .left .item a .time .day {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.part3 .box .layout .contentbox .content .left .item a .time .year_month {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.part3 .box .layout .contentbox .content .left .item a .title {
  width: 520px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .box .layout .contentbox .content .left .item a hr {
  margin: 16px 0;
  width: 520px;
  height: 1px;
  background: #D9D9D9;
}
.part3 .box .layout .contentbox .content .left .item a .smalltext {
  width: 520px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .box .layout .contentbox .content .left::after {
  opacity: 0;
  position: absolute;
  top: -16px;
  right: -8px;
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/star.png) no-repeat center center / 100% 100%;
}
.part3 .box .layout .contentbox .content .right {
  padding: 28px 40px 26px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 16px 16px 0;
}
.part3 .box .layout .contentbox .content .right ul li {
  width: 560px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}
.part3 .box .layout .contentbox .content .right ul li:nth-last-child(1) {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.part3 .box .layout .contentbox .content .right ul li:hover a .title {
  color: #bc0000;
}
.part3 .box .layout .contentbox .content .right ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part3 .box .layout .contentbox .content .right ul li a .title {
  width: 430px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .box .layout .contentbox .content .right ul li a .time {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.part3 .box .layout .contentbox .content .more {
  position: absolute;
  top: -152px;
  right: 346px;
}
.part4 {
  padding: 28px 0 56px;
}
.part4 .layout ul li {
  float: left;
  margin-right: 40px;
  margin-top: 24px;
}
.part4 .layout ul li:nth-child(2n) {
  margin-right: 0;
}
.part4 .layout ul li:nth-child(1),
.part4 .layout ul li:nth-child(2) {
  margin-top: 0;
}
.part4 .layout ul li:hover a .detail .title {
  color: #bc0000;
}
.part4 .layout ul li a {
  display: flex;
}
.part4 .layout ul li a .imgbox {
  margin-right: 20px;
  width: 300px;
  height: 176px;
  overflow: hidden;
  flex-shrink: 0;
}
.part4 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part4 .layout ul li a .detail .title {
  margin-bottom: 12px;
  width: 260px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .layout ul li a .detail .smalltext {
  width: 260px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 {
  padding: 32px 0 100px;
  background: url(../images/part5_bg.png) no-repeat center center / 100% 100%;
}
.part5 .layout .headline_1 {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part5 .layout .headline_1 p {
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  flex-shrink: 0;
}
.part5 .layout .headline_1 p::before {
  margin-right: 10px;
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #DA553F;
  background: linear-gradient(to bottom, #e48c7c, #dd543f);
  border-radius: 50%;
}
.part5 .layout ul li {
  margin-top: 24px;
}
.part5 .layout ul li:nth-child(1) {
  margin-top: 0;
}
.part5 .layout ul li:hover a .detail .title {
  color: #bc0000;
}
.part5 .layout ul li a {
  display: flex;
}
.part5 .layout ul li a .imgbox {
  margin-right: 20px;
  width: 300px;
  height: 176px;
  overflow: hidden;
  flex-shrink: 0;
}
.part5 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part5 .layout ul li a .detail .title {
  margin-bottom: 12px;
  width: 260px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout ul li a .detail .smalltext {
  width: 260px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout .box {
  display: flex;
  justify-content: space-between;
}
