.home-page {
    height: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*overflow: hidden;*/
}

.center {
    width: 1400px;
    margin: 0 auto;
}

.news-icon {
    display: inline-block;
    border: 1px solid #718cc7;
    padding: 3px;
    border-radius: 4px;
    transform: rotate(-45deg);
    margin-right: 6px;
}

.news-icon::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 2px;
    display: block;
    background: #718cc7;
}

.more {
    font-size: 16px;
    /*margin-left: 15px;*/
}

.more-icon {
    display: inline-block;
}

.container-box {
    width: 1400px;
    margin: 0 auto;
}

/* header */
.header {
    background: url("../images/headerBg.png") no-repeat center;
    background-size: cover;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-shrink: 0;
    padding-top: 5px;
    padding-bottom: 15px;
}

.header a {
    color: #fff;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.sys-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    width: 70px;
}

.logo img {
    width: 100%;
}

.sys-name {
    color: #fff;
}

.sys-name h3 {
    font-size: 32px;
    font-family: "方正正中黑简体";
    line-height: 1;
    padding-top: 3px;
}

.sys-name span {
    font-size: 93%;
}

.sys-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.login-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.login-info .line {
    width: 1px;
    height: 12px;
    background-color: #fff;
}

.user-info {
    color: #fff;
    /*display: flex;*/
    display: none;
    justify-content: right;
    align-items: center;
    margin-bottom: 5px;
}

.user-info .el-dropdown-link {
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
}

.user-info .el-dropdown-link .icon {
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.80);
}

.el-dropdown-menu {
    padding: 5px 0;
}

.el-dropdown-menu a {
    color: #51555C;
    font-size: 16px;
}

.el-dropdown-menu a:hover {
    color: #1163cf;
}

.search {
    background-color: #fff;
    position: relative;
}

.search form {
    width: 100%;
    height: 100%;
}

.search {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    width: 220px;
    height: 32px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}

.search .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.search input {
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding-left: 30px;
}

.search input::placeholder {
    color: #004190;
}

.search input:focus {
    background-color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}
.search .s-btn{
    display: block;
    border-radius: 100px;
    background-color: #1163cf;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 10px;
}
/*.search input:focus + .s-btn {*/
/*    display: block;*/
/*}*/


.notice {
    background-color: #1163cf;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgb(31, 152, 252, 0.5);
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.notice .icon {
    margin-right: 8px;
    margin-top: -3px;
}

.notice ul {
    white-space: nowrap;
    display: inline-block;
    padding-left: 2px;
}

.notice ul li {
    margin-right: 30px;
    display: none;
    letter-spacing: 0.1em;
}

.notice ul li .news-icon {
    border-color: rgba(255, 255, 255, 0.35);
    margin-right: 3px;
}

.notice ul li .news-icon::after {
    background-color: #fff;
}

.notice ul li .news-icon.sb-icon{

}
.notice ul li .news-icon.sb-icon::after {
}
.notice ul li .news-icon.zc-icon{
    border-color: #21CC51;
}
.notice ul li .news-icon.zc-icon::after {
    background-color: #21CC51;
}
.notice ul li .news-icon.wh-icon{
    border-color: #FFC461;
}
.notice ul li .news-icon.wh-icon::after {
    background-color: #FFBF53;
}

.notice ul li .news-icon + .type{
    margin: 0 -6px;
}

.notice a:hover {
    text-decoration: underline;
}

.notice::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

.notice .more {
    font-size: 14px;
    margin-left: 15px;
}

/*::-webkit-scrollbar {*/
/*    width: 0px;*/
/*    height: 0px;*/
/*}*/
#wrapper {
    flex: 1;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

/*隐藏 wrapper 滚动条*/
#wrapper::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

.menu {
    height: 50px;
    /*background-color: #008cff;*/
    background-color: rgba(2, 127, 231, 1);
    flex-shrink: 0;
    /*box-shadow: 0px 60px 80px 0px rgba(11, 63, 134, 1);*/
}

.menu ul {
    height: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
/ / padding: 0 50 px;
}

.menu li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-width: 160px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2.7px;
}

.menu li + li {
    margin-left: 100px;
}

