@charset "utf-8";
.public-hero {
  font-size: 0;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.public-hero img {
  display: block;
  height: auto;
  max-width: 100%;
}
.public-hero img.m {
  display: none;
}
.public-section.is-news {
  margin-bottom: 50px;
}
.section-news {
  font-size: 0;
  display: none;
}
.section-news__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #1345ac;
}
.section-news__item .image {
  width: 200px;
  height: 125px;
  margin-right: 20px;
}
.section-news__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-news__item .content {
  min-width: 0;
  flex: 1;
}
.section-news__item .title {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.section-news__item .title a {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 18px;
}
.section-news__item .title a:hover {
  color: #00ABFF;
}
.section-news__item .desc {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #d5e1df;
}
.section-news__item .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.section-news__item .info span {
  color: #d5e1df;
}
.section-news__item .info a {
  color: #d5e1df;
}
.section-news__item .info a:hover {
  color: #00ABFF;
}
.section-news__more {
  text-align: center;
}
.section-news__more span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #00ABFF;
  font-size: 14px;
}
.section-news__more span::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 2px;
  background-image: url('/activity/storage2024/css/../images/icon-more.png');
}
.section-news__more span + span {
  margin-left: 40px;
}
.section-news__more span.btn-close::after {
  transform: rotate(180deg);
}
html,
body {
  background: url(/activity/storage2024/css/../images/bg.png) left top repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  html,
  body {
    background: url(/activity/storage2024/css/../images/m_bg.png) left top repeat;
    background-size: 100% 100%;
  }
  .public-hero {
    margin-bottom: 0.6rem;
  }
  .public-hero img.pc {
    display: none;
  }
  .public-hero img.m {
    display: block;
  }
  .public-section.is-news {
    margin-bottom: 0.6rem;
  }
  .section-news__item {
    flex-flow: row-reverse;
    padding: 0;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    background-color: transparent;
    border-bottom: solid 1px #1B51BF;
  }
  .section-news__item .image {
    width: 2rem;
    height: 1.25rem;
    margin-right: 0;
    margin-left: 0.15rem;
  }
  .section-news__item .title {
    margin-bottom: 0.2rem;
  }
  .section-news__item .title a {
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.32rem;
  }
  .section-news__item .desc {
    display: none;
  }
  .section-news__item .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }
  .section-news__item .info span {
    color: #d5e1df;
  }
  .section-news__item .info a {
    display: none;
  }
  .section-news__more {
    text-align: center;
  }
  .section-news__more span + span {
    margin-left: 0.4rem;
  }
}
