.navbar-nav-v2{
    font-size: 18px;
    font-family: 'Microsoft YaHei';
}

.dropdown-menu-v2{

}

.dropdown-list-v2{
    /* position: relative; */
    width: 1200px;
    left: -670px;
    padding: 0;
    height: 160px;
    /* line-height: 150px;*/
}

.dropdown-item-v2{
    width: 100%;
    padding: 0;
}

.dropdown-item-v2 dl{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.dropdown-item-v2 dl dd{
    display: inline-block;
    min-width: 50px;
    margin-right: 15px;
}

.dropdown-item-v2 dd a{
    color: #c09b75;
}

.panel-default{
    /* border: unset !important; */
}

/* .list-group-item{
    border: unset;
    border-bottom: #666 solid 1px;
} */