﻿#in-youth-news .in-youth-news {
  background: url(../images/in_bg_783.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
#in-youth-news .in-youth-news .news-list .item {
  padding: 3.125rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px dashed #c5c5c5;
}
@media (max-width: 991.98px) {
  #in-youth-news .in-youth-news .news-list .item .image {
    width: 100%;
  }
}
#in-youth-news .in-youth-news .news-list .item .image a {
  width: 100%;
  position: relative;
}
#in-youth-news .in-youth-news .news-list .item .image a img {
  width: 100%;
}
#in-youth-news .in-youth-news .news-list .item .context {
  flex: 1;
}
#in-youth-news .in-youth-news .news-list .item .context .title h5 {
  font-size: 1.375rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
#in-youth-news .in-youth-news .news-list .item .context .title h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 1px;
  background-color: var(--main-theme-color);
}
#in-youth-news .in-youth-news .news-list .item .context .title h5 a:hover {
  color: var(--main-theme-color);
}
#in-youth-news .in-youth-news .news-list .item .context .desc span {
  color: #999;
  font-size: 1rem;
  line-height: 1.75;
}
#in-youth-news .in-youth-news .news-list .item .context .view-detail a {
  font-size: 1rem;
  color: var(--main-theme-color);
  text-decoration: underline;
}
#in-youth-news .in-youth-news .news-list .item .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 18px;
  border: 1px solid var(--main-theme-color);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
}
#in-youth-news .in-youth-news .news-list .item .date .dd {
  border-bottom: 1px solid var(--main-theme-color);
}
#in-youth-news .in-youth-news .news-list .item .date .dd span {
  font-size: 1.875rem;
  color: var(--main-theme-color);
  font-weight: bold;
}
#in-youth-news .in-youth-news .news-list .item .date .yyyy-mm span {
  font-size: 0.875rem;
  color: var(--main-theme-color);
}/*# sourceMappingURL=youth-news.css.map */