﻿section {
    padding: 60px 0 65px;
}

.section2 {
    background: rgba(204,206,221,0.6);
}

.title {
    font-size: 40px;
    font-weight: bold;
    color: #155BAF;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.more {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 100;
    line-height: 37px;
    background-color: rgba(212,125,0,0.6);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 16px 2px, 2px 16px;
    background-position: 62px 18px, 69px 11px;
    background-repeat: no-repeat;
    width: 88px;
    border-radius: 5px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.8em;
    letter-spacing: 2px;
}

.section2 .more {
    background-color: #155BAF;
}

swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-banner {
    width: 100%;
    height: 516px;
    border-radius: 15px;
    overflow: hidden;
    --swiper-pagination-bottom: 84px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: .6;
    --swiper-pagination-color: #9E1B20;
    margin-bottom: 48px;
}

.swiper-banner a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.swiper-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-banner .news-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    line-height: 60px;
    background: rgba(20,84,145,0.6);
    width: 100%;
    color: #fff;
}

.XWDT {
    display: flex;
    justify-content: space-between;
}

.XWDT-news-item {
    display: grid;
    text-decoration: none;
    width: 572px;
    height: 114px;
    grid-template-columns: 93px auto;
    --line-height: 30px;
    --line-clamp: 3;
    grid-template-rows: auto calc(var(--line-height) * var(--line-clamp));
    gap: 20px 25px;
}

.XWDT-news-date {
    grid-row: 1/-1;
    background: #155BAF;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
}

.XWDT-news-date .top {
    font-size: 44px;
}

.XWDT-news-date .line {
    width: 66px;
    height: 1px;
    background: currentColor;
    margin: 15px auto;
}

.XWDT-news-date .bottom {
    font-size: 19px;
}

.XWDT-news-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.XWDT-news-desc {
    font-size: 16px;
    font-weight: 100;
    line-height: var(--line-height);
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #5B5B5B;
}

.swiper-YWFC {
    height: 239px;
    overflow: hidden;
}

.swiper-YWFC a {
    display: block;
    width: 295px;
    height: 100%;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
}

.swiper-YWFC img {
    display: block;
    width: 100%;
    height: calc(239px - 54px);
    object-fit: cover;
}

.swiper-YWFC .news-title {
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    height: 54px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 2em;
    color: #5B5B5B;
}

.swiper-XYGY {
    height: 292px;
    overflow: hidden;
}

.swiper-XYGY a {
    display: block;
    width: 356px;
    height: 100%;
    text-decoration: none;
}

.swiper-XYGY img {
    display: block;
    width: 100%;
    height: 196px;
    object-fit: cover;
    border-radius: 14px;
    overflow: hidden;
}

.swiper-XYGY .news-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0D346D;
    opacity: .88;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 1em;
    margin-top: 20px;
    margin-bottom: 12px;
}

.swiper-XYGY .news-desc {
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    color: #5B5B5B;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 1em;
}

.content {
    position: relative;
}

.swiper-prev, .swiper-next {
    width: 23px;
    height: 58px;
    background: url(../images/arrow1.png) no-repeat;
    position: absolute;
    cursor: pointer;
}

.swiper-prev {
    left: -43px;
    transform: rotate(180deg);
}

.swiper-next {
    right: -43px;
}

.section2 .swiper-prev, .section2 .swiper-next {
    bottom: 90px;
}

.section3 .swiper-prev, .section3 .swiper-next {
    bottom: 167px;
}
