.aboutUs-content{
    padding: 25px 0;
}
.aboutUs-content .title{
    color: #393939;
    border-bottom: 1px solid #F2F0EE;
    padding-bottom: 10px;
}
.aboutUs-content .title span{
    font-size: 20px;
    border-bottom: 3px solid #952C2C;
    font-weight: bold;
    padding-bottom: 10px;
}
.aboutUs-content .info{
    padding: 15px 0;
}
.message-content,.detail-content,.stand-content{
    padding-top: 20px;
}
.message_table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.message_table td {
    height: 35px;
    color: #333;
}
.message_table tbody tr td.message_table_td1{
    width: 10%;
}
.message_table tbody tr td.message_table_td2{
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.message_table tbody tr td.message_table_td3{
    width: 30%;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;

}
.mymsg_replay{
    background:#cdcdcd;
    overflow:hidden;
    zoom:1;
    padding:0px 10px 10px;
    margin:20px 0px
}
.mymsg_replay ul{
    list-style: none;
    padding-left: 0;
}
.mymsg_replay ul li {
    float: left;
    margin-top: 20px;
}
.msg_replay_org {
    width: 10%;
    line-height: 30px;
    color: #952D2B;
}
.msg_replay_content {
    width: 90%;
    font-size: 16px;
}
.msg_replay_time {
    color: #666;
    font-size: 12px;
    padding-right: 8px;
    float: right;
}
.message_btn {
    width: 80%;
    margin: 20px auto;
    display: block;
    height: 40px;
    text-align: center;
}
.message_btn .btn{
    padding: 10px 60px;
}