.z_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.z_banner .bd li {
    width: 100%;
    overflow: hidden;
}

.z_banner .picBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100vh; */
}

.z_banner .picBox .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}

.z_banner .picBox .imgbg img {
    width: 100%;
    opacity: 0;
}

.z_banner .swiper-prev,
.z_banner .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: calc((100% - 58px) / 2);
    z-index: 11;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.z_banner .swiper-next {
    left: auto;
    right: 0;
}

.z_banner .swiper-prev:hover,
.z_banner .swiper-next:hover {
    background: rgb(130, 88, 205, 0.6);
}


.z_banner .banner-btn {
    width: 100%;
    position: absolute;
    bottom: 25px;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.z_banner .swiper-pagination1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.z_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
}

.z_banner .swiper-pagination-bullet-active {
    width: 31px;
    height: 34px;
    background: url(../images/yinxing.png) center no-repeat;
    background-size: cover;
}

.z_banner .picBox .imgbg .layui-container {
    z-index: 2;
    height: 100%;
}

.z_banner .picBox .imgbg video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 35px 0;
}

.column .title {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
}

.column .title::before {
    content: '';
    width: 4px;
    height: 60px;
    display: inline-block;
    background: #1E58CD;
    position: absolute;
    left: 0;
    top: 6px;
}

.column .title .name {
    font-size: 36px;
    font-weight: bold;
    color: #292929;
}

.column .title .en {
    font-size: 20px;
    font-weight: bold;
    color: #292929;
    opacity: .2;
}

.column .more img {
    height: 30px;
    opacity: .5;
}

.column .more:hover img {
    opacity: 1;
}

/* 光影校园 */

.gyxySlide .swiper-container {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.gyxySlide .swiper-slide a {
    display: block;
    width: 100%;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.gyxySlide .swiper-slide .img {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.gyxySlide .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gyxySlide .swiper-slide .title {
    width: 100%;
    height: 83px;
    line-height: 83px;
    text-align: center;
    color: #3D3D3D;
    box-sizing: border-box;
    padding: 0 15px;
}

.gyxySlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gyxySlide .swiper-slide:hover .title {
    color: #1E58CD;
    font-weight: bold;
}

.gyxySlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.gyxySlide .swiper-pagination-bullet {
    background: #1E58CD;
    margin: 0 3px;
    opacity: .5;
    width: 12px;
    height: 12px;
}

.gyxySlide .swiper-pagination-bullet-active {
    opacity: 1;
}

/* 党建工作 */

.main-djgz {
    width: 100%;
    background: url(../images/main-djgz-bg.png) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.main-gyxy {
    width: 100%;
    overflow: hidden;
    background: url(../images/main-gyxy-bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.djgzBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.advSlide {
    width: 450px;
    box-sizing: border-box;
    padding-left: 80px;
    position: relative;
}

.advSlide::before {
    content: '';
    width: 96px;
    height: 168px;
    display: inline-block;
    background: url(../images/advSlide-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: -16px;
}

.advSlide .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    /* padding: 8px;
    background: #FFBCBC; */
}

.advSlide .swiper-slide img {
    width: 100%;
}

.advSlide-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
    z-index: 5;
    display: flex;
    justify-content: center;
    display: none;
}

.advSlide-btn .swiper-pagination1 {
    height: 26px;
    line-height: 26px;
    border-radius: 10px 10px 0px 0px;
    background: #FFBCBC;
    padding: 0 10px;

}

.advSlide-btn .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    opacity: 1;
    background: #fff;
    margin: 0 4px;
}

.advSlide-btn .swiper-pagination-bullet-active {
    background: #1E58CD;
}

.djgzList {
    width: calc(100% - 450px);
    box-sizing: border-box;
    padding-left: 40px;
}

.djgzList li {
    width: 100%;
    line-height: 70px;
    border-bottom: 1px solid rgba(188, 2, 0, 0.09);
    position: relative;
}

.djgzList li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #1E58CD;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.5s ease-in-out;
}

.djgzList li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.djgzList li .title {
    color: #202020;
    flex: 1;
    line-height: 25px;
    height: 25px;
}

.djgzList li .date {
    color: #BEBEBE;
    display: flex;
    align-items: center;
}

.djgzList li .date img {
    margin-right: 5px;
}

.djgzList li:hover .title {
    color: #1E58CD;
    font-weight: bold;
}

.djgzList li:hover::before {
    width: 100%;
}

.djgzSlide {
    width: 100%;
    position: relative;
    background: #fff;
}

.djgzSlide .swiper-slide {
    opacity: 1 !important;
}

.djgzSlide .swiper-slide-active {
    opacity: 1 !important;
}

.djgzSlide .swiper-slide a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.djgzSlide .swiper-slide .img {
    width: 400px;
    overflow: hidden;
}

.djgzSlide .swiper-slide .img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.djgzSlide .swiper-slide .text {
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
}

.djgzSlide .swiper-slide .title {
    font-weight: bold;
    color: #292929;
    line-height: 30px;
    height: 60px;
}

.djgzSlide .swiper-slide .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #292929;
    opacity: .5;
    margin: 18px 0;
}

.djgzSlide .swiper-slide .date {
    color: #BEBEBE;
    display: flex;
    align-items: center;
}

.djgzSlide .swiper-slide .date img {
    margin-right: 5px;
}

.djgzSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.djgzSlide .swiper-slide:hover .title {
    color: #1E58CD;
}

.djgzSlide .swiper-pagination1 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 5;
}

.djgzSlide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    background: #E2EDFF;
    margin: 0 3px;
    opacity: 1;
}

