.morebank{
    width: 950px;
    margin:0 auto;
}
.msg{
    margin:20px 0;
    background: #FFF5EC;
    height: 40px;
}
.msg p{
    padding-left: 15px;
    font-size: 12px;
    color: #AD733A;
    line-height: 40px;
}


.titleLoan{
    height: 68px;
    background: #F6F6F6;
    padding:12px;
}
.titleLoan img{
    float: left;
    display: block;
    width: 68px;
    height: 68px;
    margin-right: 12px;
}
.titleLoan p span{
    color:#EC0000;
}
.titleLoan b{
    font-size: 16px;
    font-weight: normal;
    margin:0 5px
}
.color-black{
    color: #333333;
}
.red{
    color: #EC0000;
}
.green{
    color: #11A668;
}
.tablelist ul{
    background: #F6F6F6;
    width: 100%;
    overflow: hidden;
}
.tablelist li{
    padding:9px 12px;
    box-sizing: border-box;
    float: left;
}
.tablelist li img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 12px;
    float: left;
}

.w15{
    width: 15%;
}
.w25{
    width: 25%;
}
.w32{
    width: 32%;
}
.w13{
    width: 13% ;
}
.w16{
    width: 16%;
}
.tablelist li .loanBtns{
    background: #E9000F;
    border-radius: 13px;
    width: 100px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    display: block;
}
.tablelist ul:last-child{
    padding-bottom: 15px;
}
.bankbottom{
    height: 82px;
    background: #F6F6F6;
}
.bankbottom li:first-child{
    width: 19%;
}
.bankbottom li:first-child .red{
    font-size: 16px;
}
.bankbottom li{
    float: left;
    width: 27%;
    box-sizing: border-box;
    padding:25px 12px;
}
.bankbottom li img{
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 13px;
}
.bankbottom li div{
    margin-top: -3px;
}