.show-content{
  display: flex;
  padding: 50px 0;
}
.show-left{
  width: 80%;
  text-align: center;
  margin-right: 20px;
}
.show-left h1{
  font-size: 26px;
  margin-bottom: 35px;
  font-weight: bold;
}
.show-left .showday{
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.show-left .showday p{
  display: inline-block;
  margin-right: 20px;
}
.show_title{
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 50px;
}
.show_title .key-title{
  background-color: #e9e9e9;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: left;
}
.show_title .show-img{
  width: 100%;
  margin-bottom: 30px;
}
.show_title .show-img img{
  width: 100%;
}
.show_title .title-show span{
  font-size: 14px;
  text-indent: 2em;
  color: #333;
}
.blog-single-foot{
  text-align: left;
}
.fc-show-prev-next{
  margin-bottom: 20px;
  font-size: 14px;
}
.fc-show-prev-next strong{
  font-weight: bolder;
  font-size: 16px;
}
.show-right{
  width: 20%;
}
.show-recommend h2{
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  margin-bottom: 8px;
  background-color: #e9e9e9;
  text-indent: 1em;
  font-weight: 700;
}
.show-recommend .recommend-content{
  margin-top: 24px;
}
.show-recommend .recommend-content a{
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  height: 110px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  box-sizing: border-box;
}
.show-recommend .recommend-content a .recommend-img{
  margin-right: 16px;
  overflow: hidden;
  width: 30%;
}
.show-recommend .recommend-content a .recommend-img img{
  width: 76px;
  height: 76px;
}
.show-recommend .recommend-content a .recommend-title{
  width: 70%;
}
.show-recommend .recommend-content a .recommend-title h3{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #666;
  font-size: 15px;
  margin-bottom: 5px;
}
.show-recommend .recommend-content a .recommend-title p{
  color: #999;
  font-size: 12px;
}