@media (min-width: 992px) {


    .screen1 {
        width: 100%;
        height: 100vh;
        overflow: hidden; /* 初始隐藏滚动条 */
    }

    .mynav {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 150px;
        z-index: 10000;
        background: url(./images/navback.png?11);
        position: fixed;
        transition: background 0.3s ease; /* 添加过渡效果 */
    }

    .nav-item {
        width: 7rem;
        text-align: center;
    }

    .dropdown-menu {
        border-top: 2px solid #0075c2;
        border-radius: 0px;

    }

    .mynav.scrolled {
        background: #0075c2; /* 滚动后的背景颜色 */
    }

    .logo2 {
        width: 400px;
    }

    #lbt {
        position: relative;
    }

    #lbt .menu {
        position: absolute;
        width: 100%;
        background: rgb(255, 255, 255, 0.7);
        height: 120px;
        bottom: 0px;
        z-index: 50;
    }

    .carousel-indicators {
        display: flex;
    }

    .links {
        margin-bottom: 15px;
    }

    .list-image {
        display: flex;
        align-items: center
    }

    .list-image .imgbox {
        min-width: 50px;
        min-width: 50px;
        height: 50px;
        flex-grow: 0;
    }

    .list-image .imgbox img {
        width: 50px;
        height: 50px;
        margin: 0px 5px;
    }

    .list-image .linkname {
        flex-grow: 1;
        font-size: 1.5rem;
        text-align: center;
        font-family: 'kaiti';
    }

    .footer {
        padding: 30px 0px;
    }

    .text-links {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap
    }

    .list-right {
        padding-left: 50px;
        min-height: 30px;
        box-sizing: border-box;
    }

    .list-left .header-title #sum-menu-button {
        display: none
    }

    .list-left .header-title {
        background-color: #0075C2;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        font-size: 1.5rem;
    }

    .list-left ul {
        border-left: 2px solid #0075C2;
        margin: 0;
        padding: 0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(255, 255, 255, 0.3);
    }

    .list-left ul li {
        list-style: none;
        padding: 12px 8px 12px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .column-name {
        font-size: 1.3rem;
        color: #333
    }

    .show-flex-hread {
        display: block
    }

    .show-flex-hread {
        padding: 40px;
        display: flex;
        justify-content: center;
        border-bottom: 1px dashed #d2d2d2;
        color: #666;
        margin-bottom: 30px;
    }

    .show-flex-hread div:first-child {
        margin-right: 50px
    }

    .d-block {
        width: 100%;
        height: 100vh;
    }

    .menu-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        transition: background-color 0.3s ease;
        position: relative
    }

    .menu-item .cmenu {
        width: 100%;
        background-color: rgba(0, 117, 194, .8);
        /*border-top: 1px solid #FFF;*/
        z-index: 9999;
        margin-bottom: .8rem;
        position: absolute;
        bottom: 105px;
        left: 0px;
        display: none;
    }

    .menu-item .cmenu a {
        color: #FFF;
        display: block;
        padding: .8rem;
        font-size: .8rem
    }
}

