@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: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-indent: 2em;
}
.m-lst36 ul.ul-one li span.span-two {
    width: 55%;
}
.m-lst36 ul.ul-one li:hover span.span-two a{
    color: #275e99;
}
.m-lst36 ul.ul-one li span.span-three {
    width: 15%;
    text-align: center;
    text-indent: 0;
}
.m-lst36 ul.ul-one li span.span-four {
    width: 15%;
    text-align: center;
    text-indent: 0;
}


.xj-list-right {
       text-align: right;
    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: 0.875rem;
}
.xj-list-center {
    text-align: center;
}
.xj-list-center input {
    width: 80%;
    line-height: 34px;
    border: none;
    color: #FFFFFF;
    background-color: #1cac93;
    border-radius: 5px;
    cursor: pointer;
}
.m-lst36 ul li a{
    font-size: 16px;
}
.xin-notice{
    border: 5px solid #f5f5f5;
    border-radius: 10px;
    width: 100%;
    padding: 2%;
}
.xin-notice-tit a{
    display: block;
    width: 100%;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    background: #275e99;
    color: #fff;
    font-size: 25px;
}
.selet-xin{
    overflow: hidden;
    margin-top: 50px;
}
.selet-xin span{
    display: block;
    font-size: 23px;
    color: #275e99;
    float: left;
    margin-left: 20%;
    line-height: 36px;
}
.selet-xin input{
    display: block;
    float: left;
    width: 30%;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}
.xin-button{
    text-align: center;
}
.xin-button button{
    display: inline-block;
    width: 160px;
    height: 45px;
    background: #f2f2f2;
    color: #999999;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
    margin-top: 55px;
    cursor: pointer;
    border: none;
    font-size: 20px;
    margin-bottom: 45px;
}
.xin-button .search{
    background: #275e99;
    color: #fff;
}
.xin-notice p{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 15px!important;
    padding: 0 5%;
}
.xin-notice .ptb35{
    font-size: 22px;
    line-height: 40px;
}
.xin-notice .detail-tit{
    font-size: 20px;
}
@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;
    }
}