.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;
}
.headline {
  margin-bottom: 35px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 35px;
  color: #C40000;
  text-align: center;
}
.part1 {
  padding: 70px 0 35px;
}
.part1 .layout .content {
  border-top: 26px solid #FFBC00;
  background: #BF0000;
  padding: 44px 76px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: justify;
}
.part1 .layout .content a {
  display: inline-block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF !important;
}
.part2 {
  padding: 35px 0;
}
.part2 .layout img {
  display: block;
  width: 910px;
  margin: 0 auto;
}
.part3 {
  padding: 35px 0;
}
.part3 .layout .tab {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.part3 .layout .tab li {
  margin: 0 26px;
  padding: 15px 48px;
  background: #FFEDED;
  border-radius: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #C40000;
  cursor: pointer;
}
.part3 .layout .tab .on {
  transform: translateY(-13px);
  background: #C60103;
  color: #fff;
}
.part3 .layout .contentbox .content {
  position: relative;
}
.part3 .layout .contentbox .content ul li {
  float: left;
  margin-right: 30px;
}
.part3 .layout .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}
.part3 .layout .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part3 .layout .contentbox .content ul li:hover a .title {
  color: #C60103;
}
.part3 .layout .contentbox .content ul li a .imgbox {
  margin-bottom: 20px;
  width: 380px;
  height: 210px;
  overflow: hidden;
}
.part3 .layout .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.part3 .layout .contentbox .content ul li a .title {
  margin-bottom: 10px;
  width: 380px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .layout .contentbox .content ul li a .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.part3 .layout .contentbox .content .more {
  position: absolute;
  right: 0;
  top: -70px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #666666;
}
.part4 {
  padding: 35px 0;
}
.part4 .layout .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.part4 .layout .box .list {
  padding: 29px 76px 40px 30px;
  box-shadow: 0px 0px 10px 0px rgba(180, 180, 180, 0.5);
}
.part4 .layout .box .list ul {
  padding: 0 0 0 16px;
  border-left: 1px dashed #7E3203;
}
.part4 .layout .box .list ul li {
  position: relative;
  margin-bottom: 25px;
}
.part4 .layout .box .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.part4 .layout .box .list ul li:hover .title {
  color: #880617;
}
.part4 .layout .box .list ul li::before {
  content: '';
  position: absolute;
  left: -23px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #7E3203;
}
.part4 .layout .box .list ul li .title {
  margin-bottom: 9px;
  width: 455px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #7E3203;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .box .list ul li .time {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #7E3203;
}
.part4 .layout .box .more {
  position: absolute;
  right: 0;
  top: -70px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #666666;
}
.part5 {
  padding: 35px 0 70px;
}
.part5 .layout .swiperbox {
  position: relative;
}
.part5 .layout .swiperbox .swiper {
  width: 1118px;
}
.part5 .layout .swiperbox .swiper ul li {
  float: left;
  margin-right: 30px;
}
.part5 .layout .swiperbox .swiper ul li:nth-child(4n) {
  margin-right: 0;
}
.part5 .layout .swiperbox .swiper ul li:nth-child(2),
.part5 .layout .swiperbox .swiper ul li:nth-child(4) {
  margin-top: 100px;
}
.part5 .layout .swiperbox .swiper ul li a {
  display: block;
}
.part5 .layout .swiperbox .swiper ul li a .imgbox {
  width: 257px;
  height: 372px;
}
.part5 .layout .swiperbox .swiper ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part5 .layout .swiperbox .swiper-button::after {
  content: "";
}
.part5 .layout .swiperbox .swiper-button img {
  display: block;
  width: 36px;
  height: 36px;
}
.part5 .layout .swiperbox .swiper-button .on {
  display: none;
}
.part5 .layout .swiperbox .swiper-button:hover img {
  display: none;
}
.part5 .layout .swiperbox .swiper-button:hover .on {
  display: block;
}
.part5 .layout .swiperbox .swiper-button-prev {
  top: auto;
  bottom: 40px;
  left: 620px;
}
.part5 .layout .swiperbox .swiper-button-next {
  top: auto;
  bottom: 40px;
  right: 500px;
}


.cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.showdiv .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -224px;
  margin-top: -145px;
  z-index: 9999;
}
.showdiv .popup_itme {
  width: 448px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 2px rgba(192, 192, 192, 0.5);
  border-radius: 13px;
  padding: 17px 22px;
}
.showdiv .popup_itme .closediv {
  text-align: right;
}
.showdiv .popup_itme .closediv .closediv-btn {
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
}
.showdiv .popup_itme .closediv .closediv-btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.showdiv .popup_itme .popup_itme_title {
  text-align: center;
  margin-top: 49px;
}
.showdiv .popup_itme .popup_itme_title p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 26px;
}
.showdiv .popup_itme .popup_itme_btn {
  text-align: center;
  margin-top: 60px;
}
.showdiv .popup_itme .popup_itme_btn .btn_return {
  display: inline-block;
  width: 120px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #CB272C;
  font-size: 16px;
  color: #C02832;
  line-height: 40px;
  padding: 0 42px;
}
