.dropDown { padding:34px 0 0 0;}
.dropDown .expand, .dropDown .collapse {cursor:pointer;margin-left:15px;display:block; float:right; font:14px/14px; color:#0086B2; border-bottom:1px dashed #0086B2;}
.dropDown .item { padding:0 0 4px 0;}
.dropDown .item .name {
    position:relative;
    border:none!important;
}
.dropDown .item .name:hover { cursor:pointer;}
.dropDown .item .name span.text {
    display:block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1480C0;
}
.dropDown .item .name:hover span.text { border:none;}
.dropDown .item .name.active span.text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.dropDown .item .name span.arrow { position:absolute; left:0; top:5px; display:block; width:0; height:0;  border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #0086B2;display: none;}
.dropDown .item .name.active span.arrow { left:-2px; top:7px; border-left: 3px solid transparent; border-right: 3px solid transparent; border-bottom:none; border-top: 5px solid #555;}
.dropDown .item .dropContent {
    display: none;
    padding:0px 0px 0px 64px;
    margin:0 0 20px 0!important;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #737373;
    position: relative;
}

.dropDown .item .dropContent:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    height: calc(100% - 8px);
    width: 4px;
    background: #484848;
}