.epidemic-top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#storyList>div img{
  width: 100%;
}
.bg-img img {
  width: auto;
}
#pcImg{
  display:block;
}
#appImg,.top_news_phone,.footer_phone{
  display:none;
}
#storyList a:hover{
  color:#cb1722;
}
#storyList>div{
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
#storyList{
  margin-top:20px;
}
.content{
  margin-top: 230px;
}
.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{
  padding: 10px;
}
body h2{
  font-size: 19px;
  margin-bottom: 5px;
}
.storySummary{
  font-size: 14px;
}
.video-slide{
  position: relative;
  margin-top: 0px;
}
.top_one .item>a img{
  display: inline-block;
  width: 100%;
}
.top_one .txt{
  width: 61%;
  float: right;
}
.top_one .item>a{
  width: 37%;
  display: inline-block;
}
.top_one .title{
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.3;
  height: 78px;
}
.top_one{
  width: 1020px;
  height: 230px;
  position: absolute;
  left: calc(50% - 510px);
  top: calc(50% - -200px);
  z-index: 5;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 20px #999;
}
.site-footer{
  background-color: #c4474b;
}
.top_news,.top_news_phone{
  position: absolute;
  bottom:0;
  right: 0;
}
body #storyList h2 a{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
@media(min-width: 1366px){
  #storyList .title{
    height: 60px;
  }
}
@media(min-width: 1366px) and (max-width: 1399px){
  .top_one{
    top: calc(50% - -143px);
  }
}
@media(min-width: 750px) and (max-width: 1365px){
  .top_one {
    width: 690px;
    height: 160px;
    left: calc(50% - 348px);
    top: calc(50% - -79px);
  }
  .top_one .title {
    font-size: 25px;
    margin-bottom: 3px;
    margin-top: 0px;
  }
  .content {
    margin-top: 155px;
  }
}
@media(max-width:650px){
  #appImg,.top_news_phone,.footer_phone{
    display:block;
  }
  #pcImg,.top_news,.footer_pc{
    display:none;
  }
  .content {
    margin-top: 130px;
  }
  #storyList>div{
    width: 100%;
  }
  .top_one{
    width: 360px;
    height: 142px;
    left: calc(50% - 181px);
    top: calc(50% - -136px);
  }
  .top_one .item>a {
    width: 63%;
    display: inline-block;
  }
  .top_one .txt {
    width: 32%;
    float: right;
  }
  .top_one .title {
    font-size: 18px;
    margin-top: 0px;
  }
  .top_one .storySummary{
    display: none;
  }
  .top_one .title a{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.bg-img img{
  margin: 0 auto;
}