* {
    margin: 0;
    padding: 0;
}

input {
    background: transparent;
    border: none;
    outline: none;
}

img {
    object-fit: cover;
    outline: none;
    display: inline-block !important;
}

html, body {
    background: #F5F5F5;
    font-family: 微软雅黑;
    font-size: 0;
    line-height: normal;
    height: 100%;
}

.mini-tabs-hideOverflow {
    -webkit-overflow-scrolling: touch;
    overflow: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    transition: all 0.5s ease;
}

i, em {
    font-style: normal;
}

.cle {
    clear: both;
}

.textover {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header {
    height: 345px;
    /* background: #9d2236; */
}

.c_header {
    width: 1200px;
    margin: 0 auto;
    height: 75px;
}

.z_headtop {
    display: flex;
}

.header2 {
    height: 36px;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.header2 > section {
    width: 1200px;
    height: 22px;
}

.z_htleft {
    float: left;
}

.z_htleft .logo {
    display: block;
    width: 400px;
}

.z_htleft .logo img {
    width: 100%;
    display: block;
    height: 78px;
    object-fit: contain;
}

.z_htright {
    width: 390px;
    float: right;
    position: relative;
    margin-left: 200px;
}

.z_htright .z_input {
    width: 360px;
    height: 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
    transition: all 0.5s linear;
    margin-top: 14px;
    padding-left: 12px;
    overflow: hidden;
}

.z_htright .z_input input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 16px;
}

.z_htright .z_input input {
    width: calc(100% - 84px);
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}

.z_htright .z_input button {
    width: 80px;
    height: 40px;
    background: #fff;
    color: var(--main-color);
    font-size: 16px;
    position: relative;
    border: none;
}

.z_htright .z_input img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    padding-top: 5px;
}

.z_navlist {
    width: 100%;
    overflow: hidden;
}

.z_navlist li {
    height: 36px;
    box-sizing: border-box;
    /* border: 2px solid #fff; */
    /* border-radius: 16px; */
    float: left;
    margin-right: 10px;
    line-height: 36px;
    transition: all 0.5s ease;
    padding: 0 20px;
}

.z_navlist li a {
    display: block;
    /* font-weight: bold; */
    color: var(--sub-color);
    font-size: 18px;
    transition: all 0.5s ease;
}

.z_navlist li:hover {
    background: #286db2;
}

.z_navlist li:last-child {
    margin-right: 0;
}

.first-title-bgcolor {
    background: #286db2;
}

.z_operate {
    float: right;
}

.footer {
    height: 182px;
    background: #9d2236;
    margin-top: 15px;
    text-align: left;
    padding: 20px;
}

.footer p {
    text-align: left;
}

.c_footer {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    /* padding-top: 54px; */
}

.c_introduceone {
    width: 368px;
}

.c_introducetwo {
    width: 600px;
}

.c_introduceone, .c_introducetwo {
    float: left;
}

.c_introduceone a, .c_introduceone p, .c_introducetwo a, .c_introducetwo p {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
}

.c_footer a:hover {
    opacity: 0.7;
}

.main-nav .sub-nav > ul > li:first-child.active:after {
    background: #fff;
}

.z_operate a {
    color: #FFF !important;
    font-size: 16px;
    padding: 0 12px 9px;
    font-weight: bold;
    float: left;
}

.main-nav .sub-nav > ul > li:last-child > a:after {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: none !important;
}

.z_operate .selectroles {
    float: left;
    margin-left: 12px;
    display: none;
}

.z_operate .selectroles {
    height: 21px;
    padding-right: 16px;
    background: url(../img/tri.png) right center no-repeat;
    background-size: 10px 5px;
    cursor: pointer;
    position: relative;
}

.z_operate .selectroles span {
    color: #fff;
    font-size: 16px;
}

.z_operate .selectroles ul {
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 4px 4px 0;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99999999;
}

.z_operate .selectroles ul::-webkit-scrollbar {
    width: 4px;
}

.z_operate .selectroles ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px;
}

.z_operate .selectroles:hover ul {
    width: 96px;
    height: auto;
    max-height: 132px;
    overflow: auto;
    background: var(--main-color);
    box-sizing: border-box;
    position: absolute;
    top: 20px;
}

.z_operate .selectroles ul li {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.z_operate .selectroles ul li:hover {
    opacity: 0.7;
}

#mainTabs {
    width: 100%;
    height: 100%;
    margin: 0px auto 0;
    position: relative;
    z-index: 999;
}

