.dz_container {
    width: 1200px;
    max-height: 430px;
 	 overflow: hidden;
    margin: 0 auto;
    padding: 10px 15px 0;
}

.dz_head {
    color: #595959;
    font-size: 14px;
    margin:0 0 15px 0;
    font-weight: bold;
    background: #F5F5F5;
    display: flex;
    align-items: center;
}

.dz_head p {
    padding: 22px 0;
    font-size: 16px;
}

#dz_scrollList1 {
    width: 100%;
}

#dz_scrollList2 {
    width: 100%;
}

.dz_single {
    font-size: 14px;
    height: 45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #eee;
}
#dz_scrollList1 li:nth-child(2n+1){
    background-color: rgb(238,238,238);
}


.dz_name {
  width:40%;
  text-align: center;
}

.dz_single .dz_name {
    padding: 3px 0;
    text-align: center;
    box-sizing: border-box;
    padding-left: 15px;
}

.dz_rate {
    /* padding: 15px 0; */
    width: 15%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.dz_created {
    /* padding: 15px 0; */
    width:15%;
    text-align: center;
    border-right: 1px solid #ddd;
}
.dz_num {
    /* padding: 15px 0; */
    width: 15%;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.dz_details {
    width: 15%;
    text-align: center;
}
.dz_level_tit{
    height: 45px;
    line-height: 45px;
    margin: 20px 0;
    font-size: 22px;
    color: red;
}
.dz_level_tit span{
    display: inline-block;
    margin: 0 6px;
    line-height: 45px;
    vertical-align: top
}
@media only screen and (max-width: 768px) {
    .dz_container {
        width: 100%;
        padding: 10px 25px 0;
    }

    .dz_head {
        color: #595959;
        font-size: 14px;
        background: #F5F5F5;
        display: flex;
        flex-wrap: wrap;
    }
  .dz_head  .dz_created{
  		width:30%
  }
  	.simply-scroll-list	.dz_created{
  		width:27%
  	}
    .dz_head p {
      padding: 15px 11px;
    	font-size: 15px;
    }

    .dz_head .dz_name {
        width: 20%;
        border-right: 1px solid rgb(221,221,221);
        text-align: left;
    }

    .dz_head .dz_rate {
        width: 20%;
        border-left: none;
    }

    .dz_head .dz_num {
        width: 20%;
    }

    .dz_head .dz_details {
        width: 10%;
    }

    .dz_single {
        font-size: 14px;
        height: 100px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap;
    }

    #dz_scrollList1 li:nth-child(2n+1) {
        background: #eee;
    }
    


    .dz_single .dz_name {
      width: 25%;
    	padding: 15px 0;
        /* text-align: center; */
    }

    .dz_single .dz_rate {
        width: 10%;
        border-left: none;
    }

    .dz_single .dz_num {
        width: 25%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .dz_single .dz_details {
        width: 10%;
    }
}
@media only screen and (max-width: 320px) {
    .dz_level_tit{
        font-size: 16px;
    }
    .dz_head p {
        padding: 10px 5px;
    }
}