.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;
}
.main .layout .tab_1 {
  display: flex;
  padding: 0 20px;
  background-color: #fff;
  margin-top: 15px;
}
.main .layout .tab_1 li {
  margin-right: 20px;
}
.main .layout .tab_1 li a {
  display: block;
  padding: 12px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.main .layout .tab_1 li:hover a {
  color: #C50D0B;
  border-bottom: 1px solid #C50D0B;
}
.main .layout .tab_1 .on a {
  color: #C50D0B;
  border-bottom: 1px solid #C50D0B;
}
.main .layout .list {
  margin-top: 22px;
  padding: 0 42px;
  background-color: #fff;
}
.main .layout .list ul li {
  padding: 30px 0;
  border-bottom: 1px solid #E2E2E2;
}
.main .layout .list ul li a {
  display: flex;
}
.main .layout .list ul li a .imgbox {
  margin-right: 27px;
  width: 302px;
  height: 179px;
  overflow: hidden;
  flex-shrink: 0;
}
.main .layout .list ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .layout .list ul li a .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .layout .list ul li a .title {
  width: 100%;
  margin-bottom: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 19px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.main .layout .list ul li a .source {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .layout .list ul li a .time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
