.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 {
  position: relative;
}

.headline h1 {
  margin-bottom: 46px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  text-align: center;
}

.headline .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 6px 12px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #666666;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}

.part1 {
  padding: 60px 0 40px;
}

.part1 .layout {
  display: flex;
  justify-content: space-between;
}

.part1 .layout .swiperbox {
  width: 660px;
  height: 380px;
}

.part1 .layout .swiperbox .swiper {
  width: 100%;
  height: 100%;
}

.part1 .layout .swiperbox .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.part1 .layout .swiperbox .swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}

.part1 .layout .swiperbox .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.part1 .layout .swiperbox .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.part1 .layout .swiperbox .swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.part1 .layout .news {
  position: relative;
  width: 508px;
}

.part1 .layout .news .tab {
  background-color: #EDE7D9;
  padding: 28px 0;
  display: flex;
}

.part1 .layout .news .tab li {
  margin-left: 26px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #666666;
  cursor: pointer;
}

.part1 .layout .news .tab .on {
  color: #B00000;
}

.part1 .layout .news .tab .on::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #B00000;
  margin: 0 auto;
}

.part1 .layout .news .contentbox {
  height: 282px;
  background-color: #F6F3EC;
}

.part1 .layout .news .contentbox .content ul {
  padding: 17px 32px 20px 26px;
}

.part1 .layout .news .contentbox .content ul li {
  margin-bottom: 10px;
}

.part1 .layout .news .contentbox .content ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.part1 .layout .news .contentbox .content ul li:hover a .title p {
  color: #B00000;
}

.part1 .layout .news .contentbox .content ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part1 .layout .news .contentbox .content ul li a .title {
  display: flex;
  align-items: center;
}

.part1 .layout .news .contentbox .content ul li a .title i {
  margin-right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B00000;
}

