.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;
}
.container {
  padding-top: 30px;
  background-color: #F9FAFD;
  padding-bottom: 155px;
  min-width: 1200px;
}
.container h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
.content {
  width: 850px;
  background: #FFFFFF;
  margin-top: 16px;
  padding-bottom: 43px;
  margin-bottom: 42px;
  float: left;
}
.content ul li {
  width: 780px;
  height: 170px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E1E7;
  margin: 0 auto;
}
.content ul li:hover p {
  color: #75287c;
}
.content ul li a {
  display: flex;
}
.content ul li .time {
  height: 114px;
  border-right: 1px solid #E0E1E7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding-right: 16px;
}
.content ul li .time i {
  display: block;
  font-family: ArialMT;
  font-size: 28px;
  color: #75287c;
}
.content ul li .time span {
  font-family: ArialMT;
  font-size: 14px;
  color: #75287c;
}
.content ul li .detail {
  width: 675px;
}
.content ul li .detail p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content ul li .detail span {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.content ul li .detail .btn {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  color: #75287c;
}
.news {
  float: right;
  margin-top: 10px;
}
.news .news-box {
  width: 320px;
  background-color: white;
  margin-top: 14px;
  padding: 33px 20px 52px 20px;
}
.news .news-box a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.news .news-box a:hover {
  color: #75287c;
}
.news h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
