@charset "utf-8";
.content {
    width: 1100px;
    margin: 0 auto;
    /* background: blue; */
    /* height: 600px; */
    margin-bottom: 20px;
}
.koli {
    font-size: 16px;
    color: #666;

    margin-bottom: 10px;
    padding: 23px 18px 23px 0;
    /* background: url(../images/bg_crumbs.png) right no-repeat; */
    width: 80%;
    position: relative;
}
.koli a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    width: auto;
    padding-right: 1px;
    color: #4d4d4d!important;
    text-decoration: none!important;
}
.service-wrap {
    padding: 50px 0 0 0;
    overflow: hidden;
}
.row {
    margin: 0;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.col-xs-12 {
    width: 100%;
    float:left;
}

.liner-box {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6;
    padding-bottom: 28px;
}

.liner-box h2 {
    background: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
    line-height: 50px;
    color: #333;
    font-size: 24px;
    padding: 0 0 0 20px;
}

.liner-box .abox {
    padding: 28px 20px 0;
    overflow: hidden;
}

.liner-box h3 {
    font-size: 18px;
    color: #666;
    cursor:pointer;
}

.liner-box h3 a:hover {
    font-size: 18px;
    color: #e2e2e2;
    cursor:pointer;
    background-color: #6092e8;
}

/*=========================end==========================*/