        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
        }

        body {
            background-color: #f5f5f5;
        }

        a {
            text-decoration: none;
            color: #000;
        }

        .container {


            background-color: #fff;
            overflow: hidden;
        }

        /* 头部样式 */
        .header {
            position: relative;
            width: 100%;
            height: 480px;
            
        }
.header .banner img{
    height: 480px;    width: 100%;
    object-fit: cover;
}

.header .w80{    position: absolute;
    background: #0000006b;
    z-index: 10;
    width: 100%;
    height: 203px;
background: linear-gradient(180deg, #1c47b4, #00000000);
}

        .header-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 75px;
            width: 80%;
            margin: auto;
            gap: 15px;
  
        }

        .logo {
            display: flex;
            align-items: center;
            color: #fff;
            width: 65%;
        }

        .logo img {
            max-width: 100%;

            margin-right: 15px;
        }
.logo1920{display:block;}
.logo640{display:none;}
        .search-box {
            width:35%;
            max-width: 450px;
            position: relative;
display: flex;
    align-items: flex-end;
    flex-direction: column;

        }
   .search-box form{width:65%;}

        .search-box input {
            width: 100%;
            height: 36px;
            padding: 0 45px;
            border: none;
            border-radius: 10px;
            font-size: 18px;
               background: #ffffff47 url(../images1/6.png) no-repeat;
    background-position: 10px center;
           
            color: white;
transform: translateY(-27px);
        }

        .search-box input::placeholder {

            color: rgb(226, 226, 226)
;background: none;
        }

        .search-box input:focus {

            border: none;
            outline: none;

        }
.header .nav ul{list-style: none;}

.header .nav ul li{display: inline;}

.header .nav ul li a{color: white;
    padding: 0.5rem 0.6rem;
    text-decoration: auto;
    font-size: 1.1rem;}

/* 菜单显示按钮start*/

.burger {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 35px;
    height: 25px;
    background: transparent;
    cursor: pointer;
    z-index: 99;
    display: none;

}

.burger input {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.burger input:checked~span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.burger input:checked~span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.burger input:checked~span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 25px;
    left: 4px;
}

