body{
  background: #ffffff !important;
}
.list_main{
  width: 100%;
  background-color: #fff;
}
.list{
  width: 98%;
  margin: 0 auto;
  min-height: 300px;
  overflow: auto;
}
.listgy{
  width: 98%;
  margin: 0 auto;
  min-height: 300px;
}
.title{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 18px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.title p{
  display: inline-block;
  padding: 8px 24px;
  /* background-color: #0c6bb9; */
  background-color: #ce2113;
}
.ztzl_list li{
  width: 30%;
  margin: 10px 1%;
  float: left;
  height: 80px;
  padding: 10px 0;
  display: table;
  background: url(../images/zt/ztlibg.jpg) repeat-x left bottom;
  border: 1px solid #c7d8e9;
  overflow: hidden;
}
.ztzl_list li a{
  color: #2473c2;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 38px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
}
.ztzlgy_list li{
  width: 22%;
  margin: 10px 1%;
  float: left;
  height: 80px;
  padding: 10px 0;
  display: table;
  background: url(../images/zt/ztlibg.jpg) repeat-x left bottom;
  border: 1px solid #c7d8e9;
  overflow: hidden;
}
.ztzlgy_list li a{
  color: #2473c2;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 38px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
}
/* ios */
@media (max-width: 760px) {
.listgy{
  min-height: 500px;
 }
  .list_main{
      width: 100%;
  }
  .title{
      font-size: 18px;
  }
  .list_container ul{
      padding: 10px 0;
  }
  .list_container ul li a{
      font-size: 14px;
  }
  .list_container ul li a p{
      width: 70%;
  }
  .list_container ul li a span{
      margin-right: 0;
  }
  .page div{
      width: 86%;
  }
  .ztzl_list li{
      width: 48%;
      margin-top: 10px !important;
      margin-left: 0px;
  }
 .ztzl_list li a{
      padding: 0px;
      font-size: 15px;
  }
 .ztzlgy_list li{
      width: 48%;
      margin-top: 10px !important;
      float: left;
      margin-left: 0px;
  }
}