.djgzSlide .swiper-pagination-bullet-active {
    background: #1E58CD;
}

.main-rcpy {
    width: 100%;
    /* background: url(../images/main-rcpy-bg.jpg) center no-repeat;
    background-size: cover; */
    overflow: hidden;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/main-rcpy-bg.jpg);
}

.main-rcpy .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rcpy,
.kxyj,
.xsgz {
    width: calc((100% - 80px) /3);
}

.infolist {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 25px 25px 35px 25px;
}

.infolist li {
    width: 100%;
}

.infolist li.first {
    margin-bottom: 10px;
}

.infolist li.first .img {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.infolist li.first .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.infolist li.first .title {
    width: 100%;
    height: 62px;
    background: #1E58CD;
    line-height: 62px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
}

.infolist li.first:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.infolist li.n {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #C9E5FF;
    position: relative;
}

.infolist li.n::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #1E58CD;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.5s ease-in-out;
}

.infolist li.n .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    padding-left: 15px;
}

.infolist li.n .date {
    color: #BEBEBE;
    display: flex;
    align-items: center;
}

.infolist li.n .date img {
    margin-right: 5px;
}

.infolist li.n .title::before {
    content: '';
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 1px solid #1E58CD;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.infolist li.n:hover .title {
    color: #1E58CD;
    font-weight: bold;
}

.infolist li.n:hover::before {
    width: 100%;
}

.main-news {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-news::before {
    content: '';
    width: 143px;
    height: 369px;
    display: inline-block;
    background: url(../images/xyxw-icon.png) center no-repeat;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);

}

.main-tzgg {
    width: 100%;
    /* background: url(../images/main-tzgg-bg.jpg) center no-repeat;
    background-size: cover; */
    overflow: hidden;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/main-tzgg-bg.jpg);
}

.main-tzgg .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgg,
.xsdt {
    width: calc((100% - 40px) / 2);
}

.tzgglist li {
    width: 100%;
    height: 100px;
    background: #fff;
    box-sizing: border-box;
    padding: 17px;
    margin-bottom: 14px;
    position: relative;
}

.tzgglist li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #1E58CD;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.tzgglist li:last-of-type {
    margin: 0;
}

.tzgglist li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.tzgglist li .date {
    width: 72px;
    height: 67px;
    box-sizing: border-box;
    border: 1px solid #1E58CD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tzgglist li .d {
    line-height: 38px;
    height: 38px;
    font-size: 28px;
    color: #1E58CD;
}

