body {
  background-color: #f0f0f0;
}
.swiper {
  width: 100%;
  height: 432px;
  z-index: -1 !important;
}
.swiper .s1 {
  display: flex;
  align-items: center;
  background: url(/images/data/组\ 6141@2x.png) no-repeat center;
  background-size: cover;
}
.content_box {
  width: 1100px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.content_box .left_box .item {
  display: flex;
  padding: 22px;
  align-items: center;
  width: 260px;
  height: 73px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 2px;
  font-size: 20px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
}
.content_box .right_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 16px;
  padding: 30px;
  width: 1088px;
  height: 666px;
  background-color: #fff;
}
.content_box .right_box .item {
  display: flex;
}
.content_box .right_box .item .img {
  width: 323px;
  height: 182px;
  background: #d4d4d4;
  margin-right: 16px;
}
.content_box .right_box .item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_box .right_box .item .text p {
  margin-top: -30px;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
.content_box .right_box .item .text button {
  width: 120px;
  height: 40px;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  background-color: #fff;
  color: #529efa;
  border: 1px solid #529efa;
  margin-right: 30px;
}
.content_box .right_box .item .text .download {
  border: 1px solid #ff9c00;
  color: #ff9c00;
}
