.banner-item {
    height: 100%;
}

.banner-img {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(21, 5, 5, 0.30);
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}


.index-container {
    min-width: 1200px;
    padding: 20px 0;
}


.layui-tab-title {
    position: relative;
    height: auto;
}


.notice-container.layui-tab {
    margin: 0;
}

.notice-container .layui-tab-title .layui-this {
    /*color: #fff;*/
    position: relative;
}

.notice-container .layui-tab-title .layui-this:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    background: #14398C;
    top: auto;
    bottom: 0;
    left: 50%;

    transform: translateX(-50%);
    border-width: 0;
    border-radius: 0;
}


.notice-container .layui-tab-title {
    border-bottom: 1px solid #D5D5D5;


}

.notice-container .layui-tab-title li {
    font-size: 22px;
    font-weight: bold;
    color: #111111;
    /*line-height: 40px;*/
    line-height: 1;
    /*padding-bottom: 8px;*/
    position: relative;
    padding: 6px 0 18px;
    margin-left: 48px;
}

.notice-container .layui-tab-title li:first-child {
    margin-left: 0px;
}

.notice-container .layui-tab-content {
    padding: 52px 0px 0px;
}

.notice-more {
    position: absolute;
    right: 0;
    top: 15px;

    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #999999;
    cursor: pointer;

}

.notice-more:hover {
    color: #14398C;
    font-weight: bold;
}


.single-article-box {
    width: 580px;
    cursor: pointer;
    display: block;
    background: #F8F8F8;
    transition: all ease 0.3s;
}

.single-article-box:hover {
    transform: translateY(-4px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.single-article-box .article-img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.single-article-box .bottom {
    padding: 30px 20px 24px;
    width: 580px;

}

.single-article-box:hover .article-title {
    color: #14398C;
}

.single-article-box .article-title {
    font-size: 20px;
    font-weight: bold;
    color: #111111;


    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-article-box .article-desc {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    font-weight: 400;
    color: #666666;
    margin-top: 17px;

    transition: all ease 0.2s;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.crt-time {
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    line-height: 22px;
    text-align: right;
    margin-top: 8px;
}

.article-box {
    display: block;
    background: #F8F8F8;
    width: 560px;
    margin-top: 20px;
    padding: 26px 6px 25px 26px;
    transition: all ease 0.3s;
}

.article-box:hover {
    transform: translateY(-4px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.article-box:first-child {
    margin-top: 0;
}

.article-box .calendar-time {
    width: 88px;
    height: 68px;
    /*background: #0057D9;*/
    background: #6A7585;
    transition: all ease 0.3s;
}

.article-box:hover .calendar-time {
    background: #0057D9;
}

.article-box .calendar-time .year {
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding-top: 14px;
    line-height: 1;

}

.article-box .calendar-time .date {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 6px;
    line-height: 1;

}

.article-box .article-right {
    width: 420px;

}

.article-box .article-right .article-title {
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #111111;

    transition: all ease 0.2s;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-box:hover .article-right .article-title {
    color: #14398C;
}

.article-box .article-right .article-desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;

    height: 48px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*网上报名*/
.net-box {
    min-width: 1200px;
    /*height: 730px;*/
    background-image: url("../images/net-bg.png");
    background-position: top;
    background-repeat: repeat;
    background-size: 1903px auto;

}

.title-img {
    display: block;
    margin: 0px auto;
    padding: 42px 0 18px;
}

.net-bm-box {
    width: 1100px;
    height: 500px;
    position: relative;
    /*background-image: url("../images/net-bm.png");*/
    background-size: 100% 100%;
    margin: 0 auto;
}
.bm-item{
    min-width: 150px;
    height: 60px;
    line-height: 60px;
    background: #0056D6;
    box-shadow: 0px 10px 32px 0px rgba(0,37,121,0.3);
    border-radius: 30px;
    text-align: center;
    padding: 0 28px;

    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    margin: 28px 19px;
}

.net-bm-btn {
    display: block;
    /*position: absolute;*/
    /*bottom: 40px;*/
    /*left: 50%;*/
    width: 360px;
    height: 110px;
    margin: 80px auto 80px;

    /*margin-left: -170px;*/
}

/*<!--赛事动态-->*/
.event-box {
    min-width: 1200px;
    background-image: url("../images/header-bg.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 1903px auto;

}

.single-article-box.event {
    width: 590px;
    padding: 10px;
}

.single-article-box.event .bottom {
    padding: 30px 20px 30px;
}

.single-article-box.event .article-img {

    height: 400px;

}

.single-article-box.event .article-desc {
    -webkit-line-clamp: 2;

    line-height: 22px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;

}

.article-box.event {
    margin-top: 30px;
    width: 550px;

}

.article-box.event:first-child {
    margin-top: 0px;

}

.article-box.event:hover {
    box-shadow: none;
    background: #14398C;

}

.article-box.event:hover .article-right .article-title, .article-box.event:hover .article-right .article-desc, .article-box.event:hover .time {
    color: #fff;
}

.article-box.event .article-right .article-desc {
    margin-top: 23px;
}

.article-box.event .article-right {
    width: 498px;
}

.article-box.event .time {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #999999;
}

.single-article-box.event .crt-time {
    text-align: left;
    font-size: 16px;
    height: auto;
    margin-top: 18px;
}


/*<!--    成果展示-->*/
.results-box {
    min-width: 1200px;
    background-image: url("../images/results-bg.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 1903px auto;
}

.results-box .results-list {

}

.results-box .results-list .list-item {
    width: 375px;
    height: 408px;
    background: #F6F7F9;
    margin-left: 17px;
    margin-top: 30px;
}

.results-box .results-list .list-item:nth-child(3n+1) {
    margin-left: 0px;
}

.results-box .results-list .list-item:nth-child(1), .results-box .results-list .list-item:nth-child(2), .results-box .results-list .list-item:nth-child(3) {
    margin-top: 0px;
}

.results-box .results-list .list-item .img {
    width: 375px;
    height: 280px;
    display: block;
    object-fit: cover;
}

.results-box .results-list .list-item .title {
    line-height: 22px;
    font-size: 22px;
    font-weight: bold;
    color: #111111;
    padding: 23px 10px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    text-align: center;
}

.results-box .results-list .list-item .fn {
    width: 110px;
    border: 1px solid #14398C;
    border-radius: 4px;
    line-height: 33px;

    font-size: 16px;
    color: #14398C;
    transition: all ease 0.3s;

    text-align: center;
    margin: 20px auto 28px;
    display: block;

}

.results-box .results-list .list-item:hover .fn {
    width: 110px;
    height: 35px;
    border: none;
    background: #14398C;
    border-radius: 4px;
    color: #fff;


}

.more-all {
    width: 80px;
    line-height: 16px;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    display: block;
    margin: 42px auto 40px;
    text-align: center;
    transition: all ease 0.3s;

}

.more-all:hover {
    color: #14398C;
    font-weight: bold;

}
