.header {
  border-bottom: 1px solid #E6E6E6; }

.section {
  padding-top: 11.1979166667vw; }
  .section .joke {
    width: 72.9166666667vw;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    .section .joke .shareLink {
      height: fit-content; }
      .section .joke .shareLink a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.6875vw;
        height: 4.6875vw;
        background: #666666;
        margin-bottom: 1px;
        font-size: 1.5625vw;
        color: #FFFFFF;
        transition: 0.6s; }
        .section .joke .shareLink a:hover {
          background: #324299; }
    .section .joke .newsInfo {
      width: 58.8541666667vw; }
      .section .joke .newsInfo .title {
        padding-bottom: 1.9270833333vw;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 1.875vw; }
        .section .joke .newsInfo .title .time {
          margin-bottom: 1.8229166667vw; }
          .section .joke .newsInfo .title .time span {
            display: block;
            font-size: 0.8333333333vw;
            font-weight: 400;
            color: #324299;
            line-height: 1.3541666667vw; }
          .section .joke .newsInfo .title .time p {
            font-size: 0.8333333333vw;
            font-weight: 400;
            color: #333333;
            line-height: 1.3541666667vw; }
        .section .joke .newsInfo .title h1 {
          font-size: 2.6041666667vw;
          font-weight: bold;
          color: #323232;
          line-height: 1;
          padding-bottom: 3.6458333333vw; }
      .section .joke .newsInfo .text {
        border-top: 1px solid #E6E6E6;
        padding-top: 1.6666666667vw;
        padding-bottom: 3.6458333333vw; }
        .section .joke .newsInfo .text p {
          font-size: 0.8333333333vw;
          font-weight: 400;
          color: #333333;
          line-height: 2; }
          .section .joke .newsInfo .text p img {
            display: block;
            width: 100%; }
      .section .joke .newsInfo .newsPage {
        padding: 1.7708333333vw 0 2.8645833333vw;
        border-top: 1px solid #E6E6E6; }
        .section .joke .newsInfo .newsPage a {
          display: block;
          font-size: 0.8333333333vw;
          font-weight: 400;
          color: #333333;
          line-height: 1.6666666667vw;
          transition: 0.6s; }
          .section .joke .newsInfo .newsPage a:hover {
            color: #324299; }

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1024px) {
  .section .joke {
    width: 90%;
  }
  .section .joke .newsInfo {
    width: 80%;
  }
  .section .joke .newsInfo .title .time span,.section .joke .newsInfo .title .time p {
    font-size: 14px;
    line-height: 1.5;
  }
  .section .joke .newsInfo .title h1 {
    font-size: 24px;
  }
  .section .joke .newsInfo .text p {
    font-size: 14px;
  }
  .section .joke .newsInfo .newsPage a {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 80px;
  }
  .section .joke .shareLink {
    display: none;
  }
  .section .joke .newsInfo {
    width: 100%;
  }
  .section .joke .newsInfo .title .time span,.section .joke .newsInfo .title .time p {
    font-size: 12px;
    line-height: 1.5;
  }
  .section .joke .newsInfo .text p {
    font-size: 12px;
  }
  .section .joke .newsInfo .title h1 {
    font-size: 20px;
    margin-top: 15px;
  }
  .section .joke .newsInfo .text {
    padding: 40px 0 20px;
  }
  .section .joke .newsInfo .newsPage {
    padding: 10px 0 40px;
  }
  .section .joke .newsInfo .newsPage a {
    font-size: 12px;
  }
}
