.dzjg {
  margin-top: -33px; }
  .dzjg i {
    display: inline-block; }
  .dzjg .module-title {
    margin-top: 33px;
    border-left: 4px #d7d7d7 solid;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    padding-left: 16px;
    margin-bottom: 35px; }
    .dzjg .module-title i {
      color: #cc3300; }
  .dzjg .dzjg-list {
    position: relative;
    margin-left: -10px;
    margin-right: -10px; }
    .dzjg .dzjg-list .dzjg-item {
      float: left;
      position: relative;
      width: 280px;
      height: 64px;
      background-color: #e6e6e6;
      margin-left: 10px;
      margin-right: 10px;
      line-height: 64px;
      padding-left: 12px;
      padding-right: 12px;
      margin-bottom: 23px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 16px;
      color: #666666;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
     .dzjg .dzjg-list .dzjg-item:hover{background-color:#A30F0F}
        .dzjg .dzjg-list .dzjg-item:hover:after {
          position: absolute;
          content: "";
          background: url("../image/dzjg-icon-3.png");
          bottom: -10px;
          right: 0;
          width: 93px;
          height: 58px; }
    .dzjg .dzjg-list:after {
      display: block;
      clear: both;
      content: ""; }
      @media screen and (max-width: 1320px) {
      .dzjg .dzjg-list{margin-left:-3%;margin-right:0;}
        .dzjg .dzjg-list .dzjg-item {
      width: 30%;
      height: 74px;
      line-height:74px;
      padding:0;
      margin-left: 3%;
     margin-right:0;
        }
      .dzjg .dzjg-list .dzjg-item a{width:auto;padding:0 10px;}
        
}
      @media screen and (max-width: 1200px) {
.dzjg .dzjg-list{margin-left:-3%;margin-right:0;}
        .dzjg .dzjg-list .dzjg-item {
      width: 47%;
      height: 64px;
      line-height:64px;
      padding:0;
      margin-left: 3%;
     margin-right:0;
        }
        
}
      @media screen and (max-width: 580px) {
       .dzjg .dzjg-list{margin-left:0;margin-right:0;}
        .dzjg .dzjg-list .dzjg-item {
      width: auto;
      height: 64px;
      line-height:64px;
      padding:0;
      margin-left: 0;
     margin-right:0;
float:none;
        }
        
}