.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;
}
.headline img {
  margin: 0 auto 50px;
  display: block;
  width: 368px;
}
.banner {
  overflow: hidden;
  position: relative;
  width: 1920px;
  max-width: 100%;
  height: 768px;
  margin: 0 auto;
}
.banner img {
  position: absolute;
  display: block;
}
.banner .cloud {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  z-index: 9;
}
.banner .background {
  height: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1920px;
  max-width: 100%;
}
.banner .text {
  left: 50%;
  top: 150px;
  margin-left: -637.5px;
  width: 1275px;
  max-width: 100%;
}
.banner .train {
  width: 502px;
  right: 0;
  bottom: 0;
  margin-right: -10px;
}
.banner .xxbm {
  position: absolute;
  left: 50%;
  bottom: 140px;
  margin-left: -109px;
  width: 218px;
  height: 59px;
  background: #fff;
  border-radius: 33px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #00379A;
  line-height: 59px;
  text-align: center;
  animation-delay: 1s;
  z-index: 99;
}
.notice {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 900px;
  height: 142px;
  background: url(../images/notice_background.png) no-repeat center / 100% 100%;
  margin: -75px auto 0;
}
.notice a {
  display: block;
  margin-left: 253px;
  width: 519px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF !important;
  line-height: 32px;
}
.part1 {
  padding: 92px 0 36px;
}
.part1 .layout ul {
  display: flex;
  justify-content: space-around;
}
.part1 .layout ul li a {
  display: block;
}
.part1 .layout ul li a img {
  display: block;
  width: 158px;
  height: 362px;
}
.part2 {
  padding: 36px 0 50px;
}
.part2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part2 ul li:nth-child(2n-1) {
  width: 291px;
  height: 329px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  box-shadow: 0px 2px 8px 0px #D0E0FD;
}
.part2 ul li:nth-child(2n-1) a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.part2 ul li:nth-child(2n-1) a img {
  margin-bottom: 36px;
  display: block;
  width: auto;
  height: 99px;
}
.part2 ul li:nth-child(2n-1) a .text {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.part2 ul li:nth-child(2n-1) a hr {
  margin: 16px 0;
  width: 40px;
  height: 1px;
  background: #333333;
}
.part2 ul li:nth-child(2n-1) a .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
.part2 ul li:nth-child(2n) img {
  display: block;
  width: 32px;
  height: 30px;
}
.part3 {
  background: url(../images/part3_background.png) no-repeat center / 100% 100%;
  padding: 60px 0 100px;
}
.part3 .layout .box {
  display: flex;
  justify-content: space-between;
}
.part3 .layout .box .list {
  padding: 36px 24px 40px;
  width: 580px;
  height: 705px;
  background: #FFFFFF;
}
.part3 .layout .box .list .head {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part3 .layout .box .list .head p {
  display: flex;
  font-family: SourceHanSansCN,
                        SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #060AB4;
}
.part3 .layout .box .list .head p i {
  margin-right: 8px;
  display: block;
  width: 2px;
  height: 22px;
  background: #060AB4;
}
.part3 .layout .box .list .head a {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #4D4D4D;
}
.part3 .layout .box .list ul li {
  margin-top: 28px;
  float: left;
  margin-right: 28px;
}
.part3 .layout .box .list ul li:nth-child(2n) {
  margin-right: 0;
}
.part3 .layout .box .list ul li:nth-child(1),
.part3 .layout .box .list ul li:nth-child(2) {
  margin-top: 0;
}
.part3 .layout .box .list ul li:hover a img {
  transform: scale(1.3);
}
.part3 .layout .box .list ul li a {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 126px;
}
.part3 .layout .box .list ul li a img {
  display: block;
  width: 250px;
  height: 126px;
  transition: all 0.3s;
}
.part4 {
  background: url(../images/part4_background.png) no-repeat center / 100% 100%;
  padding: 108px 0 52px;
}
.part4 .layout .tab {
  margin-bottom: 58px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
.part4 .layout .tab li {
  width: 240px;
  height: 60px;
  background: #E1EDFD;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #2042A3;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.part4 .layout .tab .on {
  background: #1D49A8;
  color: #fff;
}
.part4 .layout .contentbox .content ul {
  padding: 0 106px;
}
.part4 .layout .contentbox .content ul li {
  width: 45%;
  float: left;
  margin-right: 68px;
  margin-top: 20px;
}
.part4 .layout .contentbox .content ul li:nth-child(1),
.part4 .layout .contentbox .content ul li:nth-child(2) {
  margin-top: 0;
}
.part4 .layout .contentbox .content ul li:nth-child(2n) {
  margin-right: 0;
}
.part4 .layout .contentbox .content ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part4 .layout .contentbox .content ul li a .title {
  display: flex;
  align-items: center;
}
.part4 .layout .contentbox .content ul li a .title i {
  display: block;
  width: 8px;
  height: 8px;
  background: #2042A3;
  border-radius: 50%;
  margin-right: 13px;
}
.part4 .layout .contentbox .content ul li a .title p {
  width: 80%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #060AB4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .contentbox .content ul li a .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}
.part4 .layout .contentbox .content .more {
  margin: 45px auto 0;
  display: block;
  width: 100px;
  height: 26px;
  border: 1px solid #000000;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #4D4D4D;
  line-height: 24px;
  text-align: center;
}
.part5 {
  padding: 58px 0 0;
}
.part5 .box {
  background: url(../images/part5_background.png) no-repeat center / 100% 100%;
  padding: 40px 0;
}
.part5 .box .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part5 .box .layout .tab li {
  padding-left: 16px;
  width: 238px;
  height: 52px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 52px;
  cursor: pointer;
}
.part5 .box .layout .tab .on {
  background: linear-gradient(to right, #4272f9 0%, transparent 100%);
  color: #fff;
}
.part5 .box .layout .contentbox .content {
  display: none;
}
.part5 .box .layout .contentbox .content img {
  margin-right: 42px;
  display: block;
  width: 380px;
  height: 292px;
}
.part5 .box .layout .contentbox .content ul li {
  margin-bottom: 16px;
}
.part5 .box .layout .contentbox .content ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.part5 .box .layout .contentbox .content ul li a {
  display: flex;
  align-items: center;
}
.part5 .box .layout .contentbox .content ul li a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part5 .box .layout .contentbox .content ul li a .time .day {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.part5 .box .layout .contentbox .content ul li a .time .year_month {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.part5 .box .layout .contentbox .content ul li a hr {
  width: 1px;
  height: 45px;
  background-color: #fff;
  margin: 0 27px 0 21px;
}
.part5 .box .layout .contentbox .content ul li a .intro .title {
  margin-bottom: 5px;
  width: 383px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .box .layout .contentbox .content ul li a .intro .smalltext {
  width: 383px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .box .layout .contentbox .on {
  display: flex;
  align-items: center;
}
.fixed_right {
  position: fixed;
  top: 66%;
  right: 50%;
  transform: translateX(900px);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.fixed_right img {
  display: block;
  width: 150px;
  height: 166px;
}
@media (max-width: 1820px) {
  .fixed_right {
    right: 0;
    transform: translateX(0);
  }
}