@media (max-width: 992px) {
    .carousel-control-prev, .carousel-control-next {
        display: none
    }

    .mynav {
        background-color: #0075c2;
        position: relative;
    }

    .dropdown-toggle::after {
        float: right;
    }

    .logo2 {
        width: 300px;
    }

    #lbt .menu {
        position: relative;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

    .carousel-indicators {
        display: none;
    }

    .links {
        margin-bottom: 20px;
    }

    .list-image {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .list-image .imgbox {
        min-width: 50px;
        min-width: 50px;
        height: 50px;
        flex-grow: 0;
        margin: 10px;
    }

    .list-image .imgbox img {
        width: 50px;
        height: 50px;
    }

    .list-image .linkname {
        flex-grow: 1;
        font-size: 1.5rem;
        text-align: center;
        font-family: 'kaiti';
        margin: 10px 0px;
    }

    .footer {
        padding: 40px 0px;
    }

    .text-links {
        display: flex;
        justify-content: flex-start;
        margin-top: 50px;
        margin-bottom: 50px;
        flex-wrap: wrap
    }

    .list-left .header-title {
        background-color: #0075C2;
        color: #FFF;
        font-size: 1rem;
        padding: 0 1rem;
    }

    .header-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-title #sum-menu-button {
        display: block;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .list-left ul {
        border: 1px solid #e8e8e8;
        margin: 0;
        padding: 0;
    }

    .list-left ul li {
        list-style: none;
        padding: 12px 8px 12px 25px;
        display: flex;
        justify-content: space-between;
    }

    .show-flex-hread {
        display: none
    }

    .d-block {
        height: auto;
        width: 100%;
    }

    .menu-item {
        display: flex;
        position: relative;
        flex-direction: column;
        text-align: center;
        transition: background-color 0.3s ease;

    }

    .menu-item .cmenu {
        width: 200px;
        background-color: #FFF;
        border: 1px solid #0a6aa1;
        z-index: 9999;
        margin-bottom: .8rem;
        bottom: 105px;
        left: 0px;
        display: none;
        position: absolute;
    }

    .menu-item .cmenu a {
        display: block;
        padding: .8rem;
        font-size: .8rem
    }


}

@media (max-width: 540px) {
    .mynav {
        background-color: #0075c2;
        position: relative;
    }

    .logo2 {
        width: 100px;
    }

    .carousel-indicators {
        display: none;
    }

    .links {
        margin-bottom: 20px;
    }

    .list-image {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .list-image .imgbox {
        min-width: 50px;
        min-width: 50px;
        height: 50px;
        flex-grow: 0;
    }

    .list-image .imgbox img {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    .list-image .linkname {
        flex-grow: 1;
        font-size: 1rem;
        text-align: center;
        margin: 10px 0px;
    }

    .footer {
        padding: 20px 0px;
    }

    .footer-evm img {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        display: none;
    }

    .footer-lxwm {
        margin-top: 20px;
    }

    .footer-logo {
        text-align: center;
    }

    .text-links {
        display: flex;
        justify-content: space-around;
    }


}

.menua {

    font-size: 1.1rem;
}

@font-face {
    font-family: 'kaiti';
    src: url('./fonts/simkai.ttf') format('truetype');
}

a {
    text-decoration: none; /* 去掉下划线 */
    color: black; /* 设置文字颜色为黑色 */
}

.row .no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-link {
    color: #FFF;
    font-size: 1.4rem
}

.nav-link .active {
    color: #FFF
}

.dropdown-menu {
    background-color: rgba(0, 117, 194, .7);
}

.dropdown-menu a {
    color: #FFF;
}

a:hover, a:focus {
    color: #CCC !important
}

.rl-box {
    margin-top: 5px;
    width: 100%;
    height: 115px;
    background-color: #0075c2;
    position: relative;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3), /* 上阴影 */ 5px 0 5px rgba(0, 0, 0, 0.3); /* 右阴影 */
    display: flex;
    color: #FFF;
    flex-wrap: wrap; /* 允许子元素换行 */
    justify-content: flex-end; /* 子元素之间的间距 */
}

.rl-box .hua {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    opacity: 0.7;
}

.rl-box .item {
    text-align: center;
    width: 35%;
    padding-top: 20px;
    height: 20px;
    font-size: 1.3rem;
    color: #FFF;
}

.rl-box .item:nth-child(5), .rl-box .item:nth-child(4) {
    padding-top: 5px;
}


.menu-item .yuan {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    line-height: 60px;
    margin: 10px auto;
    transition: background-color 0.3s ease;
}

.menu-item .yuan .img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.menu-item:hover {
    background-color: #0075c2
}

.menu-item:hover .yuan {
    background-color: #e8e8e8; /* 你可以根据需要更改这个颜色 */
}


/**导航条**/
.lmdht {
    width: 100%;
    height: 2em;
    line-height: 2em;
    border-left: 3px solid #0075c2;
    display: flex;
    justify-content: space-between;
    padding-left: 0.5em;
    box-sizing: border-box;
}

.lmdht .title {
    font-size: 1.2em;
    color: #0075c2
}

.lmdht .move {
    font-size: 0.8em;
    color: #0075c2
}

.lmdht .move a {
    color: #0075c2
}

.news-box {
    padding: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #e8e8e8;
    margin: 10px 0px;
    box-sizing: border-box;
}

.lbt2-title {
    text-align: center;
    color: #005d89;
    padding: 15px;
    font-weight: 900;
}

.yuan-dian {
    width: 5px;
    height: 5px;
    border: 1px solid #0075c2;
    border-radius: 50%;
}

ul.list {
    list-style-type: none;
    padding: 0px;
    margin-left: 10px;
}

ul.list li {
    position: relative; /* 为伪元素定位做准备 */
    padding: 5px 20px; /* 为空心圆点留出空间 */
    font-size: 1.1rem;
    font-weight: 100;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

ul.list li::before {
    content: '°'; /* 使用 Unicode 字符表示空心圆点（注意：这可能在某些字体中不是完全空心的） */
    color: #0075c2; /* 设置圆点颜色 */
    font-size: 1.2em; /* 调整圆点大小（可选） */
    position: absolute; /* 使用绝对定位将圆点放置在列表项文本的左侧 */
    left: 0; /* 将圆点对齐到列表项的左侧边缘 */
    top: 65%; /* 垂直居中圆点（需要配合 transform 使用） */
    transform: translateY(-50%); /* 垂直居中圆点 */
}

ul.list li .rq {
    color: #CCC;
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 5rem;
}

ul.list li .title {
    flex-grow: 1;
    text-align: left;
    padding-right: 10px;
    box-sizing: content-box;
    width: 50px;
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.list li .title.a {
    color: #2c2c2c;
    font-size: 0.9em;
}

ul.news-list-first {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px
}

/**通知公告第一条**/
ul.news-list-first li {
    border-left: 2px solid #f29b75;
    color: #FFF;
    display: flex;
    padding: 20px;
    background-color: #005d89;
}

ul.news-list-first li .rq {
    min-width: 70px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    color: #f29b75;
    flex-direction: column;
    flex-grow: 0;
    margin-right: 15px;
    text-align: right;
    border: none
}

ul.news-list-first li .rq .month {
    font-size: 1.2rem;
    color: #f29b75
}

ul.news-list-first li .rq .year {
    font-size: 0.9rem;
    color: #f29b75;
    font-weight: 100;
}

ul.news-list-first li .main {
    height: 80px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
}

ul.news-list-first li .main .title {
    min-height: 20px;
    width: 100%;
    line-height: 20px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    color: #FFF
}

ul.news-list-first li .main .context {
    height: 50px;
    line-height: 25px;
    font-size: 0.8rem;
    opacity: 0.7;
}

/**通知公告后面几条**/
ul.news-list {
    padding: 0px;
    margin-top: 11px;
    border: 1px solid #e8e8e8
}

ul.news-list li {
    display: flex;
    padding: 20px;
}

ul.news-list li .rq {
    min-width: 80px;
    width: 80px;
    height: 55px;
    display: flex;
    justify-content: center;
    color: #f29b75;
    flex-direction: column;
    flex-grow: 0;
    margin-right: 15px;
    text-align: right;
    border-right: 2px solid #e8e8e8;
    padding-right: 15px;
}

ul.news-list li .rq .month {
    font-size: 1.4rem;
    color: #0075c2;
    text-align: center;
}

ul.news-list li .rq .year {
    font-size: 0.9rem;
    color: #000;
    font-weight: 900;
}

ul.news-list li .main {
    height: 55px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
}

ul.news-list li .main .title {
    min-height: 20px;
    width: 100%;
    line-height: 20px;
    font-weight: 100;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    color: #0075c2;
    font-size: 1.2rem;
}

ul.news-list li .main .context {
    height: 25px;
    line-height: 25px;
    width: 100%;
    font-size: 1rem;
    opacity: 0.7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.links-box{  background: url('./images/links_box.png') center top no-repeat ; background-color: #005d89; height: auto; min-height: 400px; background-size: 100%; }
 */

.links {
    margin-top: 0px;
    text-align: center;
}

.links .links-navtitle img {
    height: 2rem;
    width: 20rem;
    margin-top: 30px;
}

.link-box {
    box-sizing: border-box;
}

.list-image {
    background-color: #FFF;
    border-radius: 10px;
    min-height: 80px;
}

.text-links .item {
    margin: 10px 25px;
    color: #000
}

.footer-logo img {
    width: 70%;
}

.footer-evm img {
    width: 55%;
}

.footer-lxwm {
    line-height: 30px;
    color: #FFFFFF;
}


.list-banner {
    width: 100%;
}

.list-left ul li {
    color: #000
}

.list-left ul li > i {
    color: #FFF
}

.list-left ul li .active {
    color: #0075c2;
    font-weight: bold
}

.list-left ul li .active > i {
    color: #0075c2
}

.list-left ul li:hover .active, .list-left ul li:hover {
    color: #0075c2;
    font-weight: bold;
}

.mbx, .mbx a {
    font-size: .8rem;
    color: #666;
}

.column-hread-box {
    display: flex;
    height: 3rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}

ul.news-pages-list {
    list-style-type: none;
    padding: 0px;
    margin-left: 10px;
}

ul.news-pages-list li {
    position: relative; /* 为伪元素定位做准备 */
    padding: 15px 5px 15px 20px; /* 为空心圆点留出空间 */
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dashed #d2d2d2
}

ul.news-pages-list li::before {
    content: '•'; /* 使用 Unicode 字符表示空心圆点（注意：这可能在某些字体中不是完全空心的） */
    color: #0075c2; /* 设置圆点颜色 */
    font-size: 1.2em; /* 调整圆点大小（可选） */
    position: absolute; /* 使用绝对定位将圆点放置在列表项文本的左侧 */
    left: 0; /* 将圆点对齐到列表项的左侧边缘 */
    top: 50%; /* 垂直居中圆点（需要配合 transform 使用） */
    transform: translateY(-50%); /* 垂直居中圆点 */
}

ul.news-pages-list li .rq {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 7rem;
    text-align: right
}

ul.news-pages-list li .title {
    flex-grow: 1;
    text-align: left;
    padding-right: 10px;
    box-sizing: content-box;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.news-pages-list li .title a {
    color: #333;
    font-size: 1.1rem;
}

ul.news-pages-list li:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px; /* 与边框厚度一致 */
    width: 0;
    height: 1px;
    background-color: #0075c2;
    animation: border-animation 1s forwards;
}

@keyframes border-animation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.h1 {
    text-align: center;
    padding-top: 30px;
    font-size: 1.4rem
}

.detail img {
    max-width: 95%
}

.login-title {
    font-size: 1.1rem;
    color: #CCC;
    margin-right: 1rem !important;
    font-weight: 100;
}

.loginaction {
    color: #0075c2 !important;
    font-size: 1.2rem !important;
}

.login {
    display: none
}

.displayshow {
    display: block
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #494949;
    opacity: 0.5;
    z-index: 9999;
    text-align: center;
    top: 0px;
    left: 0px;
    display: none;
}

.loading img {
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 9999;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px
}

.pagination .active {
    color: #0075c2;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}