.main {
  position: relative;
  width: 100%;
  overflow: hidden; }

.top-content {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 11;
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.2); }
  .top-content .top-title {
    font-size: 3.90244rem;
    color: #ed1857; }

.top-thumb {
  width: 100%;
  position: relative;
  margin-top: 3.90244rem; }
  .top-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 1025px) {
    .top-thumb {
      position: absolute;
      left: 0;
      top: 0;
      height: 100vh;
      margin-top: 0; } }

.main-news-content {
  position: relative;
  z-index: 11;
  min-height: 100vh;
  background: #fff;
  padding: 9.7561rem 0; }
  .main-news-content .container {
    max-width: 140.4878rem; }

.next-article {
  background-color: #fff;
  position: relative;
  padding-bottom: 19.5122rem;
  margin-top: -0.09756rem; }

.article-item {
  display: grid;
  grid-template-columns: 40% 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .article-item .thumb {
    aspect-ratio: 4/3;
    overflow: hidden; }
    .article-item .thumb img {
      width: 100%; }
  .article-item .innerInOut {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .article-item .title {
    white-space: inherit; }
  .article-item .info {
    padding-left: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
  .article-item .next-text {
    position: relative;
    padding-bottom: 1.95122rem;
    margin-bottom: 2.92683rem;
    width: 100%; }
    .article-item .next-text::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: #ed1857;
      display: block;
      width: 100%;
      height: 1px; }
  .article-item .btn {
    margin-top: 0.97561rem;
    border-bottom: 1px solid #000; }
    .article-item .btn span {
      margin-left: 0.78049rem; }

.date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .date-author .ico {
    margin-left: 0.78049rem;
    color: #ed1857;
    font-size: 1.36585rem; }

@media (max-width: 1024px) {
  .next-article {
    padding-bottom: 9.7561rem; }
  .article-item {
    grid-template-columns: 1fr; }
    .article-item .info {
      padding: 2.92683rem 1.46341rem; }
  .top-content {
    padding-top: 4.87805rem;
    height: auto; }
  .main-news-content {
    padding: 4.87805rem 0 7.80488rem;
    min-height: auto; } }
