#dz_list {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.dz_left {
    width: 25%;
    padding: 20px 10px;
    background: #F7F9FA;
}

.dz_shaixuan {
    font-size: 12pt;
    color: #333333;
    text-align: right;
    margin: 10px 18px 10px 0;
    display: none;
}

.dz_cha {
    margin-left: 90%;
    display: none;
}

.dz_right {
    width: 70%;
}

.dz_right .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dz_title {
    width: 200px;
    padding: 20px 15px;
    margin: auto;
}

.dz_title h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.dz_selectYear {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-left: 28px;
    /* justify-content: space-around; */
}

.dz_shangyinian,
.dz_xiayinian {
    width: 6px;
    cursor: pointer;
}

.dz_selectYear p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #007AFE;
    margin: 0 33px;
}

.dz_leftMain {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dz_year {
    width: 30%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px 0;
    margin: 5px 1.5%;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    text-align: center;
    cursor: pointer;
}

.dz_year.active {
    color: #5F8DEA !important;
    background: #DFEAFF url('https://omo-oss-image.thefastimg.com/portal-saas/new2022060716115847325/cms/image/6fa9bb96-786c-4704-bd5a-6fa826fadcd6.png') no-repeat right bottom !important;
    background-size: 20px !important;
    border: 1px solid #B5CDFE !important;
}

.dz_fenye {
    width: 70%;
    margin-left: 30%;
    text-align: center;
    margin-top: 36px;
}

.dz_a {
    width: 245px;
    /* height: 390px; */
    display: block;
    margin: 0px 1.5% 20px;
    background: #F7F9FA;
    position: relative;
}

.dz_a img {
    width: 80%;
    margin: 8% 10% 0% 10%;
}

.dz_a p {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
}