.swiperBox {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 24px calc(50% - 600px) 53px;
    background: #BB2830;
}

.swiperBox .swiper-lf {
    display: inline-block;
    width: 765px;
    height: 411px;
    position: relative;
	overflow: hidden;
    margin-right: 24px;
}

.swiper-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-item a img{
	width: 100%;
	height: 411px;
    object-fit: cover;
}
.swiper-item a p{
	height: 65px;
	line-height: 64px;
	padding: 0 180px 0 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    margin: 0;
	background: rgba(0, 0, 0, .54);
	color: #FFF;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    box-sizing: border-box;
}

.swiper-lf .swiper-pagination{
	height: 7px;
}
.swiper-lf .swiper-pagination{
	position: absolute;
	width: auto;
	left: auto;
	right: 20px;
	bottom: 30px;
	z-index: 2;
}
.swiper-lf .swiper-pagination span{
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 5px;
	margin-left: 8px;
    background: #FFF;
}
.swiper-lf .swiper-pagination .swiper-pagination-bullet-active{
	width: 20px;
    background: #BB2830;
}

.swiper-rt {
    flex: 1;
    
}

.swiper-rt .tab-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #FFF;
}

.swiper-rt .tab-tit span:first-child {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
}

.swiper-rt .tab-tit span:last-child a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    opacity: .7;
}

.swiper-rt .tab-group .tab-groupItem {
    position: relative;
    margin-top: 30px;
}

.tab-group a:hover {
    color: #557cff !important;
}

.showLast a div:hover {
    color: #557cff !important;
}

.tab-item li a:hover p {
    color: #557cff !important;
}

.growpList:hover {
    color: #557cff !important;
}

.swiper-rt .tab-group .tab-groupItem a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    opacity: .7;
}


.listTab:hover {
    color: #557cff !important;
}

.listTitle:hover {
    color: #557cff !important;
}

.listTab a:hover .listName {
    color: #557cff !important;
}

.newsMenuList {
    padding: 20px calc(50% - 600px);
    display: flex;
    justify-content: space-between;
    height: 362px;
    box-sizing: border-box;
}

.newsMenuList .newsListBox {
    width: 368px;
}

.newsMenuList .newsListBox .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
}

.newsMenuList .newsListBox .title .title-left {
    padding-left: 7px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    position: relative;
}

.newsMenuList .newsListBox .title .title-left::before {
    width: 3px;           /* 定义背景图的实际大小 */
    height: 16px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    background: #BB2830;
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

.newsMenuList .newsListBox .title .more{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
}

.newsMenuList .newsListBox .list .listTab {
    width: 100%;
    line-height: 50px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    border-bottom: 1px dashed #F0F0F0;
}

.newsMenuList .totalNews {
    width: 379px;
    height: 382px;
    box-shadow: 0px 2px 32px 0px rgba(187,40,48,0.1);
    position: relative;
    top: -60px;
    background: #fff;
}

.newsMenuList .totalNews .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 17px;
}

.newsMenuList .totalNews .title .title-left {
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    position: relative;
}


.newsMenuList .totalNews .title .more{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
}

.newsMenuList .totalNews .list {
    padding: 0 17px;
}

.newsMenuList .totalNews .list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 20px;
    border-bottom: 1px solid #eee;
}

.newsMenuList .totalNews .list a:last-of-type {
    border-bottom: none;
}

.newsMenuList .totalNews .list .time {
    width: 50px;
    margin-right: 22px;
}

.newsMenuList .totalNews .list .time .day {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #333333;
}

.newsMenuList .totalNews .list .time .yearMouth {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.newsMenuList .totalNews .list .listTab {
    flex: 1;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型展示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素排列方式为垂直方向 */
    -webkit-line-clamp: 2; /* 控制显示几行之后开始折叠文本 */
    overflow: hidden; /* 对于超出范围的内容进行隐藏处理 */
    text-overflow: ellipsis; /* 添加省略标记 (...) 来指示被修剪的文本 */
}

.zuanti {
    padding: 0 calc(50% - 600px);
}

.zuanti .zuantiSwiper {
    display: inline-block;
    width: 100%;
    height: 185px;
    position: relative;
	overflow: hidden;
}

.zuanti .zuantiSwiper .swiper-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.zuanti .zuantiSwiper .swiper-item a img{
	width: 100%;
	height: 185px;
    object-fit: cover;
}

.zuanti .zuantiSwiper .swiper-pagination{
	height: 7px;
}
.zuanti .zuantiSwiper .swiper-pagination{
	position: absolute;
	width: auto;
	left: auto;
	right: calc(50% - 36px);
	bottom: 10px;
	z-index: 2;
}
.zuanti .zuantiSwiper .swiper-pagination span{
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 5px;
	margin-left: 8px;
    background: #FFF;
}
.zuanti .zuantiSwiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 6px;
    background: #B21D24;
}

