.active{
    background-color: #006060!important;}
.active a{
    color: #fff;}
.list_lb ul {
    padding: 25px 0px 30px;
    overflow: hidden;}

.list_lb li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: #ddd 1px solid !important;
    padding: 0 !important;
    margin-bottom: 0 !important;}

.list_lb li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #005e5d;}

.list_lb li a {
    padding: 19px 0px 20px 35px;
    display: block;
    overflow: hidden;}

.list_lb li h2 {
    float: left;
    width: calc(100% - 110px);
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s ease-out 0s;}

.list_lb li span {
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: #005e5d;
    border-radius: 15px;
    text-align: center;}

.list_lb li:hover h2 {    color: #005e5d;
    transform: translateX(3px);
    font-weight: bold;
    font-size: 18px;}
.ny_list2 ul li:hover {
    transform: translate(0);}
    .ny_list2 ul li {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;}
