@charset "utf-8";
.m-lst36 ul.ul-one {
    padding: 0;
    overflow: hidden;
}
.m-lst36 ul.ul-one li:nth-child(odd) {
    background: #f5f5f5;
}
.m-lst36 ul.ul-one li:nth-child(even) {
    background: #fff;
}
.m-lst36 ul.ul-one li span {
    float: left;
    line-height: 46px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-indent: 2em;
}
.m-lst36 ul.ul-one li span.span-two {
    width: 15%;
    text-align: center;
}
.m-lst36 ul.ul-one li span.span-three {
    width: 15%;
    text-align: center;
}
.m-lst36 ul.ul-one li span.span-four {
    width: 20%;
    text-align: center;
}
.m-lst36 ul.ul-one li:hover .span-one {
    color: #1f528e;
    transition: .3s;
}
.m-lst36 ul.ul-one li:hover .span-two a {
    color: #1f528e;
    transition: .3s;
}
@media (max-width: 1024px){
    .m-lst36 ul.ul-one li span{
        width: 40%;
    }
    .m-lst36 ul.ul-one li span.span-two {
        width: 20%;
        text-align: center;
    }

    .m-lst36 ul.ul-one li span.span-three {
        width: 20%;
        text-align: center;
    }
}


@media (max-width: 767px){
    .m-lst36 ul.ul-one li span.span-two {
        width: 59%;
    }
    .m-lst36 ul.ul-one li span.span-four {
        width: 41%;
        text-align: center;
    }
}