body {
    background: linear-gradient(to bottom, #C3D9F0, #F3F6F9);
}

.content {
    padding: 25px calc((100% - 1200px)/2) 0;
}

.footer {
    position: relative;
}

.topNews {
    width: 100%;
    height: 123px;
    margin-bottom: 16px;
    padding: 13px 0;
    background: #E2ECF8;
}

.topNews .bg-four {
    width: 26px;
}

.topNews .top-firstNew {
    line-height: 60px;
    text-align: center;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    text-overflow: ellipsis; /* 显示省略号代替被截断的文字 */
}

.topNews .top-firstNew a {
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-size: 30px;
    color: #0464CA;
}

.topNews .top-subNew {
    display: flex;
    justify-content: space-around;
}

.topNews .top-subNew a {
    font-family: Source Han Sans CN;
    font-weight: 200;
    font-size: 20px;
    color: #7D848B;
    margin: 0 26px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    text-overflow: ellipsis; /* 显示省略号代替被截断的文字 */
}

.swiperBox {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.swiperBox .swiper-lf {
    display: inline-block;
    width: 590px;
    height: 330px;
    position: relative;
	overflow: hidden;
    margin-right: 16px;
}

.swiper-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-item a img{
	width: 100%;
	height: 330px;
    object-fit: cover;
}
.swiper-item a p{
	height: 39px;
	line-height: 39px;
	padding: 0 220px 0 12px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    margin: 0;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 14px;
	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: 15px;
	z-index: 2;
}
.swiper-lf .swiper-pagination span{
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 5px;
	margin-left: 8px;
    background: #FFFFFF;
    opacity: 0.48;
}
.swiper-lf .swiper-pagination .swiper-pagination-bullet-active{
	width: 10px;
    background: #FFF;
    opacity: 1;
}

.swiper-rt {
    flex: 1;
    padding: 14px 15px;
}

.swiper-rt .tab-tit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C2D6EB;
}

.swiper-rt .tab-tit .left {
    display: flex;
}

.swiper-rt .tab-tit .left .tit {
    font-size: 18px;
    color: #2E3134;
    padding-bottom: 16px;
    margin-right: 40px;
    cursor: pointer;
}

.swiper-rt .tab-tit .left .cur {
    font-weight: 800;
    font-size: 20px;
    color: #2E3134;
    border-bottom: 3px solid #0464CA;
}

.swiper-rt .tab-tit span:first-child {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.swiper-rt .tab-group .tab-groupItem {
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
}

.swiper-rt .tab-tit span {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #0464CA;
    cursor: pointer;
}


.tab-group a:hover {
    color: #0464CA !important;
}

.showLast a div:hover {
    color: #0464CA !important;
}

.tab-item li a:hover p {
    color: #0464CA !important;
}

.growpList:hover {
    color: #0464CA !important;
}

.swiper-rt .tab-group .tab-groupItem::before {
    background: url('./point.png') no-repeat;
    background-size: cover;
    width: 10px;           /* 定义背景图的实际大小 */
    height: 10px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

.swiper-rt .tab-group .tab-groupItem a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.max-top {
    width: 100%;
    height: 52px;
    margin: 46px 0 52px 0;
    background: url('./tit-bg.png') no-repeat center;
    background-size: 566px 24px;
    display: flex;
    justify-content: center;
}

.gTop {
    background: url('./tit-bg2.png') no-repeat center;
    background-size: 566px 24px;
}

.max-top-tit {
    width: 145px;
    height: 52px;
    line-height: 52px;
    background: #0464CA;
    border-radius: 26px;
    text-align: center;
    color: #FFF;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 22px;
}


.threeNew {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.threeNew .threeNew-box {
    width: 395px;
    height: 355px;
    background: #F0F5FB;
    position: relative;
    padding: 14px 16px;
    box-sizing: border-box;
}

.ztzl-tabs {
    width: 100%;
    height: 175px;
    margin: 25px 0;
    padding: 0 calc(50% - 600px);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.ztzl-tabs a img {
    width: 590px;
    height: 175px;
    object-fit: cover;
}

.threeNew .bg-four {
    width: 24px;
    height: 25px;
}

.threeNew .threeNew-box .bg-four:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.threeNew .threeNew-box .bg-four:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.threeNew .threeNew-box .bg-four:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.threeNew .threeNew-box .bg-four:nth-of-type(4) {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}


.threeNew .threeNew-box .tab-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EAF1;
}

.threeNew .threeNew-box  .tab-tit span:first-child {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.threeNew .threeNew-box .tab-tit span:last-child a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.threeNew .threeNew-box .tab-group .tab-groupItem {
    position: relative;
    padding: 13px 0;
    padding-left: 15px;
}

.threeNew .threeNew-box .tab-group .tab-groupItem::before {
    background: url('./point.png') no-repeat;
    background-size: cover;
    width: 10px;           /* 定义背景图的实际大小 */
    height: 10px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

.threeNew .threeNew-box .tab-group .tab-groupItem a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.threeNew-box .tab-group .tab-groupItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.threeNew-box .tab-group a {
    display: block;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.threeNew-box .tab-group span {
    font-size: 12px;
    color: #999;
}

.zuanti {
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zuanti span {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 0 14px;
}

.zuanti img {
    width: 118px;
    height: 9px;
}

.zuanti img:first-of-type {
    transform: rotate(180deg);
}

.yjly {
    padding: 0 calc((100% - 1200px)/2);
    height: 355px;
    display: flex;
    justify-content: space-between;
}

.yjly .left {
    width: 792px;
    background: #F6F9FC;
    padding: 18px;
    box-sizing: border-box;
    margin-right: 11px;
}

.yjly .left-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6EAF1;
}

.yjly .left-top .more {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.yjly .tab-tit {
    font-size: 18px;
    line-height: 40px;
    display: flex;
}

.yjly .left .tab-group {
    padding: 23px 10px;
    background: #F6F9FC;
}

.yjly .tab-tit .tit {
    cursor: pointer;
    margin-right: 82px;
    padding-bottom: 10px;
}

.yjly .tab-tit .tit a {
    font-size: 16px;
    color: #333333;
}

.yjly .tab-tit .cur a {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #0464CA;
}

.yjly .tab-group .tab-item .clearfix {
    display: inline-block;
    margin-right: 43px;
}

.yjly .tab-group .tab-item .clearfix:last-of-type {
    margin-right: 0;
}

.yjly .tab-group .tab-item a {
    display: block;
    width: 152px;
    height: 240px;
}

.yjly .tab-group .tab-item .imgBox {
    width: 152px;
    height: 202px;
    padding: 5px;
    border: 1px solid #0464CA;
    border-radius: 10px;
}

.yjly .tab-group .tab-item .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.yjly .tab-group .tab-item p {
    margin: 12px 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.yjly .right {
    width: 395px;
    background: #F6F9FC;
    padding: 15px 19px;
}

.yjly .right .tab-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EAF1;
}

.yjly .tab-tit span:first-child {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.yjly .tab-tit span:last-child a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.yjly .tab-group .tab-groupItem {
    position: relative;
    padding: 13px 0;
    padding-left: 15px;
}

.yjly .tab-group .tab-groupItem::before {
    background: url('./point.png') no-repeat;
    background-size: cover;
    width: 10px;           /* 定义背景图的实际大小 */
    height: 10px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

.yjly .tab-group .tab-groupItem a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.yjly .tab-group .tab-groupItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yjly .tab-group a {
    display: block;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yjly .tab-group span {
    font-size: 12px;
    color: #999;
}



.checkTab {
    padding: 0 calc((100% - 1200px)/2);
}

.checkTab .checkTab-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
    background: #F6F9FC;
    padding-right: 7px;
}

.checkTab .checkTab-top .more {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.checkTab .checkTab-top .write {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.checkTab .tab-tit {
    max-width: 94%;
    font-size: 18px;
    line-height: 50px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden
}

.checkTab .tab-group {
    background: #F6F9FC;
}

.checkTab .tab-tit .tit {
    padding: 0 20px;
    margin-right: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.checkTab .tab-tit .cur a {
    font-weight: 800;
    padding-bottom: 9px;
    border-bottom: 4px solid #0464CA;
    font-size: 20px;
}

.checkTab .tab-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 19px 13px 40px;
}

.checkTab .tab-item li {
    width: 284px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.checkTab .tab-item li:nth-child(4n) {
    margin-right: 0;
}

.checkTab .tab-item .imgBox {
    width: 284px;
    height: 194px;
    background: url('./border.png') no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.checkTab .tab-item .imgBox img {
    width: 270px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.checkTab .tab-item p {
    width: 100%;
    margin-top: 17px;
    font-size: 16px;
    color: #333333;
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型展示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素排列方式为垂直方向 */
    -webkit-line-clamp: 2; /* 控制显示几行之后开始折叠文本 */
    overflow: hidden; /* 对于超出范围的内容进行隐藏处理 */
    text-overflow: ellipsis; /* 添加省略标记 (...) 来指示被修剪的文本 */
}

.showLast {
    padding: 33px calc(50% - 600px) 85px;
    display: flex;
    justify-content: space-between;
}

.showLast .left {
    flex: 1;
}

.showLast .right {
    width: 395px;
    height: 417px;
    margin-left: 14px;
    box-sizing: border-box;
}
/* 
    

*/

.showLast .right .list {
    padding: 12px 20px;
    background: #F6F9FC;
}

.showLast .right .tab-tit {
    padding: 15px 15px 15px 0;
}

.showLast .tab-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.showLast .tab-tit span:first-child {
    display: inline-block;
    width: 145px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #0464CA;
    border-radius: 26px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    position: relative;
}

.showLast .tab-tit span:first-child::after {
    background: url('./tit-sub.png') no-repeat;
    background-size: cover;
    width: 199px;           /* 定义背景图的实际大小 */
    height: 24px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    top: 50%;
    transform: translateY(-50%);
    left: 158px; 
}

.showLast .tab-tit span:last-child a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.showLast .left .tab-tit {
    padding: 15px 15px 15px 0;
}

.showLast .left .left-bottom {
    display: flex;
    justify-content: space-between;
    padding: 16px 15px 16px 12px;
    background: #F6F9FC;
}

.showLast .left .left-bottom .showbook .topShow {
    width: 379px;
    display: flex;
    justify-content: space-between;
}

.showLast .left .left-bottom .showbook img{
    width: 379px;
    height: 303px;
}

.showLast .left .left-bottom .showbook p {
    width: 379px;
    line-height: 60px;
    background: #0464CA;
    color: #FFF;
    padding: 0 13px;
    font-size: 16px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0;
}

.showLast .left .left-bottom .showList {
    flex: 1;
    margin-left: 12px;
}

.showLast .left .left-bottom .showList .topShow {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ECE6DF;

}

.showLast .left .left-bottom .showList .topShow .book img {
    width: 186px;
    height: 174px;
}

.showLast .left .left-bottom .showList .topShow .book p {
    width: 186px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    box-sizing: border-box;
}

.showList .settA {
    display: block;
    border-bottom: 1px dashed #ECE6DF;
}

.showList img {
    object-fit: cover;
}

.showList-list {
    width: 372px;
    line-height: 49px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.showList .settA:last-of-type {
    border-bottom: none;
}


.growpList {
    line-height: 50px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    border-bottom: 1px dashed #ECE6DF;
    position: relative;
    padding-left: 15px;
}

.growpList::before {
    background: url('./point.png') no-repeat;
    background-size: cover;
    width: 10px;           /* 定义背景图的实际大小 */
    height: 10px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

.growpList:last-of-type {
    border-bottom: none;
}

.lastMore {
    display: block;
    text-align: right;
}

.lastMore a {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
    .pos-600 {
        top: -5.5rem;
    }

    .content {
        padding: 0 .2rem;
    }

    .topNews {
        height: auto;
        padding: .2rem 0;
    }

    .topNews .top-firstNew a {
        font-size: .28rem;
        margin: .15rem 0;
    }

    .topNews .top-subNew {
        display: block;
    }

    .topNews .top-subNew a {
        display: block;
        width: 100%;
        font-size: .18rem;
        color: #7D848B;
        margin: 0;
        padding: .1rem .2rem;
    }

    .checkTab .checkTab-top .write {
        font-size: .2rem;
    }

    .swiper-rt {
        padding: 0;
        margin-top: .2rem;
    }

    .swiperBox {
        width: 100%;
        display: block;
    }

    .swiperBox .swiper-lf {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .swiper-item a img {
        height: 5.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 {
        height: .07rem;
    }

    .swiper-lf .swiper-pagination span {
        width: .15rem;
        height: .15rem;
    }

    .swiper-lf .swiper-pagination .swiper-pagination-bullet-active {
        width: .3rem;
    }

    .threeNew {
        width: 100%;
        display: block;
        margin-bottom: .16rem;
    }

    .threeNew .threeNew-box {
        width: 100%;
        padding: .23rem .16rem;
        margin: .15rem 0;
    }

    .threeNew .threeNew-box:nth-child(2) {
        margin: 0;
    }

    .showList-list {
        width: 100%;
    }

    .checkTab {
        height: auto;
        padding: 0 .2rem;
    }

    .checkTab .tab-tit {
        font-size: .18rem;
        line-height: .4rem;
    }

    .checkTab .tab-tit .tit {
        padding-left: .2rem;
        margin: 0 .16rem;
        height: .5rem;
        line-height: .5rem;
    }

    .checkTab .tab-item li {
        width: 2.84rem;
        margin: .12rem .05rem;
    }

    .checkTab .tab-item .imgBox {
        width: 2.84rem;
        height: 1.94rem;
    }

    .checkTab .tab-item .imgBox img {
        width: 2.7rem;
        height: 1.7rem;
    }

    .checkTab .tab-item p {
        margin-top: 0.17rem;
        font-size: .16rem;
    }

    .showLast {
        padding: .33rem .2rem;
        display: block;
    }

    .showLast .right {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding: .3rem .2rem;
        background-size: 100% 100%;
    }

    .showLast .left .left-bottom {
        flex-wrap: wrap;
    }

    .showLast .left .left-bottom .showbook img {
        width: 100%;
        height: auto;
    }

    .showLast .left .left-bottom .showbook p {
        width: 100%;
    }

    .showLast .left .left-bottom .showList {
        margin-left: 0;
        width: 100%;
    }

    .showLast .left .left-bottom .showList .topShow {
        flex-wrap: wrap;
    }

    .showLast .left .left-bottom .showList .topShow .book {
        width: 49%;
        margin-top: .1rem;
    }

    .showLast .left .left-bottom .showList .topShow .book img {
        width: 100%;
    }

    .showLast .left .left-bottom .showList .topShow .book p {
        width: 100%;
    }

    .ztzl-tabs {
        height: auto;
        flex-wrap: wrap;
        padding: 0 .2rem;
    }

    .ztzl-tabs a img {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
    }

    .swiper-rt .tab-tit .left .cur {
        font-size: .3rem;
    }

    .swiper-rt .tab-tit .left .tit {
        margin-right: .4rem;
        font-size: .3rem;
        padding: .16rem 0;
    }

    .yjly {
        flex-wrap: wrap;
        height: auto;
        padding: 0 .2rem;
    }

    .yjly .tab-group .tab-item .clearfix {
        margin-right: 0.6rem;
    }

    .yjly .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
        padding: .2rem;
    }

    .yjly .tab-tit .tit {
        margin-right: .4rem;
    }

    .yjly .right {
        width: 100%;
    }

    .yjly .left .tab-group {
        padding: .2rem .1rem;
    }

    .checkTab .tab-tit .cur a {
        padding-bottom: .14rem;
        font-size: .25rem;
    }

    .checkTab .checkTab-top {
        padding-bottom: .2rem;
    }

    .checkTab .checkTab-top .more {
        font-size: .2rem;
        width: 1rem;
        margin-left: .2rem;
    }

    .yjly .tab-tit .cur a {
        font-size: .2rem;
        padding-bottom: .2rem;
    }

    .yjly .tab-tit .tit a {
        font-size: .2rem;
    }

    .yjly .left-top {
        align-items: center;
    }

    .yjly .tab-tit span:first-child {
        font-size: .2rem;
    }

    .yjly .tab-tit span:last-child a {
        font-size: .2rem;
    }

    .showbook {
        width: 100%;
    }
}