.content2 {
    min-height: 432px;
}

#north, #north .mini-layout-region-body {
    overflow: visible !important;
}

.content2 > div {
    border-radius: 6px;
}

.content2 .z_module1 > div {
    background: #fff;
    height: 405px;
    border-radius: 6px;
}

.z_module1left {
    width: 220px;
    float: left;
    text-align: center;
    position: relative;
}

.z_module1middle {
  //  width: 636px;
  //  float: left;
    margin-left: 12px;
}

.z_module1right {
    float: right;
    padding: 20px 0;
    height: 365px !important;
    width: 319px;
}

.headerimg {
    width: 128px;
    height: 130px !important;
    overflow: hidden;
    margin: 18px auto 0;
    border-radius: 50%;
    border: 7px solid #d9a4a9;
    background: #eed6d8;
    box-sizing: border-box;
    position: relative;
}

.headerimg img {
    width: 108px;
    height: 150px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.z_module1left .name {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.z_module1left h4 {
    color: var(--main-color);
    font-size: 14px;
    display: inline-block;
    background: #FFF;
    padding: 0 6px;
    border-radius: 8px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 190px;
    margin: 17px 0 0 9px;
}

.nameandoffice {
    margin-top: 8px;
}

.z_module1left ul {
    width: 196px;
    margin-left: 18px;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 28px;
    position: absolute;
    bottom: 0;
}

.z_module1left ul li {

    padding-left: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 14px;

}

.z_module1left ul li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-color);
}

.z_module1left ul li:nth-child(even)::after {
    background: #c77317;
}

.z_module1left ul li.on::after {
    background: #ff9d3b;
}

.z_module1left ul li a {
    color: #fff;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 15px;
}

.z_module1left ul li:nth-child(odd) a {
    background: var(--main-color);
}

.z_module1left ul li:nth-child(even) a {
    background: #c77317;
}

.z_module1left ul li:hover a {
    opacity: 0.7;
}

.z_module1middle {
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}

.calendar1 {
    width: 276px !important;
    float: left;
    padding: 22px 22px;
}

.calendar {
    background: none;
}

.callist {
    width: 310px;
    height: 100%;
    float: right;
}

.swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.publictitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.publictitle.on {
    padding: 0 30px 0;
    box-sizing: border-box;
}

.publictitle h4 {
    width: 138px;
    height: 40px;
    color: var(--main-color);
    font-size: 24px;
    position: relative;
    box-sizing: border-box;
    line-height: 32px;
    text-align: center;

}

.publictitle h4.nosame {
    width: 138px;
    height: 40px;
}

.publictitle .operlist {
    cursor: pointer;
    font-size: 18px;
    height: 24px;
    align-items: center;
    display: flex;
    font-weight: bold;
    color: #666666;
}

.publictitle .operlist:hover {
    color: var(--main-color);

}

.publictitle .operlist img {
    width: 16px;
    vertical-align: middle;
    margin-left: 3px;
}

.publictitle .operlist i {
    display: inline-block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin: 0 2px;
    background: #333;
    transition: all 0.5s ease;
}

.publictitle h4.thi {
    width: 188px;
}

.publictitle h4.thi2 {
    width: 235px;
}

.publictitle h4.for1 {
    width: 96px;
    margin-left: -18px;
}

.swiper {
    overflow-y: auto;
    height: calc(100% - 80px);
    margin-top: 18px;
}

::-webkit-scrollbar {
    width: 2px;
}

.swiper .swiper-slide span {
    color: #000000;
    font-size: 14px;
}

.swiper .swiper-slide p {
    color: #333;
    font-size: 15px;
    padding-left: 22px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    width: 236px;
    vertical-align: top;
    font-weight: bold;
}

.swiper .swiper-slide p::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 19px;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
}

.swiper .swiper-slide.on p::before {
    border: 1px solid #ff9932;
}

.swiper .swiper-slide::after {
    content: '';
    display: block;
    left: 59px;
    width: 1px;
    height: 20px;
    background: #f0f0f0;
    position: absolute;
    top: 21px;
}

.z-module2 {
    margin-top: 15px;
    background: #fff;
    padding: 20px 0 26px;
}

.z_dbchange {
    box-sizing: border-box;
    overflow: hidden;
    padding: 22px 30px 0 22px;
}

.z_dbchange li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 32px;
    padding: 0 13px;
    box-sizing: border-box;
    border: 1px solid #979797;
    border-radius: 16px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s ease;
}

