/* 侧边推荐栏 */
.hot-topic-box .popular-articles {
  margin-top: 15px;
}
.hot-topic-box .popular-articles .browse-item-icon {
  margin-right: 10px;
  width: 15px;
}
.hot-topic-box .popular-articles .popular-articles-content {
  padding-left: 10px; 
  box-sizing: border-box;
}
.hot-topic-box .popular-articles .popular-articles-content .popular-articles-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #0160a8;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.hot-topic-box .popular-articles .popular-articles-content .popular-articles-content-text {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-topic-box .popular-articles .browse-item-icon img {
  width: 100%;
}
/* 热点推荐 */
.hot-topic-box .popular-articles-list {
  margin-top: 20px;
  background-color: #f1f1f1;
}
.hot-topic-box .popular-articles-list ul li {
  padding: 10px 15px;
}
.news-list-wrapper .list-item .list-item-btn a {
  display: block;
}
.hot-topic-box .popular-articles-list ul li .popular-articles-list-icon {
  margin-top: 3px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-color: #E78931;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
}
.hot-topic-box .popular-articles-list ul li .popular-articles-list-text {
  width: 310px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.hot-topic-box .popular-articles-list ul li:hover {
  background-color: #0160a8;
}
.hot-topic-box .popular-articles-list ul li:hover a {
  color: #fff;
}
.hot-topic-box .popular-articles-list ul li a {
  font-size: 15px;
}
.popular-articles-list-li + .popular-articles-list-li {
  border-top: 1px solid #fff;
}

/* 青年之家 */
.youth-wrapper {
  margin-top: 30px;
}
.youth-wrapper .youth-list ul {
  margin-top: 15px;
}
.youth-list-li + .youth-list-li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
}
.youth-wrapper .youth-list-cover {
  height: 70px;
}
.youth-wrapper .youth-list-cover img {
  width: 100%;
}
.youth-wrapper .youth-list-content {
  padding-left: 10px;
  box-sizing: border-box;
}
.youth-wrapper .youth-list-content .youth-list-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #0160a8;
}
.youth-wrapper .youth-list-content .youth-list-content-text {
  margin-top: 10px;
}

@media screen and (max-width: 576px) {
  .hot-topic-box .popular-articles-list ul li {
    padding: 10px;
  }
  .hot-topic-box .popular-articles-list ul li a {
    display: flex;
    flex-direction: row;
  }
  .hot-topic-box .popular-articles-list ul li a.clearfix:after {
    content: none;
  }
  .hot-topic-box .popular-articles-list ul li .popular-articles-list-icon {
    padding: 0 5px;
    width: auto;
    display: block;
  }
  .hot-topic-box .popular-articles-list ul li .popular-articles-list-text {
    width: auto;
  }
}