.dynamic {
  width: 1180px;
  margin: 0 auto
}

.dynamic-item {
  display: flex;
  justify-content: space-between
}

.dynamic-item img {
  width: 394px;
  height: 264px;
  display: block;
  margin-right: 118px;
  margin-bottom: 20px
}

.dynamic-item>section .dy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 28px
}
@media (min-width:800px) {
  .dynamic-item>section .dy-title{
    width:680px
  }
}

.dynamic-item>section .dy-title span:first-child {
  color: #242A3B
}

.dynamic-item>section .dy-title span:last-child {
  width: 169px;
  font-size: 30px;
  font-weight: 600;
  color: #97DAF0
}

.dynamic-item>section .tag {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #242A3B;
  margin-bottom: 23px;
  margin-top: 20px
}

.dynamic-item>section .tag p {
  padding: 7px 18px;
  display: inline-block;
  background: #CBECF7
}

.dynamic-item>section .dy-content {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #242A3B;
  line-height: 28px
}