.newsList2 {
    padding: 20px calc(50% - 600px);
    display: flex;
    justify-content: space-between;
}

.newsList2 .newsLeft {
    flex: 1;
}

.newsList2 .newsRight {
    width: 382px;
    margin-left: 35px;
} 

.newsList2 .newsRight a {
    display: block;
    width: 100%;
}

.newsList2 .newsRight img {
    width: 100%;
    height: 110px;
    margin-bottom: 17px;
}

.newsList2 .newsLeft .topNews {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newsList2 .newsLeft .topNews .newsListBox {
    width: 368px;
}

.newsList2 .newsLeft .topNews .newsListBox .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
}

.newsList2 .newsLeft .topNews .newsListBox .title .title-left {
    padding-left: 7px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    position: relative;
}

.newsList2 .newsLeft .topNews .newsListBox .title .title-left::before {
    width: 3px;           /* 定义背景图的实际大小 */
    height: 16px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    background: #BB2830;
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

.newsList2 .newsLeft .topNews .newsListBox .title .more{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
}

.newsList2 .newsLeft .topNews .newsListBox .list .listTab {
    width: 100%;
    line-height: 50px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    border-bottom: 1px dashed #F0F0F0;
}

.newsList2 .newsLeft .social {
    width: 100%;
}

.newsList2 .newsLeft .social .columnName {
    display: flex;
    background: rgba(242,236,236,0.5);
    position: relative;
}

.newsList2 .newsLeft .social .columnName::after {
    content: "\00BB";
    position: absolute;
    font-size: 25px;
    bottom: 5px;
    right: 10px;
    color: #333;
    cursor: pointer;
}

.newsList2 .newsLeft .social .columnName .FaColumn {
    width: 111px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    background-color: #990009;
    /* 添加切角效果 */
    clip-path: polygon(
        0 0,           /* 左上角 */
        100% 0,        /* 右上角 */
        100% 0,      /* 右下角开始切 */
        85% 100%,      /* 右下角结束切 */
        0 100%         /* 左下角 */
    );
}

.newsList2 .newsLeft .social .columnName .column {
    width: 111px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #666666;
}

.newsList2 .newsLeft .social .columnName .cur {
    font-weight: bold;
    color: #000;
}

.newsList2 .newsLeft .social .columnList a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #D4D4D4;
}

.newsList2 .newsLeft .social .columnList a:last-of-type {
    border-bottom: none;
}

.newsList2 .newsLeft .social .columnList a .listTitle {
    width: 70%;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsList2 .newsLeft .social .columnList a .listTime {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
}


.sheshi {
    margin: 0 calc(50% - 600px) 20px;
    display: block;
}

.sheshi img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.suggestion {
    padding: 0 calc(50% - 600px);
    display: flex;
    justify-content: space-between;
}

.suggestion .newsListBox {
    width: 580px;
}

.suggestion .newsListBox .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
}

.suggestion .newsListBox .title .title-left {
    padding-left: 7px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    position: relative;
}

.suggestion .newsListBox .title .title-left::before {
    width: 3px;           /* 定义背景图的实际大小 */
    height: 16px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    background: #BB2830;
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

.suggestion .newsListBox .title .more{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
}

.suggestion .newsListBox .list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #F0F0F0;
}

