@charset "utf-8";
body {
  font-family: "Microsoft YaHei";
}
.list-title-activity {
  font-size: 18px;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.4;
  color: #666666;
  padding-bottom: 5px;
  border-bottom: 4px solid #2E6DA4;
}
.title {
  margin-top: 40px;
  font-size: 18px;
}
.title1 {
  font-size: 18px;
  color: #999999;
  margin: 40px 0px;
}
.detail {
  margin-bottom: 40px;
}
.detail b {
  font-size: 18px;
  font-weight: bold;
}
.detail span {
  font-size: 18px;
  color: #999999;
}
.btn {
  border: 1px solid #ADD6FF;
  background: #ADD6FF;
  width: 212px;
  height: 63px;
  border-radius: 12px 12px 12px 12px;
  font-size: 18px;
  color: #ffffff;
  line-height: 49px;
}
.activity-title {
  font-size: 18px;
  font-weight: bold;
  margin: 55px 0px;
}
.activity-content {
  font-size: 18px;
  margin: 55px 0px;
  color: black;
}
.activeImg {
  width: 100%;
}
.activityDeatail {
  width: 475px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .activeImg {
    width: 100%;
    padding-right: 1.5%;
  }
}