/*菜单显示按钮end */



        /* 功能模块 */
        .modules {
            position: absolute;
            bottom: -150px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: space-between;

            width: 80%;
            margin: auto;
        }



        .module-icon {
            width: 90px;
            height: 90px;
            background-color: rgba(255, 255, 255, 0.95)
        }

        .module-item {
            width: 19%;
            padding: 30px;
            box-sizing: border-box;
            background-color: #ffffffe0;
            text-align: center;
            color: #333;
            border-radius: 11px;
        }

        .module-item a {
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .module-item img {
            max-width: 100%;
        }

        .module-item p {
            font-size: 24px;
            font-weight: 600;
            margin-top: 32px;
            white-space: nowrap;
        }

        /* 主体内容 */
        .mainout {
            background-image: url(../images1/bj.png);
            background-size: cover;
        }

        .main {
            display: flex;
            padding-top: 200px;
            padding-bottom:70px;
            gap: 60px;
            width: 80%;
            margin: auto;
justify-content: space-evenly;
        }

        .section {
           
            width: 46%;
        }

        .section-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 10px;

        }

        .section-header h2 {
            font-size: 32px;
            color: #333;
            margin-right: auto;
            display: flex;
            align-items: center;

            background-image: url(../images1/5.png);
            background-repeat: no-repeat;
            background-position: left bottom;
            padding: 16px 0px;
            margin-left: 5px;
        }

        .section-header h2 span {
            color: #ffa60a;
        }

        .more-link {
            font-size: 16px;
            color: #b1b0b0;
            text-decoration: none;
            border-bottom: 4px double;
        }

        .news-list,
        .notice-list {
            list-style: none;
        }

        .news-item {
            display: flex;
            gap: 15px;

            padding:20px;
            background: #ffffff;
        }


        .news1 {

            display: flex;
            justify-content: space-between;
            gap:15px;
        }


        .news-img {

            width: 65%;
        }

        .news-text {
            width: 35%;

        }

        .imgs {
            position: relative;
            overflow: hidden;
        }

        .imgs img {
            width: 100%;
            object-fit: cover;
            height: 350px;
        }

        .news-img-text {
            position: absolute;
            bottom: 0;
            background-image: linear-gradient(0deg, black, transparent);
            width: 100%;
            padding: 15px 25px;
        }

        .news-img-text h3 {
            width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-img-text .news-title,
        .news-img-text .news-date {
            color: #fff;

        }

        .news1 .news-item:hover h3.news-title {
            color: #103caa;

        }


        .news1-ul1 {
            height: 350px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;gap:15px;
        }
.news1 .news-item{height:167px;}
        .news2 {

            margin-top: 12px;
        }

        .news2 .news-title {

            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .news-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }



        .news-content h3 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }



        .news-title {
            font-size: 18px;
            color: #333;
            line-height: 1.5;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .news-date {
            font-size: 17px;
            color: #103caa;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 15px;
        }

        .news-date span {
            font-size: 11px;
            color: #bbbbbb;
            border-bottom: 1px solid;
            padding-bottom: 2px;
        }

        .news2 .news-item {
            margin-top: 15px;
        }

        .news2 .news-item:hover h3.news-title {
            color: #103caa;

        }

        /* 通知公告 */


        .notice-item {
            display: flex;
            align-items: flex-start;
            align-items: center;

            padding: 23px 0;
            border-bottom: 1px solid #d4d4d4;
            background: white;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .notice-item:nth-last-of-type(1) {
            border-bottom: none;
        }

        .notice-date {

            font-size: 36px;
            font-weight: 500;
            color: #0a0a0a;
            text-align: center;
            margin-right: 30px;
            flex-shrink: 0;

        }

        .fgx {
            height: 38px;
            border: 1px solid #e1e1e1;
            margin-right: 30px;
        }

        .notice-subdate {
            font-size: 19px;
            color: #868686;

            display: block;
            font-weight: 500;
        }

        .notice-title {
            flex: 1;
            font-size: 18px;
            color: #333;
            line-height: 1.5;
            font-weight: 500;
            white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
        }

        .notice-describe {
            font-size: 16px;
            color: #333;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            
        }

        .notice-section ul {

            background: rgb(255, 255, 255);
            padding: 0px 40px;
        }

        .bold {
            font-weight: bold;
            margin-top: 10px;
        }

        .notice-item:hover .notice-date {
            font-weight: bold;
            color: #0037c2;
        }

        .notice-item:hover .notice-subdate {
            color: #0037c2;
        }

        .notice-item:hover .notice-title a{
            font-weight: bold;
            color: #0037c2;
        }

        .notice-item:hover .notice-describe {
            color: #0037c2;
        }

        /* 页脚 */
        .footer {
            background-image: url(../images1/dbbj.png);
            color: #fff;
            padding: 70px 10px 20px;

        }

        .footer-content {
            display: flex;
            align-items: center;
            justify-content: space-between;

            width: 80%;
            margin: auto;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            width: 50%;
        }

        .footer-logo img {
            width: 100%;
        }

        .footer-info {
            width: 50%;
        }

        .footer-info1 {
            margin-left: 20%;
        }

        .footer-info p {
            margin-bottom: 8px;
            font-size: 19px;
        }

        .footer-copyright {
            text-align: center;
            font-size: 16px;
            color: #ffffff;
            margin-top: 20px;
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .footer-copyright img {
            display: inline-block;
            vertical-align: middle;
        }
    @media screen and (max-width:1600px) {
.news-date{    flex-wrap: wrap;}
.news-date span{    margin-left: auto;}

}
        @media screen and (max-width: 1400px) {
 .header .nav ul li a{     padding: 0.5rem 0.5rem;font-size: 15px;}

            .footer-info1 {
                margin-left: 8%;
            }

            .footer-info p {
                font-size: 16px;
            }

            .footer-copyright {
                font-size: 12px;
            }

            .module-item p {
                font-size: 18px;
            }

        }

 @media screen and (max-width:1200px) {
.header .nav ul li a {
        padding: 0.5rem 0.3rem;
        font-size: 13px;
    }
    .module-item p {
        font-size: 16px;
    }

.modules{bottom: -108px;}
}


        @media screen and (max-width:1000px) {


.burger{display:block;}

            .footer-content {
                flex-direction: column;
                gap: 30px;
            }

            .footer-logo {
                width: 100%;
            }

            .footer-info {
                width: 100%;
                text-align: center;
            }

            .footer-info1 {
                margin-left: 0;
            }

            .footer-info p {
                font-size: 13px;
            }

            .main {
                flex-wrap: wrap;    padding-top: 130px;
            }


            .modules {
                bottom: -88px;
            }

            .module-item p {
                margin-top: 43px;
            }

            .module-item {
                padding: 8px;
                box-sizing: border-box;
                width: 23%;
            }

            .section{width: 100%;}
            .module-item p {
                font-size: 16px;
            }
.module-item img{max-width: 77%;}
            .search-box {
                display: none;
            }

            .header {
                height: 45vw;
            }
.header .banner img{ height: 45vw;}

            .logo {
                width: 100%;
            }

            .header-top {
width: 85%;
      padding-top: 10px;
        margin-left: 9px;
            }



.search-box {
    width: 100%;
   
    background: #054387;

    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 6rem 1rem;
    bottom: 0;        max-width: 100%;
}
.header .nav ul li {
    display: block;
    padding: 0.7rem;
    border-bottom: 1px solid #2f649d;
}

.header .nav ul li a { 
        font-size: 15px;
}

.search-box input{    width: 78%;margin: auto;
    display: block;}


        }

        @media screen and (max-width:640px) {

            .module-item p {
                font-size: 12px;    white-space: normal;  margin-top: 23px;
            }

            .modules {
                bottom: -64px;
            }


            .header {
                height: 55vw;
            }
.header .banner img{ height: 55vw;}



.logo1920{display:none;}
.logo640{display:block;}
            .main {
                padding-top: 90px;width: 100%;
            }

            .news1 {
                flex-wrap: wrap;
            }

            .news-img {
                width: 100%;
            }

            .news-text {
                width: 100%;
            }

.news1 .news-item{height:auto;}

.imgs img{height: 270px;}

.notice-date{font-size: 23px;}
.notice-subdate{font-size: 16px;}
.notice-title{font-size: 18px;}
.notice-describe{font-size: 14px;}
.notice-date,.fgx{    margin-right: 10px;}
.news1-ul1{gap: 15px;height: auto;}
.modules{width: 100%;}
.notice-section ul{padding: 0 15px;}
        }