#serviceItemContent {
    padding: 25px 0px;
    background: #f4f4f4;
}
#productTypeTab{
    padding: 0 15px;
}
#productTypeTab .ellipsis:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap:normal;
}
.left-menu ul li a .left-menu {
    padding-right: 0px !important;
}

.left-menu img {
    width: 100%;
    height: 100%;
}

.left-menu ul {
    /*margin-top: 20px;*/

}

.left-menu ul li {
    list-style: none;
    height: 84px;
    line-height: 84px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #ffeded
}

.left-menu ul li:last-child {
    border: none;
}

.left-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.left-menu ul li a:focus {
    text-decoration: none !important;
    color: #F6252C !important;
}

.left-menu ul li a:hover {
    color: #0a1d90 !important;
}

.left-menu ul li .icon {
    width: 24px;
    height: 24px;
}

.left-menu ul li .tabActiveImg {
    display: none;
    width: 19px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    margin-right: 22px;
}

.left-menu ul li.active a {
    color: #0a1d90;
}

.left-menu ul li.active .tabActiveImg {
    display: block;
}

.left-menu ul li img {
    /*height: 38px;*/
    width: 32px;
    margin-right: 10px;
}

.contentHeader {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    /*border: 1px solid #dfdfdf;*/
    padding-left: 20px;
    min-height: 154px;
}

.typetile {
    height: 50%;
    border-bottom: 1px solid #dfdfdf;
}

.typetileDtl {
    height: 50%;
    font-size: 18px;
}

.typetileDtl ul {
    padding: 15px 0px;
    margin: 0;
}

.typetileDtl ul li {
    list-style: none;
    display: inline;
    line-height: 40px;
    margin-right: 15px;
}

.typetileDtl ul li:last-child {
    margin-right: 0px;
}

.typetileDtl ul li a:hover {
    color: #0e55ed;
    text-decoration: underline;
}

.contentDtl {
    padding: 0;
}

.contentDtl .content {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    /*border: 1px solid #eee;*/
}
.contentDtl .product-title{
    margin-bottom: 10px;
}
.contentDtl li {
    /* list-style: none;
    width: 33.33%;
    float: left;
    margin-bottom: 10px; */
}

.contentDtl li img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.describe{
    padding: 10px;
}

.describe p {
    color: #9e9e9e !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.describe h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.describe span {
    float: left;
    color: red;
    font-size: 20px;
    padding: 6px 0px;
}