body {
    background: #fafafa;
}

.dz-banner {
    width: 100%;
    height: 200px;
    background: url(/img/dingzhi/banner.jpg) center no-repeat;
    float: left;
    margin-bottom: 40px;
    position: relative;
    z-index: -1;
}

.dz-wrapper {
    width: 1000px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.dz-item {
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 30px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.dz-item:hover {
    border: 1px solid #2b437f;
}

.dz-item .img-container {
    width: 400px;
    height: 200px;
}

.dz-item .img-container img {
    display: block;
    width: 100%;
    height: 198px;
}

.dz-item .text-container {
    width: 540px;
    margin-right: 30px;
    height: 200px;
    position: relative;
}

.dz-item .dz-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dz-item .dz-describe {
    width: 100%;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.dz-item .dz-more {
    display: block;
    width: 90px;
    height: 25px;
    color: #e62020;
    border: 1px solid #e62020;
    border-radius: 15px;
    text-align: center;
    line-height: 23px;
    box-sizing: border-box;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    right: 0;
    cursor: pointer;
}