html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    font-family: PingFangSC-Medium, PingFang SC;
    background-color: #fff;
}

.content {
    background: #fff;
    width: 100%;
    min-height: 100%;
    padding-top: 140px;
    position: relative;
    padding-bottom: 214px;
}

/* head */
.head {
    width: 100%;
    height: 112px;
    background: url(/imag/beijing1.jpg) repeat-x;
    background-size: 100% 68px;
    box-shadow: 0 2px 2px #ccc;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    opacity: 1;
    box-sizing: border-box;
}

.head .head-content {
    width: 1200px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.head-content .head-row {
    width: 100%;
    height: 68px;
    position: relative;
    box-sizing: border-box;
    background: url(/imag/logo1.png) no-repeat;
    background-size: 946px 65px;
    /* padding: 4px 0 0 0; */
    background-position: 0 4px;
}

.head-content .navigation-bar {
    width: 100%;
    height: 44px;
    background: #fff;
}

.navigation-bar .title {
    width: 100%;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}

.navigation-bar .title .name {
    position: relative;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    display: inline-block;
    height: 44px;
    width: 100%;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.navigation-bar .title .name .selected {
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333;
}

.navigation-bar .title .name .selected::after {
    content: "";
    width: 26px;
    height: 3px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    background: #0752a5;
    border-radius: 2px;
    transform: translate(-50%);
}

/* main */
.main {
    position: relative;
    height: auto;
    width: 1200px;
    margin: 0 auto;
}

/* 首页 */
.main .home-page {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* 首页轮播图 */
.home-page .Carouseles {
    position: relative;
    width: 480px;
    height: 300px;
    float: left;
    overflow: hidden;
    margin-right: 8px;
    cursor: pointer;
}

.el-carousel__item .title {
    position: absolute;
    bottom: 10px;
    height: 24px;
    width: 100%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    word-break: break-all;
}

.el-carousel__item img {
    width: 100%;
    height: 100%;
}

/* 首页公告内容 */
.home-page .home-gonggao {
    width: 432px;
    height: 300px;
    float: left;
    margin-right: 8px;
    padding: 0 10px
}

.home-page .home-Purchase {
    margin-right: 0;
    padding: 0 10px;
    /* margin-bottom: 10px; */
    width: 33.3%;
}

.home-gonggao .news-title {
    position: relative;
    width: 100%;
    height: 43px;
    line-height: 21px;
    padding: 11px 10px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333330;
    border-bottom: 1px solid #ebebeb;
}

.home-gonggao .news-title .more {
    position: absolute;
    height: 24px;
    top: 10px;
    right: 10px;
    line-height: 24px;
    padding: 0 0 0 0;
    font-size: 16px;
    cursor: pointer;
    font-family: Helvetica-Oblique, Helvetica;
    font-weight: 400;
    color: #999;
}

.home-gonggao .news-title .more:hover {
    color: #1890ff;
}

.home-gonggao .news-title::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #1f86ee;
}

.home-gonggao .news-list {
    width: 100%;
    height: auto;
}

.news-list .news-node {
    width: 100%;
    height: 26px;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}
.texteasd {
    font-size: 35px;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888a8e;
    line-height: 80px;
}
.news-list .news-node .news-name {
    width: calc(100% - 95px);
    height: 26px;
    float: left;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news-list .news-node .news-time {
    width: 90px;
    height: 26px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    float: right;
    text-align: right;
}

.news-list .news-node .news-name1 {
    width: calc(100% - 125px);
    height: 26px;
    float: left;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news-list .news-node .news-time1 {
    width: 125px;
    height: 26px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    float: right;
    text-align: right;
}
.news-list .news-node::after {
    width: 6px;
    height: 6px;
    content: "";
    border: 1px solid #cecece;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

.news-list .news-node:hover .news-time {
    color: #1890ff;
}

.news-list .news-node:hover .news-name {
    color: #1890ff;
}

.news-list .news-node:hover::after {
    border-color: #1890ff !important;
    background-color: #1890ff !important;
}

/* 首页登录注册 */
.home-page .registration {
    width: 267px;
    height: 300px;
    overflow: hidden;
    float: left;
    background: #fff;
    box-shadow: 0 0 11px 0 rgb(183 196 219 / 54%);
    border-radius: 4px;
    padding: 14px 14px 13px 14px
}

.registration .login {
    width: 100%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
}

.registration .login-modules {
    width: 100%;
    height: auto;
}

.registration .login-modules .login-role {
    display: block;
    height: 34px;
    background: #f5f7fa;
    border-radius: 17px;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 18px;
    line-height: 34px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
}

.login-role img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.login-role span {
    vertical-align: middle;
    font-size: 14px;
}

.login-role:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes shake {
    10% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }
}

/* 通知公告 */
.main .announcement-bar {
    position: absolute;
    top: -38px;
    left: 0;
    z-index: 10;
    width: 240px;
    height: auto;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 0 11px 0 rgb(183 196 219 / 54%);
    border-radius: 4px;
    padding-bottom: 20px;
}

.announcement-bar .announcement-title {
    line-height: 54px;
    height: 54px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    padding: 0 22px;
}

.announcement-bar .announcement-title .tongzhi {
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.announcement-bar .announcement-title span {
    display: inline-block;
    vertical-align: middle;
}

.el-menu-item-group__title {
    display: none !important;
}

.el-menu-item.is-active {
    color: #1890ff !important;
}

.el-menu-item:hover {
    color: #1890ff !important;
}

.el-submenu__title:hover {
    background-color: #fff !important;
    color: #1890ff !important;
}

.el-submenu__title:hover i::before {
    color: #1890ff !important;
}

.el-menu-item-group .is-active {
    background-color: #e6f7ff !important;
    color: #1890ff !important;
    border-left: 3px solid #1890ff !important;
}

.el-menu-vertical-demo .el-cherden.is-active {
    background-color: #fff !important;
    color: #1890ff !important;
    border-left: 3px solid #1890ff !important;
}

/* 通知公告页面详情 */
.main .Notice-announcement {
    width: 924px;
    height: auto;
    min-height: 300px;
    margin-left: 260px;
    padding: 15px 10px;
}

.Notice-announcement .Notice-title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    height: 26px;
    line-height: 26px;
}

.Notice-announcement .Notice-content {
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}

.Notice-announcement .Notice-content .Notice-title {
    position: relative;
    width: 100%;
    height: 43px;
    line-height: 21px;
    padding: 11px 10px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1f86ee;
    border-bottom: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Notice-announcement .Notice-content .Notice-title::after {
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #1f86ee;
}

.Notice-announcement .Notice-list {
    width: 100%;
    height: auto;
}

.Notice-announcement .Notice-list .Notice-node {
    position: relative;
    width: 100%;
    height: 26px;
    overflow: hidden;
    padding-left: 11px;
    margin-bottom: 10px;
    cursor: pointer;
}

.Notice-announcement .Notice-list .Notice-node::after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border: 1px solid #cecece;
    border-radius: 50%;
}

.Notice-announcement .Notice-list .Notice-node:hover .Notice-name {
    color: #1f86ee;
}

.Notice-announcement .Notice-list .Notice-node:hover .Notice-time {
    color: #1f86ee;
}

.Notice-announcement .Notice-list .Notice-node:hover::after {
    border: 1px solid #1f86ee;
    background-color: #1f86ee;
}

.Notice-announcement .Notice-list .Notice-node .Notice-name {
    width: calc(100% -90px);
    height: 26px;
    float: left;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.Notice-announcement .Notice-list .Notice-node .Notice-time {
    width: 90px;
    height: 26px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    float: right;
    text-align: right;
}

/* 关于我们页面 */
.Notice-announcement .Notice-content .Notice-list .notice-name {
    float: left;
    width: 500px;
    height: auto;
}

.notice-name .name {
    line-height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
}

.notice-name .address {
    height: 22px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 17px;
    padding-left: 16px;
    background: url("/imag/addres.png") no-repeat;
    background-size: 8px 12px;
    background-position: 0 2px;
}

.notice-name .email {
    height: 22px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 17px;
    padding-left: 16px;
    background: url("/imag/email.png") no-repeat;
    background-size: 8px 12px;
    background-position: 0 2px;
    cursor: pointer;
}

/* 地图 */
.Notice-list .mapping {
    float: right;
    width: 400px;
    height: 320px;
    overflow: hidden;
    position: relative;
    background: #919191;
}

/* 分页 */
.el-pager .active {
    border-radius: 4px;
    border: 1px solid #1890ff;
}

/* 详情页面 */
.main .content-html {
    width: 1050px;
    /* height: auto; */
    min-height: 300px;
    padding: 40px 10px;
    overflow-y: auto;
    font-family: PingFangSC-Medium, PingFang SC;
}

.content-html .content-file .files {
    font-size: 14px;
    width: 100%;
    min-height: 28px;
    line-height: 28px;
    color: #1f86ee;
    cursor: pointer;
}

.main .content-right {
    width: 148px;
    height: auto;
    overflow: auto;
    position: relative;
    float: left;
    padding-top: 20px;
}

.main .content-right .content-icon {
    width: 50%;
    height: auto;
    float: left;
    overflow: auto;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.main .content-right .content-name {
    float: left;
    border-left: 1px solid #40a9ff;
    overflow: auto;
    padding: 0 10px;
    width: 100%;
    height: 120px;
    font-size: 15px;
    line-height: 30px;
}

.text-content img {
    width: 100%;
    height: auto;
}

/* 底部 */
.foot {
    background: #004ea6;
    background-repeat: repeat;
    height: 210px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.foot .footer-content {
    display: flex;
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    padding: 26px 6px 17px 6px;
    margin: 0 auto;
}

/* 底部左边 */
.footer-content .footer-left {
    width: 1020px;
    height: 165px;
    /* float: left; */
    overflow: hidden;
}

.footer-left .Common-links {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.footer-left .links {
    width: 100%;
    height: 69px;
    margin-bottom: 20px;
}

.footer-left .links .link-list {
    float: left;
    width: 20%;
    overflow: hidden;
    height: 23px;
    color: #fff;
    display: block;
    line-height: 23px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /* cursor: pointer; */
}

.footer-left .linkfooter {
    width: 100%;
    height: 46px;
}

.linkfooter .contentS {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contentS .address {
    line-height: 23px;
    height: 23px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    width: 40%;
    min-width: 420px;
}

.contentS .Telephone {
    line-height: 23px;
    height: 23px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    width: 40%;
    /* min-width: 300px; */
}

.contentS .DailyVisits {
    /* width: 20%; */
    line-height: 23px;
    height: 23px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
}

/* 底部右边 */
.footer-content .footer-right {
    width: 150px;
    /* float: left; */
    height: 135px;
    overflow: hidden;
    padding-top: 34px;
}

.footer-right .img-wechat {
    width: 81px;
    height: 81px;
    margin: auto;
}

.img-wechat img {
    width: 100%;
    height: 100%;
}

.footer-right .guanzhu {
    width: 81px;
    height: 30px;
    line-height: 22px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    margin: auto;
    text-align: center;
    background-color: #fff;
}

/* 弹出框 */
.annex-node {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    color: rgb(31, 134, 238);
    cursor: pointer;
}

.annex-node .annex-content {
    width: 80%;
    text-align: left;
}

.annex-node .annex-time {
    width: 20%;
    text-align: right;
}

[v-cloak] {
    display: none;
}

/* 富文本对齐方式 */
.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-indent-1 {
    padding-left: 16px;
}

.ql-indent-2 {
    padding-left: 32px;
}

.ql-indent-3 {
    padding-left: 48px;
}

.ql-indent-4 {
    padding-left: 64px;
}

.ql-indent-5 {
    padding-left: 80px;
}

.ql-indent-6 {
    padding-left: 96px;
}

.ql-indent-7 {
    padding-left: 112px;
}

.ql-indent-8 {
    padding-left: 128px;
}

.tableDiv td{
    text-align: center;
    padding: 10px;
}