.tzyb-wrap .tzyb-title{
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-top:10px;
} 
.tzyb-wrap .tzyb-title h3{
  font: 22px/36px 'Microsoft YaHei', 'FAE8F6F96C59ED1', 'Simsun', 'B8BF53';
  color: #242D3F;
  font-weight: 400;
  display: inline-block;
}
.tzyb-wrap .tzyb-title .scan-code{
  float: right;
  padding-left: 26px;
  background: url(//n.sinaimg.cn/finance/stock/tzyb/icon-scan.png) no-repeat;
  background-size: 18px 18px;
  height: 18px;
  margin: 10px 0 0 0;
  color: #508CEE;
  font-size: 14px;
  cursor: pointer;
}
.tzyb-wrap ul{
  overflow-y: scroll;
  position: relative;
  height: 500px;
}
.tzyb-wrap ul li{
  padding: 16px 10px 0 14px;
  position: relative;
}
.tzyb-wrap ul li:last-of-type{
  overflow: hidden;
}
.tzyb-wrap ul li::before {
  content: " ";
  height: 6px;
  width: 6px;
  background: #508CEE;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
}
.tzyb-wrap ul li .li-time{
  font-size: 14px;
  color: #508CEE;
  font-weight: 400;
}
.tzyb-wrap ul li .li-text{
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin: 8px 0;
  display: block;
}
.tzyb-wrap ul li .li-label{
  font-size: 12px;
  color: #EE6B50;
  font-weight: 400;
  padding: 3px 6px;
  border: 1px solid rgba(238,107,80,1);
  border-radius: 6px;
  display: inline-block;
  background-color: #fffaf9;
}
.tzyb-wrap ul .el-timeline-item__tail{
  position: absolute;
  left: 2px;
  height: 100%;
  border-left: 1px solid rgba(230,230,230,1);
  top: 28px;
}
.tzyb-wrap .view-more { display: block; margin-top: 10px; background: #dfe6f3; text-align: center; height: 34px; line-height: 34px; color: #274F97; -webkit-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease }
.tzyb-wrap .view-more:hover { background: #274F97; color: #dfe6f3 }