.board {
    /* position: absolute; */
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 4rem;
    height: 0.4rem;
    border-radius: 0;
    margin: 0 !important;
    background-color: #E4E1E0;
}

.swiper-pagination-bullet-active {
    background-color: #FE7A1F !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 2.7rem;
    height: 4.7rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper-button-next {
    background-image: url(https://elifelimo.cn/img/information/banner-next.png);
}

.swiper-button-prev {
    background-image: url(https://elifelimo.cn/img/information/banner-prev.png);
}

.swiper-button-next:after {
    content: '' !important;
}

.swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev {
    left: 21.5rem !important;
}

.swiper-button-next {
    right: 21.5rem !important;
}

.content>.box {
    padding: 2.8rem 0 6.4rem;
    background: #f5f5f5;
}

.content>.box>.bar {
    width: var(--width-center);
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.content>.box>.bar>a {
    font-size: 12px;
    color: #938982;
    margin-right: 1.6rem;
    white-space: nowrap;
    
}

.content>.box>.bar>a:last-of-type {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content>.box>.bar>img {
    width: 0.8rem;
    height: 1.4rem;
    margin-right: 1.6rem;
}

.content>.box>.article {
    width: var(--width-center);
    margin: 2.8rem auto 0;
    padding: 4rem 3rem;
    box-sizing: border-box;
    background: #fff;
}

.content>.box>.article>.title {
    font-size: 2.4rem;
    font-weight: 550;
    text-align: center;
}

.content>.box>.article>.info {
    display: flex;
    margin: 4rem 0 2.4rem;
    align-items: center;
    justify-content: center;
}

.content>.box>.article>.info>img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
}

.content>.box>.article>.info>span {
    font-size: 12px;
    color: #938982;
    margin-right: 4.2rem;
}

.content>.box>.article>.line {
    width: 100%;
    height: 1px;
    margin: 0 auto 2.4rem;
    background-color: #e4e1e0;
}

.content>.box>.article p {
    margin: 1em auto;
    line-height: 200%;
    font-size: 1.6rem;
    color: #5C4D44;
}

.article > p {
    text-indent: 2em;
}

.content>.box>.article>img {
    display: block;
    width: 64rem;
    height: 36rem;
    margin: 4rem auto;
    object-fit: cover;
    align-self: center;
}

.content>.box>.article ul {
    list-style-type: disc;
    padding-left: 1.625em;
}

.content>.box>.pagination {
    width: var(--width-center);
    margin: 2rem auto;
    padding: 1.2rem 3.8rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.content>.box>.pagination>a {
    display: flex;
    align-items: center;
}

.content>.box>.pagination>a>img {
    width: 0.8rem;
    height: 1.4rem;
    object-fit: cover;
}

.content>.box>.pagination>a>span {
    margin: 0 2rem;
    font-size: 1.4rem;
    color: #938982;
}

.content>.box>.pagination>a>h5 {
    max-width: 50rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #5C4D44;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content>.box>.city {
    width: var(--width-center);
    box-sizing: border-box;
    margin: 0 auto;
    bottom: 10rem;
    padding: 2.4rem 6rem 6rem;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--color-white);
}

.content>.box>.city>h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #261205;
    flex: 0 0 100%;
}

.content>.box>.city>span>i {
    width: 2.4rem;
    height: 2.4rem;
    background: url(https://elifelimo.cn/img/home/icon_next2.svg);
    background-size: 100% 100%;
    vertical-align: bottom;
}

.content>.box>.city>li {
    width: 42.6rem;
    display: flex;
    flex-direction: column;
    margin-top: 3.2rem;
    padding-bottom: 3rem;
    box-shadow: 0px 8px 24px 1px rgba(92, 77, 68, 0.14);
    border: 1px solid #E4E1E0;
}

.content>.box>.city>li>div:first-of-type>img {
    width: 100%;
}

.content>.box>.city>li>div {
    position: relative;
}

.content>.box>.city>li>div:first-of-type {
    margin: 2.5rem 2rem 1.1rem 2rem;
}

.content>.box>.city>li>div:first-of-type>span {
    line-height: 2.4rem;
    margin: 0.4rem 1rem 0 0;
    padding: 0.2rem 1.2rem;
    display: block;
    float: left;
    font-size: 1.4rem;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-highlight);
}

.content>.box>.city>li>div:first-of-type>p {
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.content>.box>.city>li>div:nth-of-type(2) {
    margin-left: 2rem;
    display: flex;
    align-items: center;
}

.content>.box>.city>li>div:nth-of-type(2)>i {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
}

.content>.box>.city>li>div:nth-of-type(2)>i::before {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(https://elifelimo.cn/img/home/icon_star.svg);
    background-size: 100% 100%;
}

.content>.box>.city>li>div:nth-of-type(2)>i>i {
    position: absolute;
    top: 0;
    left: 0;
}

.content>.box>.city>li>div:nth-of-type(2)>i>i::before {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(https://elifelimo.cn/img/home/icon_star.svg);
    background-size: 100% 100%;
}

.content>.box>.city>li>div:nth-of-type(2)>.star::before {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: unset;
}

.content>.box>.city>li>div:nth-of-type(2)>.star>i {
    width: 50%;
    overflow: hidden;
}

.content>.box>.city>li>div:nth-of-type(2)>span {
    margin-left: 1rem;
    font-size: 1.6rem;
    color: #938982;
}

.content>.box>.city>li>div:nth-of-type(3) {
    margin: 1.6rem 0 2.4rem 2rem;
    font-size: 1.4rem;
    color: #938982;
}

.content>.box>.city>li>div:nth-of-type(3)>span {
    padding: 0.5rem 1.2rem;
    margin-right: 1rem;
    background-color: #f6f6f6;
}

.content>.box>.city>li>div:last-of-type {
    display: flex;
    align-items: center;
    margin: auto 2rem 0;
}

.content>.box>.city>li>div:last-of-type>span:first-of-type {
    margin-right: 0.8rem;
    font-size: 2.4rem;
    color: var(--color-highlight);
}

.content>.box>.city>li>div:last-of-type>span:last-of-type {
    font-size: 1.4rem;
}

.content>.box>.city>li>div:last-of-type>button {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-white);
    padding: 0.9rem 2.4rem;
    background: linear-gradient(90deg, #FE676E 0%, #FD8F52 100%);
    box-shadow: 0px 8px 16px 1px rgba(92, 77, 68, 0.14);
    border-radius: 4px 4px 4px 4px;
    margin-left: auto;
    border: none;
}

.content>.box>.interrelated {
    position: relative;
    width: var(--width-center);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem auto 0;
    padding: 2.4rem 3rem 7.6rem;
    box-sizing: border-box;
    background-color: var(--color-white);
}

.content>.box>.interrelated>h3 {
    flex: 0 0 100%;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 2rem;
    color: #261205;
}

.content>.box>.interrelated>.item {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.2rem;
}

.content>.box>.interrelated>.item>img {
    width: 34.2rem;
    height: 19.2rem;
    margin-bottom: 1rem;
}

.content>.box>.interrelated>.item>span {
    width: 34.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
}

.content>.box>.interrelated>.pagination {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 2rem;
}

.content>.box>.interrelated>.pagination>div {
    width: 4.4rem;
    height: 4.4rem;
    border: 1px solid #E4E1E0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 767.9px) {
    .board {
        height: 140px;
    }
    .swiper-slide>img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .content>.box {
        padding: 18px 10px 44px;
        box-sizing: border-box;
    }
    .content>.box>.bar {
        width: auto;
    }
    .content>.box>.bar>span {
        white-space: nowrap;
    }
    .content>.box>.article {
        width: 100%;
        margin-top: 19px;
        padding: 24px 10px;
    }
    .content>.box>.article>.title {
        padding: 0 20px;
    }
    .content>.box>.article>.info {
        margin: 16px 0 20px;
    }
    .content>.box>.article>.line {
        margin-bottom: 7px;
    }
    .content>.box>.article>img {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    .content>.box>.pagination {
        width: 100%;
        margin: 12px 0;
        padding: 10px 16px;
    }
    .content>.box>.pagination>a>h5 {
        display: none;
    }
    .content>.box>.pagination>a>span {
        margin: 0 12px;
    }
    .content>.box>.city {
        width: 100%;
        padding: 16px 10px 0;
    }
    .content>.box>.city>li {
        width: 100%;
        height: auto;
        margin-top: 16px;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #E4E1E0
    }
    .content>.box>.city>li:last-of-type {
        border: none;
    }
    .content>.box>.interrelated {
        width: 100%;
        margin: 12px 0 0;
        padding: 16px 10px 75px;
    }
    .content>.box>.interrelated>h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .content>.box>.interrelated>.item {
        width: calc(50% - 10px)
    }
    .content>.box>.interrelated>.item>img {
        width: 100%;
        height: auto;
    }
    .content>.box>.interrelated>.item>span {
      width: 100%;
    }
    .content>.box>.interrelated>.pagination {
        bottom: 24px;
        gap: 16px;
    }
    .content>.box>.interrelated>.pagination>div {
        width: 32px;
        height: 32px;
    }
}