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

.top-content {
  width: 100%;
  position: relative;
  z-index: 11;
  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;
  padding-top: 1.46341rem; }

.top-title {
  font-size: 3.90244rem;
  color: #ed1857; }

.top-thumb {
  width: 100%;
  position: relative;
  margin: 2.92683rem 0; }
  .top-thumb img {
    width: 100%; }

.main-news-content {
  position: relative;
  z-index: 11;
  min-height: 100vh;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 60%; }

.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 {
    background-color: #B27E2B;
    border-radius: 10px;
    padding: 1.85366rem 2.2439rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .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; }

.detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 9.7561rem 10vw;
  margin-bottom: 9.7561rem; }

.sidebar {
  height: calc(100vh - 100px);
  width: 40%;
  padding: 0 0 3.90244rem 7.80488rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 12;
  min-width: 40.97561rem; }

.group-btns {
  margin-top: 2.92683rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .group-btns .btn {
    width: 40%; }

.side-bottom .btn {
  width: 100%; }

.side-middle {
  padding-top: 1.95122rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .side-middle img {
    height: auto; }

.rich-text img {
  padding: 1.95122rem;
  border: 2px solid #ed1857;
  border-radius: 10px;
  margin: 0.97561rem 0; }

.qr-donate-mobile {
  display: none; }

@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: 0;
    height: auto; }
  .main-news-content {
    padding: 4.87805rem 0 0;
    min-height: auto;
    width: 100%; }
  .detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7.80488rem 1.46341rem;
    margin-bottom: 0; }
  .sidebar {
    padding: 0;
    height: auto;
    min-width: auto; }
  .group-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .group-btns .btn {
      width: 100%;
      margin-bottom: 1.95122rem; }
  .qr-donate-mobile {
    display: block; }
    .qr-donate-mobile .btn {
      display: block;
      margin: 0 auto;
      width: 17.56098rem; }
  .side-middle, .side-bottom {
    display: none; } }
