.UIServiceCategory_bottom .ServiceCategory {
        margin: 0 0 10px;
        background: #004d9e;
}
.UIServiceCategory_bottom .ServiceCategory .Content {
        padding: 0;
        width: 1170px;
        margin: 0 auto;
}
.UIServiceCategory_bottom .ServiceCategory .Content .border {
        border: none !important;
}
.UIServiceCategory_bottom .ServiceCategory .Content .border .article-title{
  color: #FFDE17;
  line-height: 30px;
  font-size: 15px;
}
.UIServiceCategory_bottom .ServiceCategory .Title {
        background: #2773d1 url(images/t.png) no-repeat scroll right 5px center;
        border-bottom: 1px solid #ddd;
        height: 30px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        height: 30px;
        padding: 0 0 0 20px;
        text-transform: uppercase;
        display: none;
        line-height: 33px;
}
.UIServiceCategory_bottom .ServiceCategory ul {
        border: none;
        border-radius: 0 0 5px 5px;
        list-style: outside none none;
        margin: 0;
        display: flex !important;
        justify-content: space-between;
}
.UIServiceCategory_bottom .ServiceCategory ul li {
        padding: 6px 0px;
        width: revert !important;
        margin-left: 0 !important;
}
.UIServiceCategory_bottom .ServiceCategory ul li a {
        color: #074f99 !important;
        font-size: 13px !important;
        font-weight: bold;
}
.UIServiceCategory_bottom .ServiceCategory ul li:first-child a span:before {
        content: "\f015";
        font-family: FontAwesome;
        color: #FFDE17;
        font-size: 23px;
        display: inline-block;
        padding-right: 10px
}
.UIServiceCategory_bottom .ServiceCategory ul li:last-child a span:before {
        content: "\f090";
        font-family: FontAwesome;
        color: #FFDE17;
        font-size: 20px;
        display: inline-block;
        padding-right: 10px
}
.UIServiceCategory_bottom .ServiceCategory ul li a:hover {
        color: #e33c1c;
        border-bottom: 1px dashed #e33c1c;
        text-decoration: none;
}
@media only screen and (max-width: 768px){
.UIServiceCategory_bottom .ServiceCategory ul li{
        width: calc(50% - 10px) !important;
        box-sizing: border-box;
}
div.UIServiceCategory_bottom .ServiceCategory ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row !important;
}
div.UIServiceCategory_bottom ul li img {
        display: none !important;
}
div.UIServiceCategory_bottom .ViewMore {
    display: none !important;
}
.UIServiceCategory_bottom .ServiceCategory {
        margin-top: -5px !important;
}
.UIServiceCategory_bottom .ServiceCategory .Title {
    display: none !important;
}
} 