.news_main {
  padding-top: 55px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .news_main {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.news_main .inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

.news_tab {
  width: 90%;
  max-width: 450px;
}

.news_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_tab {
  padding-top: 22px;
}

.news_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_tab ul li {
  width: calc(25% - 18px * 3 / 4);
  margin-right: 18px;
  text-align: center;
  background-color: #F8F8F8;
  color: #666666;
  height: 44px;
  line-height: 44px;
}

.news_tab ul li:last-child {
  margin-right: 0;
}

.news_tab ul li:hover {
  cursor: pointer;
  background-color: #A91B4B;
  color: #fff;
}

.news_tab ul li p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .news_tab ul li p {
    font-size: 11px;
    letter-spacing: -.1em;
  }
}

.news_tab ul .news_tab_this {
  background-color: #fff;
  border: 1px solid #A91B4B;
  font-weight: 700;
  color: #A91B4B;
  position: relative;
  z-index: 1;
}

.news_tab ul .news_tab_this::after {
  position: absolute;
  content: "";
  top: 96%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: no-repeat url("../img/news_tab_this@2x.png") center center/contain;
  width: 14px;
  height: 12px;
  z-index: 2;
}

.news_tab ul .news_tab_this:hover {
  background-color: #fff !important;
  color: #A91B4B !important;
}

.news_items {
  padding-top: 34px;
}

.news_items ul {
  border-top: 1px solid #DDDDDD;
}

.news_item {
  border-bottom: 1px solid #DDDDDD;
}

.news_item a {
  display: block;
  padding-top: 23px;
  padding-bottom: 21px;
  color: #333333;
}

.news_item_top {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yuyu_news_item_top {
  display: block !important;
}

.news_item_top_label {
  margin-left: 23px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 93px;
  line-height: 1.5em;
  background-color: #D94A7A;
}

.news_item_top_label_event {
  background-color: #1FA797;
}

.news_item_top_label_recruit {
  background-color: #5A8ED8;
}

.news_item_text {
  padding-top: 25px;
  font-size: 15px;
  overflow: hidden;
  width: 100%;
}

.news_item_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/*# sourceMappingURL=news.css.map */