.swiper-slide {
    font-size: 0;
}

.swiper-slide img {
    width: 100%;
}

/* ============================== */

.intro-data {
    width: 7.5rem;
    margin: 0.1rem;
    overflow: hidden;
}

/* ----------------------------------------- */

/* --------------------------------------------------- */

.news-image {
    float: left;
    width: 140px;
    height: 115px;
    margin: 0 10px 10px 0;
    transition: all 0.3s;
    font-size: 0;
}

.news-image img {
    width: 100%;
    overflow: hidden;
}

.news-right {
    width: 100%;
}

.news-right>li {
    padding-bottom: 16px;
    border-bottom: 1px dashed #c8c8c8;
    cursor: pointer;
}

/* ---------------------------------------------------- */

.recruit {
    height: 300px;
    background: url('../images/a/recruit-bg.png') no-repeat;
    background-size: cover;
}

.recruit-title {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: 48px;
    color: #f3e92f;
    font-style: italic;
}

.recruit-subtitle {
    margin-bottom: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.btn-group a {
    list-style: none;
    border: none;
    outline: none;
    width: 120px;
    height: 40px;
    margin: 0 10px;
    border-radius: 30px;
    background: #f3e92f;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.btn-group a:active {
    opacity: 0.8;
}

/* --------------------------------------------- */

.poster-panel {
    width: 100%;
    margin-bottom: 20px;
}

.poster-panel li {
    width: 32vmin;
    margin-bottom: 1rem;
}

.poster-icon {
    width: 35px;
    height: 35px;
}
.poster-panel p{
    font-size: 1.4rem;
}
.poster-panel span{
    font-size: 1rem;
}