.ServiceCategory {
        margin: 50px 0;
}
.UIServiceCategory_chuyende .ServiceCategory {
        margin: 20px 0;
        margin-top: 0;
}
.UIServiceCategory_chuyende .ServiceCategory .Content{
        padding: 0;
}
.UIServiceCategory_chuyende .ServiceCategory .Title:before {
        content: "\f0c9";
        color: #fff;
        font-family: 'FontAwesome';
        margin-right: 8px;
        DISPLAY: NONE;
}
.UIServiceCategory_chuyende .ServiceCategory .Title {
        margin: 0;
        /* border-top: 2px solid #DA251C; */
        /* padding: 20px 0; */
        border-bottom: 1px solid #c3d0e069;
        border-top: 4px double #c3d0e0;
}
.UIServiceCategory_chuyende .ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0;
        align-items: stretch;
        justify-content: stretch;
}
.UIServiceCategory_chuyende .ServiceCategory ul li {
        align-items: center;
        padding: 10px 0;
        background: #ffffff;
        /* border-top: 1px solid #EEEEEE; */
        border-bottom: 1px dashed #C3D0E0;
        /* margin-bottom: 20px; */
        margin: 0;
        width: calc((100% - 40px) / 3);
        height: auto;
}
.UIServiceCategory_chuyende .ServiceCategory ul li+li{
        /* border-bottom: 1px dashed #ddd; */
}
.UIServiceCategory_chuyende .ServiceCategory ul li a {
        color: #424242;
        font-size: 14px;
        font-family: arial;
        padding: 0;
        display: flex;
        align-items: center;
        /* height: 100%; */
        /* width: 100%; */
}
.UIServiceCategory_chuyende .ServiceCategory ul li a .border{
        border: none !important;
        list-style: none;
        /* border-top: 1px solid #EEEEEE; */
        display: flex;
        /* min-height: 64px; */
        padding-top: 10px;
        border-top: 1px dashed #ddd;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        gap: 20px;
}
.UIServiceCategory_chuyende .ServiceCategory ul li a .border .article-title{
        color: #0A2458;
        padding-top: 0;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        font-size: 15px;
}
.UIServiceCategory_chuyende .ServiceCategory ul li a:hover {
        color: #fff;
}
.UIServiceCategory_chuyende .ServiceCategory ul li:hover{
        background-color: #f5f5f5;
        cursor: pointer;
}
.UIServiceCategory_chuyende .ServiceCategory ul li:hover a span{
        color: #ed0e18;
}
.UIServiceCategory_chuyende .ServiceCategory ul li a span:before {
        content: "\f0c9";
        color: #e5080f;
        font-family: 'FontAwesome';
        margin-right: 8px;
        font-size: 8px;
        line-height: 22px;
        vertical-align: middle;
        display: none;
}
.UIServiceCategory_chuyende .ServiceCategory ul li img{
        display: block !important;
}
.UIServiceCategory_chuyende .ServiceCategory ul li a img {
        width: 35px;
        height: 35px;
}
.UIServiceCategory_chuyende .ServiceCategory .Title span {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 18px;
        font-family: 'Merriweather';
        color: #031739;
        font-weight: 700;
        display: inline-block;
        line-height: 45px;
}
@media only screen and (max-width: 768px) {
        .UIServiceCategory_chuyende .ServiceCategory ul {
                display: flex !important;
                /* column-count: 2 !important; */
        }
        .UIServiceCategory_chuyende .ServiceCategory {
        margin: 20px 16px;
        }  
        .UIServiceCategory_chuyende .ServiceCategory ul li{
                width: calc((100% - 40px) / 2);
        }
}
