body{
    background-color: #fff !important;
}
.container{
    width: 1200px;
    margin: 0 auto;
}

.dqwz{
    margin-top: 79px;
}

.dqwz a,
.dqwz span{
    font-size: 16px;
    color: #000000;
}

.ztlist{
    margin-top: 70px;
    margin-left: 28px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ztlist li{
	width: 330px;
    margin-bottom: 42px;
	margin-right: 90px;
}

.ztlist li:nth-child(3n){
    margin-right: 0;
}

.ztlist li a img{
    vertical-align: middle;
}

.ztlist li a p{
    font-size: 18px;
    color: #333333;
    text-align: center;
    background: #F5F5F5;
    padding: 13px 0;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:768px) {
    .container{
        width: 100%;
    }

    .dqwz{
        padding: 0 15px;
    }

    .ztlist{
        margin-left: 0;
        padding: 0 15px;
        justify-content: center;
    }
	
	.ztlist li{
        margin-right: 0;
    }
}

.wzazzms .ztlist li a p{
	font-size:34px;
}

.wzazzms .dqwz,
.wzazzms .dqwz a,
.wzazzms .dqwz span{
    font-size: 30px;
}