body{
  background-color: #F8F8F8;
}
.m-textlive{
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}
.ui-textlive-l{
  width: 800px;
}
.ui-textlive-r{
  width: 360px;
}
.ui-data-history{
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #F7B500;
  cursor:pointer;
}
.ui-data-history span{
  padding-left: 25px;
  font-size:14px;
  font-weight:400;
  color:#fff;

}
.ui-data-history .ui-time-up{
  background: url('../image/up_sj.png') left center no-repeat;
}
.ui-data-history .ui-time-down{
  background: url('../image/down_sj.png') left center no-repeat;
}
.ui-news-item{
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.ui-news-item-l{
  font-size:18px;
  font-weight:500;
  color:#F7B500;
  line-height:24px;
}
.ui-news-item-r{
  width: 640px;
}
.ui-news-item-r{
  font-size:16px;
  font-weight:400;
  color:#333;
}
.ui-news-item-r h3{
  font-size: 16px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.ui-news-item-r p{
  font-size: 14px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.ui-news-item-share{
  display: none;
  margin-top: 10px;
  height: 16px;
  position: relative;
  text-align: right;
  font-size:12px;
  color:#666;
}
.ui-news-item-share span{
  position: absolute;
  display: inline-block;
  height: 16px;
  top: 0;
}
.ui-share-icon{
  right: 65px;
  padding-left: 20px;
  background: url('../image/Share.png') left center no-repeat;
  background-size: contain;
}
.ui-share-wb{
  right: 26px;
  width: 16px;
  height: 16px;
  background: url('../image/wb_share.png') left center no-repeat;
  cursor: pointer;
}
.ui-share-wx{
  right: 0;
  width: 16px;
  height: 16px;
  background: url('../image/wx_share.png') left center no-repeat;
  cursor: pointer;
}


.ui-zxlist-crumb{
  padding: 0 12px;
  margin-bottom: 20px;
  height:40px;
  line-height: 40px;
  background:rgba(255,255,255,1);
  border-radius:3px;
  overflow: hidden;
}
.ui-crumb-path a{
  font-size:12px;
  font-weight:300;
  color:rgba(72,72,72,1);
}
.ui-crumb-path em{
  padding: 0 5px;
  font-style: normal;
}
.ui-crumb-path .on{
  color: #2B74AF;
}
.ui-crumb-subscribe{
  font-size:14px;
  font-weight:300;
  color:rgba(102,102,102,1);
}


.ui-load-more{
  height:40px;
  line-height: 40px;
  background:#fff;
  border-radius:3px;
  text-align: center;
  cursor: pointer;
  font-size:14px;
  color:rgba(102,102,102,1);
}
.ui-load-all{
  display: none;
  height:40px;
  line-height: 40px;
  background:#fff;
  border-radius:3px;
  text-align: center;
  cursor: pointer;
  font-size:14px;
  color:rgba(102,102,102,1);
}
.ui-crumb-time{
  margin-left: 160px;
  font-size:12px;
  font-weight:400;
  color:#666;
  line-height:40px;
}
