@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: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-indent: 2em;
}
.m-lst36 ul.ul-one li span.span-two {
    width: 30%;
}
.m-lst36 ul.ul-one li span.span-three {
    width: 25%;
    text-align: center;
}
.m-lst36 ul.ul-one li span.span-four {
    width: 20%;
    text-align: center;
}
.xj-list-right {
       text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
}
.xj-list-input input{
    width: 90%;
    line-height: 34px;
    border: none;
    background-color: #f8f8f8;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.xj-list-center {
    text-align: center;
}
.xj-list-center input {
    width: 80%;
    line-height: 34px;
    border: none;
    color: #ffffff;
    background-color: #0066bd;
    border-radius: 5px;
    cursor: pointer;
}
@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;
    }
}