﻿@media screen and (max-width: 1000px) {
    .dvLogin, .dvLogin ul {
        width: auto;
        padding: 1px 0;
        height: auto;
        flex-direction: column;
    }

    .dvLogin li {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 0 20px 0;
        box-shadow: none;
        border-radius: 0;
        /*display: flex;*/
        border: 0;
    }

    .dvLogin li > a {
        width: 100%;
    }

    .dvLogin li > div {
        position: relative;
        /*top:auto;
        margin-left: 20px;
        text-align: left;*/
    }

    .dvLogin li > img, .dvLogin li > h3 {
        height: auto;
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

    .dvLogin li p {
        text-align: center
    }

    .dvLogin li > a > img {
        height: auto;
    }

    footer > div {
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    body {
        width: 100%
    }

    .workarea {
        margin: 0 10px;
    }

    #tbCZZY td {
        display: block;
        border: 0;
    }

    .tabsWraper li a {
        min-width: auto;
    }

    ol, ul {
        padding: 0 1em;
    }

    .tabsWraper {
        padding: 30px 10px;
    }

    .tabsWraper ul {
        display: none
    }

    #loginForm {
        min-width: 300px;
        /*padding: 30px;*/
    }

    #helpDv {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    body {
        width: 100%
    }

    .workarea {
        margin: 0;
    }

    .h1Wraper p {
        font-size: 20px;
    }

    .contentDv {
        height: auto;
        width: auto !important;
        display: block !important;
        padding-bottom: 16px !important;
    }

    .contentDv > .contentLeftDv,
    .contentDv > .contentRightDv {
        position: relative;
        display: block;
        width: 100% !important;
        margin-right: 0;
    }

    #dvHome > div {
        padding: 0 8px;
    }

}

#header {
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    z-index: 999;
    /*background: #09294d;*/
    background: #09294d66;
    box-shadow: none !important;
    position: fixed;
    right: 0;
    left: 0;
}

#header.fixed {
    background: #09294d;
}

#header nav {
    margin: 0;
    height: 60px;
    color: #fff;
}

#header nav a {
    color: #fff;
}

#header nav .photo {
    height: 30px;
    width: 30px;
}

#header .header-title {
    height: 60px;
    line-height: 60px;
}

ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

img {
    max-width: 100%;
}

.dvLogin {
    text-align: center;
    top: 0;
    padding-top: 60px;
}

.dvLogin > ul {
    margin: 0 auto;
    height: 285px;
    display: flex;
    justify-content: space-between;
}

.dvLogin li {
    width: 270px;
    height: 100%;
    text-align: center;
    padding: 0;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 0 20px rgba(9, 41, 77, .12);
    border: 1px solid #aaa;
    display: inline-block;
}

.dvLogin li:hover {
    transform: scale(1.1);
    background-color: #3e97df;
}

.dvLogin li > a {
    display: block;
}

.dvLogin li:hover a {
    color: #fff;
}

.dvLogin li > div {
    display: flex;
    flex-direction: column;
}

.dvLogin li p a {
    color: #3c5f81;
}

.dvLogin li:hover p a:hover {
    color: #92edfc;
}

.dvLogin li > a > img {
    height: 140px;
}

.dvLogin li h3 {
    font-size: 1.2em;
    margin-top: 1em;
}

.dvLogin li p {
    padding: 0;
    margin: .2em 0;
    text-align: center;
}

.info {
    display: none;
    position: absolute;
    padding: 0 1em;
}

.dvLogin li:hover .autoToggle {
    display: block
}

#slider {
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(css/index/page4.jpg);
    text-align: center;
    padding: 50px 0;
}


.imgBorder {
    border: 10px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 20px #999;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 500px;
}

#slider .s1-1 {
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 10px #777;
    border-radius: 5px;
    opacity: 0;
    -webkit-animation: slideInRight .4s linear .4s;
    animation: slideInRight .4s linear .4s;
    animation-fill-mode: forwards;
}

