body,html{font-size: .24rem}
.cz_center{
    display: flex;
    align-items: center;
}
.top_nav div ,.top_navm div{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.zx_list_con {
    margin-bottom: 1px;
    background: #fff;
    padding: .31rem .23rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zx_list_left {
    width: 62%;
}
.fl {
    float: left;
}
.zx_list_title {
    font-size: 0.32rem;
    color: #333333;
    height: .88rem;
    line-height: .44rem;
}
.ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.zx_list ul li:not(:first-child) {
    padding-left: 0.14rem;
}
.zx_list ul {
    padding-top: 0.3rem;
    /* padding-bottom: 0.5rem; */
    display: flex;
    align-items: center;
}
.zx_list ul li {
    float: left;
    font-size: 0.24rem;
    color: #999999;
}
.zx_list_right {
    width: 32%;
    margin-left: 0.25rem;
    width: 2.18rem!important;
    height: 1.42rem!important;
}
.zx_pic {
    width: 2.18rem!important;
    height: 1.42rem!important;
    /* padding-top: 0.31rem; */
}
.new_list {
    width: 0.33rem;
    height: 0.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}
.zx_list ul li img {
    width: 91%;
}
