.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;
}
.notice {
  margin-top: -44px;
  margin-bottom: 60px;
  height: 332px;
  position: relative;
}
.notice .layout {
  padding: 40px 127px 85px 118px;
  background: url(../images/notice.png) no-repeat top center / contain;
}
.notice .layout p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.headline {
  margin-bottom: 40px;
}
.headline img {
  display: block;
  width: 100%;
}
.content {
  padding: 0px 0 127px;
}
.content .layout ul li {
  float: left;
  margin-right: 36px;
  margin-top: 26px;
  background: #F8CCAD;
  border-radius: 16px 16px 16px 16px;
}
.content .layout ul li:nth-child(3n) {
  margin-right: 0;
}
.content .layout ul li:nth-child(1),
.content .layout ul li:nth-child(2),
.content .layout ul li:nth-child(3) {
  margin-top: 0;
}
.content .layout ul li:hover a .imgbox .pic {
  opacity: 1;
}
.content .layout ul li a {
  display: block;
  padding: 16px;
}
.content .layout ul li a .imgbox {
  position: relative;
  width: 344px;
  height: 237px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.content .layout ul li a .imgbox .cucoloris,
.content .layout ul li a .imgbox .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.content .layout ul li a .imgbox .cucoloris img,
.content .layout ul li a .imgbox .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .layout ul li a .imgbox .cucoloris p {
  position: absolute;
  top: 10px;
  left: 30px;
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 68px;
  background-image: linear-gradient(to bottom, #ff8016, #ff2704);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.content .layout ul li a .imgbox .pic {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.content .layout ul li a .imgbox .pic p {
  position: absolute;
  top: 40px;
  left: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  text-decoration-line: underline;
  opacity: 1;
}
.content .layout ul li a .imgbox .pic div {
  position: absolute;
  top: 70px;
  left: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FF2F06;
  text-decoration-line: underline;
}
.content .layout ul li a .name_job {
  padding: 12px;
  margin-top: 18px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
}
.content .layout ul li a .name_job .name {
  flex-shrink: 0;
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  font-size: 30px;
  background-image: linear-gradient(to bottom, #ff8016, #ff2704);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.content .layout ul li a .name_job .job {
  margin-left: 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
