.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 {
  min-width: 1200px;
}

.titleBox img {
  display: block;
  width: 100%;
}

.part1 {
  margin-top: -215px;
  padding: 195px 0 0 0;
  position: relative;
  z-index: 999;
  width: 100%;
  height: 433px;
  background: url(../images/part1.png) no-repeat;
  background-size: 100% 100%;
}

.part1 .layout {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 18px 51px 21px 24px;
  display: flex;
}

.part1 .layout .left {
  margin-right: 17px;
  width: 150px;
  height: 130px;
}

.part1 .layout .left img {
  display: block;
  width: 100%;
  height: 100%;
}

.part1 .layout .right .title {
  margin-bottom: 24px;
  width: 931px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part1 .layout .right .content {
  width: 959px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
}

.part1 .layout .right .content a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #1582E9;
  line-height: 36px;
}

.part1 .layout .right .part1_bottom img {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 41px;
  height: 37px;
}

.part2 {
  padding-top: 55px;
  background: linear-gradient(to bottom, #DBEDFD, #FFFFFF);
}

.part2 .titleBox {
  padding-bottom: 65px;
}

.part2 .layout {
  /* overflow: hidden; */
  position: relative;
}

.part2 .layout .morebox {
  position: absolute;
  top: -40px;
  right: 0;
}

.part2 .layout .contentBox {
  /* background-color: red; */
  padding: 35px 0 0 0;
}

.part2 .layout .contentBox li {
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.part2 .layout .contentBox li:nth-child(2n-1) {
  transform: translateY(-35px);
}

.part2 .layout .contentBox li:hover .mark {
  top: 0;
}

.part2 .layout .contentBox li a .pic_name {
  width: 237px;
  height: 294px;
  position: relative;
}

.part2 .layout .contentBox li a .pic_name img {
  display: block;
  width: 100%;
  height: 100%;
}

.part2 .layout .contentBox li a .pic_name .name {
  position: absolute;
  right: 48px;
  bottom: 19px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}

.part2 .layout .contentBox li a .mark {
  padding: 120px 0 0 38px;
  width: 237px;
  height: 294px;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../images/par2_background.png) no-repeat;
  background-size: 100% 100%;
  transition: all .3s;
}

.part2 .layout .contentBox li a .mark .name {
  margin-bottom: 23px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}

.part2 .layout .contentBox li a .mark .smalltext {
   width: 144px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: justify;
}

.part5 {
  /* position:relative; */
  padding-top: 71px;
}

.part5 .layout {
  margin-top: 60px;
  display: flex;
  position: relative;
}

.part5 .layout .picture {
  height: 326px;
  width: 584px;
}

.part5 .layout .picture img {
  height: 100%;
  width: 100%;
}

.part5 .layout .studyContent {
  height: 326px;
}

.part5 .layout .studyContent ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.part5 .layout .studyContent ul li {
  margin-bottom: 34px;
}

.part5 .layout .studyContent ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.part5 .layout .studyContent ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 33px;
}

.part5 .layout .studyContent ul li a img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  flex-shrink: 0;
}

.part5 .layout .studyContent ul li a .part5-title {
  margin-right: 33px;
  width: 399px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #1C52CA;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 .layout .studyContent ul li a .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
}

.part5 .layout .morebox {
  position: absolute;
  top: -30px;
  right: 0;
}

.partFooter {
/*  background: url(../images/part-footer.png) no-repeat;*/
  background-size: 100% 100%;
}


/* pc小屏 */
@media screen and (max-width: 2100px) {
  .part3 {
    background: url(../images/part3_background.png) no-repeat;
    background-size: 1920px 620px;
    background-position: top 101px left 46%;
  }
}

/* 移动端 */
@media screen and (max-width:1200px) {
  .part3 {
    background: url(../images/part3_background.png) no-repeat;
    background-size: 1920px 620px;
    background-position: top 77px left 39%;
  }
}


