
.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

a{
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bg1 .info-open {
    margin-top: 0;
}

.listmul{
    height: 100%;
}

.listmulLine{
    width: 290px;
    border: 1px solid #c3c3c3;
    padding: 10px 14px;
}

.listmul h4 a{
    display: block;
    height: 50px;
    line-height: 50px;
    background: url(http://dfz.gd.gov.cn/shtml/gdnew/images/title-info.png) no-repeat;
    color: #fff;
    margin-bottom: 20px;
    text-indent: 110px;
    font-size: 18px;
}

.listmul ul li a{
    display: block;
}

.listmul ul li {
    font-size: 18px;
    width: 290px;
    height: auto;
    line-height: 55px;
    color: #117ba8;
    background: #ffffff;
    position: relative;
}

.listmul ul li.current {
    background: #0E5B99;
    color: #ffffff;
    width: 286px;
    border-left: 4px solid #ec3259;
}

.listmul ul li:hover{
    color: #0E5B99;
}

.listmul ul li.current:hover{
    color: #ffffff;
}

.listmul ul.sul{
    background: #ffffff;
}

.listmul ul.sul li {
    font-size: 16px;
    margin-left: 20px;
    width: 270px;
    border-left: none;
    height: auto;
    color: #333;
    line-height: 45px;
    background: #ffffff;
    position: relative;
}

.listmul ul.sul li:hover{
    background: #DAEDFC;
    color: #0E5B99;
}

.listmul ul.sul li.current {
    background: #0E5B99;
    color: #ffffff;
    width: 266px;
    border-left: 4px solid #ec3259;
}

.listmul ul.sul li ul.sul li{
    width: 210px;
}


.listmul .hasChild .icon {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 8px;
    font-weight: bold;
}

.listmul .hasChild .hasChild .icon {
  color: #2f6ea2;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.listmul .hasChild ul {
  display: none;
}

.listmul .hasChild.append>ul {
  display: block;
}