.tzgglist li .y {
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #1E58CD;
}

.tzgglist li .text {
    width: calc(100% - 72px);
    box-sizing: border-box;
    padding-left: 20px;
}

.tzgglist li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.tzgglist li:hover .title {
    color: #1E58CD;
    font-weight: bold;
}

.tzgglist li:hover::before {
    width: 100%;
}

.xsdtlist {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}

.xsdtlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xsdtlist ul li {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 32px;
    padding-bottom: 32px;
    position: relative;
}

.xsdtlist ul li.li5,
.xsdtlist ul li.li6 {
    padding-bottom: 0;
    margin: 0;
    border: none;
}

.xsdtlist ul li::before {
    content: '';
    width: 22px;
    height: 73px;
    display: inline-block;
    background: url(../images/xsdtlist-li-icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
}

.xsdtlist ul li .date {
    width: 100%;
    color: #BEBEBE;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
}

.date {
    width: 100px;
}

.date img {
    margin-right: 5px;
}

.xsdtlist ul li .title {
    color: #292929;
    line-height: 30px;
    height: 60px;
    margin-top: 5px;
}

.xsdtlist ul li.li1::after,
.xsdtlist ul li.li3::after {
    content: '';
    width: 50%;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #E7E7E7;
    position: absolute;
    left: 100%;
    bottom: -1px;
}

.xsdtlist ul li:hover {
    border-bottom: 1px solid #1E58CD;
}

.xsdtlist ul li.li5:hover,
.xsdtlist ul li.li6:hover {
    border: none;
}

.xsdtlist ul li:hover .title {
    color: #1E58CD;
    font-weight: bold;
}

.newBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 720px;
    position: relative;
}

.newSlide .swiper-slide .img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-bottom: 405px;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    display: none;
}

.newSlide .swiper-slide .text {
    width: 100%;
    height: 113px;
    background: #F3F6FC;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newSlide .swiper-slide .title {
    color: #292929;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    height: 26px;
}

.newSlide .swiper-slide .desc {
    color: #333;
    opacity: .5;
    margin: 10px 0;
    line-height: 20px;
    height: 20px;
}

.newSlide .swiper-slide .date {
    color: #BEBEBE;
}

/* .newSlide .swiper-slide:hover .img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
} */

.newSlide .swiper-slide:hover .title {
    color: #1E58CD;
}

.newSlide .swiper-prev,
.newSlide .swiper-next {
    width: 45px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 33%;
    z-index: 9;
    cursor: pointer;
}

.newSlide .swiper-next {
    left: auto;
    right: 0;
}

.newSlide .swiper-prev:hover,
.newSlide .swiper-next:hover {
    background: rgba(15, 81, 189, .7);
}

.newlist {
    width: calc(100% - 720px);
    box-sizing: border-box;
    padding-left: 30px;
}

.newlist ul li.f {
    width: 100%;
    height: 100px;
    background: #F3F6FC;
    margin-bottom: 14px;
    box-sizing: border-box;
    padding: 17px 20px;
}

.newlist ul li.f a {
    width: 100%;
    display: flex;
    align-items: center;
}

.newlist ul li.f .date {
    width: 72px;
    height: 66px;
    box-sizing: border-box;
    border: 1px solid #1E58CD;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.newlist ul li.f .d {
    font-size: 28px;
    color: #1E58CD;
    height: 38px;
    line-height: 38px;
}

.newlist ul li.f .y {
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #1E58CD;
}

.newlist ul li.f .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.newlist ul li.f .title {
    color: #1E58CD;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
}

.newlist ul li.n {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 14px;
    padding: 0 20px;
}

.newlist ul li.n:last-of-type {
    margin: 0;
}

.newlist ul li.n a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlist ul li.n .title {
    flex: 1;
    color: #333;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.newlist ul li.n .title::before {
    content: '';
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border: 0.7px solid #0C56BD;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.newlist ul li.n .date {
    color: #BEBEBE;
}

