#blog-single{
  background-color: #fff;
}
.newsBody{
  /* font-size: 13px; */
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
  line-height: 25px;
}
h4{
  /* font-size: 14px; */
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 12px 0;
}
#blog-caption{
  background-color: #fff;
  padding-top: 1.2rem;
  
}

#blog-caption .title_top{
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E5E5E5;
}
#blog-caption .title_top a{
  font-size: 1.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
#blog-single .title_top{
  font-size: 3rem;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
padding-bottom: 2rem;
}
.title_bottom{
  /* height: 21.7rem; */
    margin: 1% 0;

}
.title_bottom img{
  width: 100%;
  height: auto;
}
.title_bottom .bottom_right{
  width: 100%;
  height: 21.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5% 0;
}
.bottom_right h5{
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-overflow :ellipsis;
white-space :nowrap;
overflow : hidden;
}
.bottom_right p{
  font-size: 1.52rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    line-height: 2rem;
}
.pagination>li>a, .pagination>li>span{
  margin: 0 0.7rem;

}
#nav_navigation{
  text-align: center;

}