.main {
  margin: 223px 160px 0 160px;
}

.main .d1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 66px;
}

.main .d1 .r {
  display: flex;
  align-items: center;
}

.main .d1 .r .line {
  width: 3px;
  height: 18px;
  background: #C5C5C5;
  margin: 0 29px;
}

.main .d1 .r .item {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  transition: all 600ms;
  cursor: pointer;
}

.main .d1 .r .item:hover {
  color: #CA062C;
  text-decoration: underline;
}

.main .d1 .r .on {
  color: #CA062C;
  text-decoration: underline;
}

.main .en {
  color: rgba(26, 32, 44, 0.1);
  font-size: 64px;
  font-family: 'SourceHanSansCN-Bold';
  text-transform: uppercase;
}

.main .cn {
  color: #1a202c;
  font-size: 60px;
  font-family: 'SourceHanSansCN-Bold';
}

.main .allList .box {
  display: none;
}

.main .allList .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}

.main .allList .box .list a {
  width: 100%;
  position: relative;
  height: 349px;
  padding: 33px 22px 30px 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  transition: .6s ease;
}

.main .allList .box .list a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 600ms;
  opacity: 0;
}

.main .allList .box .list a .common_bg {
  transition: .6s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.main .allList .box .list a .t1 {
  opacity: 0;
  transition: all 600ms;
}

.main .allList .box .list a .t1 .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 22px 0;
  position: relative;
  z-index: 1;
}

.main .allList .box .list a .t1 .headline h1 {
  width: 391px;
  color: #fff;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  text-transform: uppercase;
  transition: .6s ease;
}

.main .allList .box .list a .t1 .headline .red {
  width: 119px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 60px;
  background: #CA062C;
  opacity: 0;
  transition: .3s;
}

.main .allList .box .list a .t1 .pick {
  width: 391px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  z-index: 1;
  position: relative;
  /* 168.75% */
  transition: .6s ease;
}

.main .allList .box .list a .t2 {
  z-index: 1;
  position: relative;
  margin-right: 30px;
}

.main .allList .box .list a .t2 .pt {
  color: #FFF;
  font-size: 20px;
  max-width: 406px;
  line-height: 1.5;
  transition: all 600ms;
}

.main .allList .box .list a .t2 .td {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .allList .box .list a .t2 .td .time {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  transition: .6s ease;
}

.main .allList .box .list a .t2 .td .add {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #C3C3C3;
  transition: .6s ease;
}

.main .allList .box .list a .t2 .td .add svg {
  width: 27px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .6s ease;
  opacity: 0;
}

.main .allList .box .list a .t2 .td .add svg:nth-child(2) {
  opacity: 1;
}

.main .allList .box .list a:hover::before {
  opacity: 1;
}

.main .allList .box .list a:hover .common_bg {
  opacity: 1;
}

.main .allList .box .list a:hover .t1 {
  opacity: 1;
}

.main .allList .box .list a:hover .t1 .headline h1 {
  color: #fff;
}

.main .allList .box .list a:hover .t1 .headline .red {
  opacity: 1;
  pointer-events: auto;
}

.main .allList .box .list a:hover .t2 .pt {
  opacity: 0;
}

.main .allList .box .list a:hover .t2 .add svg:first-child {
  opacity: 1;
}

.main .allList .box .list a:hover .t2 .add svg:nth-child(2) {
  opacity: 0;
}

.main .allList .box .list .notag .t1 .headline h1 {
  width: 100%;
}

.main .allList .box .list .notag .t1 .pick {
  width: 100%;
}

.main .allList .box .pager {
  display: flex;
  justify-content: center;
  margin: 64px 0 155px 0;
}

.main .allList .box .pager a {
  color: #333;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 600ms;
  margin: 0 5px;
}

.main .allList .box .pager a:hover {
  background: #E60012;
  color: white;
}

.main .allList .box .pager .active {
  background: #E60012;
  color: white;
}

.main .allList .on {
  display: block;
}

@media screen and (max-width: 1465px) {
  .main {
    margin-left: 5%;
    margin-right: 5%;
  }
  .main .allList .box .list {
    gap: 20px;
  }
  .main .allList .box .list a {
    height: 300px;
  }
  .main .allList .box .list a .t1 .headline h1 {
    width: 240px;
    font-size: 18px;
  }
  .main .allList .box .list a .t1 .pick {
    width: 260px;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    margin: 80px 5%;
  }
  .main .en {
    font-size: 32px;
  }
  .main .cn {
    font-size: 30px;
  }
  .main .d1 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .main .d1 .r {
    margin-top: 20px;
  }
  .main .allList .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .main .allList .box .list a {
    padding: 5%;
    height: auto;
  }
  .main .allList .box .list a .t1 .headline {
    flex-direction: column;
    align-items: unset;
    margin: 0 0 20px;
  }
  .main .allList .box .list a .t1 .headline h1 {
    font-size: 18px;
    width: 100%;
  }
  .main .allList .box .list a .t1 .red {
    height: 40px;
    font-size: 13px;
    margin: 25px 0 15px 0;
    opacity: 1;
  }
  .main .allList .box .list a .t1 .pick {
    font-size: 14px;
    line-height: 1.7;
    width: 100%;
  }
  .main .allList .box .list a .t2 {
    margin: 35px 0 0 0;
  }
  .main .allList .box .list a .t2 .time {
    font-size: 12px;
  }
  .main .allList .box .list a .t2 .add {
    width: 45px;
    height: 45px;
  }
  .main .allList .box .list a .t2 .add svg {
    width: 20px;
  }
  .main .allList .box .pager {
    margin: 32px 0;
  }
}
