/* body{
    background-color: #337ab7;
} */
html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
overflow-y:scroll;
overflow-x:hidden;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f8f8;
}

.logo img {
    height: 50px;
    /* Adjust the height as needed */
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}



/* foot */
.add {
    width: 100%;
    height: 190px;
    margin-top: 100px;
    color: white;
    background: #303030;
}

.add_in {
    width: 900px;
    padding: 20px 0px;
    margin: 0 auto;
    position: relative;
}

.add_in li {
    height: 50px;
}

.add_in img {
    float: left;
    position: relative;
    top: 12px;
}

.add_in p {
    padding: 10px 20px;
    margin: 0px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.connect {
    margin: 0px 0px;
    width: 50px;
    height: 160px;
    padding-left: 20px;
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 30px;
    line-height: 40px;
    border-left: 2px solid white;
}


a {
    text-decoration: none;
}

.news:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.news-img-top {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* 保持4:3的长宽比 */
    height: auto;
    /* 高度自适应 */
}

.news-body {
    padding: 1rem;
}

.news-text {
    color: #666;
    ;
}

.news {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-bar {
    background-color: #f8f9fa;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-bar>h2 {
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.title-bar a {
    box-sizing: border-box;
    color: rgb(13, 110, 253);
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.mar>div {
    margin: 1rem 0;
}




.row2 {
    transform: translateX(50px);
    /* 向右移动50像素 */
    /* 或者 translateY(50px); 向下移动50像素 */
}

.notice-list:nth-child(1),
.notice-list:nth-child(4) {
    padding-right: 20px;
}

.notice-list:nth-child(2),
.notice-list:nth-child(5) {
    padding-left: 10px;
    padding-right: 10px;
}

.notice-list:nth-child(3),
.notice-list:nth-child(6) {
    padding-left: 20px;
}

.notice-list {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    transition: transform 0.3s ease;
}

.notice-list:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.notice-con {
    width: 80%;
    float: left;
    background: #f5f5f5;
    height: 86px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 10px #efefef;
    -webkit-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.notice-lm {
    background: #053490;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 20%;
    float: left;
    height: 86px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 10px #efefef;
    -webkit-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
}

.jz-day {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 5px;
}

.jz-monthyear {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

.jz-lm2 {
    color: #3088cf;
    margin-bottom: 5px;
}

.notice-list-title {
    height: 38px;
    line-height: 18px;
    overflow: hidden;
    text-align: justify;
}

.notice-list-title a {
    color: #515151;
}


@media(max-width:1600px) {

    .header>.container,
    .nav>.container,
    .news2>.container,
    .main-white>div>.container,
    .hzjl2>.container,
    .djsz2>.container,
    .footer>.container,
    .footer2>.container,
    .banner>.container,
    .main>.container {
        width: 1500px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .notice-lm {
        width: 22%;
    }

    .notice-con {
        width: 78%;
    }
}

@media(max-width:1439px) {
    .notice-lm {
        width: 30%;
    }

    .notice-con {
        width: 70%;
    }
}

@media(max-width:1140px) {
    .notice-lm {
        width: 30%;
    }

    .notice-con {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {

    .notice-lm {
        width: 38%;
    }

    .notice-con {
        width: 62%;
    }

    .notice-list:nth-child(1),
    .notice-list:nth-child(3),
    .notice-list:nth-child(5) {
        padding-right: 15px;
        padding-left: 0px;
    }

    .notice-list:nth-child(2),
    .notice-list:nth-child(4),
    .notice-list:nth-child(6) {
        padding-left: 15px;
        padding-right: 0px;
    }

}

@media(max-width:768px) {

    .notice-lm {
        width: 22%;
    }

    .notice-con {
        width: 75%;
    }
}

@media (max-width:767px) {

    .notice-list:nth-child(1),
    .notice-list:nth-child(2),
    .notice-list:nth-child(3),
    .notice-list:nth-child(4),
    .notice-list:nth-child(5),
    .notice-list:nth-child(6) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .notice-infoopen .hd {
        height: 42px;
    }

    .notice-infoopen .hd li {
        line-height: 42px;
    }

    .notice-lm {
        width: 29%;
        font-size: 16px;
    }

    .notice-con {
        width: 71%;
    }

    .notice-list,
    .jz-list {
        margin-bottom: 8px;
        margin-top: 8px;
    }

}

@media(max-width:375px) {}

@media(max-width:320px) {

    .notice-lm {
        width: 28%;
    }

    .notice-con {
        width: 72%;
    }

    .notice-list-date {
        margin-top: -5px;
    }
}



.end {
    width: 100%;
    background-color: #1a1a1a;
    text-align: center;
    height: 40px;
    color: white;
    line-height: 40px;
}

.end a {
    color: wheat;
    font-weight: bold;
    text-decoration: none;
}




.wrapper {
    width: 100%;
    margin: 0 auto;
}

.main1 .inner {
    padding: 70px 0;
}

.wrapper .inner {
    width: 100%;
    margin: 0 auto;
}

.main1 a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.main1 ul {
    margin: 0;
    padding: 0;
}

.main1 .ml {
    float: left;
    width: 52.5%;
}

.post .con {
    margin: 0 auto;
}

.clearfix {
    display: block;
}

.main1 .ml .news_list li.news {
    position: relative;
}

.news_list li.news {
    line-height: 34px;
    padding-left: 0;
}

.main1 .ml .news_list li.news .news_imgs {
    height: 453px;
}

.news_imgs {
    position: relative;
    overflow: hidden;
}

.main1 .ml .news_list li.news .news_imgs img {
    width: 100%;
    transition-duration: 1s;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
}

.main1 .ml .news_list li.news .news_wz {
    background-color: rgb(5, 52, 144, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;

    /* background-image: linear-gradient(transparent, #000000a8); */
}

.main1 .ml .news_list li.news .news_title {

    font-size: 21px;
    line-height: 40px;
    color: #fff !important;
    padding: 20px 20px 35px 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .main1 .ml .news_list li.news .news_imgs {
        height: 270px;
    }
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.main1 .mr {
    float: right;
    width: 45%;
}

.post-501 .news_list li.news.top {
    background: #edf4fa;
    position: relative;
    padding: 20px 25px;
    border: 0;
}

.post-501 .news_list li.news.top .news_meta {
    float: none;
    font-size: 14px;
    line-height: 20px;

    text-align: left;
    color: #0068b7;
    padding-left: 20px;
}

.post-501 .news_list li.news.top .news_title,
.post-501 .news_list li.news.top .news_title a {
    float: none;
    font-size: 20px;
    color: #0068b7;
    line-height: 32px;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;

    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 64px;
    margin: 9px 0;
    height: 57px;
    font-weight: bold;
    white-space: normal;
}

.post-501 .news_list li.news.top .news_text {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;

    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 78px;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.post-501 .news_list li.news {
    line-height: 49px;
    border-bottom: 1px solid #e5e5e5;
}

.post-501 .news_list li.news .news_title {
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 70%;
    transition: all .6s ease-out;
}

.post-501 .news_list li.news .news_meta {
    float: right;
    font-size: 14px;
    color: #0068b7;
}

@media screen and (max-width: 1400px) {
    .wrapper .inner {
        width: 94%;
        margin: 0 auto;
    }

    .wrapper .inner .mod {
        width: auto;
        padding: 0 0px;
    }
}

@media screen and (max-width: 999px) {
    .wrapper .inner {
        width: 96%;
        margin: 0 auto;
    }

    .main1 .inner {
        padding: 25px 0;
    }

    .mr {
        float: none !important;
        width: 100% !important;
    }

    .ml {
        float: none !important;
        width: 100% !important;
        margin-left: 0px;
        min-height: 0px;
        margin-bottom: 20px;
    }
}



.homee {
    position: relative;
    min-height: 500px;

}

.homee .in-tit {
    left: 13.5%;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 30%
}

.homee .aleft {
    width: 50%;
    padding-left: 13.5%;
    padding-right: 9%;
    padding-top: 9%
}

.homee .aright {
    width: 50%;
    position: relative
}

.homee .aright {
    position: relative
}

.homee .aleft .pic {
    height: 310px;
    position: relative;
    z-index: 10;
width:120%;
}

.homee .aright .pic {
    height: 420px;
margin-left: 40px;
}

.homee .aleft .info {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 10
}

.homee .aright .info {
    padding: 5% 20.5% 10% 5%;
    position: relative;
    z-index: 4
}

.homee .info h4 {
    font-size: 20px;
    margin: 15px 0 20px;
    line-height: 1.4em
}

.homee .info p {
    line-height: 1.7em;
    color: #656565
}

.homee .info .num {
    font-size: 36px;
    display: inline-block;
    color: #053490;
    ;
    font-family: "Century Gothic Bold"
}

.homee .more {
    display: flex;
    height: 40px;
    border: 1px solid #000;
    line-height: 40px;
    color: #000;
    width: 146px;
    margin: 50px 0 0;
    position: absolute;
    z-index: 10;
    left: 13.5%;
    bottom: 70px
}

.homee .more span {
    width: 106px;
    text-align: center;
    display: block
}

.homee .more i {
    border-left: 1px solid #000;
    width: 40px;
    text-align: center;
    font-size: 12px;
    display: block
}

.homee .more:hover {
    background: #053490;
    ;
    color: #fff;
    border: 1px solid #053490;
    ;
}

.homee .more:hover i {
    border-left: 1px solid #fff;
}

.homee .m-show {
    display: none
}

@media screen and (max-width:980px) {
    .homee .pc-show {
        display: none
    }

    .homee .m-show {
        display: flex
    }
}

.in-tit {
    font-size: 40px;
    line-height: 1.1em;
}

.spfont {
    font-family: SourceHanSerifSC-Bold;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pore {
    position: relative;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.homee a {
    color: #222;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

.bg-mask .pic {
    overflow: hidden;
}

.bg-mask .pic a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media screen and (max-width:1366px) {
    .homee .swiper-pagination-bullets {
        bottom: 6%;
        margin-left: -10%
    }

    .homee .in-tit {
        left: 5%;
        width: 94%;
    }

    .homee .aleft {
        padding-left: 5%;
        padding-right: 5%
    }
.homee .aright {
        padding-left: 5%;
        padding-right: 5%
    }
    .homee .more {
        left: 5%
    }

}

@media screen and (max-width:980px) {

    .homee .aleft {
        width: 100%;
        padding-top: 9%;
        padding-bottom: 50px
    }

    .homee .aright {
        width: 100%;
        position: relative
    }

    .homee .aright .info {
        padding: 5% 6.5% 10% 6.5%;
        position: relative;
        z-index: 4
    }
.homee .pore {
        flex-direction: column;
        /* 改为纵向排列 */
    }

    .homee .aright {
        order: -1;
    }

    .homee .aleft .info {
        padding: 5% 6.5% 10% 6.5%;
        position: relative;
        z-index: 4
    }
    .homee .aleft .pic {
        height: 400px;
      width:100%;
    }

    .homee .aright .pic {
        height: 400px
    }

    .homee .in-tit {
        padding-left: 6.5%;
        position: static
    }

    .homee .swiper-pagination-bullets {
        margin-left: 0;
        left: auto;
        right: 5%;
        bottom: 0
    }
}

@media screen and (max-width:640px) {
    .in-tit {
        font-size: 30px
    }

    .homee .info p {
        font-size: 14px
    }

    .homee .info h4 {
        font-size: 18px
    }

    .slideNews-e {
        padding-bottom: 50px
    }

    .homee .more {
        bottom: 50px
    }

    .homee .swiper-pagination-bullets {
        bottom: 0;
        margin-left: 0;
        left: auto;
        right: 5%
    }

    .homee .aleft .pic {
        height: 210px
    }

    .homee .aright .pic {
        height: 260px
    }
}



@media (max-width: 920px) {

    .footer-img,
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1240px) {

    .footer-img,
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1600px) {

    .footer-img,
    .footer {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.footer {
    width: 100%;
    background: #2e4589;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

.link-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    padding-left: 30px;
}

.footer-left ul {
    margin-top: 30px;
    list-style-type: none;
    /* 移除列表项前的默认标记 */
    padding: 0;
    /* 移除默认的内边距 */
    display: flex;
    /* 启用Flexbox布局 */
    flex-direction: column;
    /* 子项垂直排列 */
    align-items: left;
    /* 水平居中对齐 */
}

.footer-left li {
    line-height: 32px;
    height: 50px;

}

.footer-left img {
    float: left;
    position: relative;
    top: 12px;
}

.footer-left p {
    padding: 10px 20px;
    margin: 0px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.footer-right ul {
    margin-left: 30px;
}

.footer-right li {
    line-height: 32px;
    width: 50%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
    color: #ffffff;
}

.footer-right li a {
    color: #ffffff;
}


@media (max-width: 1600px) {

    .header,
    .news,
    .second-layer,
    .third-layer,
    .pic-wall,
    .footer-img,
    .footer {
        padding-left: 50px;

    }
}

@media (max-width: 1240px) {

    .header,
    .news,
    .second-layer,
    .third-layer,
    .pic-wall,
    .footer-img,
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 920px) {

    .header,
    .news,
    .second-layer,
    .third-layer,
    .pic-wall,
    .footer-img,
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .link-title {
        font-size: 24px;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 30px;
    }
}