.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;
}
.header_1 {
  margin-bottom: 54px;
}
.header_1 img {
  display: block;
  width: 246px;
  margin: 0 auto;
}
.header_2 {
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_2 div {
  position: relative;
  width: fit-content;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 34px;
  color: #333333;
}
.header_2 div::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1E4ADF;
}
.header_2 a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #878787;
}
.part1 {
  position: relative;
  z-index: 9;
  margin-top: -65px;
}
.part1 .layout {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 2px 3px 18px 3px #F9F9F9;
  border-radius: 10px 10px 10px 10px;
}
.part1 .layout img {
  width: 50px;
  display: block;
  margin-right: 28px;
}
.part1 .layout a {
  display: block;
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 {
  padding: 68px 0 34px;
}
.part2 .layout .all {
  float: left;
    margin-right: 50px;
}
.part2 .layout .all:nth-last-child(1) {
  margin-right: 0;
}
.part2 .layout .all ul {
  margin-top: 23px;
}
.part2 .layout .all ul li {
  margin-top: 10px;
}
.part2 .layout .all ul li:nth-child(1) {
  margin-top: 0;
}
.part2 .layout .all ul li:hover a .title {
  color: #1A40DD;
}
.part2 .layout .all ul li a {
  display: flex;
  align-items: center;
}
.part2 .layout .all ul li a i {
  display: block;
  width: 6px;
  height: 6px;
  background: #1E4ADF;
  border-radius: 50%;
  margin-right: 5px;
}
.part2 .layout .all ul li a .title {
  margin-right: 23px;
  width: 284px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 .layout .all ul li a .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.part3 .layout img {
  width: 100%;
  display: block;
}
.part4 {
  padding: 66px 0 55px;
}
.part4 .layout .banner {
  width: 100%;
  display: block;
}
.part5 .layout ul li {
  float: left;
  margin-right: 20px;
}
.part5 .layout ul li:nth-last-child(1) {
  margin-right: 0;
}
.part5 .layout ul li:hover a .box .name {
  display: none;
}
.part5 .layout ul li:hover a .box .mark {
  display: block;
}
.part5 .layout ul li a .box {
  position: relative;
  width: 224px;
  height: 242px;
}
.part5 .layout ul li a .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.part5 .layout ul li a .box .name {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 149px;
  height: 41px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 41px;
  background: #5F81E3;
}
.part5 .layout ul li a .box .mark {
  display: none;
  padding: 40px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 15, 0.6);
}
.part5 .layout ul li a .box .mark div {
  color: #F4F4F4;
}
.part5 .layout ul li a .box .mark .name_1 {
  margin-bottom: 15px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
}
.part5 .layout ul li a .box .mark .smalltext {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 {
  padding: 77px 0 55px;
}
.part6 .layout ul li {
  width: 226px;
  height: 154px;
  float: left;
  margin-right: 17px;
  border: 1px solid #E6E6E6;
}
.part6 .layout ul li:nth-last-child(1) {
  margin-right: 0;
}
.part6 .layout ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.part6 .layout ul li a img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.part6 .layout ul li a div {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
