.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;
}

body{
  min-width: 1200px;
}

a,
img {
  display: block;
}

.title {
  margin: 0 auto;
  height: 80px;
}

.more {
  float: right;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.banner {
  position: relative;
  z-index: 9;
  padding-top: 110px;
  height: 800px;
  background: url(../images/index-banner.png) no-repeat;
  background-size: 100% 800px;
}

.banner img {
  margin: 0 auto;
}

.banner a {
  margin: 63px auto 0;
  width: 220px;
  height: 58px;
  background: linear-gradient(180deg, #fffddd 0%, #fbe896 100%);
  border-radius: 29px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #A20000;
  line-height: 58px;
  text-align: center;
}

.box {
  margin-top: -283px;
  background: linear-gradient(180deg, #f3d4a8 0%, rgba(250, 238, 221, 0.29) 12%, rgba(255, 255, 255, 0.13) 90%, rgba(255, 255, 255, 0.96) 100%);
}

.notice {
  position: relative;
  z-index: 99;
  background-color: #C50103;
  border-top: 14px solid #FFEABF;
  border-bottom: 14px solid #FFEABF;
  margin-bottom: 108px;
  margin-top: 20px;
}

.notice a {
  padding: 62px 0;
  margin: 0 auto;
  width: 1089px;
  font-size: 23px;
  font-family: SourceHanSerifSC-Heavy, SourceHanSerifSC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.notice a:hover {
  color: #fff !important;
}

.part1 {
  margin-bottom: 64px;
}

.part1 .tab {
  width: 468px;
  height: auto;
  border-radius: 27px;
  overflow: hidden;
  margin: 0 auto;
}

.part1 .tab li {
  width: 50%;
  float: left;
  padding: 10px 45px 10px 62px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  background-color: #fff;
  cursor: pointer;
}

.part1 .tab .on {
  background: #B10000;
  color: #fff;
}

.part1 .cont img {
  width: 100%;
  display: none;
}

.part1 .cont .active {
  display: block;
}

.part2 {
  margin-bottom: 40px;
}

.part2 .layout a {
  display: flex;
}

.part2 .layout a .imgbox {
  width: 274px;
  height: 291px;
  background: url(../images/img.png) no-repeat;
  background-size: contain;
  position: relative;
}

.part2 .layout a .imgbox img {
  position: absolute;
  left: 12px;
  bottom: 6px;
  width: 249px;
  height: 249px;
  border-radius: 50%;
}

.part2 .layout a .content {
  margin-top: 67px;
  margin-left: 33px;
}

.part2 .layout a .content .top {
  display: flex;
  margin-bottom: 27px;
}

.part2 .layout a .content .top .week {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CC0000;
  margin-right: 12px;
}

.part2 .layout a .content .top .style {
  display: flex;
  margin-right: 6px;
  border-radius: 9px;
  align-items: center;
  padding: 0 8px;
}

.part2 .layout a .content .top .style i {
  display: block;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 3px;
}

.part2 .layout a .content .top .style div {
  font-size: 10px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.part2 .layout a .content .top .ing {
  background-color: #64BD06;
}

.part2 .layout a .content .top .end {
  background-color: #ACACACFF;
}

.part2 .layout a .content .top .start {
  background-color: #3364C0FF;
}

.part2 .layout a .content .top .day {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
}

.part2 .layout a .content .middle {
  margin-bottom: 24px;
}

.part2 .layout a .content .middle .name {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
}

.part2 .layout a .content .middle .position {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.part2 .layout a .content .xian {
  width: 54px;
  height: 3px;
  background: #8A8A8A;
  margin-bottom: 7px;
}

.part2 .layout a .content .bottom {
  width: 852px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 31px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part2 .layout .more {
  margin-right: 40px;
}

.part3 {
  margin-bottom: 73px;
  padding-top: 90px;
  padding-bottom: 77px;
  background: url(../images/backgorund.png) no-repeat;
}

.part3 .layout .title {
  margin: 0px auto 39px;
}

.part3 .layout ul {
  display: flex;
}

.part3 .layout ul:nth-child(3) li .content .flag {
  left: auto;
  right: -18px;
  border-left: 18px solid #FFF0E6;
  border-right: 0;
}

.part3 .layout ul li {
  display: flex;
}

.part3 .layout ul li img {
  width: 200px;
  height: 200px;
}

.part3 .layout ul li .content {
  position: relative;
  background: #FFF0E6;
  width: 200px;
  height: 200px;
  padding: 36px 0 0 25px;
}

.part3 .layout ul li .content .name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #593100;
  margin-bottom: 8px;
}

.part3 .layout ul li .content .xian {
  width: 152px;
  height: 1px;
  background-color: #B10000;
  margin-bottom: 7px;
}

.part3 .layout ul li .content .text {
  width: 165px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part3 .layout ul li .content .flag {
  width: 0;
  height: 0;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 18px solid #FFF0E6;
  position: absolute;
  top: 37px;
  left: -18px;
}

.part4 {
  margin-bottom: 67px;
}

.part4 .layout .title {
  margin: 0 auto 35px;
}

.part4 .layout ul li {
  float: left;
  margin-right: 11px;
}

.part4 .layout ul li:nth-child(2),
.part4 .layout ul li:nth-child(3) {
  margin-bottom: 39px;
}

.part4 .layout ul li:nth-child(3),
.part4 .layout ul li:nth-child(5) {
  margin-right: 0;
}

.part4 .layout ul li:nth-child(1) a .imgbox {
  width: 639px;
  height: 376px;
  margin-bottom: 17px;
}

.part4 .layout ul li:nth-child(1) a img {
  width: 639px;
  height: 376px;
}

.part4 .layout ul li:nth-child(1) a p {
  display: inline-block;
  width: 637px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .layout ul li:hover a img {
  transform: scale(1.3);
}

.part4 .layout ul li:hover a p {
  color: #CC0000;
}

.part4 .layout ul li .imgbox {
  overflow: hidden;
  margin-bottom: 7px;
}

.part4 .layout ul li img {
  width: 269px;
  height: 137px;
  transition: all .3s;
}

.part4 .layout ul li p {
  width: 264px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout .more {
  margin-top: 21px;
  margin-right: 17px;
}

.part5 {
  margin-bottom: 80px;
}

.part5 .layout {
  display: flex;
  justify-content: space-between;
}

.part5 .layout .xxzl .title {
  margin-bottom: 20px;
}

.part5 .layout .xxzl .imgbox {
  overflow: hidden;
  margin-bottom: 26px;
  width: 569px;
  height: 312px;
}

.part5 .layout .xxzl .pic {
  transition: all .3s;
}

.part5 .layout .xxzl .pic:hover {
  transform: scale(1.3);
}

.part5 .layout .xxzl .more {
  margin-top: 10px;
  margin-right: 25px;
}

.part5 .layout .pxdt .title {
  margin-bottom: 20px;
}

.part5 .layout .pxdt ul {
  height: 480px;
  padding: 34px 25px 0 28px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 249, 242, 0.61) 100%);
  box-shadow: 0px 2px 7px 1px rgba(170, 113, 0, 0.2);
}

.part5 .layout .pxdt ul li {
  margin-bottom: 39px;
}

.part5 .layout .pxdt ul li a {
  display: flex;
  align-items: center;
}

.part5 .layout .pxdt ul li a:hover div {
  color: #CC0000;
}

.part5 .layout .pxdt ul li a:hover span {
  color: #CC0000;
}

.part5 .layout .pxdt ul li a i {
  display: block;
  width: 5px;
  height: 5px;
  background: #CC0000;
  border-radius: 50%;
  margin-right: 12px;
}

.part5 .layout .pxdt ul li a div {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  width: 438px;
  margin-right: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 .layout .pxdt ul li a span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
}

.part5 .layout .pxdt .more {
  margin: -42px 36px 0 0;
}

.part5 .layout .xxzl ul li {
  margin-bottom: 30px;
}

.part5 .layout .xxzl ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.part5 .layout .xxzl ul li a {
  display: flex;
  align-items: center;
}

.part5 .layout .xxzl ul li a .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part5 .layout .xxzl ul li a .left .day {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #CC0000;
}

.part5 .layout .xxzl ul li a .left .year {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CC0000;
}

.part5 .layout .xxzl ul li a .xian {
  margin: 0 22px 0 24px;
  width: 1px;
  height: 40px;
  background-color: #CC0000;
}

.part5 .layout .xxzl ul li a .right {
  width: 471px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 .layout .xxzl ul li a:hover .right {
  color: #CC0101;
}

.part6 {
  margin-bottom: 66px;
}

.part6 .layout .title {
  margin: 0 auto 41px;
}

.part6 .layout ul li {
  float: left;
  margin-right: 19px;
}

.part6 .layout ul li:nth-child(3) {
  margin-right: 0;
}

.part6 .layout ul li a:hover img {
  transform: scale(1.3);
}

.part6 .layout ul li a .imgbox {
  overflow: hidden;
  margin-bottom: 30px;
}

.part6 .layout ul li a img {
  width: 386px;
  height: 197px;
  transition: all .3s;
}

.part6 .layout ul li a div {
  width: 386px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part6 .layout ul li a div i {
  display: block;
  width: 3px;
  height: 16px;
  margin-right: 12px;
  background: #B10000;
}