#slider .s1-2 {
    position: absolute;
    top: 18%;
    left: 25%;
    box-shadow: 0 0 10px #777;
    border-radius: 5px;
    opacity: 0;
    -webkit-animation: slideInRight .6s linear 1s;
    animation: slideInRight .6s linear 1s;
    animation-fill-mode: forwards;
}

#slider .s1-3 {
    position: absolute;
    top: 8%;
    left: 33%;
    box-shadow: 0 0 10px #777;
    border-radius: 5px;
    opacity: 0;
    -webkit-animation: slideInRight .6s linear 2s;
    animation: slideInRight .6s linear 2s;
    animation-fill-mode: forwards;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 120px 0 50px 0;
}

footer > div {
    text-align: center;
}

footer > div > p {
    margin: 0;
    padding: 0;
}


@-webkit-keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft, .moveIn {
    -webkit-animation: slideInLeft .2s linear;
    animation: slideInLeft .2s linear;
    animation-fill-mode: forwards;
}


@-webkit-keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.dvLogin li > img {
    height: 140px;
}

#dvcitys {
    padding-bottom: 16px;
}

#dvcitys a, .enterButton a {
    display: inline-block;
    padding: 0.5em 1.1em;
    margin: 0.6em;
    border: 1px solid #aaa;
    box-shadow: 0 3px 6px #ccc;
    line-height: 1.5em;
    text-align: center;
}

.enterButton a {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}

.enterButton {
    display: flex;
}

#dvcitys a:hover, .enterButton a:hover {
    background-color: red;
    color: #fff;
}

#loginForm p {
    font-size: 14px;
    margin: 10px;
    line-height: 1.3em;
    text-align: center
}

#selOrganType a {
    display: block;
    padding: .6em 0;
    cursor: pointer;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #0a90ce;
}

#selOrganType a:hover {
    background-color: red
}

.inputWraper {
    margin: 20px 0;
    position: relative;
}

.inputWraper input {
    width: 100%;
    padding: 10px;
    height: 48px;
}

button {
    width: 100%;
    height: 48px;
}

#dvZCFG li {
    list-style: inside;
}

#dvZCFG a > i {
    margin-left: .5em;
}

#dvCZZY p {
    line-height: 1.6em;
    margin: 0;
}

.img_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .45;
    background: #09294d;
    z-index: 1;
}

.backanimt {
    animation: background 9s infinite alternate ease-in-out;
    width: 100%;
}

@keyframes background {
    from {
        background: url(/css/images/banner1.jpg) no-repeat center top;
    }
    30% {
        background: url(/css/images/banner2.jpg) no-repeat center bottom;
    }
    to {
        background: url(/css/images/banner3.jpg) no-repeat left top;
    }
}

#tbCZZY td {
    border-width: 0 0 1px 0;
    text-align: left;
}

#tbCZZY a {
    color: #004f9e
}

#tbCZZY td > b {
    padding: 8px;
    background-color: #e8e8e8;
    color: #333;
    border-radius: 8px;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 10px #777;
    display: block;
    font-weight: bolder;
    background: linear-gradient(to right, #d4d4d4, white);
    white-space: nowrap;
    width: 8em;
    text-align: center;
}

.chooseClass {
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    z-index: 9999;
    width: 500px;
    padding: 30px;
    transform: translate(-50%, -50%);
}

.chooseClass h2 {
    margin: 10px 0;
    border: none;
    text-align: center;
}

.chooseClass a {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    background-color: #0a90ce;
    color: #fff;
}

.chooseClass a:hover {
    background-color: #005aa1;
    color: white;
}

#helpDv {
    width: 82px;
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    border: 1px solid #aaa;
}

#helpDv > a {
    display: block;
    color: #777;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 20px 0;
    position: relative;
    background-color: #fff;
    line-height: 1em;
}

#helpDv .icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
}

#tabsWraper1 {
    background-image: url(css/images/banner1.jpg);
    background-position: center;
    position: relative;
}