.z_dbchange li a {
    display: block;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    transition: all 0.5s ease;
}

.z_dbchange li.on, .z_dbchange li:hover {
    background: var(--main-color);
}

.z_dbchange li.on a, .z_dbchange li:hover a {
    color: #fff;
}

.z_dbchange li i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.z_dbchange li i.yellow {
    background: #f9bd0f;
}

.z_dbchange li i.orange {
    background: #dc8a5b;
}

I
.z_dbchange li i.red {
    background: #a40385;
}

.z_dbchange li i.green {
    background: #ccb74c;
}

.handlelist, iframe {
    width: calc(100% - 60px);
    display: block;
    height: 280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.handlelist td {
    width: 13%;
    padding-bottom: 25px;
    text-align: right;
}

.handlelist td.handle_zyname {
    width: 48%;
    text-align: left;
}

.handlelist tr {
    cursor: pointer;
}

.handlelist tr:hover .handle_zyname h5 span, .handlelist tr:hover .handle_zyname h5 {
    color: var(--main-color);
    font-weight: bold;
}

.handle_zyname h5 {
    height: 20px;
    line-height: 20px;
    transition: all 0.5s ease;
    background: url(../img/zy_file.png) left center no-repeat;
    background-size: contain;
    color: #363434;
    font-size: 16px;
}

.handle_zyname h5 span {
    font-size: 18px;
    color: #2D3637;
}

.hander_zyday span {
    color: #9C9E9B;
    font-size: 16px;
    padding-left: 24px;
    background: url(../img/zy_clock.png) left center no-repeat;
    background-size: contain;
}

.businesscenter {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    margin-top: 16px;
    padding: 20px 0 26px;
}

.publicinput {
    width: 234px;
    height: 38px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    position: relative;
}

.publicinput input {
    width: 222px;
    height: 100%;
    margin-left: 12px;
    color: #333;
    font-size: 14px;
}

.publicinput input::-webkit-input-placeholder {
    color: #777777;
    font-size: 14px;
}

.search {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.businessswiper {
    width: calc(100% - 60px);
    margin: 6px auto 0;
    overflow: hidden;
    box-sizing: border-box;
}

.businessswiper ul ul {
    overflow: hidden;
}

.businessswiper li li {
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s ease;
    width: 205px;
    height: 120px;
    float: left;
    border: 1px solid #e1e1e1;
    margin: 10px 11px;
}

.businessswiper li li:hover {
    border: 1px solid var(--main-color);
}

.businessswiper li li:nth-child(5n) {
    margin-right: 0px;
}

.businessswiper li li a {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.businessswiper li li a > img {
    width: 34px;
    /* height: 42px; */
    /* margin-left: 19px; */
    margin-top: 14px;
}

.businessswiper li li a div {
    /* margin-left: 10px; */
    height: 100%;
    text-align: center;
}

.businessswiper li li a div h5 {
    width: 170px;
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 6px auto 0;
}

.businessswiper li li a div i {
    color: #999999;
    font-size: 14px;
}

.businessswiper li.add {
    text-align: center;
    line-height: 64px;
}

.businessswiper li.add {
    position: relative;
    cursor: pointer;
    float: left;
    width: 205px !important;
}

.businessswiper li.add a {
    flex-direction: column;
}

.businessswiper li.add a img {
    margin-top: 25px;
}

.businessswiper li.add h5 {
    margin-top: 15px;
    margin-left: 5px;
    width: auto;
    font-size: 16px;
}

.businessswiper li a div h6 {
    width: 200px;
    color: #a6a6a6;
    font-size: 14px;
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.businessswiper li a div h6 img {
    width: 15px;
    vertical-align: middle;
    margin-right: 6px;
}

.businessswiper li a div P {
    width: 200px;
    margin-top: 4px;
    color: #ed8e31;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.businessswiper li a div P em {
    font-size: 14px;
}

.businessswiper li a div p img {
    vertical-align: middle;
    width: 16px;
    margin-right: 5px;
    margin-top: -2px;
}

.removeClass {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 16px;
    height: 16px !important;
    background-size: cover;
}

.businesscar {
    background: #fff;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 54px;
}

.businesscar .publictitle {
    margin-bottom: 28px;
}

.add.swiper-slide {
    text-align: center;
    line-height: 104px;
}

.buscarlist {
    margin: 0 0 0 6px;
    width: calc(100% - 12px);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.busli h5:hover {
    color: var(--main-color);
}

.busli div {
    height: 40px;
    text-align: center;
}

.busli div img {
    height: 100%;
    vertical-align: top;
}

.busli h5 {
    color: #333;
    font-size: 15px;
    margin: 4px 0 0 5px;
    width: 105px;
    transition: all 0.5s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.busli a {
    display: flex;
    margin-left: 25px;
}

.busli {
    border: 1px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    padding: 24px 0 24px;
    box-sizing: border-box;
    height: 90px;
    float: left;
    width: calc(100% / 6);
}

.busli:hover {
    border: 1px solid var(--main-color);
    border-top: 2px solid var(--main-color);
}

.busli a div svg, .busli a div img {
    fill: var(--main-color);
    display: block;
    width: 40px !important;
    height: 40px !important;
}

/*----------------通知公告---------------------*/
.notice {
    margin-top: 15px;
    /* overflow: hidden; */
}

.noticeLeft {
    width: 593px;
    height: 280px;
    float: left;
    background: #fff;
    border-radius: 6px;
    padding-top: 20px;
    position: relative;
}

.noticeRight {
    width: 593px;
    height: 280px;
    float: right;
    background: #fff;
    padding-top: 20px;
    border-radius: 6px;
}

.documentMeeting {
    margin-top: 15px;
    /* overflow: hidden; */
}

.document {
    width: 593px;
    height: 280px;
    float: left;
    background: #fff;
    border-radius: 6px;
    padding-top: 20px;
    position: relative;
}

.meeting {
    width: 593px;
    height: 280px;
    float: right;
    background: #fff;
    padding-top: 20px;
    border-radius: 6px;
}

.dytab {
    margin-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    position: relative;
}

.dytab::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
}

.dytab li {
    height: 36px;
    float: left;
    padding: 0 13px;
}

.dytab li a {
    color: #333;
    font-size: 16px;
}

.dytab li:hover, .dytab li.on {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 999999;
}

.dytab li:hover a,
.dytab li.on a {
    color: var(--main-color);
    font-weight: bold;
}

.dylist {
    margin-top: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}

.dylist li {
    margin-bottom: 10px;
}

.dylist li p {
    width: 480px;
    color: #777;
    font-size: 15px;
    display: inline-block;
    transition: all 0.5s ease;
}

.dylist li span {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    float: right;
}

.dylist li:hover p {
    color: var(--main-color);
}

.publictitle > a {
    font-size: 18px;
    color: #777;
    font-weight: bold;
}

.publictitle > a img {
    width: 16px;
    vertical-align: middle;
}

.publictitle > a:hover {
    color: var(--main-color);
}

.schoolNoticeList li p {
    display: inline-block;
    width: 400px;
    color: #666666;
    font-size: 16px;
    transition: all 0.5s ease;
}

.schoolNoticeList li span {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 20px;
}

.schoolNoticeList li:hover p {
    color: var(--main-color);
}

.schoolNoticeTitle, .orgNoticeTitle {
    width: 185px !important;
}

.orgNoticeList, .schoolNoticeList, .documentList, .meetingList {
    margin: 15px 0 0 10px;
}

.orgNoticeList li p {
    display: inline-block;
    width: 400px;
    color: #666666;
    font-size: 16px;
    transition: all 0.5s ease;
}

.orgNoticeList li span {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 20px;
}

.orgNoticeList li:hover p {
    color: var(--main-color);
}

.datedetails {
    overflow: hidden;
}

.z_date {
    float: left;
    color: var(--main-color);
    font-size: 28px;
    font-weight: bold;
}

.othermessage {
    float: right;
    line-height: 37px;
}

.othermessage span, .othermessage i, .othermessage em {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}

.othermessage img {
    width: 22px;
    vertical-align: middle;
    margin: 0 6px;
    display: inline-block;
}

.calendarbox {
    margin-top: 6px;
}

.swiper li:last-child::after {
    display: none;
}

#app {
    font-size: 0;
    line-height: normal;
    height: 100%;
}

body::-webkit-scrollbar {
    width: 1px !important;
}

#current-user {
    position: relative;
    display: block;
    max-width: 100px;
    height: 30px;
    padding: 0 20px 0 12px;
    margin: 2px 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*color: var(--sub-color);*/
}

.smallheader #current-user {
    height: 100%;
    margin: 0;
    padding: 0px 0px 0px 21px;
    line-height: 28px;
    font-size: 14px;
    box-sizing: border-box;
    max-width: 105px !important;
}

.content2 {
    width: 1200px;
    margin: 0 auto;
}

.shadow {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999999;
}

.selpop {
    position: absolute;
    width: 640px;
    height: 480px;
    top: 221px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-sizing: border-box;
    overflow: auto;
}

.selpop h4 span {
    cursor: pointer;
}

.selpop h3 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 32px;
}

.selpop ul {
    margin-top: 14px;
    overflow: hidden;
    min-height: 38px;
}

.selpop ul li {
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    float: left;
    color: #333;
    font-size: 14px;
    transition: all 0.5s ease;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
    background: #f0f0f0;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.selpop ul li img {
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.selpop ul li i {
    display: inline-block;
    max-width: 102px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.selpop ul li:hover {
    background: var(--main-color);
    color: #333;
}

.selpop .close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}

.selpop .close::before, .selpop .close::after {
    content: '';
    width: 15px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.selpop .close::before {
    transform: rotateZ(45deg);
}

.selpop .close::after {
    transform: rotateZ(-45deg);
}

.sytz li span, .wddy li span {
    position: absolute;
    width: 12px;
    height: 12px;
    top: -6px;
    right: -6px;
    display: block;
    border: 1px solid #333;
    border-radius: 50%;
}

.sytz li span::before, .wddy li span::before {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    transform: rotateZ(180deg);
    background: #333;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.wddy li span::before {
    transform: rotateZ(45deg);
}

.sytz li span::after, .wddy li span::after {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    transform: rotateZ(-90deg);
    background: #333;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.wddy li span::after {
    transform: rotateZ(135deg);
}

.selpop h4 {
    color: #333;
    font-size: 14px;
    margin: 12px 0;
    text-align: right;
}

.selpop button {
    width: 78px;
    height: 36px;
    background: var(--main-color);
    color: #fff;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}

.publicopera {
    /*position: absolute;*/
    /*right: 30px;*/
    /*top: 30px;*/
    display: flex;
    align-items: center;
    z-index: 999;
}

.publicopera .bus-prev, .publicopera .bus-next, .business-prev, .business-next {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    cursor: pointer;
    opacity: 0.7;
}

.publicopera .bus-prev:hover, .publicopera .bus-next:hover, .business-prev:hover, .business-next:hover {
    opacity: 1;
}

.publicopera .bus-prev img, .publicopera .bus-next img, .business-prev img, .business-next img {
    width: 100%;
    height: 100%;
}

.publicopera div:nth-child(2) {
    margin: 0 8px;
}

.item {
    position: relative;
}

.serwddy1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 178px;
    overflow: auto !important;
}

.serwddy1 li {
    width: 32%;
    height: 52px !important;
    margin: 0 0px 8px !important;
    box-sizing: border-box;
    position: relative;
}

.serwddy1 li:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
}

.serwddy1 li em {
    color: var(--main-color);
    font-size: 14px;
    position: absolute;
    right: 6px !important;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 52px;
}

.serwddy1 li:hover em {
    color: #fff;
}

.addBus, .removeBus {
    top: auto !important;
    bottom: 4px !important;
    line-height: normal !important;
}

.addBus {
    right: 46px !important;
}

.onbus {
    height: 640px;
    z-index: 999999;
    width: 840px;
}

.serwddy1 {
    height: 180px !important;
}

.serwddy1::after {
    width: 32%;
    content: '';
    height: 0;
    overflow: hidden;
}

.header {
    height: 116px !important;
}

.watchmore {
    color: var(--main-color);
    font-size: 14px;
    position: absolute;
    bottom: 18px;
    right: 30px;
}

.watchmore:hover {
    font-weight: bold;
}

.today-bg .td1 {
    color: #fff !important;
    background: var(--main-color) !important;
    font-weight: bold;
}

.z_operate ul li:nth-child(2):hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}

.hotsearch {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.active-bg .td1 {
    opacity: 0.7;
}

#center {
    z-index: 0 !important;
}

#center *:not(.ismain , .header , .header  * , .footer-bg ,.content2 , .content2 * , .mini-tab-text a , .mini-tab-close , .footer , .z_operate , .z_operate * , .mini-tabs-hideOverflow , #switch-roles , #switch-roles .window , .shadow , .shadow .selpop , .selpop ul li , .selpop ul li:hover , .roles-list .btn) {
    /*background: transparent !important;*/
}

