.lgszlContainer {
    background: url('../img/lgszlbg.jpg') no-repeat;
    background-size: 100% 100%;
}
/* 顶部图片 */
.logo {
    position: absolute;
    top: 20px;
    left: 50px;
}

.top {
    height: calc(100vh - 148px);
    background-image: url("../img/title-bg.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top img {
    width: 58%;
    margin-bottom: 80px;
}

/* 新闻头条 */
.xwtt {
    padding: 15px;
    background: url('../img/ttbg.png') no-repeat;
    background-size: 100% 100%;
}

.xwtt-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    width: 1200px;
    margin: 0 auto;
}

.xwtt-wrapper span {
    flex: 1;
    text-align: center;
}

.xwtt-wrapper span h2,
.xwtt-wrapper span h2 a {
    color: #fff !important;
}

.tt-title-t {
    font-size: 36px;
    font-weight: bolder;
}

.tt-title-t:hover a {
    text-decoration: underline;
}

.tt-title-b {
    text-align: left;
    text-indent: 2em;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tt-title-b p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 工作部署 */
.gzbs>a>img {
    display: block;
    width: 1200px;
    margin: 20px auto;
}

.gzbs-wrapper {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.gzbs-item {
    position: relative;
}

.swiper-container {
    height: 100%;
}

.swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination.position {
    bottom: 15px;
    right: 20px;
}

.imgratio {
    padding-top: 60%;
}

.pic {
    display: block;
    height: 100%;
}

.swiper-container.space24 {
    margin: 0;
}

.tit {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 12px 90px 12px 20px;
    line-height: 24px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
}

.elli-s {
    color: #fff;
}

.gzbs-title {
    border-bottom: 1px dashed #808080;
}

.gzbs-title h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gzbs-title-t a {
    color: #B50000;
    font-size: 22px;
    font-weight: 600;
}

.gzbs-title-t a:hover {
    text-decoration: underline;
}

.gzbs-title-b {
    text-indent: 2em;
    color: #808080;
    font-size: 15px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gzbs-list li {
    font-size: 19px;
    padding: 10px 10px 10px 0;
    margin-top: 10px;
    color: #000000;
}

.gzbs-list li a {
    position: relative;
    display: block;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gzbs-list li a::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    left: 6px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #2A82E4;
    transition: .3s all;
}

.gzbs-list li:hover a {
    color: #2542be;
}

.gzbs-list li:hover a::before {
    background-color: #2542be;
}

/* 工作动态 */
.zxdt-wrapper {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxdt-list {
    width: 46%; 
    flex-shrink: 1;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.zxdt-list h1 {
    font-weight: 600;
}

.zxdt-item li {
    display: flex;
    margin-top: 20px;
    padding: 25px;
    border: 1px solid #85BEFF;
}

.zxdt-item li:hover {
    background-color: #2266d5;
}

.zxdt-item li .date {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-right: 2px solid #85BEFF;
}

.zxdt-item li .date h3 {
    font-size: 40px;
    font-weight: 600;
    color: #1457BA;
}

.zxdt-item li .date h5 {
    font-size: 16px;
    font-weight: 600;
    color: #383838;
}

.zxdt-item li .text {
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 10px;
}

.zxdt-item li:hover .date h3,
.zxdt-item li:hover .date h5,
.zxdt-item li:hover .text a,
.zxdt-item li:hover .text p {
    color: #fff;
}

.zxdt-item li .text a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxdt-item li .text a:hover {
    text-decoration: underline;
}

.zxdt-item li .text p {
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 18px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 媒体关注 */
.mtgz {
    background: url("../img/mtgz-bg.png") no-repeat;
    background-size: 65% 100%;
    background-color: #ECF4FD;
}

.mtgzTitle {
    display: block;
    width: 1200px;
    margin: 20px auto;
}

.mtgz-wrapper {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
}

.mtgz-l {
    padding: 0 20px;
}

.mtgz-l h1 {
    margin: 10px 0;
}

.mtgz-l h1 a {
    font-size: 24px;
    color: #fff;
}

.mtgz-l p {
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.mtgz-r {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.mtgz ul li {
    margin-top: 30px;
}

.mtgz-r ul li:first-child {
    border-bottom: 1px dashed #808080;
}

.mtgz-r ul li h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mtgz-r ul li h2 a {
    color: #204F95;
}

.mtgz-r ul li p {
    text-indent: 2em;
    font-size: 20px;
    padding: 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #808080;
}

/* 图片聚焦 */
.tpkl>a>img {
    display: block;
    width: 1200px;
    margin: 20px auto;
}

.tpkl-wrapper {
    padding: 30px 0;
    position: relative;
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    background: url('../img/ljqx.png') no-repeat;
    background-size: 60% 90%;
    background-position: center 50%;
}

.swiper-ctrl-button {
    background-color: #efeeee;
}

.tpkl-wrapper .swiper-slide a {
    height: 60%;
    display: flex;
    justify-content: center;
}

.tpkl-wrapper .swiper-slide h3 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}

.tpkl-wrapper .swiper-slide h3 a {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}

.odd,
.even {
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: transparent;
}

.odd {
    justify-content: flex-end;
}

.even {
    justify-content: flex-start;
}

.tpkl-ctrl-btn {
    display: none;
}

@media (max-width: 1200px) {
    .lgszlContainer {
        padding: 0 20px;
    }
    
    .xwtt-wrapper,
    .gzbs-wrapper,
    .zxdt-wrapper,
    .mtgz-wrapper,
    .mtgzTitle,
    .tpkl-wrapper {
        width: 100%;
        display: inherit;
    }

    .xwtt-wrapper img {
        display: none;
    }

    .tpkl-wrapper {
        padding: 0;
    }

    .mtgz,
    .tpkl-wrapper {
        background-image: none;
    }

    .mtgz-l {
        padding-bottom: 15px;
    }

    .even,
    .odd {
        justify-content: center;
    }

    .mtgz-l h1 a,
    .mtgz-l p {
        color: #808080;
    }

    .zxdt-list {
        width: 100%;
    }

    .tpkl-ctrl-btn {
        display: inherit;
    }
}

@media (max-width:768px) {
    .top {
        height: 500px
    }
}

@media (max-width:572px) {
    .top {
        height: 400px
    }

    .logo {
        left: 20px;
    }
}

@media (max-width:475px) {
    .top {
        height: 300px
    }
}