.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;
}
.part1 {
  padding: 42px 0 56px;
}
.part1 .layout {
  display: flex;
  justify-content: space-between;
}
.part1 .layout .left .swiper {
  margin: 0;
  width: 798px;
  height: 449px;
}
.part1 .layout .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.part1 .layout .left .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.part1 .layout .right {
  height: 449px;
  padding: 18px 25px 39px 29px;
  box-shadow: 0px 0px 9px 0px rgba(138, 138, 138, 0.5);
}
.part1 .layout .right .headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.part1 .layout .right .headline h1 {
  display: flex;
  align-items: center;
}
.part1 .layout .right .headline h1 img {
  margin-right: 8px;
  display: block;
  width: 38px;
  height: 30px;
  flex-shrink: 0;
}
.part1 .layout .right .headline h1 p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #4E74CD;
}
.part1 .layout .right .headline a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.part1 .layout .right ul {
  margin-top: 22px;
}
.part1 .layout .right ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 18px;
}
.part1 .layout .right ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.part1 .layout .right ul li:hover a p {
  color: #4E74CD;
}
.part1 .layout .right ul li a {
  display: flex;
  align-items: center;
}
.part1 .layout .right ul li a i {
  margin-right: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background: #4E74CD;
  border-radius: 50%;
}
.part1 .layout .right ul li a p {
  width: 360px;
  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 {
  padding: 100px 0 127px;
  background: linear-gradient(to top, #fefeff 0%, #d5e7ff 100%);
}
.part2 .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part2 .layout img {
  display: block;
  width: 316px;
  height: 332px;
}
.part2 .layout .box_1 {
  background-color: #FAFCFF;
  width: 367px;
  height: 332px;
  padding: 30px 38px 27px 45px;
}
.part2 .layout .box_1 h1 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #4E74CD;
}
.part2 .layout .box_1 hr {
  margin: 20px 0 40px;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  border: 0;
}
.part2 .layout .box_1 .data p {
  margin-bottom: 20px;
  font-family: AlibabaPuHuiTiR;
  font-size: 18px;
  color: #333333;
}
.part2 .layout .box_1 select {
  position: relative;
  width: 284px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #87A1DD;
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.part2 .layout .box_1 h2 {
  margin-top: 14px;
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #4E74CD;
}
.part2 .layout .box_2 {
  background-color: #FAFCFF;
  width: 328px;
  height: 330px;
  padding: 30px 25px 20px;
}
.part2 .layout .box_2 h1 {
  display: flex;
  align-items: center;
}
.part2 .layout .box_2 h1 img {
  margin-right: 10px;
  display: block;
  width: 27px;
  height: 27px;
}
.part2 .layout .box_2 h1 p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #4E74CD;
}
.part2 .layout .box_2 hr {
  margin: 13px 0 7px;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.part2 .layout .box_2 .tab {
  display: flex;
  margin-bottom: 15px;
}
.part2 .layout .box_2 .tab li {
  padding: 3px 9px;
  font-family: AlibabaPuHuiTiM;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.part2 .layout .box_2 .tab .on {
  color: #4E74CD;
  background: #DCF2FF;
  border-radius: 12px;
}
.part2 .layout .box_2 .contentbox .content ul {
  height: 175px;
  overflow-y: scroll;
  /* 自定义滚动条样式 */
}
.part2 .layout .box_2 .contentbox .content ul::-webkit-scrollbar {
  width: 12px;
  /* 滚动条宽度 */
}
.part2 .layout .box_2 .contentbox .content ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 6px;
}
.part2 .layout .box_2 .contentbox .content ul::-webkit-scrollbar-thumb {
  background: #4E74CD;
  /* 滑块颜色 */
  border-radius: 6px;
}
.part2 .layout .box_2 .contentbox .content ul li {
  margin-bottom: 12px;
  display: flex;
}
.part2 .layout .box_2 .contentbox .content ul li a{
  display: flex;
}
.part2 .layout .box_2 .contentbox .content ul li img,
.part2 .layout .box_2 .contentbox .content ul li i {
  margin-right: 14px;
  display: block;
  width: 23px;
  height: 23px;
  font-family: AlibabaPuHuiTiR;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: center;
  flex-shrink: 0;
}
.part2 .layout .box_2 .contentbox .content ul li p {
  font-family: AlibabaPuHuiTiR;
  font-size: 18px;
  color: #333333;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
    width: 220px;
}
.part3 {
  padding: 26px 0 109px;
}
.part3 .layout .headline {
  margin: 0 auto;
  display: block;
  height: 60px;
}
.part3 .layout ul {
  margin-top: 46px;
}
.part3 .layout ul li {
  width: 296px;
  height: 308px;
  float: left;
  margin-right: 21px;
  margin-top: 18px;
  box-shadow: 0px 0px 9px 0px rgba(214, 214, 214, 0.5);
  background: #FFFFFF;
  transition: all .3s;
}
.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:nth-child(1) {
  transform: translateY(-25px);
  background-color: #F6FBFF;
}
.part3 .layout ul li:nth-child(1) a .imgbox .mark {
  opacity: 1;
}
.part3 .layout ul li:nth-child(1) a .title {
  color: #4E74CD;
}
.part3 .layout ul li:hover {
  transform: translateY(-25px);
  background-color: #F6FBFF;
}
.part3 .layout ul li:hover a .imgbox .mark {
  opacity: 1;
}
.part3 .layout ul li:hover a .title {
  color: #4E74CD;
}
.part3 .layout ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part3 .layout ul li a .imgbox {
  position: relative;
  width: 228px;
  height: 181px;
}
.part3 .layout ul li a .imgbox img {
  margin:0;
  display: block;
  width: 100%;
  height: 100%;
}
.part3 .layout ul li a .imgbox .mark {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: AlibabaPuHuiTiM;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  background-color: rgba(135, 161, 221, 0.85);
  transition: all .3s;
}
.part3 .layout ul li a .title {
  margin-top: 25px;
  font-family: AlibabaPuHuiTiR;
  font-size: 24px;
  color: #666666;
}
.part3 .layout ul li a img{
  margin-top: 25px;
  display:block;
  width:64px;
  height:64px;
}
.part4 {
  padding: 71px 0 137px;
  background: #F4F7FD;
}
.part4 .layout .headline {
  margin: 0 auto;
  display: block;
  height: 60px;
}
.part4 .layout .swiperbox {
  margin-top: 55px;
  position: relative;
}
.part4 .layout .swiperbox .swiper {
  width: 100%;
}
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide {
  padding: 37px 27px 33px;
  background: #FFFFFF;
  border-radius: 23px;
}
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide:hover a .imgbox img {
  transform: scale(1.3);
}
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide:hover a .title {
  color: #4E74CD;
}
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 348px;
  height: 211px;
  border-radius: 15px;
  overflow: hidden;
}
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .title {
  margin-top: 18px;
  margin-bottom: 15px;
  font-family: AlibabaPuHuiTiM;
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .time,
.part4 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .writer {
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
.part4 .layout .swiperbox .swiper-button::after {
  content: "";
}
.part4 .layout .swiperbox .swiper-button img {
  display: block;
  width: 66px;
  height: 17px;
}
.part4 .layout .swiperbox .swiper-button-prev {
  left: -92px;
}
.part4 .layout .swiperbox .swiper-button-next {
  right: -92px;
}
