﻿.jq-btn {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border: none;
    white-space: nowrap;
}

    .jq-btn i {
        margin-right: 3px;
    }

    .jq-btn:hover {
        color: #fff;
        text-decoration: none;
    }
/*查询、提交、确定*/
.cx-btn {
    background: #0db896;
}
/*添加*/
.tj-btn {
    background: #ee7727;
}
/*反馈、审核*/
.fs-btn {
    background: #208b9f;
}
/*查看反馈、查看进度、高级查询*/
.ck-btn, .ckfk-btn {
    background: #2c8fd3;
}
/*修改、编辑、返回*/
.xb-btn {
    background: #2fb1d9;
}
/*复核*/
.fh-btn {
    background: #5b7301;
}
/*驳回、删除*/
.bs-btn {
    background: #d9534f;
}
/*刷新*/
.sx-btn {
    background: #2aad5f;
}
.gtmz {
    background: #b55ff1;
}
.panel-default .panel-heading .jq-btn:link {
    color: #fff;
}

.ann {
    padding: 0 35px;
    height: 35px;
    line-height: 35px;
}


.pan_text {
    height: auto;
}

.pan_text textarea {
    width: 100%;
    height: 150px;
}