@charset "UTF-8";
/**
 * 龙游门户-服务指南
 * date: 2025-2-26
 * author: qcn;
 */
.hdl {
  margin-bottom: 12px !important;
  width: calc((100% + 16px) / 5 - 16px) !important;
}
.hd.num2 .hdl {  
  width: calc((100% + 16px) / 2 - 16px) !important;
}
.hd.num3 .hdl {  
  width: calc((100% + 16px) / 3 - 16px) !important;
}
.hd.num4 .hdl {  
  width: calc((100% + 16px) / 4 - 16px) !important;
}
.hd.num5 .hdl {  
  width: calc((100% + 16px) / 5 - 16px) !important;
}
.hd.num6 .hdl {  
  width: calc((100% + 16px) / 6 - 16px) !important;
}
.hdl span {
  display: inline-block;
  height: 100%;
}

.hdl:nth-child(3n+1) {
  margin-left: 16px !important;
}

.hdl:nth-child(5n+1) {
  margin-left: 0 !important;
}


.main {
  margin-left: 0;
  margin-top: 0 !important;
}

.bd {
  margin-top: 4px;
}

.list {
  margin-top: 0;
}

.item-title {
  width: calc(100% - 100px);
}

@media (max-width: 680px) {
  .hdl {
    width: calc((100% + 16px) / 2 - 16px) !important;
  }
  .hdl:nth-child(3n+1) {
    margin-left: 16px !important;
  }
  .hdl:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .item-title {
    max-width: unset !important;
  }
}
