.container {
  padding: 0.48rem 3.6rem 0;
  background-image: url("https://qiniu.huitui666.com/huitui2/information_detail_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.details_banner {
  width: 100%;
  height: 4.8rem;
  margin-bottom: 0.5rem;
}
.detail_main {
  margin-bottom: 0.5rem;
}
.detail_time {
  color: #999999;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.detail_title {
  color: #333333;
  font-size: 0.32rem;
  margin-bottom: 0.5rem;
  margin-top: 0.1rem;
}
.details_master {
  color: #333333;
  font-size: 0.16rem;
}
.subtitle {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.paragraph {
  margin-bottom: 0.2rem;
}

/* 其他文章 */
.other_information {
  display: flex;
  margin-bottom: 0.6rem;
}
.other_information div{
  width: 50%;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 0.16rem;
}
.other_information div img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.04rem;
}
.previous_article {
  background: rgba(57, 142, 255, 0.09);
}
.next_article {
  background: rgba(57, 142, 255, 0.2);
}

/* 相关推荐 */
.recommend_article {
  padding: 0 0 00.81rem 3.6rem;
}
.recommend_article .recommend_title{
  color: #333333;
  font-size: 0.18rem;
  margin-bottom: 0.21rem;
}
.recommend_box {
  display: flex;
  align-items: center;
}
.recommend_list {
  display: flex;
  width: 12rem;
  margin-left: 0;
  margin-right: 0.19rem;
}
.list_item {
  width: 2.7rem!important;
  display: flex;
  flex-direction: column;
  margin-right: 0.4rem;
}
.recommend_article_item_img {
  width: 100%;
  height: 1.5rem;
}
.list_item_title {
  color: #333333;
  font-size: 0.16rem;
  padding: 0.12rem 0.13rem;
  background: #F5F5F5;
}
.more_icon {
  width: 0.3rem;
  height: 0.3rem;
}