.blog_leftTop{
  padding-top: 28px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #D7D7D7;
}
.blog_leftTop h3{
  font-size: 30px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
text-align: center;
}
.blog_leftTop ul {
  padding-bottom: 19px;
  padding-top: 19px;
  display: flex;
  justify-content: space-around;
font-family: SimSun;
font-weight: 400;
color: #666666;
}
.bottom-content{
  padding-bottom: 19px;
  padding-top: 19px;
  border-bottom: 1px solid #D7D7D7;
}

.blog_rightTop{
  border-bottom: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
  display: flex;
  justify-content: space-between;
  padding: 9px;
}
.blog_rightTop .right_left img{
  width: 21px;
  height: auto;
  margin-right: 9px;
}
.blog_rightTop .right_left span{
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.blog_rightTop .right_right a{
  font-size: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  
}
.blog_rightBottom {
  margin: 9px 0;

}
.blog_rightBottom .bottom_img{
  height: 100%;
  margin: 4px 0;

}
.blog_rightBottom img{
  width: 100%;
  height: auto;
}
.blog_rightBottom .bottom_title{
  height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;


}
.blog_rightBottom .right_title{
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;  
-webkit-box-orient: vertical;

}
.blog_rightBottom .right_time{
  font-size: 9px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.blog_foot{
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  /* font-size: 20px; */
font-family: Microsoft YaHei;
font-weight: 400;
color: #3F393D;
}
.blog_foot a{
  /* font-size: 20px; */
font-family: Microsoft YaHei;
font-weight: 400;
color: #3F393D;
}


