.news_col li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 900px) {
  .news_col li {
    border-bottom: 0px;
    margin: 0 0 0 0;
  }
}

.news_col li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .news_col li dl {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .news_col li dl dt {
    margin: 0 0 10px;
  }
}

.news_col li dl dt a {
  display: block;
  width: 100px;
  height: 74px;
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media screen and (max-width: 900px) {
  .news_col li dl dt a {
    width: 100%;
    height: auto;
    background-image: url(none) !important;
  }
}

.news_col li dl dt a:hover {
  opacity: 0.7;
}

.news_col li dl dt a .date {
  display: none;
  position: absolute;
  left: -10px;
  top: 20px;
  background: #333333;
  color: #FFF;
  font-size: 14px;
  height: 48px;
  width: 48px;
  line-height: 0.95;
  padding: 5px;
  font-family: 'Source Code Pro', monospace;
}

@media screen and (max-width: 900px) {
  .news_col li dl dt a .date {
    left: auto;
    right: 0;
    top: 0;
    width: auto;
    text-align: center;
    font-size: 20px;
    height: auto;
    position: static;
    line-height: 1.4;
    padding: 5px;
  }
}

.news_col li dl dt a .date span {
  display: block;
  font-size: 200%;
}

@media screen and (max-width: 900px) {
  .news_col li dl dt a .date span {
    display: inline;
    font-size: 100%;
  }
}

.news_col li dl dd {
  width: calc(100% - 120px);
  position: relative;
}

@media screen and (max-width: 900px) {
  .news_col li dl dd {
    width: 100%;
  }
}

.news_col li dl dd h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  width: calc(100% - 60px);
}

.news_col li dl dd h6 a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.news_col li dl dd h6 a:hover {
  text-decoration: underline;
}

.news_col li dl dd .read {
  font-size: 14px;
}

.news_col li dl dd .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}

.news_date {
  font-size: 14px;
  text-align: right;
}
/*# sourceMappingURL=news.css.map */