.cols.col-1.numsort .item .num span{
  font-size:14px;
}
.comment-content-center .item:first-child{
  margin-bottom:10px;
}

.comment-content img{
  width:100%;
  max-width:100%;
}
.comment-content .comment-content-other .storyTitle{
  padding:0;
  margin-bottom:11px;
}
.comment-content-center:first-child{
  padding-bottom:10px;
}
.comment-content .comment-content-first{
  width:48%;
}
.comment-content .comment-content-other .storyTub,
.comment-content .comment-content-other .storyTime{
  display:none;
}
.comment-content .comment-content-other .storySummary,
.comment-content .comment-content-center .storySummary{
  display:none;
}
.comment-content .comment-content-other,
.comment-content .comment-content-center{
  margin-left:2%;
  width:23%;
  padding-bottom:20px;
}
.storyTime{
  font-size:13px;
  color:#999;
  padding:10px 0;
}
.storyColumnName{
  color:#cb1722;
  /* background:#cb1722; */
  /* margin-right:10px; */
  font-size: 13px;
  /* padding: 2px 5px; */
  padding-right:6px;
  /* border-radius: 3px; */
  vertical-align: top;
}
.immedZmd{
  max-width: 1100px;
  display: flex;
  margin: auto;
  padding: 0 40px;
  height:46px;
  line-height:46px;
  position: relative;
  z-index: 9;
}
.immedZmdTitle{
  min-width: 4em;
  margin: 0 10px;
  font-size:20px;
  color:#cb1722;
  font-weight: bold;
}
#immedZmdContent{
  /* overflow: hidden; */
  width: auto;
  font-size:16px;
}
#immedZmdContent ul{
  white-space: nowrap;
}
#immedZmdContent ul li {
  display: inline-block;
  padding:0 20px;
}
.immedZmdParent{
  position: relative;
}
.immedZmdParent:after{
  content:'';
  position:absolute;
  height:100%;
  top:0;
  width:100vw;
  background:#ededed;
}
.fontSize22{
  font-size:22px;
}
.storyTitle>a{
  color:#272727;
}
.comment-content{
  margin-top:20px;
}
.section-title:after{
  /* width:91%; */
}
.oneLine {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.twoLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.threeLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:4.5em;
}
.storySummary{
  line-height:1.5em;
  max-height:4.5em;
  color:#999;
  font-size:14px;
}
.storySummary span,.storySummary a{
  color: #999;
}
.storyTitle{
  line-height:1.5em;
  /* height:3em; */
  font-weight: unset;
  padding-top:10px;
  font-size:16px;
}
.comment-content .comment-content-first,
.comment-content .comment-content-center,
.comment-content .comment-content-other{
  float:left;
}
.comment-content .item.comment-content .storyTime{
  display:block;
}
.subLine{
  width: 100%;
  height: 1px;
  border-top: 4px solid #cb1722;
  border-bottom: 4px solid #ededed;
}
.slider-cap .subLine{
  position: absolute;
  margin-bottom: 1px;
  /* margin-left: -20px; */
}
.columnTitle{
  font-size:24px;
  font-weight: normal;
}
.columnTitleName{
  font-weight: normal;
}
.colorWhite{
  color:white;
}
.slider-cap{
  width:285px;
  padding:0;
}
.slider-cap-title{
  /* margin-bottom:10px; */
}
.slider-cap ul li{
  font-size:16px;
  color:#272727;
}
.fontSize18{
  font-size:18px;
}
/* 强制图片为16:9格式 
.storyTub img{
  height: calc(100% * 2 * 9 / 16) !important;
  height:126.2px !important;
}
*/

body{
  background:none;
}
.clear{
  clear:both;
}

@media (max-width:650px){
  .slider-cap{
    width:100%;
  }
  .comment-content .comment-content-first,
  .comment-content .comment-content-center{
    width:100%;
    margin-left:0;
  }
  .comment-content .comment-content-other{
    width:100%;
    margin-left:0;
  }
  .section-title:after{
    width:auto;
  }
  .slider-cap ul{
    padding-bottom:10px;
  }
}