#tabsWraper1 .main {
    box-sizing: border-box;
    z-index: 10;
    padding: 1px 0 0 0;
}

.workarea {
    display: block;
    min-height: auto;
}

.workarea > div {
    display: none;
}

#dvHome {
    display: block;
}

#dvFlow {
    text-align: center
}

#pDesc {
    margin-bottom: 50px;
}

#loginDlg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

#loginForm > h2 {
    margin: 10px 0;
    border: 0;
    text-align: center;
}

/*.dlg_close {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*height: 40px;*/
    /*width: 40px;*/
    /*!* background: #3E97DF; *!*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*line-height: 48px;*/
    /*margin-right: 0;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*cursor: pointer;*/
/*}*/

/*.dlg_close:before {*/
    /*position: absolute;*/
    /*content: '';*/
    /*width: 20px;*/
    /*height: 2px;*/
    /*background: #aaa;*/
    /*transform: rotate(45deg);*/
/*}*/

/*.dlg_close:after {*/
    /*position: absolute;*/
    /*content: '';*/
    /*width: 20px;*/
    /*height: 2px;*/
    /*background: #aaa;*/
    /*transform: rotate(-45deg);*/
/*}*/

/*#loginDlg .title {*/
    /*font-weight: normal;*/
    /*color: #000;*/
    /*font-size: 20px;*/
    /*text-align: center;*/
    /*margin: 30px 30px 50px;*/
/*}*/

/*#loginDlg .title span {*/
    /*padding: 5px 0px;*/
    /*margin: 0 16px;*/
    /*cursor: pointer;*/
/*}*/

/*#loginForm {*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    /*box-sizing: border-box;*/
    /*padding: 0 32px;*/
/*}*/

/*#loginForm > div > div {*/
    /*width: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*margin-bottom: 40px;*/
    /*border: 1px solid #e2e2e2;*/
    /*border-radius: 5px;*/
    /*overflow: hidden;*/
/*}*/

/*#loginForm > div > div i {*/
    /*margin: 0 8px 0 16px;*/
    /*color: #aaa;*/
/*}*/

/*#loginForm > div > div label {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*margin: 0;*/
/*}*/

/*#loginForm > div > div .sendcode {*/
    /*width: 100px;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*background: #e9f6ff;*/
    /*display: block;*/
    /*color: #3e97df;*/
    /*font-size: 15px;*/
/*}*/

/*#loginForm > div > div input {*/
    /*flex: 1;*/
    /*outline: none;*/
    /*border: none;*/
    /*border-radius: 5px;*/
    /*text-align: left;*/
/*}*/

/*#loginDlg .container {*/
    /*width: 460px;*/
    /*z-index: 1002;*/
    /*border-radius: 12px;*/
    /*background-color: #fff;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
/*}*/

/*#loginDlg button {*/
    /*!*width: 300px;*!*/
    /*margin: 16px auto;*/
    /*!* background: #4b68ae; *!*/
    /*border-radius: 5px;*/
/*}*/

#loginDlg p {
    text-align: center;
}

/*#loginDlg a {*/
    /*color: #3975c6;*/
/*}*/

#mainTabs {
    overflow-y: auto;
}

#guideInJsp {
    margin: 20px 10px 10px 10px;
}

#guideInJsp td > ol {
    list-style-type: none;
}

#guideInJsp li > ol {
    list-style-type: decimal;
}

.logo {
    /*display: none;*/
    color: #fff;
    font-weight: normal;
    background: transparent;
    padding: 0;
    font-size: 18px;
}

.linkUser {
    max-width: 16em;
    margin-right: 16px;
}

.width-1em {
    width: 1em
}

.width-2em {
    width: 2em
}

.width-3em {
    width: 3em
}

.width-4em {
    width: 4em
}

.width-5em {
    width: 5em
}

.width-6em {
    width: 6em
}

.width-7em {
    width: 7em
}

.width-8em {
    width: 2em
}

.width-9em {
    width: 9em
}

.width-10em {
    width: 10em
}

