@charset "UTF-8";

/* 初始化样式 */
* {
  font-family: '微软雅黑';
}

/* 清浮动 */
.cf {
  zoom: 1;
}

.cf:after {
  content: '020';
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.slh1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slh2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slh4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

a {
  color: #333333;
}

a:hover {
  color: #05559A;
}

.inbox {
  width: 1200px;
  margin: 0 auto;
}

/* 底部分割线 */
.ftfgx {
  width: 100%;
  border-top: 5px solid #165796;
}

/* 初始化样式结束 */

.hdjl_box {
  padding: 100px 30px 30px;
  box-shadow: 0 3px 18px #73737329;
  margin-bottom: 40px;
  position: relative;
  margin-top: 60px;
}

.hd_top {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -122px;
  width: 245px;
  height: 72px;
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/top.png) no-repeat center;
  font-family: "Source Han Serif SC Bold";
  font-weight: 700;
  font-size: 26px;
  line-height: 72px;
  color: #fff;
  text-align: center;
}

.hdjl_boxin {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hdjl_boxin li {
  width: 360px;
  height: 120px;
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/boxbg.png) no-repeat center;
  transition: all .3s;
  margin-left: 30px;
}
.hdjl_boxin li:nth-child(3n-2){
  margin-left: 0;
}

.hdjl_boxin li:hover {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/boxbgon.png) no-repeat center;
}

.hdjl_boxin li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 190px;
  line-height: 120px;
  font-size: 20px;
  transition: all .3s;
}

.hdjl_boxin li:hover a {
  background-size: 120px 120px;
  background-position-x: 40px;
  color: #fff;
}

.znwd {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/znwd.png) no-repeat 50px center;
  background-size: 100px 100px;
}

.wskt {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/wskt.png) no-repeat 50px center;
  background-size: 100px 100px;
}

.bjtj {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/bjtj.png) no-repeat 50px center;
  background-size: 100px 100px;
}

.gkxx {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/gkxx.png) no-repeat 50px center;
  background-size: 100px 100px;
}

.jdts {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/jdts.png) no-repeat 50px center;
  background-size: 100px 100px;
}

.jbdh {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717186/images/jbdh.png) no-repeat 50px center;
  background-size: 100px 100px;
}

.old_type .hdjl_box {
  padding-top: 120px;
}

.old_type .hd_top {
  width: 367.5px;
  height: 108px;
  background-size: cover;
  margin-left: -184px;
  top: -26px;
  line-height: 108px;
  font-size: 36px;
}

.old_type .hdjl_boxin li a {
  padding-left: 140px;
  font-size: 28px;
  background-position-x: 30px;
}
.old_type .hdjl_boxin li:hover a{
  background-position-x: 20px;
}
/* 移动端 */
.mobile_type .cont_box {
  width: 100%;
  padding: 2vw;
}
.mobile_type .hdjl_box {
  padding: 10vw 2vw 2vw;
  box-shadow: 0 0px 9px #73737329;
  margin-bottom: 4vw;
  margin-top: 9vw;
}
.mobile_type .inbox{
  width: 100%;
}
.mobile_type .hd_top {
  top: -3vw;
  left: 50%;
  margin-left: -21vw;
  width: 42vw;
  height: 12vw;
  background-size: cover;
  font-size: 5vw;
  line-height: 2;
}
.mobile_type .hdjl_boxin li {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  transition: unset;
  margin-bottom: 3vw;
  margin-left: 0;
}
.mobile_type .hdjl_boxin li a {
  padding-left: 35vw;
  line-height: 2;
  font-size: 4vw;
  transition: unset;
  height: 16vw;
  background-size: 15vw;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.mobile_type .hdjl_boxin li:hover a {
  color: #333333;
}