.e_news_box {
  padding-bottom: calc(96* 100vw /1920);
  padding-top: calc(96* 100vw /1920); }
  .e_news_box .e_news_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(96* 100vw /1920); }
    .e_news_box .e_news_list li {
      position: relative; }
      .e_news_box .e_news_list li:after {
        content: '';
        position: absolute;
        bottom: calc(0% - calc(48* 100vw /1920));
        height: 1px;
        left: 0;
        right: calc(0% - calc(48* 100vw /1920));
        border-bottom: 1px solid #E5E5E5; }
      .e_news_box .e_news_list li:before {
        content: '';
        position: absolute;
        right: calc(0% - calc(48* 100vw /1920));
        bottom: calc(0% - calc(48* 100vw /1920));
        width: 1px;
        top: 0;
        border-right: 1px solid #E5E5E5; }
      .e_news_box .e_news_list li:nth-child(2n+2):before {
        content: none; }
      .e_news_box .e_news_list li:nth-child(2n+2):after {
        right: 0;
        left: calc(0% - calc(48* 100vw /1920)); }
      .e_news_box .e_news_list li:nth-child(2n+3):before {
        top: calc(0% - calc(48* 100vw /1920)); }
      .e_news_box .e_news_list li .p_detail_box {
        display: flex; }
      .e_news_box .e_news_list li .p_img_box {
        position: relative;
        width: calc(300* 100vw /1920);
        height: calc(225* 100vw /1920); }
        .e_news_box .e_news_list li .p_img_box .s_img_view {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 4px; }
      .e_news_box .e_news_list li .p_detail {
        flex: 1;
        width: calc(100% - 440* 100vw /1920);
        padding-left: calc(24* 100vw /1920);
        display: flex;
        flex-flow: column;
        justify-content: space-between; }
        .e_news_box .e_news_list li .p_detail .p_detail_title {
          font-weight: bold;
          padding-bottom: 0.82vw; }
        .e_news_box .e_news_list li .p_detail .p_detail_text {
          color: #808080;
          padding-bottom: 1.1vw;
          line-height: 1.5; }
        .e_news_box .e_news_list li .p_detail .s_classify_box {
          display: flex;
          color: #808080;
          line-height: 27px; }
          .e_news_box .e_news_list li .p_detail .s_classify_box .s_classify_icon {
            width: 27px;
            height: 27px;
            margin-right: 0.82vw; }
          .e_news_box .e_news_list li .p_detail .s_classify_box .line_x {
            padding: 0 6px; }
        .e_news_box .e_news_list li .p_detail .p_detail_button {
          display: flex;
          justify-content: space-between; }
  .e_news_box .page-list {
    padding-top: calc(calc(48* 100vw /1920) + calc(96* 100vw /1920)); }

@media only screen and (max-width: 768px) {
  .e_news_box {
    padding-top: 0.48rem;
    padding-bottom: 0.96rem; }
    .e_news_box .e_news_list {
      gap: 0.96rem 0.24rem; }
      .e_news_box .e_news_list.e_news_odd li:nth-last-child(1):after, .e_news_box .e_news_list.e_news_odd li:nth-last-child(2):after {
        content: normal; }
      .e_news_box .e_news_list.e_news_even li:nth-last-child(1):after {
        content: normal; }
      .e_news_box .e_news_list li {
        box-shadow: none;
        background: #ffffff;
        border-bottom: none; }
        .e_news_box .e_news_list li:before {
          content: normal; }
        .e_news_box .e_news_list li:after {
          bottom: calc(0% - 0.48rem); }
        .e_news_box .e_news_list li .x_base_btn {
          display: none; }
        .e_news_box .e_news_list li .p_img_box {
          width: 100%;
          height: auto; }
          .e_news_box .e_news_list li .p_img_box .s_img_view {
            border-radius: 4px;
            height: auto; }
        .e_news_box .e_news_list li .p_detail_box {
          flex-flow: wrap; }
          .e_news_box .e_news_list li .p_detail_box .p_img_box {
            width: 100%; }
          .e_news_box .e_news_list li .p_detail_box .p_detail {
            width: 100%;
            padding-top: 0.12rem; }
            .e_news_box .e_news_list li .p_detail_box .p_detail .p_detail_text {
              min-height: auto;
              padding-bottom: 0;
              font-size: 0.2rem;
              line-height: normal; }
            .e_news_box .e_news_list li .p_detail_box .p_detail .s_classify_box {
              padding: 2vw 0 0 0;
              margin-top: 2vw;
              border-top: 1px solid #808080; }
              .e_news_box .e_news_list li .p_detail_box .p_detail .s_classify_box .s_classify_icon {
                width: 1rem;
                height: 1rem;
                margin-right: 0.6rem; }
              .e_news_box .e_news_list li .p_detail_box .p_detail .s_classify_box .s_classify_name {
                padding-left: 0; }
            .e_news_box .e_news_list li .p_detail_box .p_detail .p_detail_title .ellipsis2 {
              -webkit-line-clamp: 1; }
            .e_news_box .e_news_list li .p_detail_box .p_detail .p_detail_button {
              display: block; } }

/*# sourceMappingURL=news.css.map */