#north {
    background: #fff;
}

#center .main-nav .sub-nav {
    position: fixed;
    top: 132px;
    right: calc((100% - 1200px) / 2);
    float: none !important;
    height: auto !important;
    z-index: 999999;
}

body .mini-tabs-hideOverflow {
    background: #fff !important;
}

#topBox {
    background: #fff;
}

.mini-grid-table tbody tr:nth-child(1) {
    display: block;
}

.ya {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 19px;
    height: 19px;
    font-size: 12px;
}

[v-cloak] {
    display: none;
}

.header3 {
    height: 28px;
    background: #898989;
}

.smallheader {
    width: 190px;
    margin-top: 14px;
}

.smallheader > div {
    float: right;
}

.smallheader > div .main-nav {
    float: left;
    width: auto !important;
    /*height: 100% !important;*/
    background: none;
}

.smallheader .main-nav .sub-nav > ul {
    padding: 0 !important;
}

.smallheader > div > a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin-left: 120px;
}

.searchlist {
    margin-top: 10px;
    overflow: hidden;
    margin-left: 78px;
}

.searchlist li {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ffffff;
    margin: 0 8px 6px;
    border-radius: 4px;
    float: left;
    padding: 0 5px;
}

.searchlist li a {
    color: var(--main-color);
    font-size: 14px;
}