.part1 .layout .news .contentbox .content ul li a .title p {
  width: 356px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part1 .layout .news .contentbox .content ul li a .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.part1 .layout .news .contentbox .content .more {
  position: absolute;
  top: 40px;
  right: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.part2 {
  padding: 40px 0;
}

.part2 .layout ul li {
  background: url(../images/part2_baackground.png) no-repeat center center;
  float: left;
  margin-top: 20px;
  margin-right: 54px;
}

.part2 .layout ul li:nth-child(1),
.part2 .layout ul li:nth-child(2) {
  margin-top: 0;
}

.part2 .layout ul li:nth-child(2n) {
  margin-right: 0;
}

.part2 .layout ul li a {
  padding: 24px 35px 24px 38px;
  display: flex;
  align-items: center;
}

.part2 .layout ul li a .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part2 .layout ul li a .left img {
  margin-bottom: 10px;
  display: block;
  width: 87px;
  height: 87px;
  border-radius: 50%;
}

.part2 .layout ul li a .left .name {
  width: 136px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 17px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 .layout ul li a hr {
  margin: 0 20px;
  width: 2px;
  height: 142px;
  border-left: 2px dashed #333333;
}

.part2 .layout ul li a .right .status_time {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.part2 .layout ul li a .right .status_time .status {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 13px 13px 13px 13px;
}

.part2 .layout ul li a .right .status_time .status i {
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EDE7D9;
}

.part2 .layout ul li a .right .status_time .status p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #EFE7D9;
}

.part2 .layout ul li a .right .status_time .ing {
  background: #B00000;
}

.part2 .layout ul li a .right .status_time .over {
  background: #999999;
}

.part2 .layout ul li a .right .status_time .nostart {
  background: #12ce57;
}

.part2 .layout ul li a .right .status_time .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

.part2 .layout ul li a .right .title {
  margin-bottom: 20px;
  width: 320px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 19px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 .layout ul li a .right .job {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  width: 320px;
}

.part3 {
  padding: 40px 0 46px;
}

.part3 .layout .advertising {
  width: 100%;
  height: 311px;
  background: url(../images/part3_background.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part3 .layout .advertising .more {
  padding: 20px 30px;
  display: block;
  border-radius: 38px 38px 38px 38px;
  border: 4px solid #FFFFFF;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  color: #FFFFFF !important;
}

.part3 .layout ul {
  display: flex;
  justify-content: space-between;
}

.part3 .layout ul li {
  width: 230px;
  height: 311px;
}

.part3 .layout ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.part3 .layout ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.part4 {
  padding: 46px 0 59px;
  background: url(../images/part4_background.png) no-repeat center center;
  background-size: 100% 100%;
}

.part4 .layout .item {
  margin-bottom: 76px;
}

.part4 .layout .item:nth-last-child(1) {
  margin-bottom: 0;
}

.part4 .layout .item .tab {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part4 .layout .item .tab li {
  margin-right: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #666666;
  cursor: pointer;
}

.part4 .layout .item .tab li:nth-child(1)::before {
  display: none;
}

.part4 .layout .item .tab li::before {
  float: left;
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #333333;
  margin: 9px 24px 0 0;
}

.part4 .layout .item .tab li::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #B00000;
  margin: 8px auto 0;
  opacity: 0;
}

.part4 .layout .item .tab .on {
  color: #333333;
}

.part4 .layout .item .tab .on::after {
  opacity: 1;
}

.part4 .layout .item .contentbox {
  position: relative;
}

.part4 .layout .item .contentbox .content ul li {
  margin-right: 26px;
  float: left;
}

.part4 .layout .item .contentbox .content ul li:nth-child(4n) {
  margin-right: 0;
}

.part4 .layout .item .contentbox .content ul li .imgbox {
  margin-bottom: 18px;
  width: 280px;
  height: 180px;
}

.part4 .layout .item .contentbox .content ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part4 .layout .item .contentbox .content ul li .time_applicantsNum {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.part4 .layout .item .contentbox .content ul li .time_applicantsNum .time,
.part4 .layout .item .contentbox .content ul li .time_applicantsNum .applicantsNum {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #4D4D4D;
}

.part4 .layout .item .contentbox .content ul li .button {
  display: flex;
  justify-content: space-between;
}

.part4 .layout .item .contentbox .content ul li .button a {
  padding: 8px 15px;
  display: block;
  border-radius: 15px 15px 15px 15px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF !important;
}

.part4 .layout .item .contentbox .content ul li .button .style1 {
  background: #F93821;
}

.part4 .layout .item .contentbox .content ul li .button .style2 {
  background: #B00000;
}

.part4 .layout .item .contentbox .content .more {
  position: absolute;
  top: -34px;
  right: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}

.part5 {
  padding: 60px 0 40px;
}

.part5 .layout ul li {
  float: left;
  margin-right: 26px;
  margin-top: 29px;
}

.part5 .layout ul li:nth-child(4n) {
  margin-right: 0;
}

.part5 .layout ul li:nth-child(1),
.part5 .layout ul li:nth-child(2),
.part5 .layout ul li:nth-child(3),
.part5 .layout ul li:nth-child(4) {
  margin-top: 0;
}

.part5 .layout ul li a .box {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.part5 .layout ul li a .box .imgbox {
  width: 280px;
  height: 150px;
}

.part5 .layout ul li a .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part5 .layout ul li a .box p {
  border-radius: 0 0 12px 12px;
  padding: 6px 0;
  border: 1px solid #DB0000;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #DB0000;
  text-align: center;
}

.part5 .layout ul li a .title {
  margin-bottom: 20px;
  width: 280px;
  height: 68px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 34px;
  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 .source {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}

.part6 {
  padding: 40px 0;
}

.part6 .layout .list {
  background: url(../images/part6_background.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 40px;
}

.part6 .layout .list li {
  float: left;
  margin-right: 50px;
}

.part6 .layout .list li:nth-child(3n) {
  margin-right: 0;
}

.part6 .layout .list li a {
  display: block;
}

.part6 .layout .list li a img {
  display: block;
  width: 340px;
  height: 240px;
}

.fixed_right {
  position: fixed;
  top: 32%;
  right: 50%;
  transform: translateX(930px);
  z-index: 9;
}

.fixed_right ul li {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
  background: #F0F0F0;
  border-radius: 8px 8px 8px 8px;
}

.fixed_right ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF !important;
  text-align: center;
}

.fixed_right ul li a img {
  margin-bottom: 10px;
  display: block;
  width: 34px;
}

.fixed_right ul li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.fixed_right ul li:hover .hoverContent {
  display: block;
}

.fixed_right ul li .hoverContent_1 {
  display: none;
  position: absolute;
  top: 0px;
  left: -140px;
  padding: 10px 5px;
  border: 2px solid #ad0300;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.fixed_right ul li .hoverContent_1 img {
  display: block;
  width: 120px;
  height: 120px;
}

.fixed_right ul li .hoverContent_2 {
    display: none;
    position: absolute;
    top: 50%;
    left: -180%;
    transform: translateY(-50%);
    padding: 10px 5px;
    border: 2px solid #ad0300;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.fixed_right ul li .hoverContent_2::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 84px;
  background-color: transparent;
}

.fixed_right ul li .hoverContent_2 h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #AD0200;
  text-align: center;
}

.fixed_right ul li .hoverContent_2 a {
  margin: 5px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666 !important;
}

@media (max-width: 1880px) {
  .fixed_right {
    right: 0;
    transform: translateX(0);
  }
}

.part7 {
  padding: 46px 0 59px;
  background: url(../images/part4_background.png) no-repeat center center;
  background-size: 100% 100%;
}

.part7 .layout .list .box {
  display: flex;
  justify-content: center;
}

.part7 .layout .list .box .left {
  margin-right: 10px;
  /* flex: 1; */
}

.part7 .layout .list .box .left ul {
  width: 350px;
  height: 100%;
  padding: 58px 10px 0 0;
  flex: 1;
}

.part7 .layout .list:nth-child(1) .box .left ul {
  background: url(../images/part7_left_background_1.png) no-repeat center center / 100% 100%;
}

.part7 .layout .list:nth-child(2) .box .left ul {
  background: url(../images/part7_left_background_2.png) no-repeat center center / 100% 100%;
}

.part7 .layout .list .box .left ul li {
  padding: 0 10px;
  position: relative;
  width: 278px;
  height: 58px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.part7 .layout .list .box .left ul li:nth-last-child(1) {
  border-bottom: 0;
}

.part7 .layout .list .box .left ul li p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}

.part7 .layout .list .box .left ul li img {
  display: block;
  width: 18px;
  height: 18px;
}

.part7 .layout .list .box .left ul li .arrow_on {
  display: none;
}

.part7 .layout .list .box .left ul .on {
  background: linear-gradient(to right, #fff, transparent);
}

.part7 .layout .list .box .left ul .on::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 16px;
  background: #950101;
}

.part7 .layout .list .box .left ul .on p {
  color: #950101;
}

.part7 .layout .list .box .left ul .on img {
  display: none;
}

.part7 .layout .list .box .left ul .on .arrow_on {
  display: block;
}

.part7 .layout .list .box .right {
  background: url(../images/part7_right_background.png) no-repeat center center / 100% 100%;
  width: 830px;
  /* height: 714px; */
  padding: 74px 44px 48px 60px;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox {
  position: relative;
  border-top: 2px dashed #C14528;
  padding-top: 25px;
}


.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li {
  margin-top: 26px;
  margin-right: 36px;
  float: left;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li:nth-child(2n) {
  margin-right: 0;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li:nth-child(1),
.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li:nth-child(2) {
  margin-top: 0;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .imgbox {
  margin-bottom: 7px;
  width: 345px;
  height: auto;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .title {
    margin-bottom: 4px;
    width: 280px;
    /* height: 68px; */
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .time_applicantsNum {
  margin-bottom: 9px;
  display: flex;
  justify-content: space-between;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .time_applicantsNum .time,
.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .time_applicantsNum .applicantsNum {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #4D4D4D;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .button {
  display: flex;
  justify-content: space-between;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .button a {
  padding: 4px 15px;
  display: block;
  border-radius: 15px 15px 15px 15px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF !important;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .button .style1 {
  background: #F93821;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content ul li .button .style2 {
  background: #B00000;
}

.part7 .layout .list:nth-child(1) .box .right .contentbox .content .more {
  position: absolute;
  top: -52px;
  right: 0;
  width: 100px;
  height: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;

  border-radius: 16px 16px 16px 16px;
  border: 2px solid #666666;
}










.part7 .layout .list:nth-child(2) .box .right .contentbox {
  position: relative;
  border-top: 2px dashed #C14528;
  padding-top: 36px;
}


.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li {
  float: left;
  margin-right: 36px;
  margin-top: 23px;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li:nth-child(2n) {
  margin-right: 0;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li:nth-child(1),
.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li:nth-child(2) {
  margin-top: 0;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li a .box {
  display: block;
  margin-bottom: 6px;
  border-radius: 12px;
  overflow: hidden;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li a .box .imgbox {
  width: 345px;
  height: 180px;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li a .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li a .box p {
  border-radius: 0 0 12px 12px;
  /* padding: 6px 0; */
  border: 1px solid #DB0000;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #DB0000;
  text-align: center;
  background-color: #fff;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li a .title {
  margin-bottom: 4px;
  width: 345px;
  height: 68px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content ul li a .source {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}

.part7 .layout .list:nth-child(2) .box .right .contentbox .content .more {
  position: absolute;
  top: -52px;
  right: 0;
  width: 100px;
  height: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;

  border-radius: 16px 16px 16px 16px;
  border: 2px solid #666666;
}