.bg-green {
    background: #23af35;
}

.bg-blue {
    background: #2ca7e2;
}

.bg-green-two {
    background: #8ebd18;
}

.bg-green-three {
    background: #0aa496;
}

.bg-progress-one {
    background: #f7bb18;
}

.bg-progress-two {
    background: #499ad2;
}

.bg-progress-three {
    background: #81d63c;
}

.bg-progress-four {
    background: #5aaee9;
}

.bg-progress-five {
    background: #37d8b0;
}

.navbar {
    z-index: 100;
    position: relative;
}

.Navigation ul li {
    padding: 0px;
}

.Navigation ul li a {
    color: white;
    width: 100%;
    display: block;
    padding: 0 30px;
    height: 100%;
}

.Navigation ul li.show-second-list .tab-list {
    display: block;
}

.Navigation ul li .tab-list {
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    padding-top: 20px;
    background: #1a1a62;
}

.Navigation ul li .tab-list a {
    padding: 0px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.Navigation ul li .tab-list a:hover {
    background: #b670eb;
}

.index {
    background: white;
}

.index .banner {
    position: relative;
    height: 665px !important;
    z-index: 0;
    margin-top: -60px;
    width: 100%;
}

.index .banner img.banner-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.index .banner .title {
    position: relative;
    height: 500px;
}

.index .banner .title p {
    font-size: 40px;
    padding-top: 100px;
}

.index .banner .title p,
.index .banner .title h2 {
    position: absolute;
    text-align: center;
    z-index: 100;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.index .banner .title h2 {
    letter-spacing: 10px;
    font-size: 90px;
    font-weight: 900;
}

.index .banner .title .enroll {
    padding-top: 390px;
    font-size: 24px;
    cursor: pointer;
}

.index .banner .title .enroll img {
    position: relative;
    top: 8px;
    display: inline-block;
}

.index .banner .title .line {
    position: absolute;
    top: 90px;
    left: 25px;
    z-index: 0;
}

.index .banner .remark {
    position: relative;
    z-index: 1000;
    top: 40px;
}

.index .banner .remark ul {
    display: block;
    width: 700px;
    margin: auto;
}

.index .banner .remark ul li {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 12px;
}

.index .banner .remark ul li div {
    float: left;
    margin-right: 20px;
}

.index .banner .remark p {
    color: #fff;
    padding: 0px;
    font-size: 12px;
}

.index .public-title {
    position: relative;
    margin: 35px auto;
}

.index .public-title h2 {
    line-height: 40px;
    font-weight: 500;
    font-size: 28px;
    color: #333;
}

.index .public-title h2 a {
    position: relative;
    top: 10px;
}

.index .public-title p {
    position: relative;
    font-size: 16px;
    color: #595959;
    display: inline-block;
    padding-left: 10px;
    top: -3px;
}

.index .public-title p .dot {
    top: 20px;
}

.index .expalin-box .explain-title {
    padding: 15px 60px;
    position: relative;
}

.index .expalin-box .explain-title .left {
    position: absolute;
    left: 0px;
    top: -13px;
}

.index .expalin-box .explain-title .right {
    position: absolute;
    right: 0px;
    bottom: -13px;
}

.index .expalin-box .slide-box {
    height: 340px;
    margin: 30px 0;
    background: #f3f6f8;
    overflow: hidden;
}

.index .expalin-box .slide-box .level-one {
    position: relative;
    float: left;
}

.index .expalin-box .slide-box .level-one .show {
    display: none;
}

.index .expalin-box .slide-box .level-one .close {
    display: block;
}

.index .expalin-box .slide-box .level-one.active .show {
    display: block;
}

.index .expalin-box .slide-box .level-one.active .close {
    display: none;
}

.index .expalin-box .slide-box h3 {
    color: #904cc3;
    margin-bottom: 10px;
}

.index .expalin-box .slide-box .show {
    padding: 50px 20px;
    width: 680px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .expalin-box .slide-box .close {
    width: 210px;
}

.index .expalin-box .slide-box .close img {
    width: 100%;
}

.index .index-progress {
    position: relative;
    padding: 60px 0;
    background: #f5f8fa;
    background-size: 100% 100%;
}

.index .index-progress .progress-box > ul > li {
    width: 200px;
    height: 260px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 100;
    margin: 10px;
    background: white;
    padding: 30px 0 20px;
    border-radius: 10px;
}

.index .index-count {
    background: #f5f8fa;
    background-image: url('../images/index_count_bg.png');
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    background-size: 100%;
}

.index .index-count .progress-box ul {
    height: 270px;
}

.index .index-count .progress-box li {
    height: 270px;
    padding: 50px 0;
}

.index .index-count .progress-box li img {
    margin: auto;
}

.index .index-count .progress-box li div {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: white;
}

.index .index-count .progress-box li div h3 {
    font-size: 50px;
    letter-spacing: -3px;
}

.index .index-count .progress-box li div h3 span {
    font-size: 16px;
}

.index .video-box {
    position: relative;
}

.index .video-box .video-content {
    position: relative;
    width: 1100px;
    height: 460px;
    display: none;
}

.index .video-box .video-content.active {
    display: block;
}

.index .video-box img {
    width: 100%;
    height: 100%;
}

.index .video-box .video-explain {
    position: absolute !important;
    bottom: 0px;
    right: 0px;
    width: 420px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    color: white;
}

.index .video-box .video-explain h3 {
    text-align: right;
    padding: 30px 0;
    font-size: 20px;
}

.index .video-box .video-explain p {
    max-height: 300px;
    line-height: 20px;
    overflow: hidden;
}

.index .video-box .button {
    position: absolute;
    bottom: 20px;
    right: 340px;
    font-size: 30px;
    color: #8e8e94;
}

.index .video-box .button span {
    cursor: pointer;
    padding: 0px 2px;
    font-size: 30px;
}

.index .index-question .question-box ul {
    position: relative;
    left: 20px;
    width: 1140px;
    height: 400px;
}

.index .index-question .question-box li {
    float: left;
    width: 355px;
    background: #f5f8fa;
    margin: 0 20px 20px 0;
    padding: 0 20px;
}

.index .index-question .question-box li:hover {
    box-shadow: 0px 3px 2px rgba(204, 204, 204, 0.5);
}

.index .index-question .question-box .single-box {
    position: relative;
    margin: 30px 0;
    cursor: pointer;
}

.index .index-question .question-box .single-box .answer {
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: auto;
}

.index .index-question .question-box .single-box h3 p {
    max-width: 80%;
}

.index .unit-box ul {
    width: 1120px;
    height: 370px;
}

.index .unit-box ul li {
    float: left;
    width: 540px;
    height: 150px;
    margin: 0 20px 20px 0;
    background: #f5f8fa;
    padding: 20px;
}

.index .unit-box ul li h3 {
    height: 30px;
    line-height: 30px;
}

.index .unit-box ul li div p {
    position: relative;
    padding-left: 10px;
}

.index .unit-box ul li div p span {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #333;
    top: 9px;
    left: 0px;
}

.index-expalin {
    margin-top: 50px;
}

.index-unit {
    background: url(../img/index_bg3.png) no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.progress-box .close {
    display: block;
}

.progress-box .close img {
    margin: auto;
}

.progress-box .close h3 {
    margin: 30px 0px 10px;
}

.progress-box .close p {
    color: #999;
}

.progress-box .opean {
    position: absolute;
    display: block;
    height: 100%;
    width: 200px;
    text-align: left;
    background: white;
    padding: 20px 20px;
    left: 100%;
    top: 0px;
}

.progress-box .opean ul {
    overflow: hidden;
}

.progress-box .opean h3 {
    font-size: 16px;
    font-weight: bold;
}

.progress-box .opean p {
    font-size: 14px;
    line-height: 24px;
}

.progress-box .opean h3 {
    font-size: 16px;
}

.progress-box .opean p {
    color: #95a8be;
}

.progress-box .opean li {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    padding-left: 8px;
    color: #404040;
}

.progress-box .opean li span {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #333;
}

.progress-box > ul {
    position: relative;
}

.progress-box ul.progress {
    background-image: url(../images/index_pro_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 300px;
}

.progress-box > ul > li {
    width: 20%;
    height: 260px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.process.progress-box > li {
    height: 145px;
}

.process.progress-box .close img {
    margin: 20px auto;
}

.process.progress-box .close h3 {
    font-size: 14px;
    margin: 0px;
    color: white;
}

.process.progress-box .close p {
    color: rgba(255, 255, 255, 0.3);
}

.process.progress-box .opean {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}

.process.progress-box .opean li {
    text-align: left;
}

.process.progress-box .opean > p {
    line-height: 10px;
}

.button-one {
    width: 190px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 30px auto;
    text-align: center;
    color: white;
    background: #4492cb;
    border-radius: 25px;
    cursor: pointer;
}

.button-one a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

.notice-details .left {
    height: auto;
}

.notice-details .left h3 {
    max-width: 60%;
}

.notice-details .left .time {
    padding: 20px 0;
    color: #848898;
}

.notice-details .left .time img {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
}

.notice-details .left p {
    line-height: 30px;
    color: #666;
}

.notice-details .left .other {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 10px;
}

.notice-details .left .other h3 {
    max-width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.download .single-box,
.notice .single-box {
    margin-bottom: 30px;
}

.download .single-box h3,
.notice .single-box h3 {
    font-size: 16px;
    color: #333;
}

.contact h3 {
    position: relative;
    left: -10px;
}

.contact p {
    line-height: 60px;
    color: #333;
}

.train-video {
    margin-bottom: 60px;
}

.train-video ul li {
    float: left;
    width: 100%;
    margin: 10px;
    background: white;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

.train-video ul li img.video_img {
    width: 360px;
    height: 200px;
    float: left;
    margin-right: 20px;
}

.train-video ul li h3 {
    padding: 0px 0px 10px;
    font-size: 18px;
    color: #333;
}

.train-video ul li .video_text {
    padding: 0px 0px 15px;
    color: #666;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    width: 580px;
}

.text_video {
    margin-bottom: 80px !important;
}

.train-video ul li div img {
    position: relative;
    top: 5px;
    margin-right: 10px;
    display: inline-block;
    width: 22px;
}

.train-video .page {
    width: 1020px;
    bottom: 15px;
}

.right-tab {
    position: fixed;
    z-index: 10000;
    left: 0px;
    bottom: 0px;
    width: 295px;
    overflow: hidden;
}

.right-tab .list {
    background: #f7f7f7;
    padding: 20px;
}

.right-tab .list ul li {
    position: relative;
    padding-left: 8px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.right-tab .list ul li span {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #333;
}

.close-button {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    width: 100px;
    padding: 35px 24px 20px;
    text-align: right;
    color: white;
    cursor: pointer;
}

body {
    overflow-x: hidden;
}

.index .banner img.banner-bg {
    max-height: 650px;
}

.bg-one {
    position: absolute;
    right: 0px;
    bottom: -280px;
    z-index: -100;
}

.bg-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -100;
}

.button-back {
    position: fixed;
    display: none;
    right: 100px;
    bottom: 200px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border: 1px solid #904cc3;
    color: #904cc3;
    cursor: pointer;
}

.button-back img {
    position: relative;
    margin: auto;
    top: 5px;
}

.button-back:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: white;
}

.slideLeft .close {
    display: none !important;
    animation: fadeout 1s;
}

.slideLeft .opean {
    display: block !important;
    animation: progressSlideLeft 500ms ease-in-out;
    left: 0px !important;
}

.slideRight .close {
    display: block !important;
}

.slideRight .opean {
    animation: progressSlideRight 500ms ease-in-out;
}

@keyframes progressSlideLeft {
    0% {
        left: 100%;
    }
    100% {
        left: 0px;
    }
}

@keyframes progressSlideRight {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes progressSlideLeft {
    0% {
        left: 100%;
    }
    100% {
        left: 0px;
    }
}

@-webkit-keyframes progressSlideRight {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

.fadeout .close {
    display: none !important;
    animation: fadeout 1s;
}

.fadeout .opean {
    display: block !important;
    animation: fadein 1s;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sugn-animation img:first-child {
    animation: slideRight 1s;
}

.sugn-animation img:last-child {
    animation: slideLeft 1s;
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(15px);
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-15px);
    }
}

@-webkit-keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(15px);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-15px);
    }
}

.animation-accordion .show {
    display: block !important;
    animation: accordion-opean 400ms ease-in-out;
}

.animation-accordion .close {
    display: none !important;
    animation: fadeout 400ms ease-in-out;
}

.animation-accordion-close .show {
    display: block !important;
    animation: accordion-close 400ms ease-in-out;
    width: 210px !important;
    opacity: 0;
}

.animation-accordion-close .close {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block !important;
    animation: fadein 400ms ease-in-out;
}

@keyframes accordion-opean {
    0% {
        width: 210px;
        opacity: 0;
    }
    100% {
        width: 680px;
        opacity: 1;
    }
}

@keyframes accordion-close {
    0% {
        width: 680px;
        opacity: 1;
    }
    100% {
        width: 210px;
        opacity: 0;
    }
}

@-webkit-keyframes accordion-opean {
    0% {
        width: 210px;
        opacity: 0;
    }
    100% {
        width: 680px;
        opacity: 1;
    }
}

@-webkit-keyframes accordion-close {
    0% {
        width: 680px;
        opacity: 1;
    }
    100% {
        width: 210px;
        opacity: 0;
    }
}

.animate-rotate li:nth-child(1) img {
    animation: rotate 500ms 150ms ease-in-out;
}

.animate-rotate li:nth-child(2) img {
    animation: rotate 500ms 300ms ease-in-out;
}

.animate-rotate li:nth-child(3) img {
    animation: rotate 500ms 450ms ease-in-out;
}

.animate-rotate li:nth-child(4) img {
    animation: rotate 500ms 600ms ease-in-out;
}

.animate-rotate li:nth-child(5) img {
    animation: rotate 500ms 750ms ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

.zxtw h2 {
    margin-bottom: 20px;
}

.zxtw span.tnb {
    background-color: #904cc3;
    color: #fff;
    width: 200px;
    margin: 20px auto;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    display: block;
}

.zxtw span {
    display: inline-block;
    vertical-align: middle;
}

.zxtw textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #e5e5e5;
}

.wid_600 {
    width: 580px;
    padding-right: 20px;
}

.wid_480 {
    width: 380px;
    padding: 30px 30px;
    background: #f5f5f5;
}

.fr {
    float: right;
}

.wid_480 .wshg li {
    width: 100% !important;
    padding: 15px 0px 0px !important;
    text-align: left !important;
    margin: 0px !important;
}

/*# sourceMappingURL=extend.css.map */
.sponsorvideo-box ul {
    position: relative;
    left: 20px;
    width: 1140px;
}
.sponsorvideo-box .center li {
    float: left;
    width: 540px;
    min-height: 200px;
    margin: 0 20px 20px 0;
    position: relative;
}
.sponsorvideo-box .center li > img {
    border-radius: 10px;
    width: 100%;
}
.sponsor-box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
}
.sponsor-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}
.sponsor-box .sponsorname {
    color: #fff;
    float: left;
    width: 250px;
}
.sponsor-box .sponsorname h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.sponsor-box .sponsorname p {
    font-size: 14px;
}

.colo_3 {
    background-color: #2c0e8c !important;
}
.slidenav .slidenav_tab {
    background-color: #2c0e8c !important;
}
.last {
    background-color: #c5b4fe !important;
    border-color: #5730d1 !important;
}
.slidenav_tab .i:hover {
    background-color: #5730d1 !important;
    border-color: #5730d1 !important;
}
.slidenav_tab .i:hover .t {
    background-color: #5730d1 !important;
}
.Navigation ul li .tab-list a:hover,
.explain .left ul li.active span,
.select_btn,
.list ul li,
.top .center .logout span.active {
    background-color: #2c0e8c !important;
}

.top .fr.logout span {
    border-color: #5730d1 !important;
}

.top .center .logout span a {
    color: #5730d1 !important;
}

.zzs-box li {
    background-color: transparent !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.zzs-box li h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
}

.zzs-box li:first-child .zz-ul {
    background-color: #ece6ff !important;
    padding-top: 15px;
    padding-left: 15px;
    border-radius: 10px;
}

.zzs-box li:last-child .zz-ul {
    background-color: #f2f0f3 !important;
    padding-top: 15px;
    padding-left: 15px;
    border-radius: 10px;
}

.zzs-box li:last-child .zz-ul .zz-li {
    width: 25% !important;
}

.ryjs-box h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
}

.ryjs-box .dsjs-ul .dsjs-li {
    margin-bottom: 0px !important;
}

.list-box {
    display: flex;
    flex: 1;
}

.list-box .tag {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 10px;
    color: #fff;
    margin-right: 10px;
    /* background-color: #5c68f9; */
    background-image: linear-gradient(to left, #3c78eb, #044dd7);
    border-radius: 4px;
    position: initial !important;
}

.list-box .tag.db {
    background-image: linear-gradient(to left, #904cc3, #5730d1) !important;
}

.list-box p {
    /* flex: 1; */
    font-size: 15px;
    color: #333;
    overflow: hidden;
    /* word-break: break-all; */
    max-width: 80%;
}
.dbbj {
    background: #f5f8fa;
    padding: 20px;
    margin-top: 15px;
}

.chagui {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.chagui .ssbj {
    width: 50%;
}
.chagui .ssbj .jju {
    margin-right: 20px;
    background: #f5f8fa;
    padding: 20px;
    margin-top: 15px;
}
.chagui .ssbj:nth-child(2n + 0) .jju {
    margin-right: 0;
}
.aniu {
    /* background-color: #5c68f9; */
    color: #5c68f9 !important;
    /* height: 20px;
    line-height: 20px; */
    font-size: 12px;
    /* border-radius: 4px; */
    margin-right: 10px;
    display: inline-block;
    /* padding: 0px 10px; */
}

.flebox {
    display: flex;
    align-items: flex-start;
}

.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-center {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
    width: 30%;
}
.tk-box h4 {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .cont-list {
    padding-top: 10px;
} */

.cont-list li {
    display: flex;
    flex-wrap: wrap;
}

.cont-list li .li-box {
    display: flex;
    font-size: 15px;
    color: #333;
    padding-right: 38px;
    position: initial !important;
    margin-top: 16px;
}

.cont-list li .li-box .li-span {
    color: #999;
    display: inline-block;
    padding-left: 10px;
}

.cont-list li .li-box a {
    color: #044dd7;
    text-decoration: underline;
}
.single-box {
    padding-top: 0px !important;
    overflow: hidden;
    width: 100%;
    margin: 15px 0px 0px !important;
}

.notice .single-box {
    margin-bottom: 0px !important;
}
.explain .left ul {
    padding-bottom: 40px;
}

.box-cont {
    flex: 1;
}

.center-content .tab-nav {
    margin-bottom: 3px !important;
}

.dslist {
    display: flex;
    flex-wrap: wrap;
}

.dslist li {
    width: 33.33%;
    padding-bottom: 30px;
}

.dslist li a {
    display: block;
    padding-right: 20px;
}

.dslist li .dsjs-li {
    display: flex;
}

.dslist li .dsjs-li .jsrw img {
    width: 94px;
    height: 132px;
    object-fit: cover;
}

.dslist li .dsjs-li .jsrw-nr {
    flex: 1;
    padding-left: 15px;
    padding-top: 10px;
    /* padding-top: 30px; */
}

.dslist li .dsjs-li .jsrw-nr h2 {
    font-size: 20px;
    color: #5c68f9;
}

.dslist li .dsjs-li .jsrw-nr h2 span {
    display: block;
    font-size: 15px;
    color: #333;
    padding-top: 30px;
}

.fon22 h4 {
    font-size: 22px !important;
    padding-bottom: 20px !important;
}
.table-cont {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.table-cont tr:first-child td {
    text-align: center;
    font-weight: bold;
}
.table-cont tr td:nth-child(2) {
    color: #333;
}

.processAction{
    font-size: 20px;
    font-weight: bold;
    color: #044dd7 !important;
}
.table-cont tr.active {
    font-size: 26px;
    font-weight: bold;
    color: #044dd7;
}
.cgui {
    background-image: linear-gradient(to left, #3c78eb, #044dd7) !important;
    color: #fff;
    font-size: 28px;
}

.table-cont tr td {
    padding: 16px 20px;
}
.table-cont tr:last-child td {
    padding: 16px 20px 32px;
}
.dab {
    background-image: linear-gradient(to left, #904cc3, #5730d1) !important;
    color: #fff;
    font-size: 28px;
}
.zyjd {
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a !important;
}
.table-cont tr.active td:nth-child(2) {
    color: #044dd7;
}
.tag-box {
    display: inline-block;
    height: 20px !important;
    line-height: 20px !important;
    font-size: 12px;
    padding: 0px 10px;
    color: #fff !important;
    margin-right: 10px;
    /* background-color: #5c68f9; */
    background-image: linear-gradient(to left, #3c78eb, #044dd7) !important;
    border-radius: 4px;
    position: initial !important;
    width: initial !important;
}

.tag-box.db {
    background-image: linear-gradient(to left, #904cc3, #5730d1) !important;
}
/* .center-content-box {
    margin: 60px auto 60px;
}
.center-content-box .center-content {
    margin: 0 auto ;
} */
.mt20 {
    margin-top: 20px;
}
