.banner {
    width: 100%;
    height: 521px;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 521px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    background: #A0A1A4;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #B12424;
    opacity: 1;
}

.news-banner .swiper-wrapper,
.news-banner .swiper-wrapper,
.news-banner .swiper-slide {
    width: 100%;
    height: 100%;
}
.news-banner .swiper-slide img {
    width: 100%;
    height: 219px;
}
.news-box {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 35px 0;
}
.news-box .news-banner {
    position: relative;
    flex: 1;
    width: 0;
    height: 340px;
    overflow: hidden;
}
.news-banner-content {
    width: 80%;
    padding: 20px;
    height: 140px;
    border-radius: 8px;
    background-color: #B2201F;
    margin: -70px auto 0 auto;
    z-index: 10000;
    box-shadow: 0px 14px 26px 1px rgba(177,36,36,0.24);
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.news-banner-content div:nth-child(1) {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.news-banner-content div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #FCF7F7;
}
.news-item {
    flex: 1;
    width: 0;
}
.news-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #cdd5dc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.news-title span:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}
.news-title a {
    line-height: normal;
    font-size: 14px;
    color: #727B93;
    cursor: pointer;
}
.news-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 1px solid #cdd5dc;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #AEB4B8;
    cursor: pointer;
}
.news-content:hover {
    color: #B12424;
    border-bottom: 1px solid #B12424;
}
.news-content:hover span:nth-child(1) {
    color: #B12424;
}
.news-content span:nth-child(1) {
    color: #1F2A34;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.audit-list {
    display: flex;
}
.audit-item {
    flex: 1;
    width: 0;
}
.audit-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
.audit-title span:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
}
.audit-title a {
    line-height: normal;
    font-size: 14px;
    color: #727B93;
    cursor: pointer;
}
.audit-content {
    background: linear-gradient(180deg, #FFF6F6 0%, #FFFFFF 50%);
    border-radius: 10px;
    padding: 20px;
}
.audit-content-item {
    display: flex;
    align-items: center;
    color: #1F2A34;
    font-size: 14px;
}
.audit-content-item .audit-date {
    width: 76px;
    height: 30px;
    border: 1px solid #EAEDF6;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9098A0;
}
.audit-content-item .audit-text {
    margin-left: 16px;
    flex: auto;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.audit-content-item:hover .audit-text {
    color: #B12424;
}
.audit-holder {
    width: 100%;
    height: 168px;
    background-color: #B12424;
    margin-top: -128px;
    box-shadow: 0px 14px 26px 1px rgba(177,36,36,0.24);
}
.links-box {
    margin-bottom: 50px;
}
.link-img-list {
    display: flex;
    justify-content: space-between;
}
.link-input-list {
    display: flex;
    justify-content: space-between;
}
.link-input-list select {
    width: 310px;
    text-align: center;
    height: 36px;
    background-color: #f6f6f6;
    border: 1px solid #e6eaed;
    border-radius: 4px;
    font-size: 15px;
    color: #1f2a34;
}
.link-list {
    background-color: #FDF7F7;
    width: 100%;
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-wrap: wrap;
}
.link-list a {
    margin-bottom: 5px;
    margin-right: 20px;
    line-height: normal;
    color: #1F2A34;
    font-size: 14px;
}
.link-list a:hover {
    color: #B12424;
}
.fast-link {
    position: absolute;
    right: -280px;
    top: -126px;
    width: 230px;
    height: 466px;
    background-image: url(../img/fast-link.png);
    color: #fff;
    padding: 0 20px;
    z-index: 100000;
    font-size: 15px;
}
.fast-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 76px;
    height: 76px;
}
.fast-list {
    padding: 10px 0;
}
.fast-item {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-box {
    width: 100%;
    height: 109px;
    background-image: url(../img/audit-bg.png);
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #b12424;
    letter-spacing: 5px;
    font-family: Microsoft YaHei;
}
