.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.right {
  background: #FFFFFF;
  padding: 39px 55px 43px 36px;
    min-width:898px;
}
.right ul {
  margin-bottom: 42px;
}
.right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E0E1E7;
}
.right ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.right ul li .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.right ul li .time .day {
  margin-bottom: 10px;
  font-family: ArialMT;
  font-size: 28px;
  color: #1943F3;
}
.right ul li .time .year_month {
  ont-family: ArialMT;
  font-size: 14px;
  color: #1943F3;
}
.right ul li .xian {
  margin: 0 24px 0 16px;
  width: 1px;
  height: 114px;
  background: #E0E1E7;
  flex-shrink: 0;
}
.right ul li .details .title {
  width: 716px;
  margin-bottom: 8px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.right ul li .details .smalltext {
  margin-bottom: 20px;
  width: 716px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.right ul li .details a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #1943F3;
}
