.caseContent {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 30.21vw
}

.tabbarBox {
    width: 62.5vw;
    margin: 4vw auto 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEDF4;
}

.tabbarList {
    color: rgba(40, 53, 72, 1);
    font-size: 1.14vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 0 2vw;
    padding: 1.2vw 0;
    border-bottom: 0.16vw solid #00000000;
    cursor: pointer;
}

.tabbarAction {
    color: #1B7BFF !important;
    border-bottom: 0.16vw solid #1B7BFF !important;
}

.listBox {
    width: 62.5vw;
    margin: 2vw auto 0;
}

.list {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #EAEDF4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listImg {
    width: 15.63vw;
    height: 8.34vw;
	object-fit: cover;
	object-position: center;
}

.listContent {
    height: 8.34vw;
    flex: 1;
    padding-left: 2.3vw;
}

.listTitle {
    color: rgba(0, 0, 0, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listText {
    color: rgba(85, 95, 111, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 1.56vw;
}

.listTime {
    color: rgba(163, 167, 177, 1);
    font-size: 0.78vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin-top: 1.56vw;
}

.pageBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4vw auto;
}

.pageList {
    width: 1.67vw;
    height: 1.67vw;
    border-radius: 5px;
    border: 1px solid rgba(217, 217, 217, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(89, 89, 89, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 0 0.21vw;
    cursor: pointer;
}

.pageList:hover {
    color: #1B7BFF !important;
    border-color: #1B7BFF !important;
}

.pageListAction {
    color: #1B7BFF !important;
    border-color: #1B7BFF !important;
}

@media (max-width: 768px) {
    .tabbarBox {
        width: 90vw;
        margin: 4vw auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #EAEDF4;
    }

    .tabbarList {
        color: rgba(40, 53, 72, 1);
        font-size: 3.2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin: 0 4vw;
        padding: 1.2vw 0;
        border-bottom: 0.16vw solid #00000000;
        cursor: pointer;
    }

    .listBox {
        width: 90vw;
        margin: 2vw auto 0;
    }

    .listImg {
        width: 31vw;
        height: 16.6vw;
    }

    .listContent {
        height: 16.6vw;
		width: 40vw;
        flex: 1;
        padding-left: 2.3vw;
    }

    .listTitle {
        color: rgba(0, 0, 0, 1);
        font-size: 3.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listText {
        color: rgba(85, 95, 111, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 1.56vw;
    }

    .listTime {
        color: rgba(163, 167, 177, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-top: 1.56vw;
    }

    .pageBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4vw auto;
    }
    
    .pageList {
        width: 5vw;
        height: 5vw;
        border-radius: 5px;
        border: 1px solid rgba(217, 217, 217, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(89, 89, 89, 1);
        font-size: 3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin: 0 1vw;
        cursor: pointer;
    }
}