.dz-post{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
}
.dz-post .post-side{
    display: none;
}
.dz-post .post{
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0 auto;
}
.dz-post .posts-item{
    width: calc(50% - 30px);
    margin: 0 15px 90px 15px;
}
.dz-post .posts-item img{
    width: 100%;
}
.dz-post .posts-item-left{
    display: block;
    width: 100%;
    /*height: 306px;
  	overflow: hidden;*/
    
}
.dz-post .posts-item-heading{
    font-size: 27px;
    color: #000;
    font-weight: 500;
    margin:32px 0 35px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dz-post .posts-item-heading a{
    color: #000;
}
.dz-post .posts-item-publish_at{
    display: none;
}
.dz-post .posts-item-summary{
    font-size: 21px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;/*超出3行部分显示省略号，去掉该属性 显示全部*/
    -webkit-box-orient: vertical;
}
.dz-post-cont{
    width: 100%;
    padding: 60px 0;
}
.dz-post-cont .pageTitle{
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.dz-post-cont .post-wrapper{
    max-width: 677px;
    margin: 0 auto;
}
.dz-post-cont .post-content p{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 20px;
}
.dz-post-cont .x-component{
    display: none;
}
.dz-post-cont .post-nav{
    margin-top: 20px;
}
.dz-post-cont .post-nav-link{
    font-size: 14px;
    color: #666;
}
.dz-post-cont .i-not{
    margin-right: 15px;
}
.dz-post-cont img{
    max-width: 100%;
}
@media screen and (max-width:768px){
    .dz-post{
        width: 95%;
        padding-top: 40px;
    }
    .dz-post .posts-item{
        width: 100%;
        margin: 30px 0px;
    }
    .dz-post .posts-item-left{
        height: auto;
    }
    .dz-post .posts-item-heading{
        font-size: 18.9px;
        margin: 20px 0;
    }
    .dz-post .posts-item-summary{
        font-size: 14px;
        line-height: 22px;
    }
    .dz-post-cont .pageTitle{
        font-size: 18.9px;
        margin-bottom: 30px;
    }
}
.dz-about{
    width: 100%;
    margin: 80px 0;
}
.dz-about-img{
    width: 100%;
    height: 839px;
}
.dz-about-title{
    text-align: center;
    font-size: 36px;
    color: #000;
    padding: 30px 0;
    text-transform: uppercase;
}
.dz-about-cont{
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 36px;
    color: #000;
}
@media screen and (max-width:768px){
    .dz-about{
        width: 100%;
        margin-top: 60px;
    }
    .dz-about-title{
        font-size: 24px;
    }
    .dz-about-cont{
        font-size: 14px;
        line-height: 22px;
    }
    .dz-about-img{
        height: 565px;
    }
}
.dz-pro-detail{
    margin-top: 80px;
}