.ServiceCategory {
        margin: 0 0 10px;
}
.ServiceCategory .border {
        border:none !important;
}
.ServiceCategory .Title:before {
        content: "\f0c9";
        color: #fff;
        font-family: 'FontAwesome';
        margin-right: 8px;
        DISPLAY: NONE;
}
.ServiceCategory .Title {
        height: 30px;
        background: url(images/menu_hotnew.jpg);
}
.ServiceCategory div.Content{
        background:#e7eef7;
        padding:0;
}
.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
}
.ServiceCategory ul.nav li {
        padding: 5px;
        background: none;
        border-bottom: solid 1px #ffffff;
        margin: 0;
}
.ServiceCategory ul li a {
        color: #114d8d;
        font-size: 14px;
        font-family: arial;
        font-weight: 500;
        display: flex;
        /* margin: 0 8px; */
        padding: 4px 0px;
}
.ServiceCategory ul li a:hover {
        background-color: #a3d5ff;
}
.ServiceCategory ul li a:hover{
}
.ServiceCategory ul li:hover a span {
}
.ServiceCategory ul li:hover a span::before {
        z-index: 99999999;
}
.ServiceCategory ul li img{
        display: block !important;
}
.ServiceCategory ul li a img {
        width: 30px;
        height: 30px;
        margin: 0 12px;
        display: none !important;
}
.ServiceCategory .Title span {
        color: #fff;
        font-size: 12px;
        font-family: Arial;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        display: inline-block;
        line-height: 30px;
        padding-left: 33px;
}
.Content .nav span.article-title {
        padding: 0;
        text-transform: uppercase;
        font-weight: 600;
        color: #006600;
        font-family: Arial;
        font-size: 12px;
        text-align: left;
}
.support-ol .name-phone {
        background: url(images/phone.png) no-repeat scroll 0 0;
        display: block;
        height: 42px;
        line-height: 20px;
        padding-left: 50px;
        border-bottom: 1px dashed #555555;
        padding-bottom: 5px;
        text-align: center;
}
