* {
    margin: 0;
    padding: 0;
}

#zxal {
    background-color: rgba(0, 0, 0, .05);
}

.zxalnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zxalnav a {
    width: 33.3333%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 0;
    color: #282828;
    background-color: #ffffff;
}

.zxalnav a:last-child {
    border-right: none;
}

.zxalnav a i {
    width: 10px;
    height: 10px;
    display: block;
    background-image: url('../images/down.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.zxalnavzlm {
    position: relative;
}

.zxalnavzlm ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .2);
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: .5px;
    box-sizing: border-box;
    padding: 2px 3%;
}

.zxalnavzlm ul li .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zxalnavzlm ul li .swiper-wrapper div {
    width: 21%;
    margin: 2px 4% 2px 0;
}

.zxalnavzlm ul li .swiper-wrapper div:last-child:nth-child(4n) {
    margin: 2px 0 2px 0;
}

.zxalnavzlm ul li span {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 2px 0;
    background: transparent;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
}

.zxalnavzlm ul li a {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #282828;
    box-sizing: border-box;
    padding: 2px 0;
    text-align: center;
    background: #ffffff;
}

.zxalnavzlm ul li .swiper-wrapper::after {
    content: '';
    flex: auto;
}

#list {
    background: rgba(0, 0, 0, .03);
    box-sizing: border-box;
    padding: 4%;
    padding-bottom: 1px;
}

.list {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    margin-bottom: 4%;
}

.listimg {
    overflow: hidden;
    height: 215.9px!important;
}

.listcont {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 13px;
    box-sizing: border-box;
    padding: 8px 10px;
    color: #282828;
}

.listcont p:first-child {
    box-sizing: border-box;
    padding-bottom: 2px;
}

.listcont span.tx {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    border: 2px solid #ffffff;
    overflow: hidden;
    position: absolute;
    bottom: 15%;
    right: 3%;
}


/* 点击加载 */

.clickdiv {
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0;
}

.clickdiv a.clicklazy {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 18px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    letter-spacing: 1.5px;
    color: #282828;
}