﻿
.slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.card-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 15px;
    padding-left: 35px;
}

.card {
    width: 12rem;
    flex: 0 0 auto; /* Ensures each card maintains its width */
    transition: transform 0.5s ease-in-out;
    display: block;
    justify-content: center;
    background-color: var(--background-color);
}
.card img{
    width: 100px;
    margin: 8px;
}

.card-body h6{
    font-weight: bold;
}

.card-body p{
    font-size: 13px
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.Key-date {
    /* height: 150px; */
    line-height: 1.4em;
    color: #fff;
    font-size: 15px;
    position: relative;
}

    .Key-date .arrow {
        display: block;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 20px solid transparent;
        border-right: 15px solid #606189;
        margin-top: -10px;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 115px;
    }

    .Key-date .Key-date-wrap {
        display: flex;
        flex-direction: row;
    }

    .Key-date .Key-date-item {
        width: 150px;
        height: 150px;
        text-align: center;
        box-sizing: border-box;
    }

        .Key-date .Key-date-item:nth-child(1) {
            font-size: 18px;
            background-color: #1d1e57;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .Key-date .Key-date-item:nth-child(2) {
            background-color: #606189;
        }

        .Key-date .Key-date-item:nth-child(3) {
            background-color: #4a4b79;
        }

        .Key-date .Key-date-item:nth-child(4) {
            background-color: #333467;
        }

        .Key-date .Key-date-item .tit {
            padding-top: 15px;
        }

        .Key-date .Key-date-item .date {
            line-height: 1.6em;
            color: #ffeb3b;
        }

            .Key-date .Key-date-item .date .big {
                padding-top: 10px;
                font-size: 16px;
            }

.Key-date-bottom {
    height: 150px;
    line-height: 1.4em;
    color: #fff;
    font-size: 18px;
    position: relative;
}

    .Key-date-bottom .arrow {
        display: block;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 20px solid transparent;
        border-right: 15px solid #ed6e47;
        margin-top: -10px;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 21%;
    }

    .Key-date-bottom .Key-date-wrap {
        display: flex;
        flex-direction: row;
    }

    .Key-date-bottom .Key-date-item {
        width: 25%;
        height: 150px;
        text-align: center;
        box-sizing: border-box;
    }

        .Key-date-bottom .Key-date-item:nth-child(1) {
            font-size: 24px;
            background-color: #455a64;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .Key-date-bottom .Key-date-item:nth-child(2) {
            background-color: #ed6e47;
        }

        .Key-date-bottom .Key-date-item:nth-child(3) {
            background-color: #10af72;
        }

        .Key-date-bottom .Key-date-item:nth-child(4) {
            background-color: #FF8AB3;
        }

       
        .Key-date-bottom .Key-date-item .tit {
            padding-top: 20px;
            font-size: 18px;
        }

        .Key-date-bottom .Key-date-item .date {
            line-height: 1.4em;
            color: #ffeb3b;
        }

            .Key-date-bottom .Key-date-item .date .big {
                padding-top: 10px;
                font-size: 18px;
            }

.download {
    height: 150px;
    line-height: 1.4em;
    color: #fff;
    font-size: 18px;
    position: relative;
}

    .download .arrow {
        display: block;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 20px solid transparent;
        border-right: 15px solid #00a8eb;
        margin-top: -10px;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 21%;
    }

    .download .download-wrap {
        display: flex;
        flex-direction: row;
    }

    .download .download-item {
        width: 25%;
        height: 150px;
        text-align: center;
        box-sizing: border-box;
    }

        .download .download-item:nth-child(1) {
            font-size: 24px;
            background-color: #b0bec5;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .download .download-item:nth-child(2) {
            background-color: #00a8eb;
        }

        .download .download-item:nth-child(3) {
            background-color: #6CC24A;
        }

            .download .download-item:nth-child(3) a {
                color: #000;
            }

        .download .download-item:nth-child(4) {
            background-color: #1d1e57;
        }

.download .download-item .tit {
    padding-top: 20px;
    font-size: 18px;
}

        .download .download-item .date {
            line-height: 1.4em;
            color: #ffeb3b;
        }

            .download .download-item .date .big {
                padding-top: 10px;
                font-size: 18px;
            }

.news {
    padding: 10px 10px 0 10px;
    border: 1px solid #cfd8dc;
    box-sizing: border-box;
    position: relative;
    background-color: var(--background-color);
}

    .news .cont-btn-wrap {
        top: -1px;
        position: absolute;
        right: 0;
    }

    .news h3.tit {
        display: block;
        padding-left: 25px;
    }

    .news ul {
        border-top: 1px dashed #cfd8dc;
    }

        .news ul li {
            border-bottom: 1px dashed #cfd8dc;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .news ul li a {
                line-height: 36px;
            }

