
.UIServiceCategory_cot .ServiceCategory {
    /* background: #efefef none repeat scroll 0 0; */
    /* border: 1px solid #d2d2d2; */
    border-radius: 5px;
    margin: 15px 0 10px 0;
}
.UIServiceCategory_cot .ServiceCategory .Title {
    /* display: none; */
    text-align: left;
}
.UIServiceCategory_cot .ServiceCategory .Title span{
        font-weight: 700;
        font-size: 18px;
        text-align: left;
}
.UIServiceCategory_cot .ServiceCategory .Content{
    /* border-right: solid 1px #e6e6e6; */
    padding: 0;
}
.UIServiceCategory_cot .ServiceCategory .Content .article-title{
    color: #000;
    font-weight: normal;
}
.UIServiceCategory_cot .ServiceCategory .border{
    border: none !important;
}
.UIServiceCategory_cot .ServiceCategory ul {
    border: medium none;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.UIServiceCategory_cot .ServiceCategory ul li {
    /* background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center; */
    border-radius: 5px;
    float: left;
    height: 33px;
    /* margin: 0 0 0 34px; */
    padding: 0;
    width: 100%;
    margin: 0;
}
.UIServiceCategory_cot .ServiceCategory ul li a {
    color: #555;
    display: inline-block;
    font: bold 13px/33px arial;
    /* padding: 0 0 0 7px; */
    /* text-transform: uppercase; */
}
.UIServiceCategory_cot .ServiceCategory ul li a:hover {
    color: #004f9c;
}
