.inform{
    border:1px solid #dddddd;
    margin: 10px auto;
    width: 950px;
}
.bank-title{
    background: #F6F6F6;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 19px;
    font-weight: bold;
}
.bank-title img{
      width: 220px;
     height: 29px; 
}
.bank-title b{
    position: relative;
    letter-spacing: 3px;
    top: -4px;
}
.bank-title b:after{
    content: '';
    display: block;
    width: 125px;
    height: 2px;
    background: #c50303;
    position: absolute;
    bottom: -3px;
    left: 1px;
}
.inform-top{
    border-bottom:1px solid #dddddd;
    padding:8px 25px;
}
.inform-top h2{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color:#000
}
.inform-top div{
    background: #FFF5EC;
    padding:8px 15px;
}
.inform-top div p{
    color: #AD733A;
}
.inform-top div p{
    margin-bottom: 6px;
}
.inform-top>p{
    margin-top: 18px;
}

table{
    width: 100%;
    margin-bottom: -1px;
}
table tr{
    border-bottom: 1px solid #dddddd;
}
table tr .table-left{
    width: 205px;
    background: #F6F6F6;
    font-size: 16px;
    vertical-align: baseline;
    color:#333
}
table tr td{
    padding:12px;
    color: #666666;
}
