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

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

.page-item5-main-title {
  margin-top: 10px;
  border-bottom: 1px solid #ffffff57;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

.page-item5-main-title-nav-item:hover {
  transition: all .3s;
  color: #fff;
}

.page-item5-main-title-nav-item {
  width: 160px;
  height: 96px;
  text-align: center;
  position: relative;
  color: #ffffff57;
  font-size: 34px;
  margin-left: 40px;
  cursor: pointer;
}

.page-item5-main-title-nav .act {
  color: #fff;
  font-size: 40px;
}

.page-item5-main-title-nav .act::after {
  content: '';
  display: block;
  width: 153px;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 4px;
  background: #FFFFFF;
}

.page-item5-main-content {
  display: flex;
  height: 536px;
  margin-top: 30px;
  flex-direction: row-reverse;
}

.page-item5-main-content-left {
  width: 786px;
  margin-left: 24px;
}

.page-item5-main-content-left-img {
  width: 786px;
  height: 248px;
}

.page-item5-main-content-left-img img {
  width: 786px;
  height: 248px;
}

.page-item5-main-content-left-info {
  height: calc(100% - 248px);
  position: relative;
  top: -30px;
  background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 10%, #fff 15%, #fff 100%);
  backdrop-filter: blur(10px);
  padding: 30px 24px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

.page-item5-main-content-left-info .item:last-of-type {
  border: 0;
}

.page-item5-main-content-left-info .item {
  cursor: pointer;
  flex: 1;
  position: relative;
  border-bottom: solid 1px #DDE2E9;
  margin-bottom: 5px;
}

.page-item5-main-content-left-info .title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.page-item5-main-content-left-info .content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6E6E6E;
}

.page-item5-main-content-left-info .down {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: OPlusSans30;
  color: #9B9EB4;
  position: absolute;
  left: 24px;
  bottom: 10px;
  width: calc(100% - 48px);
  box-sizing: border-box;
}

.page-item5-main-content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.page-item5-main-content-right-item:hover {
  background: linear-gradient(270deg, #FFECED 0%, #FFFFFF 100%);
}

.page-item5-main-content-right-item:hover .right .title {
  color: #D8232A;
}

.page-item5-main-content-right-item {
  cursor: pointer;
  width: 100%;
  background: #fff;
  padding: 24px 30px;
  box-sizing: border-box;
  height: 196px;
  margin-bottom: 24px;
  display: flex;
}

.page-item5-main-content-right-item .left {
  margin-right: 24px;
  position: relative;
}

.page-item5-main-content-right-item .left .date {
  margin-bottom: 18px;
}

.page-item5-main-content-right-item .left .date::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #DDE2E9;
  position: absolute;
  bottom: 20px;
}

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

.page-item5-main-content-right-item .right .content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6E6E6E;
}

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