* {
    font-family: "Noto Sans SC";
    margin: 0;
    padding: 0
}

body {
    margin: 50px 0;
    padding: 0;
}

.box {
    width: 100%;
    overflow: hidden;
}

.index-header{
height: 80vh;
}

/* 大标题 */
.sys-box {
    overflow: hidden;
    padding: 40px 0 0;
}

.title-box {
    width: 71% !important;
    height: 50px;
    padding: 0;
    position: relative;
    margin: 0 auto 40px;
}

.title-box .title {
    width: 250px;
    margin: 0;
    padding: 0 40px;
    font-size: 44px;
    line-height: 44px;
    color: #0A59B5;
    float: left;
    position: relative;
    box-sizing: content-box;
}

.title-box div {
    width: calc(50% - 165px);
    height: 50%;
    float: left;
    border-bottom: 1px solid #0A59B5;
}

.title::after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    right: 80px;
    top: -35px;
    background-image: url(../../images/zdsys/xiaobiaoti.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* 综合新闻 */
.news {
    width: 100%;
    height: 635px;
    /* overflow: hidden; */
    position: relative;
}

.news .news-bg {
    width: 100%;
    height: 560px;
    margin-top: 35px;
    background-image: linear-gradient(to right, #288DD6, #9CCDEE);
    /* overflow: hidden; */
}

.news-img {
    width: 48%;
    height: 635px;
    position: absolute;
    right: 50px;
    top: -37.5px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    box-shadow: 0 0 10px #616161;
}

.news-img img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.news .news-bg .swiper0 {
    width: 46%;
height: 300px;
    margin-top: 170px;
    margin-left: 45px;
    overflow: hidden;
display: inline-block;
    position: relative;
}

.news .news-bg .swiper0 .swiper-slide {
    height: 200px;
    opacity: .9;
}

.news .news-bg .swiper0 .swiper-slide>div {
    background-color: #fff;
    margin: 0 5px;
    padding: 40px 45px;
    height: calc(100% - 80px);
    box-sizing: content-box;
}

.news .news-bg .swiper0 .swiper-slide>div div {
    box-sizing: border-box;
    padding-left: 20px;
}

.news .news-bg .swiper0 .swiper-slide>div div:nth-of-type(1) {
    font-size: 14px;
    line-height: 14px;
    margin-left: 4px;
}

.news .news-bg .swiper0 .swiper-slide>div div:nth-last-of-type(1) {
    border-left: 4px solid #000;
    height: 84px;
    line-height: 24px;
    margin-top: 16px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news .news-bg .swiper-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
}

.news .news-bg .swiper0 .swiper-slide:hover {
    opacity: .8;
    color: #0A59B5;
}

.news .news-bg .swiper0 .swiper-slide:hover div div:nth-last-of-type(1) {
    border-left: 4px solid #0A59B5;
}

.sys-btn {
    display: block;
    cursor: pointer;
}

/* 通知公告 */
.notice {
    width: 83%;
    margin: 0 auto;
}

.notice .sysSwiperB{
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.notice .swiper-slide {
    height: 105px;
}

.notice .swiper-slide div {
    float: left;
    height: 100%;
}

.notice .swiper-slide>div {
    padding: 0 30px;
}

.notice .swiper-slide .notice-left {
    width: 105px;
    height: 105px;
    padding: 14px 0;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #1C70D6;
    border-bottom: 15px solid #1C70D6;
    box-sizing: border-box;
}

.notice .swiper-slide .notice-left p {
    color: #1C70D6;
    margin: 0;
}

.notice .swiper-slide .notice-left>p {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.notice .swiper-slide .notice-left>section {
    margin: 10px auto 0;
    width: fit-content;
    overflow: hidden;
}

.notice .swiper-slide .notice-left>section p {
    float: left;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 5px;
}

.notice .swiper-slide .notice-left>section span {
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #A3BAD1;
}

.notice .swiper-slide .notice-title {
    width: calc(100% - 140px);
    margin-left: 35px;
    height: 100%;
    padding: 14px 0;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #1C70D6;
    box-sizing: border-box;
}

.notice .swiper-slide .notice-title>div {
    height: 64px;
    line-height: 32px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.swiper-pagination1 {
    width: fit-content !important;
    height: 20px;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
}

/* 活动看板 */
.activity {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 55px 0;
}

.activity li {
    width: calc(33.33% - 37px);
    margin-right: 55px;
    list-style: none;
    box-shadow: 0 0 10px #616161;
    padding: 30px 40px 24px;
    float: left;
    background-color: #fff;
    margin-bottom: 40px;
    border-bottom: 5px solid #1C70D6;
    opacity: .9;
    cursor: pointer;
}

.activity li:nth-of-type(3n) {
    margin-right: 0;
}

.activity li h3 {
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #333;
}

.activity li div {
    width: 100%;
    margin-top: 10px;
}

.activity li p {
    font-size: 16px;
    line-height: 20px;
height: 20px;
    color: #666;
-webkit-box-orient: vertical;
text-overflow:ellipsis;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
}

.activity li section {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.activity li .img1 {
    background-image: url(../../images/zdsys/1.png);
}

.activity li .img2 {
    background-image: url(../../images/zdsys/2.png);
}

.activity li .img3 {
    background-image: url(../../images/zdsys/3.png);
}

.activity li:hover {
    background-color: #3C9BF5;
    border-bottom: 5px solid #fff;
}

.activity li:hover h3 {
    color: #fff;
}

.activity li:hover p {
    color: #fff;
}

.activity li:hover .img1 {
    background-image: url(../../images/zdsys/01.png);
}

.activity li:hover .img2 {
    background-image: url(../../images/zdsys/02.png);
}

.activity li:hover .img3 {
    background-image: url(../../images/zdsys/03.png);
}

/* 人物风采 */
.sys-character{
    width: 82%;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

.sys-character .sysSwiperA {
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.sys-character .swiper-slide>div {
    padding: 0 20px;
    cursor: pointer;
}

.sys-character .swiper-slide section {
    width: 100%;
    height: 230px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.sys-character .swiper-slide section img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
background: #ccc;
}

.sys-character .swiper-slide h1 {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #1C70D6;
    position: relative;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.sys-character .swiper-slide h1::before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #1C70D6;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.swiper-paginationA {
    width: fit-content !important;
    height: 20px;
    position: absolute;
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%);
}

@media screen and (max-width: 1768px) {
    html {
        zoom: 94%;
    }
}

@media screen and (max-width: 1600px) {
    html {
        zoom: 83%;
    }
}

@media screen and (max-width: 1440px) {
    html {
        zoom: 74%;
    }
}

@media screen and (max-width: 1280px) {
    html {
        zoom: 66%;
    }
}

@media screen and (max-width: 1000px) {
    html {
        zoom: 56%;
    }
}

@media screen and (max-width: 768px) {
.news{
    height: 350px;
}
.news .news-bg{
    height: 350px;
}
.news .news-bg .swiper0{
    width: calc(100% - 40px);
    height: 230px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.news-img{
    display: none;
}
.activity{
    width: calc(100% - 40px);
}
.activity li{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 24px 20px 24px;
}
.activity li:nth-of-type(3n){
    margin-right: 20px;
}
.activity li:nth-of-type(2n){
    margin-right: 0;
}
.notice{
    width: 150%;
}
.sys-character{
    width: 190%;
}
.swiper-paginationA{
    left: 7% !important;
}
.sys-btn{
    margin: auto!important;
}

}

/* 屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {
    html {
        zoom: 80%;
    }
}

/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.5) {
    html {
        zoom: 66%;
    }

}