@charset "UTF-8";
.ins-content .wrap {
  max-width: 1220px; }

.news-year-select {
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: 50px; }
  @media (max-width: 640px) {
    .news-year-select {
      margin-top: 2rem;
      margin-left: 0; } }
  .news-year-select select {
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 1.2rem; }

.news-item {
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000; }
  @media (max-width: 640px) {
    .news-item {
      align-items: flex-end;
      flex-direction: column;
      padding-bottom: 0; } }
  .news-item:before {
    background-color: #000;
    content: "";
    height: 85%;
    right: 120px;
    position: absolute;
    top: 0;
    width: 1px; }
    @media (max-width: 640px) {
      .news-item:before {
        display: none; } }
  @media (min-width: 1281px) {
    .news-item:hover .img-box {
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }
      .news-item:hover .img-box:before {
        opacity: 1; }
      .news-item:hover .img-box .img-text {
        opacity: 1; } }
  .news-item:nth-child(odd) {
    padding-left: 50px; }
    @media (max-width: 640px) {
      .news-item:nth-child(odd) {
        padding-left: 0; } }
  .news-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 50px; }
    @media (max-width: 640px) {
      .news-item:nth-child(even) {
        flex-direction: column;
        padding-right: 0; } }
    .news-item:nth-child(even) .icon-img {
      left: auto;
      right: 0; }
    .news-item:nth-child(even):before {
      right: auto;
      left: 120px; }
  .news-item .icon-img {
    position: absolute;
    left: 0; }
  .news-item .img-box {
    font-size: 0;
    width: 70%;
    position: relative;
    transition: all 0.3s ease; }
    @media (max-width: 640px) {
      .news-item .img-box {
        order: 1;
        width: 100%; } }
    .news-item .img-box:before {
      background-color: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      content: "";
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease; }
      @media (max-width: 640px) {
        .news-item .img-box:before {
          display: none; } }
    .news-item .img-box .img-text {
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 1rem;
      left: 0;
      justify-content: center;
      top: 0;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease; }
    .news-item .img-box img {
      height: 100%; }
  .news-item .text-box {
    padding: 0 5rem;
    position: relative; }
    @media (max-width: 640px) {
      .news-item .text-box {
        order: 3;
        padding: 0 1rem 2rem; } }
    .news-item .text-box:before {
      position: absolute;
      content: "“";
      font-size: 4rem;
      color: #000;
      left: 8%;
      top: -90%; }
      @media (max-width: 640px) {
        .news-item .text-box:before {
          top: -50%;
          left: 0; } }
    .news-item .text-box .text {
      align-items: center;
      display: flex;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 1px;
      position: relative;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (max-width: 640px) {
        .news-item .text-box .text {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } }
  .news-item .date-box {
    align-items: flex-end;
    font-size: 1.65rem;
    color: #555;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 640px) {
      .news-item .date-box {
        flex-direction: row-reverse;
        order: 2;
        font-size: 1.2rem;
        margin: 1rem 0; } }

.news-info .top {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
  padding-left: 4rem; }
  @media (max-width: 640px) {
    .news-info .top {
      flex-direction: column;
      padding-left: 0; } }
  .news-info .top:before {
    background-color: #000;
    content: "";
    height: 85%;
    right: 120px;
    position: absolute;
    top: 0;
    width: 1px; }
    @media (max-width: 640px) {
      .news-info .top:before {
        display: none; } }
  .news-info .top .icon-img {
    position: absolute;
    left: 0;
    top: 20%; }
  .news-info .top .news-img {
    font-size: 0; }
    @media (max-width: 640px) {
      .news-info .top .news-img {
        order: 0; } }
  .news-info .top .news-title {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 3rem;
    padding-top: 2.5rem; }
    @media (max-width: 640px) {
      .news-info .top .news-title {
        padding: 0 1rem;
        order: 3; } }
  .news-info .top .news-date {
    align-self: center;
    align-items: flex-end;
    font-size: 1.65rem;
    color: #555;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-weight: 700;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 640px) {
      .news-info .top .news-date {
        flex-direction: row-reverse;
        margin: 1rem 0;
        order: 2; } }

.news-info .bottom {
  padding-top: 4rem; }
  .news-info .bottom .news-content {
    letter-spacing: 1px;
    max-width: 85%;
    margin: auto;
    position: relative; }
    .news-info .bottom .news-content:before {
      position: absolute;
      content: "“";
      font-size: 4rem;
      color: #000;
      left: -5%;
      top: -5%; }
    .news-info .bottom .news-content ol {
      padding-left: 1rem; }
  .news-info .bottom .news-btn {
    margin: 5rem auto 0;
    transition: all 0.3s ease; }
    @media (min-width: 1281px) {
      .news-info .bottom .news-btn:hover {
        transform: translateX(-10px); } }
    .news-info .bottom .news-btn a {
      align-items: center;
      background-color: #000;
      display: flex;
      padding: 5px 15px;
      text-align: center;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
      width: fit-content;
      margin: auto; }
      .news-info .bottom .news-btn a svg {
        fill: #fff;
        height: 18px;
        width: 30px;
        transform: scale(-1); }

.news-views {
  margin: 3rem 0;
  display: flex;
  align-items: center; }
  .news-views img {
    margin-right: 0.5rem; }
  .news-views span {
    font-size: 1.2rem;
    font-weight: 700; }