.width-11em {
    width: 11em
}

.h1Wraper p {
    font-size: 26px;
    line-height: 1.6em;
}

.dvLogin li {
    color: #555;
}

.dvLogin li:hover {
    color: #fff;
}

.dvLogin li h3 {
    font-size: 1.1em;
    margin-top: .8em;
}

.dvLogin li p {
    padding: 0;
    margin: .2em 0;
    text-align: center;
}

.h1Wraper {
    color: #fff;
    height: 420px;
    background-image: url('./css/images/banner6.png');
    background-position: 50% 100%;
    background-size: 101% 101%;
}

.h1Wraper .main {
    overflow: hidden;
    height: 100%;
}

.h1Wraper .desc {
    color: #8d8d8d;
    font-size: 24px;
}

#h2WorkName {
    color: #fff;
    line-height: 1.6em;
    font-size: 48px;
    margin-top: 130px;
    letter-spacing: 10px;
    text-align: center;
}

#h2WorkName span {
    /*color: #0642b1*/
    color: #fff
}

.h1Wraper img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    opacity: 0.7;
}

.noticeInfo {
    position: fixed;
    top: 300px;
    left: 30%;
    z-index: 999;
    width: 40%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 2px;
    font-size: 20px;
}

.noticeInfo > p {
    text-indent: 2em
}

.noticeInfo > div {
    text-align: center;
}

.noticeInfo button {
    width: 8em;
}

.footerNotice {
    position: fixed;
    bottom: 2px;
    right: 2px;
    width: 300px;
    height: 250px;
    overflow: hidden;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.footerNotice > h3 {
    background-color: #02adff;
    padding: 0;
    margin: 0;
    color: #fff;
    height: 2em;
    line-height: 2em;
    padding-left: 16px;
}

.footerNotice > div:first-child {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.footerNotice > div:last-child {
    padding: 16px;
}

.footerNotice p {
    text-indent: 2em;
}

#tabsWraper_zj {
    background-image: url(css/images/zjbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 500px;
}

#tabsWraper_zj .main {
    box-sizing: border-box;
    z-index: 10;
    padding: 1px 0 0 0;
}

#dvWorkInfoView {
    display: block;
}

#dvWorkInfoView .dvLogin ul {
    justify-content: space-evenly;
}

#h2WorkName.mtop100 {
    margin-top: 100px;
}

.dvLogin > ul.dsrd {
    height: auto;
}

.dvLogin > ul.dsrd li p {
    margin: 1em 0;
}

.QTGS th:nth-child(1) {
    width: 10em;
}

.QTGS th:nth-child(2) {
    width: 8em;
}

.QTGS th:nth-child(3) {
    width: 8em;
}

.QTGS th:nth-child(4) {
    width: 8em;
}

.tabsUl li {
    float: left;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    background: #3f536e88;
    color: #fff;
    line-height: 60px;
}

.tabsUl li.active {
    background: #3f536e;
    color: #fff;
}

.tabsUl li > a {
    color: inherit;
    cursor: pointer;
    padding: 0 1em;
    display: block;
    min-width: 130px;
}

#mainTabs.tabsUl {
    overflow-y: hidden;
    margin-top: 50px;
    height: 66px;
}

#mainTabs.tabsUl li {
    background: none;
    color: #0d1c28;
    /* font-size: 24px; */
    font-weight: normal;
    position: relative;
}

.tabsUl li.active {
    color: #4293f4;
}

.tabsUl li > a {
    color: inherit;
    cursor: pointer;
    padding: 0 30px;
    display: inline-block;
    min-width: max-content;
}

.tabsUl li.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #4293f4;
    position: absolute;
    display: block;
    margin: 0 auto;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%);
}

.tabsUl li + li:before {
    background: #c5c8ca;
    content: " ";
    /*margin: 0 1.2rem;*/
    height: 1.6rem;
    width: 0.05rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*display: inline-block;*/
    vertical-align: middle;
}