.part9 {
  padding-top: 55px;
  background: linear-gradient(to bottom, #DBEDFD, #FFFFFF);
}

.part9 .layout {
  /* overflow: hidden; */
  position: relative;
}

.part9 .layout .morebox {
  position: absolute;
  top: -40px;
  right: 0;
}

.part9 .pt9_swiper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.part9 .pt9_swiper .Swiper1 {
    width: 1070px;
    padding: 30px 20px;
}
.part9 .pt9_swiper .Swiper1 .swiper-slide {
  width: 237px;
  height: 317px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.part9 .pt9_swiper .pt9_swiper_box {
  width: 100%;
  height: 244px;
}
.part9 .pt9_swiper .pt9_swiper_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.part9 .pt9_swiper .pt9_swiper_box a img {
  display: block;
  width: 100%;
  height: 100%;
}
.part9 .pt9_swiper .swiper_text {
  padding: 13px 0 0 15px;
}
.part9 .pt9_swiper .swiper_text h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
}
.part9 .pt9_swiper .swiper_text p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part9 .pt9_swiper .pt9_mork {
  width: 100%;
  height: 317px;
  position: absolute;
  top: 317px;
  border-radius: 10px;
  padding: 35px 20px 0 20px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.part9 .pt9_swiper .pt9_mork .pt9_mork_img {
  width: 113px;
  height: 112px;
  margin: 0 auto;
}
.part9 .pt9_swiper .pt9_mork .pt9_mork_img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.part9 .pt9_swiper .pt9_mork span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  padding-top: 18px;
  text-align: center;
  display: block;
}
.part9 .pt9_swiper .pt9_mork p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-top: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.part9 .pt9_swiper .swiper-button-next,
.part9 .pt9_swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.part9 .pt9_swiper .swiper-button-next:after,
.part9 .pt9_swiper .swiper-button-prev:after {
  font-size: 20px;
  color: white;
}
.part9 .more {
  padding-top: 30px;
  cursor: pointer;
}
.part9 .more a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.part9 .more a span {
  font-family: PingFangSC, PingFang SC;
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.part9 .more a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1.8px solid #7E7E7E;
  border-radius: 50%;
  margin-left: 7px;
  text-align: center;
  text-align: -o-center;
  text-align: -moz-center;
  text-align: -webkit-center;
  transition: .5s;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  font-style: normal;
  line-height: 15.5px;
  float: right;
  display: flex;
  justify-content: center;
}
.part9 .pt9_swiper .swiper-button-next,
.part9 .pt9_swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* margin-left: 340px; */
  /* margin-right: 340px; */
}
.part9 .pt9_swiper .swiper-button-next:after,
.part9 .pt9_swiper .swiper-button-prev:after {
  font-size: 20px;
  color: white;
}
.bck-D8D8D8 {
    background: #D8D8D8;
}
.part4 .layout .swiperbox {
    position: relative;
}

.part4 .layout .swiper {
    width: 1000px;
    height: 100%;
}

.part4 .layout .swiper .swiper-wrapper .swiper-slide {
    width: fit-content;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 19px;
    color: #1C52CA;
    line-height: 31px;
    text-align: center;

    border-radius: 4px 4px 4px 4px;
    padding: 5px;
    cursor: pointer;
}

.part4 .layout .swiper .swiper-wrapper .on {
    background: #1C52CA;
    color: #fff;
}


.part6 {
  position: relative;
  height: 852px;
  padding: 89px 0 104px;
  overflow: hidden;
}

.part6 .layout .headline img {
  width: 77px;
  height: 250px;
}

.part6 .box {
  height: 653px;
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}

.part6 .box #gallery {
  position: absolute;
  top: 62px;
  right: 0;
  width: 1386px;
  height: 467px;
  overflow: visible;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide {
  background: url(../images/part6_bg_gallery.png) no-repeat center center;
  background-size: 100% 100%;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide a .detail {
  height: 100%;
  margin-right: 315px;
  padding: 125px 0 0 112px;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide a .detail .name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #505050;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide a .detail .job {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide a .detail hr {
  margin: 17px 0 10px;
  width: 70px;
  height: 1px;
  background-color: #2d7cff;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide a .detail .smalltext {
  width: 315px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #505050;
}

.part6 .box #gallery .swiper-wrapper .swiper-slide a img {
  display: block;
  height: 556px;
}

