.news-list-item > div {
  display: inline-block;
  vertical-align: top;
}

.news-list-item {
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.hide-item {
  display: none;
}

.news-item-cover {
  width: 267px;
  height: 162px;
  padding: 10px;
  margin-right: 20px;
  box-sizing: border-box;
  background-color: #F6F6F6;
  overflow: hidden;
}

.news-item-cover img {
  height: 100%;
  width: 100%;
}

.news-item-info {
  width: calc(100% - 295px);
  height: 162px;
  position: relative;
  overflow: hidden;
}

.news-item-info .info-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.info-title a {
  display: -webkit-box;
  height: 51px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-item-info .info-summary {
  padding: 20px 0;
  font-size: 15px;
  max-height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info-title:hover, .info-summary:hover {
  color: #D74339;
}

.news-item-info .info-footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 15px;
  width: 100%;
}

.info-footer > span {
  display: inline-block;
  width: 49%;
}

@media (max-width: 768px) {
  .news-list-item > div {
    display: block;
  }
  .news-item-info {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .news-item-cover {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 182px;
  }
}

/* side element start */
.side-elements {
  margin-bottom: 30px;
}

.side-element-item {
  height: 130px;
  margin-bottom: 16px;
}

.side-element-item:last-child {
  margin-bottom: 0px;
}

.side-element-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* side element end */

/*side recommand start */
.side-recommand {
  margin-bottom: 30px;
}

.recom-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.recom-main li {
  list-style: none;
  font-size: 16px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}

.recom-pic-item img {
  height: 275px;
  width: 100%;
}

.recom-main li a {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*side recommand end */

.result-line {
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  font-size: 15px;
}

 /*column side start */
 .column-side-wrapper {
  padding: 16px;
  background-color: #f6f6f6;
}

.rank-block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.rank-item {
  display: block;
  height: 185px;
  position: relative;
  margin-bottom: 16px;
}

.rank-item > span {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  width: 100%;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  background-color: rgba(0,0,0,.7);
}

.rank-item.top-1::after, .rank-item.top-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 48px;
  height: 30px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.rank-item.top-1::after {
  background-image: url('../images/top1.png');
}

.rank-item.top-2::after {
  background-image: url('../images/top2.png');
}

.rank-item img {
  width: 100%;
  height: 100%;
}

.rank-block-content .item {
  margin-bottom: 16px;
  height: 82px;
}
.item img {
  width: 120px;
  height: 100%;
}

.item .item-info {
  width: calc(100% - 125px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 10px;
}

.item .item-info a {
  max-height: 46px;
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item .item-info a:hover {
  color: #D74339;
}

.item .item-info span {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 13px;
  color: #888;
}

.top-fluid-banner {
  height: 355px;
  position: relative;
  margin-top: 1px;
  margin-bottom: 20px;
}

.top-fluid-banner .section-banner-news {
  height: 100%;
}

.top-fluid-banner .box-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-fluid-banner .section-banner-news .banner-side-right {
  position: absolute;
  right: 20%;
  top: 50%;
  margin-top: -130px;
  width: 360px;
  height: 260px;
  border-radius: 3px;
  padding: 30px 15px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, .6);
}

.top-fluid-banner .banner-news-item {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-fluid-banner .banner-news-item.active {
  color: #D74339;
}

.top-fluid-banner .banner-news-item:hover {
  color: #D74339;
}

.top-fluid-banner .banner-news-item a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 576px) {
  .top-fluid-banner .section-banner-news .banner-side-right {
    right: 2%;
  }
}
 /*column side end */