.menu li:hover,
.menu li.active {
    background: linear-gradient(to bottom, #fff, #e2eeff);
}

.menu li:hover a,
.menu li.active a {
    color: #006bff;
}

.menu a {
    color: #fff;
    /*font-weight: bold;*/
}

/*中间*/
.content-box {
    height: 100%;
}

/*footer  */
.footer {
    background-color: #F8FBFF;
    color: #1B1B1B;
    border-top: 1px solid #EBEFF4;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1400px;
    margin: 20px auto;
}

.footer-logo {
    height: 38px;
    width: 420px;
    background: url("../images/footerLogo.png") no-repeat center;
    margin: 15px 30px 15px 0;
    background-size: contain;
}

.footer-main {
    border-left: 1px solid #c7d4e1;
    padding-left: 22px;
    display: flex;
    align-items: center;
}
.footer-main .footer-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.footer-main .footer-info > ul {
    display: flex;
    align-items: center;
}

.footer-main .footer-info > ul > li {
    padding: 5px 10px;
}

.footer-main .footer-info > ul > li a {
    color: #1B1B1B;
}

.footer-main .footer-info > ul > li.active,
.footer-main .footer-info > ul > li:hover {
    position: relative;
    /*background-color: #808080;*/
    background-color: #e6ebf1;

    border-radius: 5px;
}

.linkMore {
    /*display: none;*/
    /*background-color: #fff;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*bottom: 42px;*/
    /*padding: 10px 13px;*/
    /*width: 800px;*/
    /*color: #000;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0px 5px 30px 0px rgba(132, 144, 174, 0.3);*/
    /*z-index: 10;*/
}

.linkMore .title {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 6px);
    /*border-bottom: 1px solid #ccd6eb;*/
    padding-bottom: 5px;
    margin: -5px 0px 15px;
    color: #000;
}

.linkMore .title h3 {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-width: bold;
}

.linkMore .title h3::before {
    content: "";
    background: #006bff;
    width: 2px;
    height: 16px;
    font-weight: bold;
}

.linkMore .title #close {
    cursor: pointer;
}

.linkMore .title #close:hover path {
    fill: #006bff;
}

.linkMore > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    gap: 15px 0;
}

.linkMore li {
    display: flex;
    flex-direction: column;
    width: 20%;
    font-size: 14px;
    gap: 3px;
}

.linkMore.show {
    display: block;
}

.linkMore a {
    color: #000;
}

.linkMore a:hover {
    color: #006bff;
}

.linkMore::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 0;
    height: 0;
    border-radius: 3px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.footer-main li.active .icon-sanjiao {
    display: inline-block;
    transform: rotate(90deg);
}

.inset-link {
    font-size: 18px;
}

.footer-copyright {
    font-size: 14px;
    margin-top: -7px;
    color: #51555C;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-copyright span {
    padding: 0 8px;
}

.footer .wx-list{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0 30px;
}
.footer .wx-list img{
    width: 80px;
}

.footer .wx-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.footer .wx-item.zc-img{
    background: #fff;
    border: 1px solid #ced5dd;
    padding: 2px;
    border-radius: 3px;
}

.footer .wx-item.zc-img img{
    width: 90px;
}

/*面包屑-start*/
.breadcrumb {
    display: flex;
    align-items: center;
    padding: 25px 0 20px 0;
    margin-bottom: 0;
    color: #51555c;
}
.breadcrumb .iconfont {
    font-size: 16px;
    color: #869cb9;
}
.breadcrumb .iconfont.icon-xialajiantouxiao{
    transform: rotate(-90deg);
    padding: 0;
}

.breadcrumb .bread-path {
    display: flex;
    align-items: center;
}

.breadcrumb .bread-path span {
    padding: 0 8px;
    font-size: 16px;
}

.breadcrumb .bread-path span a {
    color: #51555c;
}

.breadcrumb .bread-path span a:hover {
    color: #006bff;
}

/*面包屑-end*/
/*新闻等列表页面的背景-start*/
.news-box {
    /*height: 100%;*/
    background: linear-gradient(
            180deg,
            rgba(194, 225, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.2) 100%
    );
    /*overflow: auto;*/
}

.news-box .container-box {
    margin-bottom: 47px;
}

.news-content {
    background: #fff;
    border-radius: 10px;
    padding: 25px 35px;
    box-shadow: 0px 5px 25px 0px #85a8fe26;
    min-height: calc(100vh - 434px);
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 15px;
}
.news-content .empty{
    margin-top: 50px;
}

    /*新闻等列表页面的背景-end*/

/*分页-start*/
.pagination {
    padding: 20px 0;
}

.page-item {
    padding: 0 5px;
    font-size: 14px;
    align-content: center;
}

.page-item .page-link {
    background: #f0f2f5;
    border: 0;
    border-radius: 5px;
    padding: 3px 9px;
    color: #333639;
    font-size: 14px;
}

.page-item:first-child {
    padding-left: 0;
}

.page-item .page-link:hover,
.page-item.active .page-link {
    background: #006bff;
    color: #fff;
}

/*分页-end*/

.el-button{
    padding: 10px 20px;
}


/*公告列表-start*/
.search-box {
    display: flex;
    padding: 10px 15px;
    align-items: flex-end;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: #F3F7FF;
}

.search-box .el-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-box .el-form .el-form-item {
    margin: 0;
    display: flex;
    align-items: center;
}

.search-box .el-form .el-form-item__content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-box .el-form-item__label{
    flex-shrink: 0;
}

/*公告列表-end*/


