﻿.n_main .n_content span{
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #333;
    font-weight: 600;
    width: 100px;
    height:28px;
}
.n_main .n_content span i {
    color: red;
    display: inline-block;
    margin-right: 4px;
}
.n_main .n_content textarea{
    color: rgb(153, 153, 153);
    border: 1px solid rgb(204, 204, 204);
    width: 430px;
    padding: 5px 10px;
    height: 180px;
    font-family: Microsoft YaHei;    font-size: 16px;
}
.n_main .n_content .list{
    margin-bottom: 10px;
}
.n_main .n_content .list span{
    line-height: 30px;
}
.n_main .n_content .list input{
    height: 28px;
    width: 430px;
    border: 1px solid #ccc;
    padding:0 10px;
}
#msgLeft_Btn{
    width: 112px;
    height: 35px;
    line-height: 35px;
    background: #2EA7E0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 215px;
    margin-top: 10px;
}
#tc-2{
    margin-bottom: 30px;
}