.ewb-main {
    border: 1px solid #d0dcec;
    background: #fff;
}

.ewb-menu-hd {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #d0dcec;
}

.ewb-menu-arrow {
    display: none;
    width: 11px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: url(../images/menu_arrow.png) no-repeat;
}

.ewb-menu-bd {
    padding: 10px 19px 20px 10px;
}

.ewb-green-l{
    width: 232px;
    float: left;
}

.ewb-green-item{
    height: 90px;
    width: 232px;
    margin-bottom: 10px;
    vertical-align: top;
}

.ewb-green-item.last{
    margin-bottom: 0;
}

.ewb-green-item a{
    display: block;
    width: 232px;
    height: 90px;
    line-height: 90px;
    text-indent: 145px;
    font-size: 18px;
    font-weight: bold;
    color: #265a8a;
    cursor: pointer;
}

.ewb-green-a1{
    background: url(../images/convenient/green1.jpg) no-repeat;
}

.ewb-green-a2{
    background: url(../images/convenient/green2.jpg) no-repeat;
}

.ewb-green-a3{
    background: url(../images/convenient/green3.jpg) no-repeat;
}

.ewb-green-a4{
    background: url(../images/convenient/green4.jpg) no-repeat;
}

.ewb-green-a5{
    background: url(../images/convenient/green5.jpg) no-repeat;
}

.ewb-green-a6{
    background: url(../images/convenient/green6.jpg) no-repeat;
}

.ewb-green-r{
    width: 706px;
    float: right;
}

.ewb-green-info{
    width: 348px;
}

.ewb-green-info-hd{
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background: #d3dced;
}

.ewb-green-info-hd a{
    height: 30px;
    font-size: 16px;
    color: #fff;
    background: #487aad;
    text-indent: 14px;
    padding: 5px 10px;
    position: relative;
}

.ewb-green-icon{
    width: 15px;
    height: 30px;
    position: absolute;
    right: -5px;
    top: 0;
    background: url(../images/convenient/green_icon.png) no-repeat;
    display: block;
    position: absolute;
}

.ewb-green-info-bd{
    border: 1px solid #ececec;
    padding: 18px 14px 0 14px;
    height: 240px;
}


.ewb-green-info-item{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    vertical-align: top;
}

.ewb-green-info-item a{
    display: block;
    float: left;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.ewb-date{
    float: right;
    color: #999;
}

.ewb-mt10{
    margin-top: 10px;
}