#dz_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px;
}

.dz_left {
    width: 20%;
}
.dz_head{
    width: 100%;
    padding: 20px 30px;
    color: #fff;
    background: #90C036;
    font-size: 18px;
    text-align: center;
    margin:0 0 10px 0;
}
.dz_left p {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.dz_left p:hover {
    color: #178128;
    font-size:16px;
  font-weight:bold;
}

.dz_left .dz_active {
    color: #178128;
    font-size:16px;
  font-weight:bold;
}

.dz_right {
    width: 75%;
}

.dz_right .dz_content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dz_right .dz_content .dz_single {
    width: 22%;
    margin: 0 1.5% 15px;
    border: 1px solid #90C036;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.dz_right .dz_content .dz_single .dz_title {
    width: 70%;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dz_right .dz_content .dz_single .dz_link {
    width: 30%;
    height: 30px;
    font-size: 14px;
    border: none;
    color: #90C036;
    background: #F1F1F1;
    cursor: pointer;
}

.dz_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    display: none;
}

/*æç¤ºä¸‹è½½*/
.dz_tipsWindow {
    width: 300px;
    height: 150px;
    padding: 10px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    display: none;
}

.dz_tipsWindow img {
    width: 30px;
}

.dz_tipsWindowClose {
    text-align: right;
    margin: 0 0 20px 0;
}

.dz_tipsWindowClose img {
    cursor: pointer;
}

.dz_tipsWindowContent {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.dz_tipsWindowContent img {
    margin: 0 10px 0 0;
}

.dz_tipsWindow button {
    padding: 0 20px!important;
    height: 30px!important;
    font-size: 16px!important;
    background: #90C036!important;
    color: #fff!important;
    border: none!important;
    cursor: pointer!important;
}

/*æç¤ºä¸‹è½½æ¬¡æ•°ä¸è¶³*/
.dz_noNumberWindow {
    width: 300px;
    height: 150px;
    padding: 10px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    display: none;
}

.dz_noNumberWindow img {
    width: 30px;
}

.dz_noNumberWindowClose {
    text-align: right;
    margin: 0 0 20px 0;
}

.dz_noNumberWindowClose img {
    cursor: pointer;
}

.dz_noNumberWindowContent {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.dz_noNumberWindowContent img {
    margin: 0 10px 0 0;
}

.dz_noNumberWindow button {
    padding: 0 20px!important;
    height: 30px!important;
    font-size: 16px!important;
    background: #90C036!important;
    color: #fff!important;
    border: none!important;
    cursor: pointer!important;
}

/*æç¤ºæ³¨å†Œ*/
.dz_noUserWindow {
    width: 300px;
    height: 150px;
    padding: 10px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    display: none;
}

.dz_noUserWindow img {
    width: 30px;
}

.dz_noUserWindowClose {
    text-align: right;
    margin: 0 0 20px 0;
}

.dz_noUserWindowClose img {
    cursor: pointer;
}

.dz_noUserWindowContent {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.dz_noUserWindowContent img {
    margin: 0 10px 0 0;
}

.dz_noUserWindow button {
    padding: 0 20px!important;
    height: 30px!important;
    font-size: 16px!important;
    background: #90C036!important;
    color: #fff!important;
    border: none!important;
    cursor: pointer!important;
}

.dz_noUserWindow button a {
    color: #fff!important;
}

@media only screen and (max-width: 768px) {
    .dz_container {
        width: 100%;
    }

    #dz_list {
        display: block;
        align-items: flex-start;
        justify-content: space-between;
    }

    .dz_left {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .dz_left p {
        width: 47%;
        margin: 0 1.5% 10px;
        padding: 10px 5px;
        background: #EEEEEE;
    }

    .dz_right {
        width: 100%;
    }

    .dz_right .dz_content .dz_single {
        width: 80%;
        margin: 0 auto 20px;
    }

    .dz_bottom .dz_content .dz_list h4 {
        font-size: 12px;
    }
}