.tabListdata {
    margin-top: 50px;
}

.tabListdata h3 {
    width: 500px;
    margin: 0 auto;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #ae6a29;
}

.tabListdata > P {
    color: #aaaaaa;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    display: none;
}

.tabListdata ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    padding: 0 26px 32px;
    box-sizing: border-box;
}

.tabListdata ul li {
    width: 268px;
    height: 111px;
    padding-right: 86px;
    text-align: center;
    box-sizing: border-box;
}

.tabListdata ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 4px;
}

.tabListdata ul li h4 {
    color: #FFFF;
    font-size: 44px;
    font-weight: bold;
}

.tabListdata ul li h4 i {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}

.footer-box .bottomleft {
    float: left;
}

.footer-box .bottomright {
    float: right;
    text-align: right;
}

.footer-box .bottomleft img {
    width: 586px;
    margin-bottom: 22px;
}

.footer-box .bottomleft p, .footer-box .bottomright P {
    margin-bottom: 12px;
}

.footer-box .bottomleft p, .footer-box .bottomleft p span {
    color: #fff;
    font-size: 14px;
}

.footer-box .bottomright div {
    margin-top: 35px;
    text-align: right;
    margin-bottom: 14px;
    font-size: 0;
}

.footer-box .bottomright div img {
    width: 36px;
    height: 36px;
    margin-left: 18px;
}

