
.UIServiceCategory_gp .ServiceCategory {
    width: 1170px;
    margin: 50px auto;
    text-align: center;
}
.UIServiceCategory_gp .ServiceCategory .Title h2 {
    text-transform: uppercase;
    color: #232323;
    font-size: 20px;
    font-weight: normal;
    font-family: Roboto;
}
.UIServiceCategory_gp .ServiceCategory .Title h3 {
    color: #888;
    font-size: 16px;
    font-weight:normal;
    margin: 15px 0 25px 0;
    font-family: Roboto;
}
.UIServiceCategory_gp .ServiceCategory ul {
    list-style: outside none none;
    display: flex;
    margin: 20px -15px;
    flex-wrap: nowrap;
    padding: 0;
}
.UIServiceCategory_gp .ServiceCategory ul li {
    position:relative;
    padding: 0;
    flex: 25%;
    max-width: 25%;
    margin: 0 15px;
    border-radius: 3px;
    transition: 0.3s;
}
.UIServiceCategory_gp .ServiceCategory ul li:nth-child(1), .UIServiceCategory_gp .ServiceCategory ul li:nth-child(6){
	background-color: transparent;
	background-image: linear-gradient(180deg, #00AEEF 0%, #0F5EC9 180%);
}
.UIServiceCategory_gp .ServiceCategory ul li:nth-child(2), .UIServiceCategory_gp .ServiceCategory ul li:nth-child(7){
    background-color: transparent;
    background-image: linear-gradient(180deg, #39c160 0%, #01c393 180%);
}
.UIServiceCategory_gp .ServiceCategory ul li:nth-child(3), .UIServiceCategory_gp .ServiceCategory ul li:nth-child(8){
	background-color: transparent;
    background-image: linear-gradient(180deg, #be5ee2 0%, #7d56c4 180%);
}
.UIServiceCategory_gp .ServiceCategory ul li:nth-child(4), .UIServiceCategory_gp .ServiceCategory ul li:nth-child(9){
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff6161 0%, #ff640e 180%);
}
.UIServiceCategory_gp .ServiceCategory ul li:nth-child(5), .UIServiceCategory_gp .ServiceCategory ul li:nth-child(10){
	background-color: #d4c62f;
}
.UIServiceCategory_gp .ServiceCategory ul li:hover {
    background-image: linear-gradient(180deg, #267cde 0%, #267cde 180%);
	color:#fff;
}
.UIServiceCategory_gp .ServiceCategory ul li a span.article-title{
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffffed;
    padding: 15px 0 5px 0;
    text-align: center;
    display: block;
    background: rgba(0,0,0,0.1);
    font-family: Roboto;
}
.UIServiceCategory_gp .ServiceCategory ul li span.article-summary {
    padding: 0 10px 15px 10px;
    text-align: center;
    display: block;
    background: rgba(0,0,0,0.1);
    color: #ffffffc9;
    font-size: 13px;
    line-height: 1.5;
    font-family: Roboto;
}
.UIServiceCategory_gp .ServiceCategory span.article-icon {
    display:block;
}
.UIServiceCategory_gp .ServiceCategory span.article-icon img {
    height: 130px;
    padding:10px;
}
.UIServiceCategory_gp .ServiceCategory li:hover img{

}











