.image_frame {
  width: 100%;
  overflow: hidden;
}

.image_frame a img {
  max-width: 100%;
  height: auto;
  position: relative;
  left: 0;
}

.desc .title_wrapper .entry-title {
  padding: 10px 0;
}

.desc .title_wrapper .entry-title a {
  color: #0766aa;
}

.desc .all-btn {
  margin: 20px 0;
}

.desc-wrapper, .title_wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.sort-box {
  margin-bottom: 20px;
}

.sort-box > a {
  line-height: 35px;
  background: #15a2fa;
  padding: 5px;
  margin: 10px 0;
  color: #fff;
}

.sort-box .box-title h3 {
  border-left: solid 5px #0766aa;
  padding-left: 10px;
  margin-bottom: 15px;
}

.sort-box .box-title-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.sort-box .box-title-div .box-title-div-left {
  width: 30%;
  position: relative;
  overflow: hidden;
}

.sort-box .box-title-div .box-title-div-left img {
  max-height: 100%;
  max-width: 115%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s;
}

.sort-box .box-title-div .box-title-div-right {
  width: 70%;
  padding-left: 10px;
}

.sort-box .box-title-div .box-title-div-right h4 {
  font-size: 1.25rem;
  font-weight: bold;
}

.sort-box .box-title-div .box-title-div-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  font-size: 14px;
}
/*# sourceMappingURL=news.css.map */