.footer-box .bottomright P {
    color: #fff;
    font-size: 14px;
}

.serviceValue {
    width: 235px;
    height: 38px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.serviceValue::-webkit-input-placeholder {
    color: #777777;
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
}

.service-card-items li em, .service-card-items li i {
    cursor: pointer;
}

.padd4 {
    padding-bottom: 4px;
    border-bottom: none;
}

.tab-swiper {
    height: 32px;
}

.tab-change {
    overflow: hidden;
}

.tab-change li {
    width: 70px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #979797;
    font-size: 15px;
    position: relative;
    float: left;
    background: #f6f6f6;
    cursor: pointer;
}

.tab-change li::after {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eaeaea;
}

.tab-change li.on, .tab-change li:hover {
    background: #f8ecd8;
    color: #6c6c6c;
}

.tab-change li.on::after, .tab-change li:hover::after {
    display: none;
}

.effective {
    width: 1200px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0px 26px;
    margin: 16px auto 0;
}

.seven_title.on {
    padding-bottom: 0;
    border-bottom: none;
}

.scheduleLocation {
    padding-left: 69px;
    color: #646566;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.officeEmail {
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}

.officeEmail li p {
    display: inline-block;
    width: 190px;
    color: #666666;
    font-size: 16px;
    transition: all 0.5s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.officeEmail li span {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    float: right;
}

.officeEmail li:hover p {
    color: var(--main-color);
}

.card .publictitle {
    border-bottom: 1px solid #DBDBDB;
}

.center {
    margin-top: 40px;
    font-size: 16px;
}

.document li p {
    display: inline-block;
    width: 400px;
    color: #666666;
    font-size: 16px;
    transition: all 0.5s ease;
}

.document li span {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 20px;
}

.document li:hover p {
    color: var(--main-color);
}

.meeting li p {
    display: inline-block;
    width: 270px;
    color: #666666;
    font-size: 16px;
    transition: all 0.5s ease;
}

.meeting li span {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 20px;
}

.meeting li:hover p {
    color: var(--main-color);
}