.parnode {
    float: left;
    width: 12%;
    margin: 0 3.8%;
    height: 460px;
    /*overflow: hidden;*/

}

.parnode .a-tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    background: #18589d;
    color: #fff;
    height: 35px;
    padding-left: 0;
}
.parnode div {
    margin-left: 15px;
    width: 165px;
}
.parnode a {
    padding-left: 25px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
.parnode a:hover {
    color: #18589d;
}
.parnode .a-tit:hover {
    color: #fff;
}