@import "../common/hide_navbar.css";

.banner .page-card-image img {
    width: 100%;
}
.banner .page-card-body {
    top: 35%;
}
.match-list {
    padding-top: 1rem;
}
.match-list .nav-box {
    border-bottom: 1px solid #ececec;
}
.match-list .nav-tabs {
    border: none;
}
.match-list .nav-tabs .nav-item {
    position: relative;
    top: 1px;
    padding-top: 1rem;
    padding-right: 3rem;
}
.match-list .nav-tabs .nav-link {
    color: #111;
    border: none;
    padding: 0 0 1rem;
    font-weight: 600;
}
.match-list .nav-tabs .nav-link:hover {
    border: none;
    color: #333;
}
.match-list .nav-tabs .nav-link.active {
    border: none;
    color: #333;
    border-bottom: 3px solid #169BD5;
}
.match-list .top-match {
    margin-bottom: 3rem;
}
.top-match .top-match-image {
    padding-right: 3rem;
    overflow: hidden;
}
.top-match .top-match-image img {
    width: 100%;
}
.match-list .top-match .match-name {
    font-size: 24px;
    font-weight: bold;
}
.match-list .top-match .match-desc {
    max-height: 147px;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.match-list .more-match {
    height: 300px;
}
.match-list .tab-content-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: left;
}
.match-list .swiper-container {
    padding-bottom: 3rem;
}
.match-list .swiper-slide {
    width: 22%;
}
.match-list .rg-card {
    overflow: hidden;
    text-decoration: none;
}
.match-list .card-img {
    border-radius: 10px;
}
.match-list .card-img-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.match-list .rg-card:hover .card-img-overlay {
    display: block;
}
.match-list .top-slider {
    background-color: #fff;
    width: 50px;
    height: 5px;
    border-radius: 5px;
}
.match-list .match-year {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.match-list .swiper-container .match-name {
    color: #fff;
    font-size: 18px;
}
.match-list .match-info {
    width: 100%;
    background-color: #006BFE;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 0;
}
.match-list .course-name{
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.news {
    background-color: #F7F7F7;
    padding-top: 14rem;
    padding-bottom: 3rem;
}
.news .swiper-container {
    padding-bottom: 3rem;
}
.news .card {
    overflow: hidden;
    text-decoration: none;
}
.news .card-title {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.news .card:hover {
    background-color: #006BFE;
    color: #fff;
}
.news .card:hover .card-title,
.news .card:hover .card-text {
    color: #fff;
}
.partner .bg-ef {
    background-color: #efefef;
}
.partner .partner-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 4rem;
    position: relative;
    color: #333;
    text-decoration: none;
}
.partner .partner-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2rem;
}
.partner .partner-image {
    width: 40%;
    margin-bottom: 1rem;
}
.business .page-card-body {
    top: 6%;
}
.business .page-card-title {
    font-size: 30px;
    margin-bottom: 0.5rem;
}
.business .page-card-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}
.business .page-card-bottom {
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    text-align: center;
}
.business .page-card-bottom .btn {
    padding: 10px 2rem;
    border-radius: 50px;
    font-size: 16px;
}

@media (max-width: 1000px) {
    .banner .page-card-title {
        font-size: 28px;
    }
    .banner .page-card-text {
        font-size: 18px;
    }
    .match-list .nav-tabs .nav-item {
        padding-right: 1.5rem;
    }
    .top-match .top-match-image {
        padding-right: 15px;
    }
    .news {
        padding-top: 7rem;
    }
    .business .page-card-title {
        font-size: 20px;
    }
    .business .page-card-text {
        font-size: 14px;
        text-align: center;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .business .page-card-bottom .btn {
        font-size: 14px;
    }
}