.newsList {
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  border-top: 1px solid #afafaf; }
  .newsList__item {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #afafaf; }
    .newsList__item__left {
      width: 45%;
      padding: 0 30px; }
      .newsList__item__left .title {
        background-image: url("../images/news_cat.png");
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 150px; }
        .newsList__item__left .title p {
          font-size: 1.05em;
          font-weight: 500;
          color: #a77960;
          width: 70px;
          height: 70px;
          padding: 10px;
          text-align: center;
          border: 1px solid #a77960;
          background-color: #fff; }
    .newsList__item__right {
      width: 55%;
      padding-right: 150px; }
      .newsList__item__right .content .date {
        font-size: 1em;
        font-weight: 500;
        color: #555555;
        letter-spacing: 0.06em; }
      .newsList__item__right .content h3 {
        font-size: 1.25em;
        font-weight: 700;
        color: #704310;
        letter-spacing: 0.06em;
        margin: 7px 0 15px 0; }
      .newsList__item__right .content .text {
        font-size: 1.05em;
        font-weight: 500;
        color: #555555;
        letter-spacing: 0.08em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 72px;
        line-height: 24px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
      .newsList__item__right .content .more {
        background-image: url("../images/gray_right.png");
        background-position: right 20px center;
        background-repeat: no-repeat;
        border: 1px solid #555555;
        font-size: 1.05em;
        font-weight: 500;
        color: #555555;
        padding: 10px 48px 10px 20px;
        letter-spacing: 0.08em;
        width: 150px;
        display: block;
        margin-top: 30px;
        position: relative;
        top: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .newsList__item__right .content .more:hover {
          top: -3px;
          box-shadow: 2px 2px 3px #555555; }
    @media (max-width: 1280px) {
      .newsList__item__right {
        padding-right: 50px; } }
    @media (max-width: 768px) {
      .newsList__item {
        flex-wrap: wrap; }
        .newsList__item__left {
          width: 100%; }
        .newsList__item__right {
          width: 100%;
          padding: 0 50px; } }
    @media (max-width: 640px) {
      .newsList__item__right {
        padding: 0 30px; } }

.newsin {
  width: 100%; }
  .newsin__title {
    background-image: url("../images/news_cat.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    max-width: 300px;
    margin: 0 auto;
    width: 100%; }
    .newsin__title p {
      font-size: 1.05em;
      font-weight: 500;
      color: #a77960;
      width: 70px;
      height: 70px;
      padding: 10px;
      text-align: center;
      border: 1px solid #a77960;
      background-color: #fff; }
  .newsin__content {
    text-align: center;
    padding-top: 10px; }
    .newsin__content .date {
      font-size: 1em;
      font-weight: 500;
      color: #555555;
      letter-spacing: 0.06em; }
    .newsin__content h3 {
      font-size: 1.25em;
      font-weight: 700;
      color: #704310;
      letter-spacing: 0.06em;
      padding: 10px 0 25px 0;
      border-bottom: 1px solid #afafaf;
      margin-bottom: 25px; }
    .newsin__content .content {
      text-align: left; }
    .newsin__content .more {
      background-image: url("../images/gray_right.png");
      background-position: right 20px center;
      background-repeat: no-repeat;
      border: 1px solid #555555;
      font-size: 1.05em;
      font-weight: 500;
      color: #555555;
      padding: 10px 48px 10px 20px;
      letter-spacing: 0.08em;
      width: 150px;
      display: block;
      position: relative;
      top: 0;
      margin: 40px auto;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .newsin__content .more:hover {
        top: -3px;
        box-shadow: 2px 2px 3px #555555; }

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