/*.tasContent h2 {*/
/*margin: 40px 0 20px;*/
/*font-weight: normal;*/
/*border-width: 3px;*/
/*}*/

.tasContent {
    background: linear-gradient(180deg, #f7f8fa, #fff 9%, #fff 84%, #fff);
    overflow: hidden;
    padding: 0 32px;
}

.tasContent h2 {
    display: none;
}

.tasContent #dvQT {
    margin-top: 50px;
}

.tasContent #dvQT table td {
    text-align: center;
}

.tasContent #dvQT table tr td:first-child {
    text-align: left;
}

.contentDvWrap {
    /*margin: 10px -500px 0;*/
    background: #f5f7fa;
}

.contentDv {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 32px 0 100px;
}

.contentDv h2 {
    margin: 0;
    border: 0;
}

.contentDv .contentLeftDv {
    width: 30%;
    margin: 0 2em 0 0;
    box-sizing: border-box;
}

.contentDv .contentLeftDv i {
    margin-right: 8px;
    font-size: 14px;
}

.contentDv .contentLeftDv i.notice {
    color: #5c7fff;;
}

.contentDv .contentLeftDv i.file {
    color: #2ec933;
}

.contentDv .contentRightDv {
    margin: 0;
    width: 66%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 2em;
}

.contentRightDv {
    background: #fff;
}

.contentLeftDv > div {
    padding: 2em;
    margin-bottom: 2em;
    background: #fff;
}

#footer {
    overflow: hidden;
    margin-top: 80px;
}

.footer {
    margin: 0;
}

#noticeDv {
    position: fixed;
    top: 0;
    display: block;
}

#notice_title {
    text-align: center;
}

.alignRight {
    text-align: right;
}

#notice_button {
    text-align: center;
}

#notice_button button {
    width: 10em;
}

.go_login {
    display: block;
    background: #0642b1;
    color: #fff;
    /* padding: 16px; */
    height: 45px;
    line-height: 45px;
    width: 10em;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
}

.tabs-wrap {
    display: flex;
    justify-content: center;
    margin: 50px auto 32px;
    border-radius: 22px;
    overflow: hidden;
    background: #f1f2f3;
    width: max-content;
}

.tabs-wrap li {
    padding: 0;
    margin: 0;
    transition: all 0.2s;
}

.tabs-wrap li a {
    display: block;
    min-width: 110px;
    height: 44px;
    text-align: center;
    color: #666;
    /* background: #f1f2f3; */
    line-height: 44px;
    padding: 0 16px;
    box-sizing: border-box;
}

.tabs-wrap li.active a {
    background: #4293f4;
    color: #fff;
    border-radius: 22px;
    /* background-image: linear-gradient(315deg,#3560ff 0,#00cef9 100%); */
}

.enterList {
    display: flex;
    justify-content: space-between;
}

.box .enterButton {
    box-sizing: border-box;
    margin: 0;
    height: max-content;
    width: 270px;
}

.box.gray {
    background: #F5F7FA;
}

.enterButton {
    display: flex;
}

.enterButton a {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 20px 0 #09294d1f;
}

.box .enterButton a {
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 20px;
    border: none;
}

#dvcitys a, .enterButton a {
    transition: all 0.2s;
}

nav {
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
    justify-content: flex-end;
    line-height: 34px;
    color: #fff;
}

.go_to_login {
    width: 88px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    position: relative;
    margin-right: 25px;
}

/*.go_to_reg {*/
    /*cursor: pointer;*/
/*}*/

.tab_qzgzzy {
    /*width: 1000px;*/
    margin: 0 auto;
}

.tab_qzgzzy > ul {
    display: flex;
    background: #fff;
    margin: 0;
    width: 100%;
    border-radius: unset;
    overflow: unset;
}

ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

.tab_qzgzzy > ul li.active {
    /*background: #4293F4;*/
    color: #4293F4;
}

.tab_qzgzzy > ul li.active:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #4293F4;
}

