.news {
    height: 400px;
}

.news-swiper {
    width: 550px;
}

.swiper-desc {
    position: absolute;
    bottom: 0;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: white;
    padding-left: 10px;
    font-size: 14px;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    text-align: right !important;
}

.news-list {
    width: 600px;
    border: 1px solid #eee;
}

.top-news-content {
    color: #ccc;
    font-size: 14px;
    text-indent: 2em;
    height: 4.5em;
    line-height: 1.5;
    overflow: hidden;
}

.news-list-wrapper>li {
    border-bottom: 1px dotted #dedede;
    background: url(/images/jiantou.png) 2px 15px no-repeat;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.guide {
    background: #d5e7f6;
}

.guide>.title {
    width: 65px;
    background: #084466;
}

.guide>.title>p {
    writing-mode: vertical-lr;
    letter-spacing: 8px;
}

.guide>.icon-wrapper>.pic {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 20px auto auto auto;
    transition: all .3s ease;
}

.news-block {
    border: 1px solid #eee;
}

.news-block-header {
    background: rgb(250, 250, 250);
}

.news-block-title {
    background: rgb(8, 68, 102);
}

.news-block-list>li {
    border-bottom: 1px dotted #dedede;
    background: url(/images/jiantou.png) 2px 15px no-repeat;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}