.xwxq {
    width: 100%;
    background-color: #FFF;
}

.zti {
    display: flex;
}

.wz {
    padding: 10px;
}

.wz .bti p {
    font-size: 24px;
    color: #000;
}

.wz .bti {
    padding: 20px 0;
}

.wz .texts {
    margin-bottom: 30px;
}

.wz .texts p {
    display: inline-block;
    color: #999;
    font-size: 14px;
}

.wz .texts .ll,
.wz .texts .fb,
.wz .texts .zz {
    margin-left: 15px;
}

.wz .zw .top {
    display: flex;
    margin-bottom: 30px;
}

.wz .zw .top .img {
    width: 500px;
    height: 280px;
    margin-right: 20px;
}

.wz .zw .wenzi {
    margin-right: 70px;
}

.wz .zw .wenzi p {
    width: 400px;
    font-size: 16px;
    text-align: left;
    margin-top: 11px;
}

.wz .zw .xia {
    margin-right: 70px;
    font-size: 16px;
    text-align: left;
    line-height: 35px;
}


.zti .tw .its {
    margin-top: 30px;
    transition: all .5s linear;

}

.zti .tw .its .ims {
    width: 270px;
    height: 160px;
    overflow: hidden;

}

.zti .tw .its .ims img {
    transition: all .5s linear;

}

.zti .tw .its .wb {
    height: 40px;
    background-color: #FAFAFA;
}

.zti .tw .its .wb p {
    float: left;
    line-height: 40px;
    color: #666;
}

.zti .tw .its .wb .da {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
    margin-left: 15px;
}

.zti .tw .its .wb span {
    width: 155px;
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.zti .tw .its:hover {
    transform: translateY(-2px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, .2);
    transition: all .2s linear;
}

.zti .tw .its:hover span {
    color: #015CAB;
    transition: all .2s linear;
}

.zti .tw a:hover img {
    transform: scale(1.1);
    transition: all .5s linear;
}

.gd {
    height: 120px;
    margin-top: 20px !important;
    font-size: 16px;
}

.gd a {
    /* display: block; */
    color: #666;
    font-size: 16px;
}

.gd a:hover {
    color: #389FFB;
}