/*冻结菜单-start*/
.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 30px 0px rgba(11, 63, 134, 0.3);
    border-bottom: 1px solid #51b1ff;
}

.fixed-menu .content {
    width: 1440px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-menu .content .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.fixed-menu .content .logo-box .logo {
    width: 52px;
}

.fixed-menu .content .logo-box h3 {
    font-size: 24px;
}


.fixed-menu .content .center {
    width: auto;
    margin: 0;
}
.fixed-menu li{
    padding: 0 20px;
}
.fixed-menu li + li{
    margin-left: 20px;
}


.toTop {
    background: #fff;
    position: fixed;
    bottom: 80px;
    right: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgba(132, 144, 174, 0.2);
    z-index: 1999;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006bff;
}

/*.toTop img{*/
/*    width: 25px;*/
/*}*/
.toTop .iconfont {
    font-size: 26px;
}

.toTop:hover {
    background: #006bff;
    color: #fff;
}

/*冻结菜单-end*/

/*暂无数据*/
.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #8490ae;
    /*margin-top: 50px;*/
}

.empty .iconfont {
    font-size: 86px;
    color: #8490ae;
}

/*暂无数据-end*/

/*分页样式*/
.el-pagination {
    padding: 0;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    background-color: #eef5fb;
    border: 0;
    border-radius: 5px;
    margin: 0 10px 0 0;
}
.el-pagination__jump{
    margin-right: 10px;
}

/*分页样式-end*/
.el-popover{
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 20px 80px 20px #2c323b36;
}

/*弹窗*/
.fileDialog{
    border-radius: 10px;
}
.fileDialog .el-dialog__header{
    padding: 15px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fileDialog .el-dialog__headerbtn{
    position: static;
}
.fileDialog .el-dialog__headerbtn .el-dialog__close{
    font-size: 20px;
    font-weight: 600;
}
.fileDialog .el-dialog__body{
    padding: 5px 15px 15px;
}
.opinionDialog{
    height:98vh;
    margin:1vh auto!important;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    border-radius: 6px;
}
.opinionDialog .el-dialog__body{
    height:100%;
    overflow:hidden;
}
.opinionDialog .el-dialog__header{
    padding:10px 20px 10px
}
.el-dialog__headerbtn .el-dialog__close{
    padding: 2px;
    font-size: 18px;
    background: #707377;
    border-radius: 15px;
    color:#fff;
}
.el-dialog__headerbtn:hover .el-dialog__close{
    color:#fff;
}
/*弹窗-end*/


/*分辨率适配*/
/* 1920*1080*125% 分辨率适配*/
@media screen and (max-width: 1600px) {
    .header {
        height: 150px;
        top: 150px;
    }

    .center {
        width: 1200px;
    }

    .fixed-menu .content {
        width: 1200px;
    }

    .container-box {
        width: 1200px;
    }

    .search-box  .el-form-item__label {
        width: 80px;
    }
}

/* 1920*1080*150% 分辨率适配*/
@media screen and (max-width: 1350px) {
    .header {
        height: 120px;
        top: 120px;
    }

    .logo {
        width: 60px;
    }

    .sys-name h3 {
        font-size: 26px;
    }

    .notice {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

    .more {
        font-size: 14px;
    }

    .el-dropdown {
        font-size: 12px;
    }

    .search {
        height: 30px;
        font-size: 12px;
    }
    #wrapper{
        font-size: 14px;
    }

    .center {
        /*width: 1000px;*/
    }

    .fixed-menu .content {
        /*width: 1000px;*/
    }

    .container-box {
        /*width: 1000px;*/
    }

    .menu li{
        padding: 0 20px;
        min-width: 120px;
        font-size: 16px;
    }

    .sys-right{
        flex-direction: row-reverse;
        gap: 15px;
        align-items: center;
    }
    .user-info{
        margin-bottom: 0;
    }

    /*.user-info .el-dropdown-link{*/
    /*    font-size: 12px;*/
    /*}*/
    /*.user-info .el-dropdown-link .icon{*/
    /*    padding: 3px;*/
    /*}*/
    /*.user-info .el-dropdown-link .icon svg{*/
    /*    width: 8px;*/
    /*    height: 8px;*/
    /*}*/
    /*.search .s-btn{*/
    /*    font-size: 12px;*/
    /*}*/

    .fixed-menu .content .logo-box .logo {
        width: 42px;
    }
    .fixed-menu .content .logo-box h3{
        font-size: 18px;
    }


    .footer-container{
        width: 1200px;
    }
    .footer-logo{
        width: 360px;
    }

    .footer-main{
        flex-shrink: 0;
    }


    .footer-copyright{
        font-size: 12px;
    }


    .footer .wx-item{
        font-size: 12px;
    }


    .footer .wx-list img{
        width: 60px;
    }


    .footer .wx-item.zc-img img{
        width: 70px;
    }
}