.epidemic-top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.content{
  float:unset;
}
.bg-img img {
  width: auto;
  margin: 0 auto;
}
#pcImg{
  display:block;
}
#appImg{
  display:none;
}
#storyList a:hover{
  color:#cb1722;
}
#storyList>div{
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#storyList{
  margin-top:20px;
}
.site-footer {
  background-color: #0087FC;
}
.content-story-title{
  padding-top:6px;
  width: 100%;
  display: block;
  line-height: 1.6;
  height: 56px;
  max-height: 56px;;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-story-meta {
  font-size: 14px;
}
.content-column-title {
  color: #c21010;
  white-space: nowrap;
  margin-right: 10px;
}
.content-story-title h2{
  color:#333;
}
.storyListMore {
  padding: 10px;
  text-align: center;
  background: #5c322f;
  color: white;
  cursor: pointer;
}
.storySummary, .moreBtn {
  font-size: 16px;
}
.right-box{
  margin-top: 5px;
}
body h2{
  font-size: 19px;
}
.storySummary{
  font-size: 14px;
}
#storyList>div{
  padding-bottom: 15px;
}
.publish-time a{
  display:block;
  text-align:right;
  font-size:12px;
  color:#787878!important;
}
.right-box .title a{
  text-align:left;
}
@media(max-width:650px){
  #appImg{
    display:block;
  }
  #pcImg{
    display:none;
  }
  #storyList>div{
    width: 100%;
  }
}