.con > div {
  position: relative;
}
.con #bread {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.con .page1 {
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}
.con .page1 .bg {
  position: absolute;
  left: 60%;
  bottom: -20%;
  width: 50%;
  opacity: 0.4;
  z-index: -1;
}
.con .page1 .c_l {
  flex: 1;
  max-width: 600px;
  margin-right: 11%;
}
.con .page1 .c_l .list a {
  padding: 26px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  color: #000;
}
.con .page1 .c_l .list a::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--textColor);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s linear;
}
.con .page1 .c_l .list a::before {
  content: "";
  width: 3px;
  height: 0;
  background: var(--textColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s linear;
}
.con .page1 .c_l .list a:hover::before {
  height: 40px;
}
.con .page1 .c_l .list a:hover::after {
  width: 100%;
}
.con .page1 .c_l .list a:hover p {
  color: var(--textColor);
}
.con .page1 .c_l .list a .time {
  color: #999;
}
.con .page1 .c_r {
  flex: 0 0 45.13%;
  gap: 30px;
}
.con .page1 .c_r .list {
  flex: 1;
}
.con .page1 .c_r .list a {
  display: block;
  padding: 95px 0 130px 20px;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
}
.con .page1 .c_r .list:hover .toPage .link {
  background: var(--textColor);
  border-color: var(--textColor);
  transform: translate(4px, -4px);
}
.con .page1 .c_r .list .toPage .link {
  background: transparent;
  border-color: #fff;
}
.con .page1 .c_r .list .toPage .link img {
  filter: brightness(0) invert(1);
}
.con .page1 .c_r .list.xy a {
  background: url(../img/joinXy.jpg) no-repeat;
}
.con .page1 .c_r .list.sh a {
  background: url(../img/joinSh.jpg) no-repeat;
}
.con .page1 .c_r .list.sh a a:hover .toPage .link {
  background: #fff;
  border-color: #fff;
}
.con .page1 .c_r .list.sh a a:hover .toPage .link img {
  filter: none;
}
.con .page2 {
  background-color: #F5F5F5;
}
.con .page2 .c_l {
  flex: 0 0 48.6%;
}
.con .page2 .c_l .image {
  position: relative;
  margin-top: -160px;
  overflow: hidden;
}
.con .page2 .c_l .image img {
  width: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.con .page2 .c_l .image:hover img {
  transform: scale(1.05);
}
.con .page2 .c_l .image .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  width: 100%;
}
.con .page2 .c_l .image .info p {
  text-align: center;
}
.con .page2 .c_r {
  flex: 1;
  margin-left: 60px;
  max-width: 590px;
}
.con .page2 .c_r .mes {
  line-height: 2;
  color: #222;
}
.con .page2 .c_r .mes a {
  position: relative;
}
.con .page2 .c_r .mes a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  transition: all 0.4s linear;
  background: var(--textColor);
}
.con .page2 .c_r .mes a.act,
.con .page2 .c_r .mes a:hover {
  color: var(--textColor);
}
.con .page2 .c_r .mes a.act:after,
.con .page2 .c_r .mes a:hover:after {
  width: 100%;
}
.con .page2 .c_r .info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.con .page2 .c_r .info .image {
  width: 120px;
  background-color: #fff;
}
.con .page2 .c_r .info .image img {
  width: 100%;
}
.con .page2 .c_r .info .tit {
  color: #333;
  margin-left: 20px;
}
.con .page2 .c_r .page .list {
  width: 140px;
  height: 40px;
  background: var(--textColor);
  border-radius: 6px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.con .page2 .c_r .page .list:hover img {
  transform: translateX(4px);
}
.con .page2 .c_r .page .list img {
  filter: brightness(0) invert(1);
  width: 12px;
  transition: all 0.4s linear;
}
@media only screen and (max-width: 1920px) {
  .con .page1 .c_l .list a {
    padding: 1.3vw 2vw;
  }
  .con .page2 .c_r {
    margin-left: 3vw;
  }
  .con .page1 {
    padding-bottom: 9vw;
  }
  .con .page1 .c_r .list a {
    padding: 4.5vw 0 6.5vw 20px;
  }
  .con .page2 .c_l .image {
    margin-top: -8vw;
  }
}
@media only screen and (max-width: 1600px) {
  .con .page2 .c_r .info .image {
    width: 100px;
  }
  .con .page2 .c_r .page .list {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .con .page1 .c_l {
    order: 1;
    margin-right: 0;
    margin-top: 6vw;
  }
  .pt130 {
    padding-top: 14vw;
  }
  .con .page1 .c_l .list a {
    padding: 10px 20px;
  }
  .con .page1 .c_r .list a {
    padding: 9vw 0 12vw 20px;
  }
  .con .page1 .c_r {
    flex: 0 0 100%;
    gap: 20px;
  }
  .con .page1 {
    padding-bottom: 14vw;
  }
  .con .page2 .c_l {
    flex: 0 0 100%;
  }
  .con .page2 .wrap {
    padding: 14vw 0;
  }
  .con .page2 .c_r .page,
  .con .page2 .c_r .info > div {
    justify-content: center;
  }
  .con .page2 .c_r {
    margin: 6vw 0 0 0;
  }
  .con .page2 .c_l .image {
    margin-top: 0;
  }
}
