.feed_ul li {
    width: 48%;
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
}
.feed_ul li .div_biao {
    line-height: 36px;
    color: #9b9b9b;
}
.feed_ul li .div_biao img {
    float: left;
    margin-top: 11px;
    margin-right: 5px;
}
.feed_ul li .div_biao i {
    font-style: normal;
    color: #FF0000;
    display: inline-block;
    line-height: 36px;
    margin-left: 3px;
}
.feed_ul li input {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    border: none;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0px;
    color: #666;
    outline: none;
}
.form_div .nei_c textarea {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    border: none;
    resize: none;
    min-height: 215px;
}
.form_div .submintbtn {
    color: #fff;
    background: #0d6fb8;
    width: 100%;
    max-width: 248px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    display: block;
}