.suggestion .newsListBox .list a .listTab {
    width: 75%;
    line-height: 50px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.suggestion .newsListBox .list a .listTime {
    font-size: 16px;
    color: #666666;
    line-height: 50px;
}

.lastMenu {
    padding: 20px calc(50% - 600px);
}

.lastMenu .columnName {
    display: flex;
    background: rgba(242,236,236,0.5);
    position: relative;
}

.lastMenu .columnName::after {
    content: "\00BB";
    position: absolute;
    font-size: 25px;
    bottom: 5px;
    right: 10px;
    color: #333;
    cursor: pointer;
}

.lastMenu .columnName .FaColumn {
    width: 111px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    background-color: #990009;
    /* 添加切角效果 */
    clip-path: polygon(
        0 0,           /* 左上角 */
        100% 0,        /* 右上角 */
        100% 0,      /* 右下角开始切 */
        85% 100%,      /* 右下角结束切 */
        0 100%         /* 左下角 */
    );
}

.lastMenu .columnName .column {
    width: 111px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.lastMenu .columnName .cur {
    font-weight: bold;
    color: #000;
}

.lastMenu .columnList .listTab {
    display: flex;
    justify-content: space-between;
}

.lastMenu .columnList a {
    width: 293px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lastMenu .columnList a img {
    width: 293px;
    height: 219px;
    object-fit: cover;
}

.lastMenu .columnList a .listName {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lastMenu .columnList a .listSubname {
    font-weight: 500;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lastMenu .columnList a .listTime {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


@media screen and (max-width: 768px) {
    .swiperBox {
        flex-wrap: wrap;
        padding: .2rem;
    }

    .swiperBox .swiper-lf {
        width: 100%;
        height: 4.1rem;
        margin-right: 0;
    }

    .swiper-item a img {
        height: 4.1rem;
    }

    .swiper-item a p {
        height: .65rem;
        line-height: .65rem;
        padding: 0 1.8rem 0 .2rem;
        font-size: .24rem;
    }

    .swiper-lf .swiper-pagination {
        right: .2rem;
        bottom: .3rem;
    }

    .swiper-lf .swiper-pagination span {
        width: .1rem;
        height: .1rem;
    }

    .swiper-rt {
        margin-top: .2rem;
    }

    .newsMenuList {
        padding: .2rem;
        flex-wrap: wrap;
        height: auto;
    }

    .newsMenuList .newsListBox {
        width: 100%;
        margin-bottom: .2rem;
    }

    .newsMenuList .totalNews {
        width: 100%;
        height: auto;
        box-shadow: 0px 2px 32px 0px rgba(187,40,48,0.1);
        position: relative;
        top: 0;
        background: #fff;
    }
    
    .zuanti {
        padding: 0;
        margin: .2rem;
    }

    .zuanti .zuantiSwiper {
        width: 100%;
        height: auto;
    }

    .zuanti .zuantiSwiper .swiper-item a img {
        width: 100%;
        height: auto;
    }

    .newsList2 {
        padding: .2rem;
        flex-wrap: wrap;
    }

    .newsList2 .newsLeft {
        width: 100%;
    }

    .newsList2 .newsLeft .topNews {
        flex-wrap: wrap;
    }

    .newsList2 .newsLeft .topNews .newsListBox {
        width: 100%;
        margin-bottom: .2rem;
    }

    .newsList2 .newsLeft .social {
        margin-bottom: .2rem;
    }

    .newsList2 .newsLeft .social .columnName .column {
        width: 1.1rem;
        font-size: .18rem;
    }

    .newsList2 .newsLeft .social .columnName .FaColumn {
        width: 1.1rem;
        font-size: .18rem;
    }

    .lastMenu .columnName .FaColumn {
        width: 1.1rem;
        font-size: .18rem;
    }

    .lastMenu .columnName .column {
        width: 1.1rem;
        font-size: .18rem;
    }

    .newsList2 .newsRight {
        width: 100%;
        margin-left: 0;
    }

    .newsList2 .newsRight img {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
    }

    .sheshi {
        margin: 0 .2rem;
    }

    .sheshi img {
        height: auto;
    }

    .suggestion {
        padding: .2rem;
        flex-wrap: wrap;
    }

    .suggestion .newsListBox {
        width: 100%;
    }

    .suggestion .newsListBox {
        width: 100%;
        margin-bottom: .2rem;
    }

    .lastMenu {
        padding: .2rem;
    }

    .lastMenu .columnList .listTab {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .lastMenu .columnList a {
        width: 2.9rem;
        padding: .2rem 0;
    }

    .lastMenu .columnList a img {
        width: 2.9rem;
        height: 2.19rem;
    }

    .suggestion .newsListBox .list a .listTab {
        font-size: .3rem;
    }

    .suggestion .newsListBox .list a .listTime {
        font-size: .3rem;
    }

    .newsList2 .newsLeft .social .columnList a .listTitle {
        font-size: .3rem;
    }

    .newsList2 .newsLeft .social .columnList a .listTime {
        font-size: .3rem;
    }
}