.content{
  max-width: 1200px;
  margin: 0 auto;
}
.content>p{
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-top: 50px;
  margin-bottom: 20px;
}
.rdzt{
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: -2px;
  margin-right: -22px;
}
.rdzt li{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* .rdzt li:nth-child(4n){
  margin-right: 0px;
} */
.rdzt li img{
  width: 285px;
  height: 157px;
}
.gdzt{
  background: #F8F8F8;
  overflow: hidden;
  margin-bottom: 53px;
}
.gdzt>div>p{
  margin-top: 20px;
  margin-bottom: 7px;
}
.gdzt ul{
  overflow: hidden;
  margin-bottom: 20px;
}
.gdzt ul li{
  float: left;
  width: 47%;
  background: url(dot.jpg) no-repeat left 25px;
  padding-left: 22px;
}
.gdzt ul li:nth-child(even) {
  margin-left: 4%;
}
.gdzt ul li a{
  font-size: 18px;
  line-height: 51px;
  text-align: left;
  color: #000;
  height: 51px;
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width:1200px){
  .content{
    padding: 10px;
  }
  .rdzt li {
    width: 31%;
    margin: 20px 3.5% 0px 0px;
    float: left;
  }
  .rdzt li img {
    width: 100%;
    height: auto;
  }
  .rdzt li:nth-child(3n){
    margin-right: 0px;
  }
  .rdzt li:nth-child(4n){
    margin-right: 3.5%;
  }
}
@media screen and (max-width:769px){
  .rdzt li {
    width: 48%;
  }
  .rdzt li:nth-child(odd){
    margin-right: 4%;
  }
  .rdzt li:nth-child(even){
    margin-right: 0%;
  }
  .gdzt ul li{
    width: 100%;
  }
  .gdzt ul li:nth-child(even) {
    margin-left: 0%;
  }
}
@media screen and (max-width:600px){
  .rdzt li {
    width: 90%;
    float: none;
    margin: 20px 5% 0px 5%;
  }
  .rdzt li:nth-child(odd){
    margin-right: 0%;
  }
}
.sspageold .content>p {
  font-size: 44px;
  line-height: 88px;
}
.sspageold .rdzt li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.sspageold .rdzt li img {
  width: 570px;
  height: auto;
}
.sspageold .gdzt ul li a {
  font-size: 36px;
  line-height: 72px;
  height: 72px;
}
.sspageold .gdzt ul li {
  background: url(dot.jpg) no-repeat left 33px;
  background-size: 6px;
}