.list-common {
    width: 1200px;
}
.list-title {
    width: 100%;
    height: 48px;
    background: #f5f5f5;
    /* margin-top: 30px; */
}
.title-word {
    display: inline-block;
    float: left;
    margin-left: 21px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    background: url(../img/life-service/food/title-bg.png) no-repeat center left;
}
/**/
/*表单的搜索样式开始*/
.list-title .query {
    display: inline-block;
    float: right;
    width: 850px;
    height: 100%;
}
.to{
    float: left;
    padding-left: 10px;
    line-height: 35px;
    font-size: 12px;
}
.query-date {
    width: 60%;
}
.input-data {
    width: 40%;
}
.query-date .fl,
.query-date .fr{
    width: 180px;
}
.query-date .fl .widget,
.query-date .fr .widget {
    width: 180px;
    height: 35px;
    border: 1px solid #dddddd;
}
.query-date .widget .input，
.input-data .widget .input{
    padding: 0;
}
.query-date .widget .select{
    line-height: 40px;
}
.input-data  .widget{
    width: 220px;
    height: 35px;
    border: 1px solid #dddddd;
}
.input-data .widget .input{
    line-height: 20px;
}
.query-btn{
    display: inline-block;
    float: right;
    margin-top: 10px;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dddddd;
    text-align: center;
    cursor: pointer;

}
.input-data .textbox-wrap,
.input-data .dropdown-wrap,
.input-data .datepicker-wrap {
    border: none;
}
/*表单的搜索样式结束*/
.list-body {
    border: 1px solid #e5e5e5;
    padding: 40px 20px;
}
.list-body .grid-table th {
    background: #00c5a4;
    color: #fff;
}
td span{
    color: #ff6600;
    cursor: pointer;
}
.list-body .grid{
    margin-bottom: 20px;
}
/*进度评价开始*/
.evaluate-body{
    min-width: 500px;
}
.evaluate-content{
    margin-left: 20px;
}
.evaluate-content .title{
    margin-bottom: 30px;
    width: 520px;
    line-height: 40px;
    font-size: 16px;
}
.evaluate-content .title span{
    font-weight: bold;
}
.evaluate-content .service div{
    display: inline-block;
    float: left;
    width: 100px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}
.evaluate-content .service i {
    color: red;
}
.evaluate-content .service li{
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #cacaca;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.evaluate-content .service li.selected{
    background: #00d3b0;   
}
.evaluate-content .content{
    width: 525px;
    height: 120px;
    padding: 10px;
    margin-top: 30px;
    line-height: 20px;
    font-size: 14px;
}
.evaluate-btn span {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.evaluate-content .submit {
    margin-left: 134px;
    color: #fff;
    background: url(../img/service-hall/btn-submit.png);
}
.evaluate-content .exit {
    margin-left: 20px;
    background: url(../img/service-hall/btn-reset.png);
}
.dialog-grid .dialog-header {
    background: #00b38a;
}

/*进度评价结束*/