.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  backdrop-filter: blur(10px);
}
.cont .cont_bg {
  background: url(../img/memorabilia_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
}
.cont .gradient-bg .g1,
.cont .gradient-bg .g2,
.cont .gradient-bg .g3,
.cont .gradient-bg .g4,
.cont .gradient-bg .g5,
.cont .gradient-bg .g6 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page_bg {
  position: relative;
}
.cont .page_bg .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .tit_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.cont .tit_top .tit {
  color: #080748;
  font-weight: 600;
}
.cont .tit_top a {
  width: 160px;
  padding: 6px 0;
  border-radius: 100px;
  border: 1px solid #080748;
  color: #080748;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cont .tit_top a:hover {
  background: #080748;
  color: #fff;
}
.cont .page1,.cont .page2,.cont .page3 {
  position: relative;
  z-index: 10;
}
.cont .page1 .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: inherit;
  padding-top: 80px;
}
.cont .page1 .list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 35px 47px;
  background: #ebedf4;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.cont .page1 .list a .time {
  width: 140px;
  text-align: right;
  color: #080748;
}
.cont .page1 .list a .txt {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
}
.cont .page1 .list a .txt p {
  max-width: calc(100% - 135px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  color: #080748;
}
.cont .page1 .list a .txt span {
  width: 120px;
  margin-left: 15px;
}
.cont .page1 .list a .txt span i {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  color: #080748;
  border: 1px solid #080748;
}
.cont .page1 .list a:hover {
  background: #4a2f87;
}
.cont .page1 .list a:hover .txt p {
  color: #fff;
}
.cont .page1 .list a:hover .txt span i {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cont .page1 .list a:hover .time {
  color: rgba(255, 255, 255, 0.5);
}
.cont .page2 .w1440 {
  padding-top: 110px;
}
.cont .page2 .list a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
.cont .page2 .list a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e5e5;
  transition: all 0.3s;
}
.cont .page2 .list a .time {
  width: 190px;
  color: #4f2a8c;
}
.cont .page2 .list a .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 190px);
  position: relative;
}
.cont .page2 .list a .txt p {
  color: #080748;
  font-weight: 600;
  width: calc(100% - 120px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.cont .page2 .list a .txt span {
  display: flex;
  align-items: center;
  width: 110px;
  justify-content: space-between;
}
.cont .page2 .list a .txt span i {
  color: #4a2f87;
  opacity: 0;
  transition: all 0.3s;
}
.cont .page2 .list a .txt span svg {
  transform: rotate(-45deg);
  width: 26px;
  height: 26px;
}
.cont .page2 .list a:hover::after {
  height: 3px;
  background: #4a2f87;
}
.cont .page2 .list a:hover span i {
  opacity: 1;
}
.cont .page2 .list a:hover span svg path {
  fill: #4a2f87;
}
.cont .page3 {
  margin-bottom: 50px;
}
.cont .page3 .w1440{
    padding-top: 110px;
}
.cont .page3 .list a {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
.cont .page3 .list a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e5e5;
  transition: all 0.3s;
}
.cont .page3 .list a .time {
  width: 190px;
  color: #4f2a8c;
}
.cont .page3 .list a .txt {
  position: relative;
  width: calc(100% - 190px);
  padding-right: 15%;
}
.cont .page3 .list a .txt svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
  width: 26px;
  height: 26px;
}
.cont .page3 .list a .txt p {
  display: block;
  color: #080748;
  font-weight: 600;
  margin-bottom: 15px;
}
.cont .page3 .list a .txt span {
  display: block;
  color: #080748;
}
.cont .page3 .list a:hover::after {
  height: 3px;
  background: #4a2f87;
}
.cont .page3 .list a:hover .txt svg path {
  fill: #4a2f87;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page2 .w1440,
  .cont .page3 .w1440 {
    padding-top: 80px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .list a {
    padding: 25px 35px;
  }
  .cont .tit_top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%!important;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page1 .w1440 {
    padding-top: 40px;
  }
  .cont .page1 .list a {
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .cont .page1 .list a .time {
    width: 100%;
    text-align: left;
  }
  .cont .page1 .list a .txt {
    order: 3;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px;
  }
  .cont .page1 .list a .txt p {
    max-width: none;
    width: 100%;
    display: block;
    height: auto;
  }
  .cont .page1 .list a .txt span {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .cont .page1 .list a .txt span i {
    font-size: 12px;
    padding: 1px 10px;
  }
  .cont .tit_top {
    margin-bottom: 20px;
  }
  .cont .tit_top a {
    width: 110px;
    padding: 4px 0;
  }
  .cont .page2 .w1440,
  .cont .page3 .w1440 {
    padding-top: 40px;
  }
  .cont .page2 .list a {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .cont .page2 .list a:nth-child(1) {
    padding-top: 0;
  }
  .cont .page2 .list a .time {
    width: 100%;
  }
  .cont .page2 .list a .txt {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .cont .page2 .list a .txt p {
    width: 100%;
    display: block;
    height: auto;
  }
  .cont .page2 .list a .txt span {
    margin-top: 5px;
    width: 90px;
  }
  .cont .page2 .list a .txt span i {
    opacity: 1;
  }
  .cont .page3 .list a {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .cont .page3 .list a .time {
    width: 100%;
  }
  .cont .page3 .list a .txt {
    width: 100%;
    padding-right: 0px;
    margin-top: 5px;
  }
  .cont .page3 .list a .txt p {
    margin-bottom: 5px;
  }
  .cont .page3 .list a .txt svg {
    top: -30px;
  }
}
/*# sourceMappingURL=./news-collection.css.map */
