h2 right_h2 {
    width: 100%;
    font-size: 24px;
    color: #0054a4;
    font-weight: normal;
    margin: 15px auto 0;
    line-height: 40px;
    border-bottom: 1px dotted #d7d7d7;
}
/*  ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
  }*/
form.feedback {
    padding: 0 20px;
    margin: 0 auto;
}
.feedback ul {
    width: 100%;
    margin: 0 auto;
}
.feedback li {
    width: 50%;
    float: left;
    height: 28px;
    margin: 15px auto 0;
}
.feedback li input[type="text"] {
    width: 220px;
    line-height: 26px;
    border: 1px solid #bbb;
    border-radius: 2px;
    text-indent: 5px;
    margin-left: 5px;
    font-size: 14px;
    color: #666;
}
.feedback li label .red {
    color: #ff0015;
}
.feedback li select {
    height: 26px;
    line-height: 26px;
    border: 1px solid #bbb;
    border-radius: 2px;
    margin-left: 5px;
    font-size: 14px;
    color: #666;
}
.feedback li textarea {
    width: 90%;
    height: 104px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    border: 1px solid #bbb;
    border-radius: 2px;
    padding: 10px;
    resize: none;
}
/*img {
    border: none;
    width: auto;
    max-width: 100%;
}*/
.feedback li input[type="submit"] {
    font-family: "黑体";
    width: auto;
    line-height: 28px;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #3a3a3a;
    background: #ccc;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}