
.travel-popular-list li a {
    width: 400px !important;
}
.travel-popular-list li a {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    position: relative;
    border: 0 !important;
    background-color: #fff !important;
}

.travel-popular-list li a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    left: 0;
    top: 0;
    background: #002f4e;
}

.travel-popular-list li a:hover {
    background: #F9F9F9 !important;
    text-indent: 4px;
    color: #002f4e;
    padding-right: 76px;
}

.travel-popular-list li a:hover:before {
    width: 4px;
}
