﻿/*!
* @Author: 李燕南-941477276@QQ.com
* @Date:   2018-03-04 16:31:36
* @Last Modified by:   李燕南-941477276@QQ.com
* @Last Modified time: 2018-03-04 17:02:32
*/
@charset "utf-8";

.padding-box{
    height: 60px;
}
.breadcrumb.detail-breadcrumb{
    margin-bottom: 10px;
}

.compaint-detail-box{
    width: 80%;
    margin-bottom: 130px;
}
.quote{
    position: relative;
    padding: 25px 0 24px 0;
    line-height: 1;
    color: #2e76da;
    font-size: 14px;
}
.blue-line{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 18px;
    line-height: 1;
    margin-right: 15px;
    background-color: #2e76da;
}
.table-bordered.complainter-info-table{
    border-color: #cfcece;
    margin-bottom: 15px;
}
.col-key{
    width: 15%;
    color: #000;
    background-color: #f5f4f4;
}
.col-value{
    width: 30%;
}
.table>tbody>tr>td.col-key,
.table>tbody>tr>td.col-value{
    padding-left: 25px;
    border-color: #cfcece;
}
.view-description-box{
    padding: 10px 18px;
    border: 1px solid #cfcece;
}
.view-description-box pre{
    border: none;
    border-radius: 0;
    background-color: #fff;
}