.tab_qzgzzy > ul li.active:after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid #4293f4;
    top: 45px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.tab_qzgzzy > ul li {
    flex: 1;
    border: 1px solid #e2e2e2;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    padding: 0;
    cursor: pointer;
    text-align: center;
}

.tab_qzgzzy .my-tabs-content {
    padding: 30px 40px 30px 60px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top-width: 0;
    text-align: left;
}

.my-tabs-content > div {
    margin-bottom: 40px;
}

.tab_qzgzzy .my-tabs-content > div > ul > li {
    margin-bottom: 30px;
    position: relative;
    padding: 0 4em 2em 3em;
}

.tab_qzgzzy .my-tabs-content > div > ul > li:not(:last-of-type) {
    border-left: 2px dashed #4293F4;
}

.tab_qzgzzy .my-tabs-content > div > ul > li:before {
    content: '';
    width: 60px;
    height: 60px;
    background: #D8EAFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -10px;
    transform: translateX(-50%);
}

.tab_qzgzzy .my-tabs-content > div > ul > li > span {
    background: #4293F4;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}

.tab_qzgzzy .my-tabs-content > div > ul > li .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
    padding-top: 5px;
}

.tab_qzgzzy .my-tabs-content > div > ul > li .desc {
    color: #666;
}

.tab_qzgzzy .my-tabs-content > div > ul > li:not(:last-of-type):after {
    content: '';
    width: 0px;
    height: 0;
    border: 10px solid #4293F4;
    top: auto;
    position: absolute;
    left: -1px;
    bottom: -20px;
    transform: translateX(-50%);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

#noticeWrap i.notice {
    color: #5c7fff;
}

#noticeWrap li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

#noticeWrap li {
    text-align: left;
    overflow: hidden;
    padding: 6px 0;
}

#noticeWrap a {
    color: #4293F4;
}

#noticeWrap a:hover {
    color: #0066b9;
}

#noticeWrap .date {
    float: right;
}

.box {
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
}

.box h2 {
    border: none;
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
    font-weight: normal;
    letter-spacing: 10px;
    font-size: 25px;
    color: #333;
}

.go_workspace {
    display: none;
    /*background: #0642b1;*/
    /*background: #09294d45;*/
    width: 170px;
    color: #fff;
    text-align: center;
    height: 40px;
    border-radius: 23px;
    line-height: 40px;
    /*font-size: 18px;*/
    margin-right: 16px;
    /*position: fixed;*/
    right: 430px;
    /*transform: translateX(-50%);*/
    top: -7px;
    background: transparent;
    z-index: 9999;
    border: 1px solid #fff;
    font-size: 16px;
}

.go_workspace.inline {
    display: inline-block !important;
}

.go_workspace:hover {
    color: #a8b8d6;
    border-color: #a8b8d6;
}

.go_workspace i {
    margin-right: 12px;
}

.num {
    width: max-content;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #ccc;
    display: block;
    text-align: center;
    font-size: 40px;
    position: absolute;
    left: -13px;
    top: -20px;
    padding: 0 6px 6px 0;
}

.flex-between {
    display: flex;
}

.wrap-left {
    width: 23em;
    border: 1px dashed #e2e2e2;
    padding: 16px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    margin-right: 16px;
    color: #555;
}

.wrap-left p {
    margin: 8px 0;
    line-height: 2em;
}

.wrap-left > div:nth-of-type(2){
    margin-top: 35px;
}

.wrap-right {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.wrap-right > div:nth-of-type(1),
.wrap-right > div:nth-of-type(2) {
    margin-bottom: 15px;
}
.wrap-right > div:nth-of-type(3),
.wrap-right > div:nth-of-type(4) {
    margin-top: 15px;
}

.wrap-right > div {
    width: 44%;
    margin: 0 16px;
    border: 1px dashed #e2e2e2;
    padding: 16px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 9em;
    position: relative;
    color: #555;
}

.wrap-right > div > div:nth-of-type(2) {
    flex: 1;
    display: flex;
    align-items: center;
}