.page-item2 {
  position: relative;
  width: 100%;
  background: url("..../img/home/home-bg2.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.page-item2-main {
  color: #FFFFFF;
  min-width: 1390px;
  position: relative;
}

.page-item2-main-title {
  color: #000;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.page-item2-main-title-text {
  font-size: 40px;
  font-weight: 600;
}

.page-item2-main-title-dsc {
  font-size: 24px;
  font-weight: 300;
  margin-top: 15px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
}

.page-item2-main-title-dsc::before {
  content: '';
  display: inline-block;
  width: 87px;
  height: 1px;
  border-bottom: 1px solid #D8232A;
  margin-right: 25px;
}

.page-item2-main-title-nav {
  display: flex;
}

.page-item2-main-title-nav .act {
  background: #D8232A;
}

.page-item2-main-title-nav .act .icon1::after {
  width: 24px;
  height: 24px;
  z-index: 2;
  content: '';
  display: block;
  background: url("../icon/icon-act4.png") no-repeat center;
  background-size: cover;
}

.page-item2-main-title-nav .act .icon2::after {
  width: 24px;
  height: 24px;
  z-index: 2;
  content: '';
  display: block;
  background: url("../icon/icon-act5.png") no-repeat center;
  background-size: cover;
}

.page-item2-main-title-nav .act .icon3::after {
  width: 24px;
  height: 24px;
  z-index: 2;
  content: '';
  display: block;
  background: url("../icon/icon-act6.png") no-repeat center;
  background-size: cover;
}

.page-item2-main-title-nav-item:last-of-type {
  margin-right: 0;
}

.page-item2-main-title-nav-item {
  width: 206px;
  height: 124px;
  background: #d82329c2;
  color: #fff;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-item2-main-title-nav-item .title {
  pointer-events: none;
  margin-top: 8px;
}

.page-item2-main-title-nav-item .icon {
  pointer-events: none;
  width: 24px;
  height: 24px;
}

.page-item2-main-title-nav-item .icon1::after {
  width: 24px;
  height: 24px;
  z-index: 2;
  content: '';
  display: block;
  background: url("../icon/icon4.png") no-repeat center;
  background-size: cover;
}

.page-item2-main-title-nav-item .icon2::after {
  width: 24px;
  height: 24px;
  z-index: 2;
  content: '';
  display: block;
  background: url("../icon/icon5.png") no-repeat center;
  background-size: cover;
}

.page-item2-main-title-nav-item .icon3::after {
  width: 24px;
  height: 24px;
  z-index: 2;
  content: '';
  display: block;
  background: url("../icon/icon6.png") no-repeat center;
  background-size: cover;
}

.page-item2-main-content {
  margin-top: 100px;
  display: flex;
  color: #000;
  line-height: 28px;
}

.page-item2-main-content-item:last-of-type {
  margin-right: 0;
}

.page-item2-main-content-item {
  width: 346px;
  height: 568px;
  overflow: hidden;
  margin-right: 20px;
}

.page-item2-main-content-item-img:hover {
  transform: scale(1.2);
}

.page-item2-main-content-item-img {
  transition: all .8s;
  width: 100%;
  height: 275px;
}

.page-item2-main-content-item-img img {
  width: 346px;
   
}

.page-item2-main-content-item-down {
  width: 100%;
  height: 257px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
  backdrop-filter: blur(5px);
  position: relative;
  top: -43px;
  padding: 30px;
  box-sizing: border-box;
}

.page-item2-main-content-item-down .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
}

.page-item2-main-content-item-down .content {
  height: 105px;
  font-size: 16px;
}

.page-item2-main-content-item-down .more {
  color: #29317C;
  text-align: right;
  cursor: pointer;
}

.page-item2-main-content-item-down .more:hover {
  color: #DF2930;
}
