.investor-wrap {
  padding: 40px 0;
  display: flex;
}

.investor-ad {
  width: 320px;
  height: 904px;
  padding: 30px;
  box-sizing: border-box;
  background: url(../image/investor-ad.png) no-repeat center center/cover;
  margin-left: auto;
  flex: none;
}
.investor-ad-title {
  width: 262px;
  height: 40px;
  line-height: 40px;
  background: #bd0a1a;
  border-radius: 20px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.investor-ad-name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.investor-ad-post {
  font-size: 16px;
  text-align: center;
}

.new-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 26px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  width: 830px;
  box-sizing: border-box;
}

.new-item:hover {
  background: #f9f9f9;
}
.new-item:hover .new-title {
  color: #df0014;
}
.new-item:hover .c-circle-arrow {
  background: url(../image/circle-arrow-active.png) no-repeat center center/cover;
}
.new-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.new-time {
  font-size: 16px;
  color: #df0014;
  margin: 15px 0 24px 0;
}

.new-content {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
