.childNav {
    width: 100%;
    height: 28px;
}

.childNav a {
    line-height: 28px;
    color: #CD2B2B;
    font-size: 15px;
    display: inline-block;
    width: 82px;
    text-align: center;
}

.childNav a.on{
    text-decoration: none;
    height: 28px;
    background: rgba(255, 185, 185, .47);
}

.xxjxs{
    width: 100%;
    height: 120px;
}

.xxjxs img{
    width: 100%;
    height: 120px;
}

.zfxxgklist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.zfxxgkitem{
    width: 187px;
    height: 84px;
    background: #F3F3F3;
    margin-top: 15px;
}

.zfxxgkitem a{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 19px;
}
.zfxxgkitem a img{
    margin: 0 auto;
}

.zfxxgkitem a p{
    width: 100%;
    font-size: 16px;
    margin-top: 9px;
    color: #333;
}

.middlezt{
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.middlezt a{
    width: 493px;
    height: 58px;
    display: block;
    margin-top: 15px;
}