.epidemic-top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
}
.bg-img h6{
  font-size: 22px;
  color: #cb1722;
}
.bg-img .text{
  max-width:1200px;
  margin:auto;
}
.bg-img .txt{
  text-indent:2em;
  font-size: 16px;
  color: #333;
}
img {
  width: auto;
}
.standTxt:hover{
  cursor: pointer;
}
.standTxt{
  background: #cb1722;
  width: 40px;
  display: inline-block;
  box-sizing: border-box;
  max-height: 500px;
  height: 500px;
  text-align: center;
  margin: 0px;
  vertical-align: middle;
  writing-mode: vertical-lr;
  margin: 0 auto;
  line-height: 17px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  float: right;
}
.standTxt a{
  color: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
body{
  font-family:fz-small;
  background-color: #fff !important;
}
mainbody *{
  border: 1px solid black;
}
.featured-news{
  width:100%;
}
.col-3 .item .wrapLi .text{
  padding-top:0;
}
#storyList{
  margin-top: 10px;
}
#storyList a:hover{
  color:#cb1722;
}
#storyList>div{
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#storyList .storyTitleFontFamily a{
  color:#333;
}
body h2 {
  font-size: 19px;
}
.top-right .common-section{
  margin:0;
  margin-bottom: 15px;
}
.swiper-container-rt{
  position: relative;
  height: calc(100% - 50px);
}
#storyItem{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#storyItem a:hover{
  color:#cb1722;
}
#storyItem>div{
  width: calc((100% - 40px) / 3);
  margin-bottom: 0px;
  border-bottom: 0;
}
#storyItem .storyTitleFontFamily a{
  color:#fff;
}
.storyList .item .wrap .text .storySummay{
  font-size: 14px;
}
.top-area{
  margin: 0;
  margin: 0px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
  margin-top: 20px;
}
.content-area{
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.top-left{
  width: 59%;
  display: flex;
}
.top-right{
  width:39%;
  display: block;
}
.column-title{
  padding: 20px 0 0 10px;
  width: 80px;
  letter-spacing: 10px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: white;
  background-color: #395451;
}
.story-title-div{
  background-color: #03173c;
  padding: 10px 20px;
}
.story-title-div>h3{
  color:white;
  font-size: 16px;
}
.story-title-div-small{
  padding: 5px 15px;
  font-size: 16px;
}
.top-right-child .story-title-div>a>span{
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 4.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: 4.5em;
}
.story-frist-area{
  width:100%;
}
.story-frist-area img{
  width:100%;
}
.top-right-child{
  width: 100%;
  margin-bottom: 15px;
}
.storySummary a span{
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
/*下内容区域*/
.content-left{
  width: calc(100% - 305px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-right{
  width:290px;
}
.content-item{
  width:49%;
  box-sizing: border-box;
  margin-bottom:20px;
  border-bottom: 1px solid #eee;
}
.post-meta{
  font-size:14px;
}
.category{
  color: #c21010;
  white-space: nowrap;
  margin-right: 10px;
}
.post-date{
  color: #afb1b3;
}
#hour-shot-list{
  margin-left:0px;
}
.content-title-div{
  padding-top:20px;
  background: #3351a5;
  padding-left: 10px;
}
.content-title-div h3{
  width: 100%;
  display: block;
  line-height: 1.5;
  height: 3em;
  max-height: 3em;
  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;
}
/*临时广告*/
.left-img{
  width:290px !important;
  margin-bottom:0px;
}
/*新headercss--start*/
footer{
  margin-top: 0px;
}
main{
  overflow: hidden;
}
.footer-link, .footer-tap{
  text-align: center;
}
.footer-link {
  float: none;
}
#immedZmdContent ul li {
  display: inline-block;
  padding: 0 20px;
}
.immedZmdTitle img{
  width: 50px;
  vertical-align: middle;
  display: inline-block;
}
.immedZmdTitle {
  min-width: 3em;
}
.inner{
  position: relative;
}
.section-title a{
  background-position: 100% !important;
  color: #fff !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: auto;
  padding-right: 15px;
  background: none !important;
  opacity: 1;
}
.storyTitleFontFamily{
  font-size: 18px;
}
.storyList .item .wrap .text .storySummay{
  font-size: 14px;
}
.container{
  clear: both;
}
.VivaTimeline dl dd .events .events-body .row{
  height: auto !important;
}
.section-title>*{
  order: unset;
}
.aimg{
  width: 50%;
  display: inline-block;
}
.aimg>div{
  position: relative;
  width: 100%;
  height: 127px;
}
#PC-show .story-title-div-small{
  width: 50%;
  display: inline-block;
  height: 127px;
}
#PC-show .percent{
  width: 49px;
}
#epidemicListNS .storyTime{
  text-align: right;
}
@media(min-width:651px){
  .storyTitleFontFamily{
    margin-bottom: 0px;
  }
  .VivaTimeline dl dd.pos-right .time{
    top: 19px;
    left: 49%;
  }
  .VivaTimeline dl dd#jxzth .time{
    left: 43%;
  }
  .VivaTimeline dl dd.pos-left .time{
    top: 19px;
  }
  .VivaTimeline dl dd#sjxc .time{
    top: 19px;
    left: 44%;
  }
  .featured-news .flex-control-nav{
    bottom: 10px;
  }
}
@media(min-width:1099px){
  .header-search{
    position: absolute;
    z-index: 50;
    right: 35px;
  }
}
/*新headercss--end*/
.category{
  cursor: pointer;
}
.content-title-div{
  padding-top: 6px;
  font-size: 16px;
}
.content-title-div h2{
  height: auto;
  max-height: initial;
  -webkit-line-clamp: 1;
}
.content-story-title{
  margin-top: 10px;
}
.content-title-div>h3{
  height: 1.5em;
  max-height: 1.5em;
}
.content-story-title{
  margin-top: 10px !important;
  height: 2em !important;
  max-height: 2em !important;
}
.cols.col-1.numsort .item .num span{
  width: 30px;
  line-height: 30px;
  height: 30px;
  display: inline-block !important;
  text-align: center;
}
.cols.col-1.numsort .item .num{
  width: 45px;
  min-width: 45px;
}
.content-story-summery{
  border-bottom: 1px solid #eee;
}
.post-meta{
  padding-bottom: 5px;
}
main{
  padding: 0px;
  max-width: 1200px;
}
/* 即时新闻 */
.section-title span{
  color:#ffffff;
  order: 5;
  margin-bottom: 0px;
}
.nown-news{
  margin-top: 0px;
}
.comment-content-new .item{
  margin-bottom: 16px;
}
.comment-content-new .storyTub img{
  display: inline-block;
  width: 29%;
}
.comment-content-new .right-box{
  display: inline-block;
  width: 69%;
  margin-left: 10px;
  vertical-align: top;
}
#sjx-phone,#appImg{
  display:none;
}
.wsxgxjzd{
  margin-top: 5px;
}
.comment-content-new .right-box .title{
  font-size:22px;
}
.comment-content-new .storySummary p{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: auto;
  margin-bottom: 0;
}
.comment-content-new-1{
  padding-top: 10px;
}
.featured-news .flex-control-paging li a:hover{
  background: #cb1722;
}
.featured-news .flex-control-paging li a.flex-active{
  background: #cb1722;
}
.storyTitleFontFamily a{
  color: #fff;
}
.featured-news .flexslider .slides .slider-caption{
  background: rgba(0,0,0,0.5);
}
.video-box{
  position: relative;
  display: flex;
  align-items: center;
}
.video-btn{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.top-right .common-section h2{
  height:35px;
}
.common-section>h2{
  background: #043ea9
}
#videoListNS{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 399px;
  align-content: space-between;
  overflow-y: scroll;
  padding-bottom: 36px;
}
.bottom-3d{
  padding-top: 10px;
}
.side-lf{
  width: 60%;
  float: left;
}
.side-rt{
  width: calc(40% - 12px);
  float: right;
  height: auto;
  overflow: hidden;
  margin-bottom:	20px;
}
.common-section{
  clear: both;
}
.bg-img img{
  width: 100%;
}
@media(min-width: 1099px){
  .header-search {
    right: 23px;
  }
}
@media(max-width:990px){
  .top-area{
    display: block;
  }
  .top-left{
    width: 100%;
    display: block;
  }
  .top-right{
    width: 100%;
    display: block;
  }
  #videoListNS .top-right-child:nth-child(4){
    position: static;
  }
  .standTxt{
    height: 322px;
    max-height: 322px;
  }
  .top-right-child{
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .bg-img .text{
    padding: 10px 10px 0;
  }
  .video-box>img{
    width:100%;
  }
}
#APP-show{
  display:none;
}
#PC-show{
  display: block;
  overflow: hidden;
  height: 399px;
}
.site-footer{
  background: #2d5db4;
}
.mb35 {
  margin-bottom: 20px;
}
.storyTime{
  padding: 3px 0;
  position: relative;
  bottom: -10px;
}
.xwfzmmg{
  margin-top: 5px;
}
.bottomimg{
  padding-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  top: -39px;
  padding-top: 50px;
}
.common-banner{
  position: relative;
  top: -39px;
  text-align: center;
}
.common-banner img{
  display: inline-block;
}
#pc_banner{
  display: inline-block;
}
#app_banner{
  display: none;
}
@media(max-width:650px){
  .bottomimg{
    top: -50px;
    padding-top: 0px;
  }
  .common-banner{
    top: -50px;
    text-align: center;
    height: 120px;
  }
  .featured-news{
    margin-bottom: -15px;
  }
  .common-banner img{
    height: 100%;
    width: 100%;
  }
  #pc_banner{
    display: none;
  }
  #app_banner{
    display: inline-block;
  }
  #APP-show .percent{
    width: 48px;
  }
  .featured-news .flex-control-nav{
    bottom: 24.5px;
  }
  .topimg{
    padding-top: 130px;
    margin-top: 0px;
    top: -14px;
  }
  .topimg{
    position: relative;
    top: -14px;
  }
  .video-box{
    display: block;
  }
  .side-rt {
    width: 100%;
    float: none;
    height: auto;
  }
  #storyList>div{
    width: 100%;
  }
  #storyItem>div{
    width: 100%;
  }
  .VivaTimeline dl dd .events .events-object{
    float: none;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 6px;
  }
  .VivaTimeline dl dd.pos-left .events:before{
    display: none;
    border-color:transparent;
  }
  .VivaTimeline dl dd.pos-right .events,.VivaTimeline dl dd.pos-left .events{
    margin-right: 0%;
  }
  .VivaTimeline dl dd.pos-right .events:before{
    display: none;
  }
  .VivaTimeline dl dd .events .events-header.add-pad{
    padding-bottom: 7px;
  }
  .VivaTimeline dl dd .events .events-body{
    overflow: auto;
  }
  .VivaTimeline dl dd.pos-left .time,.VivaTimeline dl dd.pos-right .time{
    font-size: 12px;
  }
  .side-lf {
    width: 100%;
    float: none;
  }
  .VivaTimeline dl dd .time{
    top: 22px;
    left: 26px;
  }
  .VivaTimeline dl dd#sy .time{
    left: 48px;
  }
  .VivaTimeline dl dd#rdtgwsxgxjzd .time{
    left: 5px;
  }
  .VivaTimeline dl dd#jxzth .time{
    left: 0px;
  }
  .VivaTimeline dl dd#sjxc .time{
    left: -16px;
  }
  .top-area,.content-area{
    flex-direction: column;
  }
  .top-left,.top-right,.content-left,.content-item{
    width: 100%;
  }
  .second-story-div{
    margin-top:10px;
  }
  .content-aside{
    margin-top: 20px;
  }
  .content{
    margin-bottom: 0px;
  }
  .content-right{
    width: 100%;
  }
  .video-btn img{
    width:30px;
  }
  #sjx-pc,#pcImg{
    display:none;
  }
  #sjx-phone,#appImg{
    display:block;
  }
  #APP-show{
    display:block;
  }
  #PC-show{
    display:none;
  }
}
@media(max-width:990px){
  .content .left-img{
    width: 100% !important;
  }
  .top-right-child{
    width: 100%;
  }
  #videoList .top-right-child:nth-child(4){
    position: static; 
  }
  .standTxt{
    height: 143px;
  }
  .top-right-child{
    margin-left: 0px;
  }
  .comment-content-new .storyTub img{
    width: 100%;
  }
  .comment-content-new .right-box{
    width: 100%;
    padding: 10px;
  }
  .bg-img .text{
    padding: 10px 10px 0;
  }
  .comment-content-new .right-box{
    margin-left: 0px;
  }
  .epidemic-top{
    margin-bottom:20px;
  }
  .top-area{
    margin-top: 0px;
  }
  main {
    padding: 0px 20px;
  }
  .common-section{
    margin-top:20px !important;
  }
  .top-right-child{
    margin-bottom:20px;
  }
  .roll-list li{
    width:33% !important;
  }
  #videoList .top-right-child:last-child{
    margin-bottom:0px
  }
}
@media(max-width: 500px){
  main {
    padding: 0px 9px;
  }
}
.footer-tap{
  margin: 30px auto 30px;
}

/* 輪播圖 */
/*roll*/
.roll-view {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.roll-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
.roll-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  width: 16%;
}
.roll-list a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  color: #555;
  overflow: hidden;
  position: relative;
}
.roll-list a:after {
  content: '';
  width: 100%;
  height: 0;
  padding-top: 157.3%;
  display: block;
}
.roll-list img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.roll-list span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.storySummary{
  font-size: 14px;
}
body h2 {
  font-size: 19px;
}
.comment-content-new .right-box .title{
  font-size: 18px;
}
.china-add-margin{
  margin-top: 0px;
  margin-bottom: 10px;
  clear: both;
}
.percent{
  width: 55px;
  margin-right: 10px;
}