.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;
}
header .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  height: 751px;
  background: url("../images/header_background.png") no-repeat top center;
  background-size: 1920px 100%;
}
header .banner img {
  margin: 58px auto 54px;
  display: block;
  width: 1168px;
  height: 473px;
}
header .banner .controls {
  position: initial;
  transform: translateX(0%);
  display: flex;
  margin-top: 462px;
}
header .banner .controls a {
  margin: 0 58px;
  padding: 8px 36px;
  background: #AE0000;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #fff !important;
}
.inform {
  position: relative;
  z-index: 9;
  margin: -186px auto 0;
}
.inform .layout {
  padding: 0px 0 0 300px;
  height: 254px;
  background: url(../images/inform_background.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inform .layout .title {
  width: 751px;
  margin-bottom: 23px;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 29px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.inform .layout .smalltext {
  width: 751px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-indent: 2em;
}
.inform .layout .smalltext a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  color: #F9D58D !important;
}
img {
  display: block;
}
.headline img {
  margin: 0 auto;
  height: 38.5px;
}
.part1 {
  padding: 86px 0 32px;
}
.part1 .layout .content {
  margin-top: 55px;
}
.part1 .layout .content img {
  margin: 0 auto;
  width: 846px;
}
.part2 {
  padding: 86px 0 59px;
  background-color: #FFF1F1;
}
.part2 .layout .content {
  margin-top: 83px;
}
.part2 .layout .content img {
  margin: 0 auto;
  width: 100%;
}
.part3 {
  padding: 87px 0 181px;
  background: url(../images/part3_bg_1.png) no-repeat center / 100% 100%;
}
.part3 .layout .box {
  margin-top: 66px;
  display: flex;
}
.part3 .layout .box .tab li {
  position: relative;
  background-color: #F6ECE5;
  width: 188px;
  height: 83px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #D70000;
  line-height: 25px;
  border-bottom: 1px solid #fff;
  z-index: 2;
  cursor: pointer;
}
.part3 .layout .box .tab li:nth-last-child(1) {
  border-bottom: none;
}
.part3 .layout .box .tab .on::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 203px;
  height: 94px;
  background: url(../images/part3_on.png) no-repeat center / 100% 100%;
  z-index: -1;
}
.part3 .layout .box .contentbox .content {
  display: none;
}
.part3 .layout .box .contentbox .content img {
  width: 588px;
  height: 415px;
  object-fit: cover;
}
.part3 .layout .box .contentbox .content .list {
  width: 425px;
  padding: 44px 50px 0 31px;
  background: url(../images/part3_bg_2.png) no-repeat center / 100% 100%;
}
.part3 .layout .box .contentbox .content .list p {
  margin-bottom: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #CC0000;
  line-height: 27px;
}
.part3 .layout .box .contentbox .content .list ul {
  padding-left: 6px;
}
.part3 .layout .box .contentbox .content .list ul li:hover a p {
  color: #B80A0C;
}
.part3 .layout .box .contentbox .content .list ul li a {
  display: flex;
  align-items: center;
}
.part3 .layout .box .contentbox .content .list ul li a i {
  display: block;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  background: #CC0000;
  border-radius: 50%;
  flex-shrink: 0;
}
.part3 .layout .box .contentbox .content .list ul li a p {
  margin-bottom: 0;
  width: 329px;
  font-family: PingFangSC,
                                            PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .layout .box .contentbox .on {
  display: flex;
}
.part4 {
  padding: 87px 0 35px;
}
.part4 .layout .box {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.part4 .layout .box .tab {
  padding: 65px 0;
  width: 321px;
  height: 678px;
  background: #C00002;
}
.part4 .layout .box .tab li {
  padding: 22px 155px 22px 22px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 29px;
  cursor: pointer;
}
.part4 .layout .box .tab .on {
  background-color: rgba(255, 255, 255, 0.24);
}
.part4 .layout .box .contentbox {
  min-width: 930px;
  height: 630px;
  margin-left: -51px;
  padding: 33px 37px 44px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 4px rgba(211, 211, 211, 0.36);
}
.part4 .layout .box .contentbox .content .list {
  margin-top: 35px;
}
.part4 .layout .box .contentbox .content .list:nth-child(1) {
  margin-top: 0;
}
.part4 .layout .box .contentbox .content .list .head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.part4 .layout .box .contentbox .content .list .head p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 22px;
  color: #C00002;
}
.part4 .layout .box .contentbox .content .list .head a {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #C00204;
}
.part4 .layout .box .contentbox .content .list .head a img {
  margin-left: 8px;
  width: 20px;
}
.part4 .layout .box .contentbox .content .list ul li {
  float: left;
  margin-right: 26px;
}
.part4 .layout .box .contentbox .content .list ul li:nth-child(3n) {
  margin-right: 0;
}
.part4 .layout .box .contentbox .content .list ul li a .imgbox {
  width: 268px;
  height: 153px;
}
.part4 .layout .box .contentbox .content .list ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part4 .layout .box .contentbox .content .list ul li a .title {
  width: 268px;
  margin-top: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .box .contentbox .content .list ul li a .writer {
  width: 268px;
  margin-top: 7px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part5 {
  padding: 35px 0 83px;
}
.part5 .layout ul {
  margin-top: 35px;
}
.part5 .layout ul li {
  float: left;
  margin-right: 18px;
}
.part5 .layout ul li:nth-child(4n) {
  margin-right: 0;
}
.part5 .layout ul li:nth-child(2n) {
  margin-top: 75px;
}
.part5 .layout ul li a .imgbox {
  width: 286px;
  height: 409px;
}
.part5 .layout ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
