html,
body {
  background: #f7f7f7;
}
.cont_box {
  align-items: flex-start;
}
.news_detail {
  background: #fff;
}
.news_detail .news_title {
  color: #333;
  text-align: center;
}
.news_detail .news_time {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.news_detail .news_content {
  line-height: 1.8rem;
  font-size: 1rem;
}
.news_detail .news_content img {
  width: 100%!important;
  height: auto!important;
}
.news_detail .news_change {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.news_detail .news_change a {
  width: 40%;
  color: #333;
  font-size: 0.9rem;
  display: inline-block;
}
.news_detail .news_change a:last-child {
  text-align: right;
}
.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: 768px) {
  .news_detail .news_change {
    flex-wrap: wrap;
  }
  .news_detail .news_change a {
    flex-shrink: 0;
    width: 95%;
    text-align: left!important;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 992px) {
  .container {
    margin: 0 auto!important;
  }
  .news_hot {
    border: 0;
  }
}