.banner {
    width: 100%;
    height: 600px;
    margin-top: 60px
}

.banner .swiper {
    height: 100%;
    --swiper-pagination-color: #005826;
    --swiper-navigation-color: #fff
}

.banner .slider {
    width: 100%;
    height: 100%
}

.banner .swiper-button-prev,.banner .swiper-button-next {
    opacity: 0;
    transition: 0.3s
}

.banner img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.news {
    padding: 5rem 15px 4rem;
    background-color: #fff
}

.news .news-left ul {
    margin: 0;
    padding: 0
}

.news .news-left ul li {
    flex: 1;
    height: 50vh;
    margin-right: 1px
}

.news .news-left ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.news .news-left ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s
}

.news .news-left ul li a .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 40%)
}

.news .news-left ul li a .content {
    position: absolute;
    width: 67%;
    height: 5.4rem;
    bottom: .6rem;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.8rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.news .news-left ul li a:hover img {
    transform: scale(1.05)
}

.news .news-right .flex {
    padding: 0 12.4rem 0 10.5rem
}

.news .news-right ul {
    margin: 0;
    padding: 0 12rem 0 14rem;
    display: flex;
    flex-direction: column
}

.news .news-right ul li {
    width: 100%;
    font-size: 1.05rem;
    position: relative;
    border-left: 1px solid #005826;
    padding: 0 0 4rem 1rem
}

.news .news-right ul li .type {
    position: absolute;
    top: -0.2rem;
    left: -7rem
}

.news .news-right ul li .content {
    position: relative;
    top: -0.4rem;
    line-height: 1.8rem
}

.news .news-right ul li .content a {
    color: #000
}

.news .news-right ul li::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #005826;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -0.5rem
}

.news .news-right ul .news-bottom {
    border: none;
    padding-bottom: 0
}

.news .news-right ul .news-hidden {
    display: none
}

.news .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem
}

.news .flex .title {
    margin-left: 3rem;
    font-weight: bold;
    color: #005826;
    font-size: 2rem
}

.news .flex .more-news {
    color: #555;
    font-size: .875rem
}

.lecture {
    position: relative;
    height: 45rem;
    background-color: #f9f9f9;
    margin-top: 2rem;
    padding-top: 2rem;
}

.lecture .lec_container {
    height: 100%;
}

.lecture .title {
    font-weight: bold;
    color: #005826;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.lecture .swiper {
    width: 100%;
    height: 80%;
    padding: 5px 10px 0;
    user-select: none;
}

.lecture .swiper-wrapper {
    height: 80%;
}

.lecture .swiper-slide {
    font-size: 18px;
    background: #fff;
    transition: 0.3s;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

.lecture .swiper-slide .poster {
    width: 100%;
    height: 50%;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.lecture .swiper-slide .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.lecture .swiper-slide .description {
    padding: 30px 25px 0;
}

.lecture .swiper-slide .description .theme {
    height: 54px;
    font-weight: bolder;
}

.lecture .swiper-slide .description .theme a {
    color: #000;
}

.lecture .swiper-slide .description .time,.lecture .swiper-slide .description .place {
    color: #898989;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: default;
}

.lecture .swiper-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}

.lecture .navigation {
    display: flex;
    justify-content: center;
}

.lecture .navigation span,.lecture .navigation a {
    margin: 2rem 1rem;
    font-size: 2.5rem;
    color: #005826;
}

.lecture .background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}

.more {
    background-color: #fff;
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
}

.floor .title {
    font-weight: bold;
    color: #005826;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 2.25rem
}

.floor .recru .showmore {
    margin-right: 10px;
    color: #555;
    font-size: .875rem
}

.floor .recru ul {
    padding: 0;
    margin-bottom: 2.5rem
}

.floor .recru li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 7rem;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1rem
}

.floor .recru .date {
    text-align: center;
    width: 4rem;
    margin-right: 15px;
    cursor: default
}

.floor .recru .m {
    background-color: #005826;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    height: 1.375rem
}

.floor .recru .d {
    background-color: #e7e7e7;
    border-radius: 0 0 5px 5px;
    font-size: 2.25rem;
    color: #324d5b;
    height: 3.125rem;
    line-height: 3.125rem
}

.floor .recru .detail {
    width: 80%
}

.floor .recru .detail a {
    color: black;
    font-size: 1.125rem;
    font-weight: 600
}

.floor .sz p {
    font-size: 1rem;
    margin-bottom: 1.75rem
}

@media (max-width: 1600px) {
    .banner {
        height:550px
    }
}

@media (max-width: 1500px) {
    .banner {
        height:500px
    }

    .news .news-right .flex {
        padding: 0 6rem 0 5rem
    }

    .news .news-right ul {
        padding: 0 6rem 0 10rem
    }

    .news .news-right ul li {
        font-size: 1rem
    }
}

@media (max-width: 1450px) {
    .banner {
        height:450px
    }
}

@media (max-width: 1400px) {
    .banner {
        height:400px
    }

    .about {
        padding: 3.5rem 0;
        height: 40rem
    }

    .about img {
        width: 42rem
    }

    .about .up-header {
        font-size: 1.6rem
    }

    .about .up-pic {
        top: -480px;
        width: 29rem;
        height: 31rem;
        padding: 2.5rem
    }

    .about .up-line {
        border-bottom: 4px solid #005826;
        margin: 2rem 0
    }

    .about .up-text {
        font-size: 1rem
    }

    .about .up-btn {
        padding: .8rem 1.1rem;
        font-size: .9rem
    }
}

@media (max-width: 1200px) {
    .lecture .swiper-slide .description {
        padding:25px 20px 0
    }
}

@media (min-width: 1200px) {
    .floor .recru li:hover {
        box-shadow:1px 5px 15px rgba(0,0,0,0.1)
    }
}

@media (max-width: 1000px) {
    .banner {
        margin-top:40px
    }

    .news .news-right {
        margin-top: 3rem
    }
}

@media (max-width: 768px) {
    .banner {
        height:200px;
        margin-top: 52px
    }

    .about {
        height: 45rem
    }

    .about .bottom-pic {
        text-align: center
    }

    .about img {
        width: 96%
    }

    .about .up-pic {
        top: -4rem;
        width: 92%;
        height: 28rem;
        padding: 1.25rem 1.25rem 0 1.25rem;
        box-shadow: none;
        margin: 0 auto
    }

    .about .up-line {
        border-bottom: 3px solid #005826;
        margin: 1.5rem 0
    }

    .about .up-text {
        font-size: 1.125rem;
        line-height: 2rem
    }

    .news {
        padding-bottom: 0
    }

    .news .news-left ul li {
        height: 33vh
    }

    .news .news-left ul li a .content {
        height: 4.8rem;
        font-size: 1rem;
        line-height: 1.6rem
    }

    .news .news-right {
        margin-top: 3rem
    }

    .news .news-right .flex {
        padding: 0
    }

    .news .news-right ul {
        padding: 0 0 0 7rem
    }

    .news .news-right ul li {
        font-size: 1rem
    }

    .news .flex .title {
        margin-left: 0;
        font-size: 1.6rem
    }

    .lecture .swiper-slide .description {
        padding: 20px 15px 0
    }

    .floor .recru ul li {
        padding: 1rem 0
    }
}
