body {
  background: #f3f3f5;
}

.row-a1 .con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.row-a1 .left {
  width: 880px;
  background: #fff;
  padding: 50px 20px;
}

.row-a1 .left .title {
  font-size: 26px;
  margin-bottom: 30px;
}

.row-a1 .left .date {
  margin-bottom: 30px;
  font-size: 14px;
  color: #bbbbbc;
}

.row-a1 .left img {
  width: 100%;
  margin-bottom: 20px;
}

.row-a1 .left p {
  margin-bottom: 20px;
  line-height: 25px;
}

.row-a1 .right {
  width: 300px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
}

.row-a1 .right .title {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: solid 1px #bbbbbc;
  margin-bottom: 20px;
}

.row-a1 .right .list {
  display: flex;
  flex-direction: column;
}

.row-a1 .right .list .li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.row-a1 .right .list .li .pic {
  min-width: 122px;
  min-height: 76px;
  width: 122px;
  height: 76px;
  margin-right: 10px;
}

.row-a1 .right .list .li .text .tit {
  margin-bottom: 10px;
}

.row-a1 .right .list .li .text .date {
  color: #bbbbbc;
}