.main-container > .title {
  background: #e31c23;
  text-align: center;
}

.main-container > .title > div {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
  padding: 80px 20px 100px 20px;
}

.main-container > .title h3 {
  font-size: 30px;
  color: #fff;
}

.main-container > .title p {
  font-size: 20px;
  line-height: 36px;
}

.details {}

.details > h3 {
  font-size: 30px;
  text-align: center;
  margin: 40px 0 100px 0;
}

.details > h3 span {
  border-bottom: 4px solid #e31c23;
}
.details > div{
   background: #fff;
}
.details > div:nth-child(2n) {
  background: #e5e5e5;
}

.details > div {
  margin: 40px 0 80px 0;
}

.details .detail:nth-child(2n+1) {}

.details .detail {
  display: flex;
  width: 1100px;
  margin: 0 auto;
}

.detail > div {
  width: 50%;
}

.detail .red {
  background-color: rgb(227, 28, 35);
  width: 232px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 55px;
}

.detail span {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 5px;
}

.detail .title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 40px 0 20px 0;
}

.detail .weight {
  font-weight: 600;
  margin-bottom: 0px;
}

.detail p {
  color: #333;
  margin: 0;
}

.detail1 {
  height: 350px;
}

.detail2 {
  height: 400px;
}

.detail4 {
  height: 400px;
}

.detail5 {
  height: 290px;
}

.detail6 {
  height: 420px;
}

.detail7 {
  height: 350px;
}

.detail8 {
  height: 320px;
}

.detail1 img {
  margin-top: -50px;
}

.details .detail span {
  display: block;
}

.detail2 img {
  margin-top: -50px;
}

.detail3 {
  height: 390px;

}

.detail .h {
  font-size: 24px;
  margin: 30px 0;
  font-weight: 600;

}

.detail3 > div > span:nth-child(2) {
  color: #e31c23;
}

.detail3 .margin-bottom {
  margin: 0;
}

.detail3 .img {
  margin-top: -50px;
}

.detail4 span:nth-child(2) {
  font-size: 24px;
  color: #333;
  margin: 30px 0 15px 0;
  font-weight: 600;
}

.detail4 span:nth-child(3) {
  font-size: 18px;
  color: red;
  margin: 10px 0;
}

.detail4 .img {
  margin-top: -50px;
}

.detail5 .h {
  margin-top: 60px;
}

.detail p {
  color: #333;
}

.detail5 .img {
  margin-top: -100px;
}

.detail .r {
  font-size: 18px;
  color: #e31c23;
}

.detail6 p {
  margin-bottom: 15px;
}

.detail6 img {
  margin-top: -100px;
}

.detail7 span:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 20px;
}

.detail7 .img {
  margin-top: -80px;
}

.detail8 .img {
  margin-top: -120px;
}

.detail8 span:nth-child(1) {
  font-size: 24px;
  color: #333;
  margin: 30px 0 15px 0;
  font-weight: 600;
}

.map {
  margin-bottom: 100px;
}

.map > div {
  width: 1100px;
  margin: 0 auto;
}

.map h3 {
  text-align: center;
  font-size: 30px;
  margin-left: -100px;
}

.map h3 span {
  border-bottom: 3px solid red;
  padding: 0 10px;
}

.map .luokuan {
  display: flex;
  justify-content: center;
}
.pdf{
  margin-top: 30px;
}
.pdf a{
  display: block;
  margin: 0 auto;
  width: 395px;
  height: 48px;
  background: url('../img/report09/but.png')no-repeat 100% 100%;
}
.pdf a:hover {
  background-image: url('../img/report09/but_hover.png');
}


.luokuan span {
  padding-right: 150px;
  color: #000;
  font-weight: 500;
}

.icon {
  background-color: rgb(227, 28, 35);
  width: 553px;
  height: 46px;
  border-radius: 20px;
  padding-left: 50px;
  margin: 20px auto;
  display: block;
  transform:translateX(-40px);
}

.icon span {
  font-size: 24px;
  color: #fff;
}

.icon p {
  line-height: 15px;
}
.backspace{
  text-indent: 15px;
}