.container {
  width: 1200px;
  padding-bottom: 100px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 4px solid #02A7F0;
  margin-top: 14px;
  padding-left: 50px;
  position: relative;
}
.container .title {
  margin-top: 38px;
  padding-bottom: 20px;
  width: 570px;
  border-bottom: 2px solid rgba(242, 242, 242, 0.8);
}
.container .title .treetop {
  width: 12px;
  height: 32px;
  background: #02A7F0;
  display: inline-block;
  vertical-align: bottom;
}
.container .title span {
  font-family: Arial Negreta;
  font-size: 22px;
  color: #000000;
  margin-left: 12px;
}
.container .list {
  margin-top: 22px;
}
.container .list .item {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
}
.container .list .item img {
  width: 16px;
  height: 18px;
  flex-shrink: 0;
}
.container .list .item span {
  font-family: Arial Negreta;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #02A7F0;
  margin-left: 5px;
}
.container .pagination {
  right: 30px;
  position: absolute;
  bottom: 30px;
}
