@media screen and (min-width: 800px){
    .imageTitleBox{
        width: 900px;
    }
    .about-listTable{
        width: 400px;
    }

    .aboutListP{
        width: 800px;
    }

    .content_left{
        padding: 30px;
    }
}

@media screen and (max-width: 1180px){
    .content_left{
        padding: 30px 5px;
    }
}
.aboutTitle{
    font-size:18px;
    font-weight: bold;
}

.imageTitleBox{
    border-bottom: 1px solid #f3f3f3;
    background: #fafafa;
    margin: auto;
    padding: 20px 0px;
}

.content{
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: auto;
    background-color: #fff;
}

.single-cat{
    color: #999;
    font-size: 13px;
    margin-top: 10px;
}

.aboutSmallTitle{
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.about-listTable{
    line-height: 22px;
}

.aboutListP{
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.aboutDescSpan{
    padding-left: 20px;
    max-width: 100%;
}

.aboutDescA{
    color: #0e90d2;
}