.newlist ul li.n:hover {
    box-sizing: border-box;
    border: 1px solid #1E58CD;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.newlist ul li.n:hover .title {
    color: #1E58CD;
    font-weight: bold;
}

.newlist ul li.n:hover .title::before {
    background: #1E58CD;
}

.main-ssae {
    width: 100%;
    background: url(../images/main-ssae-bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;

    /* background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/main-ssae-bg.jpg); */
}

.column_ae {
    width: 100%;
    box-sizing: border-box;
    padding: 0 110px;
}

.column_ae .name {
    font-size: 36px;
    font-weight: bold;
    color: #1E58CD;
    text-align: center;
    position: relative;
}

.column_ae .name::before {
    content: '';
    width: calc(100% + 220px);
    height: 71px;
    display: inline-block;
    background: url(../images/column_ae-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: -110px;
    right: 0;
    top: -8px;
}

.column_ae .desc {
    font-size: 20px;
    line-height: 40px;
    color: #909399;
    margin: 45px 0 35px 0;
    text-align: center;
}

.ssaeSlide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 110px;
    position: relative;
}

.ssaeSlide .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.ssaeSlide .icon {
    width: 124px;
    height: 124px;
    background: #EEF4FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ssaeSlide .icon img {
    transition: transform 0.5s;
}

.ssaeSlide .icon::before {
    content: '';
    width: 105px;
    height: 105px;
    display: inline-block;
    background: url(../images/yuan-icon.png) center no-repeat;
    background-size: cover;
    animation: rotategz linear 10s infinite;
    position: absolute;
    left: 10px;
    top: 10px;
}


.ssaeSlide .swiper-slide:hover .icon img {
    animation: jello 1s linear;
}

@keyframes rotategz {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

.ssaeSlide .title {
    color: #1E58CD;
    font-size: 16px;
    margin: 20px 0 10px 0;
}

.ssaeSlide .title span {
    font-size: 50px;
    font-weight: bold;
}

.ssaeSlide .desc {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    text-align: center;
}

.ssaeSlide .swiper-next,
.ssaeSlide .swiper-prev {
    position: absolute;
    left: 0;
    top: calc((100% - 75px) / 2);
    cursor: pointer;
    z-index: 11;
}

.ssaeSlide .swiper-next {
    left: auto;
    right: 0;
}

/* --------------------- */

/* .ssaeSlide .swiper-slide path,
.ssaeSlide .swiper-slide rect {
    fill: none;
    stroke: url(#master_svg0_2_459);
    stroke-width: 1;
    stroke-dasharray: 600;
    stroke-dashoffset: 0;
}

.ssaeSlide .swiper-slide:hover path,
.ssaeSlide .swiper-slide:hover rect {
    animation: drawLine 2s ease-in-out forwards;
} */

@keyframes drawLine {
    0% {
        stroke-dashoffset: 600;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@media screen and (min-width: 2260px) {}

@media screen and (max-width: 1630px) {}

@media screen and (max-width: 1400px) {
    .newSlide {
        width: 560px;
    }

    .newlist {
        width: calc(100% - 560px);
    }

    .djgzSlide .swiper-slide .img {
        width: 310px;
    }

    .djgzSlide .swiper-slide .img img {
        height: 175px;
    }

    .djgzSlide .swiper-slide .text {
        padding: 20px;
    }

    .djgzSlide .swiper-slide .title {
        font-size: 16px;
        line-height: 25px;
        height: 50px;
    }

    .djgzSlide .swiper-slide .desc {
        margin: 10px 0;
    }

    .djgzSlide .swiper-pagination1 {
        bottom: 20px;
        right: 20px;
    }

    .column .title .name {
        font-size: 28px;
    }

    .column .title .en {
        font-size: 16px;
    }

}

@media screen and (max-width: 1240px) {

    .rcpy,
    .kxyj,
    .xsgz,
    .tzgg,
    .xsdt,
    .newSlide {
        width: 100%;
    }

    .djgzList,
    .advSlide,
    .newlist {
        width: 100%;
        padding: 0;
    }

    .djgzList,
    .djgzList ul,
    .newlist {
        margin-top: 25px;
    }

    .column {
        padding: 35px 0 20px 0;
    }

    .column .title::before {
        width: 2px;
        height: 35px;
    }

    .column .title {
        padding-left: 15px;
    }

    .column_ae .name,
    .column .title .name {
        font-size: 20px;
    }


    .column_ae .name::before {
        height: 42px;
        width: 100%;
        left: 0;
    }

    .column .title .en {
        font-size: 15px;
    }

    .column .more img {
        height: 22px;
    }

    .newSlide .swiper-slide .img {
        padding-bottom: 56.25%;
    }

    .tzgglist li .d,
    .newlist ul li.f .d {
        font-size: 22px;
    }

    .newlist ul li.f {
        height: auto;
        padding: 15px;
    }

    .gyxySlide .swiper-container {
        padding: 0;
    }

    .gyxySlide .swiper-slide .title {
        background: #f2f2f2;
        height: 60px;
        line-height: 60px;
    }

    .z_banner .swiper-pagination-bullet,
    .gyxySlide .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .z_banner .swiper-pagination-bullet-active {
        width: 15px;
        height: 17px;
    }

    .tzgglist li .title {
        height: 50px;
        -webkit-line-clamp: 2;
    }

    .column_ae {
        padding: 0;
    }

    .column_ae .desc {
        font-size: 16px;
        line-height: 30px;
        margin: 25px 0 20px 0;
    }

}

@media screen and (max-width: 768px) {

    .z_banner .swiper-prev,
    .z_banner .swiper-next,
    .newSlide .swiper-prev,
    .newSlide .swiper-next {
        width: 32px;
        height: 35px;
    }

    .z_banner .swiper-prev,
    .z_banner .swiper-next {
        top: calc((100% - 35px) / 2);
    }

    .newSlide .swiper-prev,
    .newSlide .swiper-next {
        top: 24%;
    }

    .z_banner .swiper-prev img,
    .z_banner .swiper-next img,
    .newSlide .swiper-prev img,
    .newSlide .swiper-next img {
        height: 12px;
    }

    .newSlide .swiper-slide .title {
        font-size: 18px;
    }

    .newSlide .swiper-slide .text {
        height: auto;
        padding: 20px;
    }

    .newSlide .swiper-slide .desc {
        height: 40px;
        -webkit-line-clamp: 2;
    }

    .newlist ul li.f .text {
        padding-left: 15px;
    }

    .djgzList li a,
    .newlist ul li.n a {
        align-items: flex-start;
        flex-direction: column;
    }

    .newlist ul li.n {
        height: auto;
        padding: 10px 15px;
    }

    .djgzList li .title,
    .newlist ul li.n .title {
        margin-bottom: 10px;
    }

    .djgzList li .title {
        height: auto;
        -webkit-line-clamp: unset
    }

    .djgzList li {
        line-height: normal;
        padding: 15px 0;
    }

    .infolist,
    .xsdtlist {
        padding: 20px;
    }

    .xsdtlist ul li.li5,
    .xsdtlist ul li {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #E7E7E7;
    }

    .xsdtlist ul li .title {
        line-height: 25px;
        height: 50px;
    }

    .ssaeSlide {
        padding: 0 45px;
    }

    .ssaeSlide .swiper-next img,
    .ssaeSlide .swiper-prev img {
        height: 45px;
    }

    .ssaeSlide .title span {
        font-size: 34px;
    }

    .infolist li.first .img img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .infolist li.first .title {
        line-height: 45px;
        height: 45px;
    }

    .infolist li.n {
        padding: 10px 0;
    }

    .djgzSlide .swiper-slide .img {
        width: 100%;
    }

    .djgzSlide .swiper-slide .text {
        padding: 20px;
    }

    .djgzSlide .swiper-slide .desc {
        line-height: 20px;
        height: 40px;
        margin: 10px 0;
    }

    .djgzSlide .swiper-pagination1 {
        right: 20px;
        bottom: 20px;
    }

    .ssaeSlide .icon img {
        height: 30px;
    }
}