.ewb-location {
    padding-left: 24px;
    height: 42px;
    line-height: 42px;
    background: url('../images/location.png') left center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #cc0909;
}

.ewb-main {
    background: #f8f8f8;
    padding-bottom: 10px;
}

.ewb-mod {
    display: flex;
    flex-direction: column;
    height: 380px;
    padding: 0px 15px;
    background: #fff;
}

.ewb-mod-bd {
    height: 0;
    flex: 1;
}
.ewb-laws {
    position: relative;
    height: 380px;
    padding: 0 15px;
    background: #fff;
}

.ewb-row {
    margin-top: 20px;
}
.ewb-date {
    color: #666;
}
.more {
    width: 8px;
    height: 14px;

    margin-top: 7px;
    background: url('../images/more_bg.png') no-repeat;
}

.ewb-info .more {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 8px;
    height: 14px;
    background: url('../images/more_bg.png') no-repeat;
}
.use {
    padding-top: 19px;
    height: 227px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 22px;
}
.use li {
    width: fit-content;
    max-width: 273px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 16px 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    margin-bottom: 16px;
    cursor: pointer;
}
.use li:nth-child(odd) {
    margin-right: auto;
    background: #e4f6ff;
}
.use li:nth-child(odd) a {
    color: #1d8cd4;
}
.use li:nth-child(even) {
    margin-left: auto;
    background: #e4efff;
}
.use li:nth-child(even) a {
    color: #1d67d4;
}
.use li:last-child {
    margin-bottom: 0;
}
.use li:hover {
    background: #fff0e4;
}
.use li:hover a {
    color: #f96c3c;
}
.consult {
    display: block;
    height: 75px;
    background: url('../images/consult.png');
    background-size: 100% 100%;
    transition: all 0.5s ease;
}
.consult:hover {
    transform: translateY(-5px);
}
.ewb-info-item.ewb-info-ifous {
    margin-right: 0;
}
.ewb-info-item.ewb-info-ifous:hover a {
    color: #cc0909;
}
.survey {
    display: block;
    height: 115px;
    background: url('../images/survey.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.survey:hover {
    transform: translateY(-5px);
}


.wza-old .consult{
    height: 140px;
}

.wza-old .ewb-mod{
    height:auto;
}

.wza-old .ewb-laws{
    height:545px;
    margin-bottom:10px;
}

.wza-old .ewb-span8{
    margin-top:10px;
}

.wza-old .survey{
    width:100%;
}