#specialDateListItem{
    margin-top: 21px;
    margin-left: 28px;
    margin-right: 24px;
    min-height: 808px;

}

.specialDate_fontBox{
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    padding-top: 19px;
    border-bottom: 1px solid #F2F2F2;
}
.specialTime{
    width: 50px;
    height: 40px;
    margin-right: 71px;
    font-size: 18px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}
.specialTime::after {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    /*margin: 0 auto;*/
    border-bottom: 1px solid #6F1685;
}
.specialTime span{
    display: block;
    font-size: 11px;
    text-align: center;
    color: #999999;
    margin-bottom: 2px;
    padding-right: 2px;
}
.specialTime_a{
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.date_wordsTitle{
    font-size: 18px;
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.date_wordsDate{
    flex-shrink: 0;
    margin-left: 10px;
}

/*分頁*/
.page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    margin-top: 22px;
}

.page > .pageTotal {
    font-size: 13px;
    margin-right: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #999999;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #6F1685;!important;
    color: #FFF;
}
@media screen and (max-width: 500px){
    .page > .pageTotal{
        margin-bottom: 10px;
    }
    .page {
        display: flex;
        flex-direction: column;
        padding: 0 25px;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .el-pagination {
        display: flex;
    }
    .el-pager{
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .el-pager li{
        margin: 2px 5px !important;
    }
    .specialTime{
        margin-right: 20px;
    }

}