.listm {
    width: 1200px;
    margin:25px auto;
    overflow: hidden;
}

.listm .listmul{
    width: 280px;

}

.listmul ul li.current {
    background: #ffffff;
    color: #117ba8;
    border-left: 4px solid #ec3259;
}
.listmul ul li:hover{
    background: #ffffff;
}
.listmul ul li {
    font-size: 18px;
    width: 260px;
    padding-left: 0;
    height: auto;
    line-height: 55px;
    border-bottom: 1px solid #ffffff;
    color: #117ba8;
    background: #DAEDFC;
    position: relative;
}

.listmul ul.sul li {
    font-size: 16px;
    width: 260px;
    border-left: none;
    height: auto;
    color: #333;
    line-height: 45px;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.listmul ul.sul li.current {
    background: #ffffff;
    color: #3591b7;
    border-left: 4px solid #ec3259;
}
.listmul ul.sul li  ul.sul li{
    width: 210px;
}
.listmul .hasChild .hasChild .icon {
    color: #2f6ea2;
    font-size: 18px;
    font-weight: bold;
}

.listmul .hasChild .icon {
    position: absolute;
    top: 0;
    right: 8px;
    font-weight: bold;
}

.listm .newsList{
    width: 910px;
    min-height: 600px;
    padding-top: 10px;
    border: 1px solid #e9edf5;
    background: #ffffff;
}
