html,
body {
  background: #f7f7f7;
}
.cont_box {
  align-items: flex-start;
}
.news_list {
  background: #fff;
}
.news_list .list_item {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.news_list .list_item:first-child {
  margin-top: 0;
}
.news_list .list_item .item_img {
  width: 15%;
  flex-shrink: 0;
}
.news_list .list_item .item_text {
  width: 85%;
  margin-left: 1rem;
}
.news_list .list_item .item_text h6 {
  margin: 0;
  color: #333;
  display: inline-block;
}
.news_list .list_item .item_text p {
  margin: 0.3rem 0;
  color: #666;
  font-size: 0.9rem;
  width: 80%;
}
.news_list .list_item .item_text div {
  color: #999;
  font-size: 0.8rem;
  display: inline-block;
}
.pagination-sm .page-item .page-link {
  color: #009a44;
}
.pagination-sm .page-item.active .page-link {
  background: #009a44;
  color: #fff;
  border-color: #009a44;
}
.news_hot {
  background: #fff;
  border-left: 8px solid #f7f7f7;
}
.news_hot .hot_title {
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
}
.news_hot .news_hot_list li {
  margin-top: 1.5rem;
}
.news_hot .news_hot_list .hot_item {
  display: flex;
  align-items: center;
}
.news_hot .news_hot_list .hot_item img {
  width: 20%;
  flex-shrink: 0;
}
.news_hot .news_hot_list .hot_item .hot_text {
  width: 80%;
  margin-left: 0.5rem;
}
.news_hot .news_hot_list .hot_item .hot_text p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  width: 95%;
}
.news_hot .news_hot_list .hot_item .hot_text div {
  color: #999;
  font-size: 0.6rem;
}
@media (max-width: 576px) {
  .news_list .list_item .item_text p {
    margin: 0;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .container {
    margin: 0 auto!important;
  }
  .news_hot {
    border: 0;
  }
}
