.p2_item span,
.p2_item p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
/* 标题样式 */
.part-title {
  font-family: FontExcellent;
  font-size: 36px;
  color: #333333;
  display: block;
  text-align: center;
}
/* 第一部分 */
.part1 {
  box-sizing: border-box;
  width: 100%;
  height: 369px;
  background: linear-gradient(-77deg, #ffffff 0%, #f2f6fa 100%);
}
.part1_main {
  box-sizing: border-box;
  width: 1110px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.part1-title span {
  font-family: FontExcellent;
  font-size: 40px;
  color: #333333;
  display: block;
  letter-spacing: 1px;
  margin-top: -54px;
}
.part1_main img {
  position: absolute;
  width: 894px;
  height: 369px;
  bottom: 0;
  right: -97px;
}
/* 跳转模块 */
.part-jump {
  box-sizing: border-box;
  width: 100%;
  height: 53px;
  background: #ffffff;
  box-shadow: 0px 15px 24px 0px rgba(55, 63, 71, 0.03);
}
.pJ_main {
  box-sizing: border-box;
  width: 711px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.pJ_main ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pJ_main li {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pJ_main a {
  font-size: 24px;
  font-family: FontExcellent;
  font-weight: 400;
  color: #333333;
  line-height: 100%;
}
.pJ_main li.active a {
  color: #0b62bb;
}
.pJ_main li::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 33px;
  background: #bcbcbc;
}
.pJ_main li:last-child::after {
  display: none;
}
/* 第二部分 */
.part2 {
  width: 100%;
  padding-top: 72px;
}
.part2 .part-title {
  margin-bottom: 52px;
}
.part2_main {
  width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p2_main-2 {
  display: none;
}
.p2_main-1 .p2_item:nth-of-type(n + 7) {
  display: none;
}
.p2_item {
  box-sizing: border-box;
  width: 347px;
  height: 354px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  position: relative;
  padding-top: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 58px;
}
.p2_item > div {
  box-sizing: border-box;
  width: 100%;
  height: 193px;
  overflow: hidden;
  margin-bottom: 19px;
}
.p2_item img {
  width: 100%;
  min-height: 100%;
}
.p2_item span,
.p2_item p,
.p2_item a {
  font-weight: 400;
}
.p2_item span,
.p2_item p {
  width: 295px;
}
.p2_item span {
  font-size: 16px;
  color: #333333;
  margin-bottom: 22px;
  -webkit-line-clamp: 1;
}
.p2_item p {
  font-size: 12px;
  color: #666666;
  line-height: 21px;
  -webkit-line-clamp: 2;
  letter-spacing: 0.1px;
}
.p2_item a {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background: #0b62bb;
}
.part2_down {
  box-sizing: border-box;
  width: 204px;
  margin: 0 auto;
  height: 47px;
  background: #ffffff;
  border: 1px solid #bcbcbc;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: -10px;
}
.part2_down span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-right: 8px;
  line-height: 20px;
}
.part2_down img {
  width: 13px;
  height: 10px;
}
.part2_down.active {
  background: #0b62bb;
}
.part2_down.active span {
  color: #ffffff;
}
.part2_down.active img {
  content: url('../img/news/part2-arrow-over.png');
}
/* 第三部分 */
.part3 {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 69px;
}
.part3 .part-title {
  margin-bottom: 51px;
}
@media screen and (max-width: 1200px) {
  .part1_main img {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .part-title {
    font-size: 0.36rem;
  }
  /* 第一部分 */
  .part1 {
    height: 4.28rem;
    background: linear-gradient(64deg, #ffffff 0%, #f2f6fa 100%);
  }
  .part1_main {
    width: 6.14rem;
  }
  /* .p2_main-1 {
    display: none;
  }
  .p2_main-2 {
    display: flex;
  } */
  .p2_main-1 .p2_item:nth-of-type(n + 3) {
    display: none;
  }
  .part1_main > img {
    content: url('../img/news/mobile/part1-icon.png');
    width: 7.5rem;
    height: 4.28rem;
    bottom: 0px;
    right: -0.68rem;
  }
  .part1-title span {
    font-size: 0.4rem !important;
    margin-top: 0rem !important;
  }
  .part-jump {
    display: none;
  }
  /* 第二部分 */
  .part2 {
    padding-top: 0.3rem;
  }
  .part2 .part-title {
    margin-bottom: 0.42rem;
  }
  .part2_main {
    width: 6.15rem;
  }
  .p2_item {
    width: 6.15rem;
    height: 6.28rem;
    padding-top: 0.37rem;
    margin-bottom: 0.73rem;
  }
  .p2_item > div {
    height: 3.43rem;
    margin-bottom: 0.32rem;
  }
  .p2_item span,
  .p2_item p {
    width: 5.35rem;
  }
  .p2_item span {
    font-size: 0.29rem;
    margin-bottom: 0.36rem;
    text-align: center;
  }
  .p2_item p {
    font-size: 0.25rem;
    line-height: 0.48rem;
    letter-spacing: .004rem;
  }
  .p2_item a {
    bottom: -0.92rem;
    height: 0.92rem;
    font-size: 0.29rem;
    line-height: 0.92rem;
  }
  .part2_down {
    width: 3.12rem;
    height: 0.71rem;
    border-radius: 0.07rem;
    margin-top: -0.2rem;
  }
  .part2_down span {
    font-size: 0.29rem;
    margin-right: 0.15rem;
    line-height: auto;
  }
  .part2_down img {
    width: 0.24rem;
    height: 0.17rem;
  }
  .part2_down.active {
    background: #ffffff;
  }
  .part2_down.active span {
    color: #333333;
  }
  .part2_down.active img {
    content: url('../img/news/part2-arrow.png');
  }
  /* 第三部分 */
  .part3 {
    width: 100%;
    padding-top: 0.44rem;
    padding-bottom: 0.8rem;
  }
  .part3 .part-title {
    margin-bottom: 0.33rem;
  }
}
