.search {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background-color: #E1EDF9;
    padding-left: 10px;
    box-sizing: border-box;
}

.search input {
    width: 50%;
    height: 28px;
    padding-left: 10px;
}

.search button {
    width: 100px;
    height: 30px;
    background-color: #1F4BA2;
    font-size: 15px;
    color: #fff;
    outline: none;
    border: none;
}

.search .liu {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1F4BA2;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.new_content_right {
    padding: 0;
    border: 0;
}

.note {
margin-bottom:20px

}

.note p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    background-color: #1F4BA2;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.note_bom {
    background-color: #E1EDF9;
    padding-top: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.note_list {
    font-size: 16px;
    margin-bottom: 15px;
}

.note_list input {
    width: 50%;
    height: 30px;
    padding-left: 5px;
}

.note_list textarea {
    width: 50%;
    height: 70px;
    padding-left: 5px;
    resize: none;
}

.note_list>span {
    text-align: right;
    vertical-align: center;
    margin-right: 15px;
    width: 80px;
    display: inline-block;
}

.yan_message {
    vertical-align: top !important;
}

.note_bom form {
    padding-left: 5%;
}

.note_list .yan {
    width: 80px;

}

.note_list button {
    width: 100px;
    height: 30px;
    background-color: #1F4BA2;
    text-align: center;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
}

.note_list_sts {
    padding-left: 100px;
}
