li{
    list-style: none;
}

.zf{
    display:inline-block!important;
    vertical-align: top;
    /*width:46%;*/
}

.zfla{
    display:inline-block!important;
    vertical-align: top;
    overflow: hidden;
    /*width:46%;*/
}
.zfr{
    display:inline-block!important;width:76%;
}
.zfs{
    display:inline-block!important;width:48%;
}
.zfb{
    margin-bottom: 1rem;
}

.g-font-size-15{
    font-size: 15px;
}
.bor-col{
    border-bottom: 1px dashed #dedede;
    color:#333;
}

.bg-c-w{
    background-color: white;
}
.f-color{
    color:white;
}

/*logo的样式改变了*/
.navbar-brand img{
    width:250px;
    height:33px;
}
.transition {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.transition img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    vertical-align: top;
}
.g-width{
    max-width: 100%;
}
.transition:hover{
    transform: scale(1.03,1.03);
}
.right-Highlight:hover{
    cursor:pointer;
    color:#72c02c!important;
}
.active{
    position: relative;
}
.active::after{
    content:url(../assets/img/ssvg.svg);
    font-family: "hs-icons" !important;
    font-size: 10px;
    display: inline;
    position: absolute;
    bottom: -17px;
    left: 6px;
    width:20px;
}
.color-white{
    color:white;
}


.g-color-balck-hover:hover{
 color:#FFFFFF!important;
}
.g-bg-blues-hover:hover{
background-color: #2D8DFD!important;
}
.g-bg-gray-blue-z{
    background-color: #E0EFFF;
}

.highlightedp{
    border-right:10px solid #2D8DFD;
    color:#555;
}
.highlighted {
    color: #2D8DFD!important;
}
.g-bg-primary-blue--hover:hover{
    background-color: #E0EFFF;
}

.dropdowns-toggle::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background:url("../assets/img/openicons.png");
    background-size:cover;
    position: relative;
    top: 0.21429rem;
}


.dropups-toggle::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background:url("../assets/img/retracticon.png");
    background-size:cover;
    position: relative;
    top: 0.21429rem;
}
.g-color-primary-blue{
    color:#2D8DFD;
}
.g-brd-blue{
    border-color: #2D8DFD !important;
}
.dropdown-item:hover a{
    color:#2D8DFD!important;
}