/*!
 * gxzf20231
 * @version: 0.0.1
 * @author: pangzhicui
 * @update: 2023-10-20 15:50:31
 */
@charset "UTF-8";
.csbox-cont {
  margin-top: 70px;
  border: solid 1px #d2d2d2;
}
.csbox-cont li {
  float: left;
  _display: inline;
  width: 432px;
  height: 70px;
  border: solid 1px #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.csbox-cont li:nth-child(3n) {
  width: 434px;
}
.csbox-cont a:hover {
  font-weight: 700;
}
.one {
  border: none;
}
.csbox-tit {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #0b78fe;
  margin-top: 75px;
}
.csbox-tit:before {
  content: "";
  width: 23px;
  height: 37px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../imagesq/2023gxzf/jgzn_titlt_bg.png) center no-repeat;
}
.mb100 {
  margin-bottom: 100px;
}
