.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 {
  background-image: url(../images/header_background.png);
  background-repeat: repeat-x;
  background-size: 100% 739px;
  background-position: top center;
  background-color: #F2F6FE;
  min-width: 1200px;
}
.headline {
  margin: 0 auto 30px;
  width: 355px;
  height: 72px;
  background: url(../images/title_background.png) no-repeat top center / 100% 100%;
}
.headline p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 50px;
  color: #000000;
  text-align: center;
}
.part1 {
  padding: 96px 0 34px;
}
.part1 .layout .item {
  margin-bottom: 40px;
}
.part1 .layout .item .time_title {
  margin-bottom: 30px;
  display: flex;
}
.part1 .layout .item .time_title .time {
  width: 297px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #3A6EEA;
  position: relative;
  text-align: center;
  z-index: 2;
}
.part1 .layout .item .time_title .time::after {
  content: "";
  display: inline-block;
  width: 297px;
  height: 16px;
  background: #BAE1FF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.part1 .layout .item .time_title .title {
  margin-left: 38px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.part1 .layout .item ul {
  background-image: url(../images/part1_background.png);
  background-repeat: no-repeat;
  background-size: 784px 156px;
  background-position: bottom right;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  padding: 35px 57px;
}
.part1 .layout .item ul li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #C9D8F9;
}
.part1 .layout .item ul li:nth-child(1) {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.part1 .layout .item ul li a .title {
  margin-bottom: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.part1 .layout .item ul li a .smalltext {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.part2 {
  padding: 34px 0;
}
.part2 .layout ul {
  display: flex;
}
.part2 .layout ul li {
  width: 150px;
  height: 460px;
  background: linear-gradient(to bottom, #266bf2 0%, #52b5fb 100%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  margin-right: 16px;
  cursor: pointer;
  transition: all .3s;
}
.part2 .layout ul li:nth-last-child(1) {
  margin-right: 0;
}
.part2 .layout ul li .title {
  width: 100%;
  height: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 50px;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
  /* 旧版webkit浏览器 */
  -ms-writing-mode: tb-rl;
  /* IE兼容模式 */
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part2 .layout ul li .smalltext {
  padding: 20px 40px;
  width: 539px;
  height: 460px;
}
.part2 .layout ul li .smalltext p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 47px;
}
.part2 .layout ul .on {
  width: 539px;
}
.part2 .layout ul .on .title {
  display: none;
}
.part3 {
  padding: 34px 0 96px;
}
.part3 .layout .box {
  position: relative;
  padding: 55px 28px 15px;
  background: #F3F6FD;
  box-shadow: 0px 9px 10px 9px #6B7FAD;
  border-radius: 10px 10px 10px 10px;
}
.part3 .layout .box .swiper {
  width: 100%;
}
.part3 .layout .box .swiper a {
  display: block;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
}
.part3 .layout .box .swiper a:nth-child(6n) {
  margin-right: 0;
}
.part3 .layout .box .swiper a .imgbox {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
}
.part3 .layout .box .swiper a img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.part3 .layout .box .swiper a .title {
  width: 174px;
  height: 56px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 .layout .box .swiper-button {
  top: auto;
  bottom: 30px;
}
.part3 .layout .box .swiper-button-prev {
  left: 40%;
}
.part3 .layout .box .swiper-button-next {
  right: 40%;
}
