body {
  background-color: #f1f4f6;
}

.content {
  margin-top: 17px;
}
.content_l {
  float: left;
  width: 880px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 1px rgba(93, 112, 107, 0.06);
  border-radius: 6px 6px 6px 6px;
  padding: 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content_l_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-bottom: 1px solid #f1f4f6;
}
.content_l_box_title {
  margin: 8px 0 6px 0;
  color: #292d2c;
  line-height: 24px;
}
.content_l_box_desc {
  margin-bottom: 10px;
  font-size: 14px;
  color: #525252;
  line-height: 25px;
}

.content_r {
  float: right;
}
.content_r_top {
  width: 300px;
  background: #ffffff;
  padding: 16px 14px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px 1px rgba(93, 112, 107, 0.06);
  border-radius: 6px 6px 6px 6px;
  box-sizing: border-box;
}
.content_r_top_title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.content_r_top_title span {
  font-size: 14px;
  font-weight: bold;
  color: #292d2c;
  line-height: 21px;
}
.rectangle {
  width: 4px;
  height: 14px;
  background: #07c160;
  margin-right: 10px;
}
.content_r_top_list li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.circular {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin-right: 15px;
}
.content_r_top_list span {
  color: #525252;
  line-height: 21px;
  font-size: 14px;
}
