
.report-sets__left {
  width: 368px;
  /* height: 473px; */
  background: #fef8ef;
  border-radius: 4px;
  padding: 30px 24px;
  text-align: center;
}
.people-img {
  width: 141px;
  height: 203px;
  margin-left: 94px;
  display: block;
  margin-bottom: 12px;
  border-radius: 4px;
}
.people-name {
  font-size: 36px;
  font-weight: 500;
  color: #c60605;
  margin-bottom: 16px;
}
.people-brief {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  text-align: left;
}
.report-sets__right {
  width: 792px;
}
.right-top {
  margin-top: -6px;
  margin-bottom: 35px;
}
.right-top .title {
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
}
.right-top:hover .title {
    color: #c60605;
}
.right-top img {
  width: 282px;
  height: 167px;
  display: block;
  border-radius: 4px;
}
.text-box {
  width: 509px;
  height: 167px;
  background: #f9f9f9;
  border-radius: 0px 4px 4px 0px;
  padding: 26px 13px;
  position: relative;
}
.top-box .title {
  width: 661px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}
.top-box .content {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.top-box .more a {
  width: 108px;
  height: 33px;
  background: #ffffff;
  border-radius: 17px;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  color: #c60605;
  position: absolute;
  bottom: 19px;
  left: 24px;
}
.news__top {
  margin-bottom: 20px;
}
.title-line {
  width: 6px;
  height: 24px;
  background: #c60605;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.title-name {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.report-sets__list li {
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 24px;
}
.report-sets__list li:last-child {
  border-bottom: 0px;
}
.report-sets__list li:first-child {
  padding-top: 0px;
}
.report-sets__list img {
  width: 282px;
  height: 167px;
  display: block;
  border-radius: 4px;
  margin-right: 24px;
}
.content-box {
  width: 890px;
}
.content-box .title {
 font-size: 22px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 600;
    color: #9a0000;
    margin-bottom: 18px;
    text-align: left;
}
.content-box:hover .title {
    color: #c60605;
}
.content-box .content {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
  -webkit-line-clamp: 3;
  line-clamp: 3;text-indent: 2em;
}
.content-box .time {
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  color: #999999;    text-align:right;
}
