.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: #F2F9FF;
}
.headline a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 40px;
  color: #005ABA;
  text-align: center;
}
.headline a::after {
  position: absolute;
  top: 4px;
  right: -5px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: rgba(0, 90, 186, 0.15);
  border-radius: 50%;
}
.part1 {
  padding: 15px 0 7.5px;
}
.part1 .layout {
  display: flex;
  justify-content: space-between;
}
.part1 .layout .swiper {
  margin: 0;
  width: 846px;
  height: 325px;
  border-radius: 14px;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px 35px;
  background-color: rgba(0, 0, 0, 0.56);
}
.part1 .layout .swiper .swiper-wrapper .swiper-slide a .title p {
  width: 500px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .swiper .swiper-pagination {
  width: fit-content;
  left: auto;
  right: 35px;
  bottom: 20px;
}
.part1 .layout .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 9px;
  height: 9px;
  background: #FFFFFF;
  opacity: 0.74;
}
.part1 .layout .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 9px;
  background: #FFC200;
  border-radius: 5px;
  opacity: 0.74;
}
.part1 .layout .login {
  width: 342px;
  height: 325px;
}
.part1 .layout .login a {
  display: block;
}
.part1 .layout .login a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part2 {
  padding: 7.5px 0 27px;
}
.part2 .layout {
  display: flex;
  justify-content: space-between;
}
.part2 .layout .left {
  width: 846px;
}
.part2 .layout .left ul li {
  float: left;
  margin-right: 6px;
  margin-top: 9px;
}
.part2 .layout .left ul li:nth-child(3n) {
  margin-right: 0;
}
.part2 .layout .left ul li:nth-child(1),
.part2 .layout .left ul li:nth-child(2),
.part2 .layout .left ul li:nth-child(3) {
  margin-top: 0;
}
.part2 .layout .left ul li a {
  display: block;
}
.part2 .layout .left ul li a img {
  display: block;
  width: 278px;
  height: 113px;
}
.part2 .layout .right {
  width: 342px;
  height: 235px;
  background: #FFFFFF;
  border-radius: 9px;
  padding: 16px 22px 24px;
}
.part2 .layout .right .headline a {
  margin: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #005ABA;
  text-align: left;
}
.part2 .layout .right .headline a::after {
  width: 15px;
  height: 15px;
  top: 1px;
  right: -2px;
}
.part2 .layout .right ul {
  padding-top: 13px;
  margin-top: 5px;
  border-top: 1px solid #005aba;
}
.part2 .layout .right ul li {
  margin-top: 10px;
}
.part2 .layout .right ul li:nth-child(1) {
  margin-top: 0;
}
.part2 .layout .right ul li:nth-child(2n) a i {
  background: #64A8F2;
}
.part2 .layout .right ul li:nth-child(2n-1) a i {
  background: #005ABA;
}
.part2 .layout .right ul li a {
  display: flex;
  align-items: center;
}
.part2 .layout .right ul li a i {
  margin-right: 9px;
  padding: 0 10px;
  border-radius: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.part2 .layout .right ul li a p {
  width: 224px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #005ABA;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 {
  padding: 27px 0 63px;
}
.part3 .layout ul {
  margin-top: 24px;
}
.part3 .layout ul li {
  float: left;
  margin-top: 15px;
  margin-right: 8px;
}
.part3 .layout ul li:nth-child(4n) {
  margin-right: 0;
}
.part3 .layout ul li:nth-child(1),
.part3 .layout ul li:nth-child(2),
.part3 .layout ul li:nth-child(3),
.part3 .layout ul li:nth-child(4) {
  margin-top: 0;
}
.part3 .layout ul li a {
  display: block;
}
.part3 .layout ul li a .imgbox {
  width: 294px;
  height: 160px;
  border-radius: 11px 11px 0px 0px;
  overflow: hidden;
}
.part3 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part3 .layout ul li a .title {
  margin-top: 15px;
  width: 294px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
