.lastMagin0 .w20:last-child {
    margin-right: 0;
}
.sy {
    float: left;
    width: 100%;
    padding: 40px 30px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w100 {
  float: left;
  width: 100%;
}
.w50 {
  float: left;
  width: 50%;
}
.w33 {
  float: left;
  width: 32%;
}
.w66 {
  float: left;
  width: 68%;
}
.w20 {
  float: left;
  width: 20%;
}
.commonTitle .titles {
  width: 200px;
  font-family: Microsoft YaHei;
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  height: 42px;
  line-height: 42px;
  letter-spacing: 4px;
  color: #e61721;
}
.commonTitle .contents {
  width: calc(100% - 200px);
}
.commonTitle .name {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  height: 20px;
  letter-spacing: 0px;
  color: #e61721;
  opacity: 0.5;
  margin-bottom: 20px;
}
.commonTitle .more {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #e61721;
  line-height: 40px;
}
.commonTitle .more img {
  margin-left: 10px;
  height: 16px;
  margin-top: 12px;
}
.commonTitle .more:hover {
  cursor: pointer;
  font-weight: bold;
}
.commonTitle .lin1 {
  width: 100%;
  height: 1px;
  background-color: transparent;
  border: 1px dashed #e61721;
}
.commonTitle .lin2 {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background-color: transparent;
  border: 1px solid #e61721;
}
.conains {
  margin-top: 40px;
  margin-bottom: 50px;
}
.conains a {
  float: left;
  width: 100%;
}
.conains .img1 {
  width: 100%;
  padding-right: 30px;
}
.conains ul {
  float: left;
  width: 100%;
  margin: 0 0;
  padding-right: 30px;
}
.conains ul li:hover p {
  color: #e61721;
}
.conains ul li {
  float: left;
  margin: 0 0 !important;
  width: 100%;
}
.conains ul li p {
  float: left;
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  height: 30px;
  margin-bottom: 12px;
  letter-spacing: 0px;
  color: #222222;
}
.conains ul li p::before {
  content: '';
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e61721;
}
.conains .imgItems .w20 {
  margin-top: 5px;
  padding-right: 10px;
}
.conains .img2 {
  float: left;
  width: 100%;
}
.conains .progressBg {
  margin-right: 32px;
  width: calc(20% - 26px) !important;
}
.conains .progress:hover p {
  color: #e61721;
}
.conains .progress {
  width: 100%;
  background-color: #faf5f5;
}
.conains .progress img {
  float: left;
  width: 100%;
}
.conains .progress .ps {
  padding: 28px 20px 25px 20px;
}
.conains .progress .p1 {
  float: left;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  letter-spacing: 0px;
  color: #222222;
}
.conains .progress .lines {
  float: left;
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background-color: #e61721;
}
.conains .progress .p2 {
  float: left;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  letter-spacing: 0px;
  color: #999999;
}
.conains .progress .links {
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  height: 60px;
  letter-spacing: 0px;
  color: #222222;
}
@media screen and (max-width: 1600px) {
  .w33 {
    float: left;
    width: 36%;
  }
  .w66 {
    float: left;
    width: 64%;
  }
}
@media screen and (max-width: 1000px) {
  .w50 {
    float: left;
    width: 100% !important;
  }
  .w33 {
    float: left;
    width: 100% !important;
  }
  .w66 {
    float: left;
    width: 100% !important;
  }
  .w20 {
    float: left;
    width: 50%;
    margin-bottom: 10px;
  }
  .conains .progressBg {
    width: 100% !important;
    margin-right: 0;
  }
  .conains ul {
    margin-top: 20px;
  }
}
