.news {
  width: 100%;
  box-sizing: border-box;
}
.news .first {
  width: 100%;
  box-sizing: border-box;
  padding: 52px 0;
  background-image: url(/statics/images/shanghui/newsFirstBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.news .first .firstMain {
  width: 1200px;
  margin: 0 auto;
  height: 595px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.news .first .firstMain .blockBase {
  width: 380px;
  height: 280px;
  flex-grow: 0;
  flex-shrink: 0;
}
.news .first .firstMain .blockBase .l-Title {
  font-size: 21px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 47px;
}
.news .first .firstMain .blockBase .l-img {
  width: 235px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 15px;
}
.news .first .firstMain .trans {
  background-color: transparent;
  box-sizing: border-box;
  padding: 82px 0 0 43px;
}
.news .first .firstMain .active.ord {
  background-color: #B3262D;
}
.news .first .firstMain .active.ord .title {
  color: #FFFFFF;
}
.news .first .firstMain .active.ord .line {
  border-bottom: 1px solid #FFFFFF;
}
.news .first .firstMain .active.ord .infoBlock .infos .infoItem .redPoint {
  background-color: #FFFFFF;
}
.news .first .firstMain .active.ord .infoBlock .infos .infoItem .infoText {
  color: #FFFFFF;
}
.news .first .firstMain .ord {
  box-sizing: border-box;
  padding: 32px 50px;
  background-color: #FFFFFF;
}
.news .first .firstMain .ord .title {
  font-size: 24px;
  font-weight: bold;
  color: #B3262D;
  text-align: center;
}
.news .first .firstMain .ord .line {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #B3262D;
  margin-top: 17px;
}
.news .first .firstMain .ord .infoBlock {
  width: 100%;
  height: 145px;
  margin-top: 20px;
  position: relative;
}
.news .first .firstMain .ord .infoBlock .iconBlock {
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .first .firstMain .ord .infoBlock .iconBlock .big {
  width: 101px;
  height: 67px;
}
.news .first .firstMain .ord .infoBlock .iconBlock .dq {
  width: 73px;
}
.news .first .firstMain .ord .infoBlock .iconBlock .syzcL {
  width: 87px;
}
.news .first .firstMain .ord .infoBlock .iconBlock .small {
  width: 54px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .first .firstMain .ord .infoBlock .iconBlock .smallDq {
  width: 32px;
}
.news .first .firstMain .ord .infoBlock .infos {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.news .first .firstMain .ord .infoBlock .infos .infoItem {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.news .first .firstMain .ord .infoBlock .infos .infoItem .redPoint {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B3262D;
}
.news .first .firstMain .ord .infoBlock .infos .infoItem .infoText {
  font-size: 16px;
  font-weight: normal;
  color: #B3262D;
}
.news .second {
  width: 100%;
  box-sizing: inherit;
  padding: 90px 0 0 0;
}
.news .second .secondMain {
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  background-image: url(/statics/images/shanghui/wishBg.png);
  background-repeat: no-repeat;
  background-size: 270px 360px;
  background-position: right;
  display: flex;
  gap: 36px;
  box-sizing: border-box;
  padding: 40px 0 0 0;
}
.news .second .secondMain img {
  width: 500px;
  height: 220px;
  flex-grow: 0;
  flex-shrink: 0;
}
.news .second .secondMain .explain-main .titles {
  font-size: 22px;
  color: #BD0C0C;
  font-weight: bold;
  line-height: 26px;
}
.news .second .secondMain .explain-main .line {
  width: 210px;
  height: 2px;
  background: #D8D8D8;
  position: relative;
  margin: 10px 0 ;
}
.news .second .secondMain .explain-main .line .line-red {
  width: 90px;
  height: 2px;
  background: #BD0C0C;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.news .second .secondMain .explain-main .sub-title {
  font-size: 18px;
  color: #222222;
  line-height: 20px;
  margin-bottom: 10px;
}
.news .second .secondMain .explain-main .explain {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 28px;
  word-break: break-all;
}
.news .second .secondMain .wish {
  width: 100%;
}
.news .second .secondMain .wish .header {
  width: 262px;
}
.news .second .secondMain .wish .header img {
  width: 262px;
  height: 56px;
}
.news .second .secondMain .wish .content {
  width: 100%;
  margin-top: 24px;
  font-size: 24px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 53px;
}
.news .third {
  width: 100%;
  box-sizing: border-box;
  padding: 52px 0;
  background-image: url(/statics/images/shanghui/earthBig.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news .third .thirdMain {
  width: 1200px;
  margin: 0 auto;
}
.news .third .thirdMain .headIcon {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.news .third .thirdMain .BtnBlock {
  width: 1400px;
  margin-left: -100px;
  margin-top: 115px;
  display: flex;
  gap: 40px 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 116px;
}
.news .third .thirdMain .BtnBlock a {
  box-sizing: border-box;
  padding: 17.5px 40px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #FFCCCF;
  background: #FFF8F8;
  font-size: 20px;
  font-weight: normal;
  color: #DB4C53;
  flex-grow: 0;
  flex-shrink: 0;
  height: 64px;
  border-radius: 127px;
}
/*# sourceMappingURL=activity.css.map */