.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;
}
.part2 {
  margin-bottom: 40px;
}
.part2 .layout a {
  display: flex;
  margin-bottom: 30px;
}
.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;
}
