#mid {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
}

.jiang1 {
    width: 350px;
    float: right;
}

#mid_box {}

#mid_content {
    padding: 20px;
}

#mid_content ul {
    width: 100%;
}

#mid_content ul li {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}

.Evaluation_top {
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.Evaluation_top img {
    height: 30px;
    float: left;
    margin-right: 10px;
}

.name {
    font-size: 14px;
    color: #338AC8;
}

.start {
    color: #FFAC2D;
    margin-left: 10px;
    margin-right: 10px;
}

.time {
    color: #999999;
    font-size: 14px;
}

.title {
    color: #338AC8;
    line-height: 40px;
    font-size: 14px;
}

.content {
    font-size: 12px;
    color: #494949;
}

.interactive {
    margin-top: 10px;
}

.interactive_left {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    background-color: #F0F7F9;
    padding: 0px 5px;
    color: #338AC8;
    cursor: pointer;
}

.interactive_left img {
    float: left;
    height: 10px;
    margin-top: 5px;
    margin-right: 5px;
}

.interactive_right {
    color: #338AC8;
    cursor: pointer;
    font-size: 15px;
    margin-left: 20px;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    text-indent: 32px;
    margin-top: 20px;
    color: #494949;
    padding: 10px;
}

.Reply {
    line-height: 30px;
}

.Reply span {
    color: #494949;
}

.Reply button {
    float: right;
    width: 120px;
    height: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}