.part6 .box .thumbsbox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
}

.part6 .box .thumbsbox #thumbs {
  width: 1164px;
  height: 226px;
}

.part6 .box .thumbsbox #thumbs .swiper-wrapper .swiper-slide {
  width: 194px;
  height: 226px;
  background: url(../images/part6_bg_thumb.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}

.part6 .box .thumbsbox #thumbs .swiper-wrapper .swiper-slide img {
  display: block;
  height: 90%;
}

.part6 .box .thumbsbox .more {
  padding: 0 17px;
  background: #C6C6C6;
  border-radius: 0px 20px 20px 0px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666 !important;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part6 .box .thumbsbox .more img {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}




.part10 {
  padding: 75px 0 164px;
  background: url(../images/part10_bg.png) no-repeat center center / 100% 100%;
}

.part10 .layout {
  background: url(../images/part10_bg_1.png) no-repeat top 138px right / 495px 495px;
}

.part10 .layout .headline img {
  width: 255px;
  margin: 0 auto;
}

.part10 .layout .box {
  position: relative;
  margin-top: 60px;
  display: flex;
}

.part10 .layout .box .gallery {
  width: 807px;
  height: 561px;
}

.part10 .layout .box .gallery .swiper-wrapper {}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide {}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a {
  display: block;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail {
  position: relative;
  width: 547px;
  /* height: 482px; */
  padding: 157px 56px 43px 67px;
  background-color: #fff;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .imgbox {
  position: absolute;
  top: 0;
  right: -216px;
  width: 394px;
  /* height: 300px; */
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .name {
  width: 265px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  text-align: right;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .smalltext {
  margin-top: 17px;
  width: 265px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 27px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .title {
  margin-top: 70px;
  width: 425px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .time {
  margin-top: 35px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .status {
  width: fit-content;
  margin-top: 12px;
  border-radius: 4px 4px 4px 4px;
  padding: 3px 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .status.ing {
  background: #003393;
}

.part10 .layout .box .gallery .swiper-wrapper .swiper-slide a .detail .status.over {
  background: #CFCFCF;
}

.part10 .layout .box .thumbs {
  width: 132px;
  height: 516px;
}

.part10 .layout .box .thumbs .swiper-wrapper .swiper-slide .imgbox {
  border: 6px solid transparent;
}

.part10 .layout .box .thumbs .swiper-wrapper .swiper-slide-thumb-active .imgbox {
  width: 132px;
  height: 133px;
  /* border: 6px solid #2d7cff; */
  position: relative;
  z-index: 99999;
}

.part10 .layout .box .thumbs .swiper-wrapper .swiper-slide-thumb-active .imgbox::after{
  content:"";
  width: 132px;
  height: 127px;
  border: 6px solid #2d7cff;
  display: block;
  position: absolute;
  left: -6px;
}

.part10 .layout .box .thumbs .swiper-wrapper .swiper-slide img {
  width: 219px;
  height: 121px;
  /* object-fit: cover; */
  position: absolute;
  right: 0;
  z-index: -22;
}

.part10 .layout .more {
  width: fit-content;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.part10 .layout .more img {
  margin-left: 3px;
  width: 20px;
  height: 20px;
}

.part10 .layout .swiper-button-prev {
  position: absolute;
  top: 150px;
  right: 14px;
  left: auto;
  z-index: 9999;
}

.part10 .layout .swiper-button-prev img {
  width: 61px;
  height: 53px;
}

.part10 .layout .swiper-button-next {
  position: absolute;
  top: 220px;
  right: -20px;
}

.part10 .layout .swiper-button-next img {
  width: 54px;
  height: 60px;
}

.part10 .layout .swiper-button-prev::after,
.part10 .layout .swiper-button-next::after {
  content: '';
}




.part8 {
  padding: 72px 0 48px;
}
.part8 .layout .box {
  display: flex;
  justify-content: space-between;
}
.part8 .layout .box .left .item {
  position: relative;
}
.part8 .layout .box .left .item a {
  display: block;
}
.part8 .layout .box .left .item a .imgbox {
  width: 834px;
  height: 556px;
  border: 4px solid #2d7cff;
  overflow: hidden;
}
.part8 .layout .box .left .item a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part8 .layout .box .left .item a .title {
  position: absolute;
  bottom: 0;
  width: 834px;
  padding: 24px 32px;
  background: #2d7cff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part8 .layout .box .right .swiperbox {
  position: relative;
}
.part8 .layout .box .right .swiperbox .swiper {
  width: 320px;
  height: 556px;
}
.part8 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.part8 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.part8 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 320px;
  height: 171px;
  border: 2px solid #2d7cff;
  overflow: hidden;
}
.part8 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part8 .layout .box .right .swiperbox .swiper .swiper-wrapper .swiper-slide a .title {
  position: absolute;
  bottom: 0;
  width: 320px;
  padding: 12px 20px;
  background: #2d7cff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part8 .layout .box .right .swiperbox .swiper-button::after {
  color: #999999;
}
.part8 .layout .box .right .swiperbox .swiper-button:hover::after {
  color: #2d7cff;
}
.part8 .layout .box .right .swiperbox .swiper-button-prev {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.part8 .layout .box .right .swiperbox .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}


.part7 .title_text {
  color: #2d7cff !important;
}
.part7 .ftitle {
  color: #2d7cff !important;
}
.part7-wrap {
  width: 100%;
  height: 733px;
  background: url(../images/part7-backdrop.png) no-repeat center top;
  background-size: 100% 733px;
  overflow: hidden;
  margin-top: 60px;
  min-width: 1200px;
}
.part7-wrap .part7-content {
  width: 472px;
}
.part7-wrap .part7-title {
  width: 472px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
}
.part7-wrap .part7-title h2 {
  font-size: 32px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.part7-wrap .part7-title a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.part7-wrap .part7-wrapper {
  display: flex;
}
.part7-wrap .part7-wrapper .content-wrapper {
  display: none;
  padding: 45px 0;
}
.part7-wrap .part7-wrapper .content-wrapper:first-child {
  display: block;
}
.part7-wrap .part7-wrapper .content-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  padding-top: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 90px 120px 0 120px;
    width: 675px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.part7-wrap .part7-wrapper .content-wrapper .part7-text {
  padding: 63px 91px 0 104px;
}
.part7-wrap .part7-wrapper .content-wrapper .part7-text p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 2rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part7-wrap .part7-lft {
  margin-top: 60px;
  float: left;
}
.part7-wrap .part7-submenu a {
  width: 472px;
  height: 97px;
  background: url(../images/part7-sub.png) no-repeat center top;
  background-size: cover;
  display: block;
  padding: 0 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 97px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  box-shadow: 0px 3px 14px 0px rgb(200 105 0 / 12%);
}
.part7-wrap .part7-submenu a:hover {
  color: #333333;
}
.part7-wrap .part7-submenu .sub-active {
  width: 472px;
  height: 97px;
  background: url(../images/part7_menu.png) no-repeat center top;
  background-size: cover;
  color: white;
}
.part7-wrap .part7-submenu .sub-active:hover {
  color: white !important;
}
.part7-wrap .part7-rht {
  float: left;
}
.part7-wrap .part7-rht .column-wrapper {
  width: 703px;
  height: 615px;
  background: url(../images/part7_lft-back.png) no-repeat center top;
  background-size: 668px 592px;
}
.part7-wrap .part7-rht .part7-more {
  float: right;
  color: #2d7cff;
}

.part7-content ul li:nth-child(2) .part7-box .part3-text p {
    line-height: 32px;
    cursor: pointer;
}
