.f-w140 {
    width: 140px !important;
}

.f-w230 {
    width: 230px !important;
}

.f-h460 {
    height: 460px !important;
}

.f-h572 {
    height: 572px !important;
}

.f-ml10 {
    margin-left: 10px;
}

.f-ml20 {
    margin-left: 20px;
}

.f-ml30 {
    margin-left: 30px;
}

.f-ml40 {
    margin-left: 40px;
}

.f-ml50 {
    margin-left: 50px;
}

.f-ml60 {
    margin-left: 60px;
}

.f-mt10 {
    margin-top: 10px;
}

.f-mt20 {
    margin-top: 20px;
}

.f-mt30 {
    margin-top: 30px;
}

.f-mt36 {
    margin-top: 36px;
}

.f-mt40 {
    margin-top: 40px;
}

.f-pb30 {
    padding-bottom: 30px;
}

/*----------数字化转型指南------------*/
.m-guide-digital {
    margin: 10px 0;
}

.m-guide-digital .u-tit {
    position: relative;
    border-bottom: 1px solid #e6e5e5;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    margin-bottom: 30px;
}

.m-guide-digital .u-tit .u-tit-pos {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -115px;
    width: 230px;
    background: #FFFFFF;
}

.m-guide-digital .u-tit span {
    padding: 0 10px;
    border-bottom: 5px solid #347cb9;
}

.m-guide-digital .guide-slider {
    position: relative;
    padding: 0 20px;
}

.m-guide-digital .guide-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.m-guide-digital .guide-slider .swiper-slide {
    position: relative;
    font-size: 18px;
    color: #383838;
    cursor: pointer;
    transition: all .15s;
}

.m-guide-digital .swiper-slide .item {
    margin: 0 auto;
    width: 178px;
    height: 154px;
    padding: 60px 0 0 0;
    background: url(../images/img_2021/bg-01.png) no-repeat center;
}

.m-guide-digital .swiper-slide:nth-child(2) .item {
    background: url(../images/img_2021/bg-02.png) no-repeat center;
}

.m-guide-digital .swiper-slide:nth-child(3) .item {
    background: url(../images/img_2021/bg-03.png) no-repeat center;
}

.m-guide-digital .swiper-slide:nth-child(4) .item {
    background: url(../images/img_2021/bg-04.png) no-repeat center;
}

.m-guide-digital .swiper-slide:nth-child(5) .item {
    background: url(../images/img_2021/bg-05.png) no-repeat center;
}

.m-guide-digital .swiper-slide .iconfont {
    font-size: 30px;
    color: #FFFFFF;
    transition: all .15s;
}

.m-guide-digital .swiper-slide h4 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.m-guide-digital .swiper-slide p {
    width: 178px;
    margin: 10px auto 0 auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
}

.m-guide-digital .swiper-slide:hover .iconfont::before {
    display: inline-block;
    transition: all .15s;
    transform: scale(1.2);
}

.m-guide-digital .guide-slider .btn-pagination {
    position: absolute;
    top: 52px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    background-color: #FFFFFF;
    -moz-background-size: 15px 50px;
    -webkit-background-size: 15px 50px;
    background-size: 15px 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: solid 1px #d8d8d8;
    opacity: 0;
    z-index: 10;
}

.m-guide-digital .guide-slider .btn-next {
    left: 0px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.m-guide-digital .guide-slider .btn-prev {
    right: 0px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.m-guide-digital .guide-slider .swiper-button-next {
    right: 10px;
}

.m-guide-digital .guide-slider .swiper-button-prev {
    left: 10px;
}

.m-guide-digital .guide-slider:hover .btn-pagination {
    opacity: 0.35;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    transition: all .4s ease-in-out;
}


.m-guide-list {
    padding-top: 20px;
}

.m-guide-list .list-item {
    position: relative;
    float: left;
    width: 590px;
    height: 240px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 70px 40px 0 375px;
    margin-bottom: 40px;
}

.m-guide-list .list-item h4 {
    font-size: 18px;
    font-weight: normal;
    color: #010101;
    margin-bottom: 15px;
}

.m-guide-list .list-item p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.m-guide-list .list-item:nth-child(odd) {
    margin-right: 20px;
}

.m-guide-list .list-item:nth-child(1) {
    background-image: url(../images/img_2021/img-01.png);
}

.m-guide-list .list-item:nth-child(2) {
    background-image: url(../images/img_2021/img-02.png);
}

.m-guide-list .list-item:nth-child(3) {
    background-image: url(../images/img_2021/img-03.png);
}

.m-guide-list .list-item:nth-child(4) {
    background-image: url(../images/img_2021/img-04.png);
}

.m-guide-list .list-item:nth-child(5) {
    background-image: url(../images/img_2021/img-05.png);
}

.m-guide-list .list-item:nth-child(6) {
    background-image: url(../images/img_2021/img-06.png);
}

.m-guide-list .list-item .shade-wrap {
    display: none;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 610px;
    height: 260px;
    background-color: rgba(52, 124, 185, .9);
    box-shadow: 8px 13px 18px 3px rgba(0, 97, 179, 0.2);
    overflow-x: hidden;
}

.m-guide-list .list-item .shade-wrap .scroll-body {
    padding: 15px 0 30px 30px;
    width: 630px;
    height: 100%;
    overflow-x: auto;
}

.m-guide-list .shade-wrap .item {
    display: block;
    float: left;
    width: 261px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    margin: 20px 18px 10px 0;
    background-color: #71aadb;
    background-image: linear-gradient(#71aadb, #71aadb), linear-gradient(#1fb6b4, #1fb6b4);
    background-blend-mode: normal, normal;
    box-shadow: 8px 13px 18px 3px rgba(0, 97, 179, 0.2);
}

.m-guide-list .shade-wrap .item:nth-child(even) {
    margin-right: 0;
}

.m-guide-list .shade-wrap .item label {
    display: inline-block;
    width: 52px;
    height: 44px;
    text-align: center;
}

.m-guide-list .shade-wrap .item img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.m-guide-list .list-item:hover .shade-wrap {
    display: block;
}


.m-guid-tip {
    width: 1201px;
    height: 60px;
    background-color: #fffaed;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    color: #b2850f;
    padding-left: 34px;
    margin-bottom: 20px;
}

.m-guid-tip .iconfont {
    font-size: 14px;
    margin-right: 15px;
}


.m-guide-note {
    position: relative;
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
}

.m-guide-note .guide-menu {
    width: 210px;
    min-height: 756px;
    border-right: 1px solid #e3e3e3;
}

.m-guide-note .guide-menu .item .child {
    display: none;
    height: 0;
}

.m-guide-note .guide-menu .item > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 16px 0 16px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: normal;
    color: #1c1c1c;
}

.m-guide-note .guide-menu .item .u-icon {
    margin-right: 8px;
    color: #4a626f;
}

.m-guide-note .guide-menu .item .u-arrow {
    position: absolute;
    right: 16px;
    top: 18px;
    line-height: 1;
    font-size: 12px;
    color: #bac2cc;
}

.m-guide-note .guide-menu .item .u-arrow::before {
    content: "\e725";
}

.m-guide-note .guide-menu .item li > a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #858c94;
    padding-left: 40px;
}

.m-guide-note .guide-menu .child .active a {
    background-color: #d9eeff;
    color: #135790;
    border-right: 3px solid #1296db;
}

.m-guide-note .guide-menu .child li:hover a {
    color: #135790;
}

.m-guide-note .guide-menu .active .child {
    display: block;
    height: auto;
}

.m-guide-note .guide-menu .active .u-arrow::before {
    content: "\e722";
}


.m-guide-note .guide-con {
    position: relative;
    width: 910px;
}

.m-guide-note .guide-con::after {
    content: "";
    position: absolute;
    left: 20.5px;
    top: 21px;
    bottom: 21px;
    border-left: 1px solid #d9eeff;
    z-index: 100;
}

.m-guide-note .guide-con .item {
    margin-bottom: 18px;
}

.m-guide-note .guide-con .item .item-text {
    display: none;
}

.m-guide-note .guide-con .item h3:not(:first-child) {
    display: none;
    margin-top: 18px;
}

.m-guide-note .guide-con .item h3:first-child {
    cursor: pointer;
}

.m-guide-note .guide-con .item h3 {
    position: relative;
    height: 42px;
    font-size: 14px;
    color: #000000;
    line-height: 42px;
    padding-left: 56px;
}

.m-guide-note .guide-con .item .u-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #d9eeff;
    font-size: 20px;
    font-weight: normal;
    color: #1296db;
    border-radius: 50%;
    margin-right: 18px;
    z-index: 101;
}

.m-guide-note .guide-con .item .item-text {
    margin-left: 56px;
    background-color: #f2f9ff;
    padding: 26px;
}

.m-guide-note .guide-con .item-text h4 {
    font-size: 24px;
    font-weight: normal;
    color: #121212;
    margin-bottom: 12px;
}

.m-guide-note .guide-con .item-text p {
    font-size: 14px;
    line-height: 30px;
    color: #16455d;
}

.m-guide-note .guide-con .item-text a {
    color: #1296db;
}

.m-guide-note .guide-con .active .u-icon {
    background-color: #1296db;
    color: #ffffff;
}

.m-guide-note .guide-con .active .item-text {
    display: block;
}

.m-guide-note .guide-con .item.active h3 {
    display: block;
    color: #347cb9;
}


/******电商展会首页********/
.f-mt10 {
    margin-top: 10px;
}

.f-mt20 {
    margin-top: 20px;
}

.f-mt30 {
    margin-top: 30px;
}

.f-mt40 {
    margin-top: 40px;
}

.f-vmt {
    vertical-align: top;
}

.f-tac {
    text-align: center;
}

[class^=u-tb-] {
    width: 100%;
}

.body-ds-index .m-slider {
    height: 488px;
    overflow: hidden;
}

.body-ds-index .slider-l {
    padding: 0;
    width: 757px;
    height: 100%;
}

.body-ds-index .slider-l .swiper-container {
    width: 100%;
    height: 100%;
}

.body-ds-index .slider-l .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.body-ds-index .slider-l .swiper-container img {
    max-width: 100%;
    height: 100%;
    display: inline-block;
}

.body-ds-index .slider-l .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

.body-ds-index .slider-l .swiper-container .u-title {
    text-align: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    padding-left: 30px;
    background-color: rgba(21, 20, 20, 0.8);
}

.body-ds-index .slider-r {
    width: 443px;
    height: 100%;
    background-color: #1c5198;
    overflow: hidden;
}

.body-ds-index .swiper-active-switch {
    background-color: #d81f26;
}

.body-ds-index .u-new-box {
    padding: 20px 24px 20px 26px;
}

.body-ds-index .u-new-box .hd {
    line-height: 36px;
}

.body-ds-index .u-new-box .hd .u-tt {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}

.body-ds-index .u-new-box .hd .u-more {
    font-size: 14px;
    color: #5fb7e0;
}

.body-ds-index .u-abstract-box {
    padding: 20px 0 20px;
    border-bottom: 1px dashed #d1ebfd;
}

.body-ds-index .u-abstract-box .u-tt {
    font-size: 18px;
    color: #5fb7e0;
}

.body-ds-index .u-abstract-box .p1 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.body-ds-index .u-abstract-box .p1 a {
    color: #5fb7e0;
}

.body-ds-index .u-new-list li > a {
    position: relative;
    padding-left: 12px;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body-ds-index .u-new-list li > a:before {
    position: absolute;
    top: 15.5px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5fb7e0;
    border-radius: 50%;
}

.body-ds-index .u-sch-box .u-tt, .u-ds-detail-box .u-tt {
    height: 48px;
    background: url(../images/img_2021/bg_tt_01.png) 0 0 no-repeat;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.body-ds-index .u-tb-filter tr + tr {
    border-top: 1px dashed #1c5198;
}

.body-ds-index .u-tb-filter td {
    padding: 12px 6px;
}

.body-ds-index .u-tb-filter img {
    margin: 0 24px;
}

.body-ds-index .u-tb-filter .u-lab {
    padding-left: 15px;
    display: inline-block;
    font-size: 22px;
    line-height: 44px;
    color: #5696d0;
    border-left: 1px solid #1c5198;
    vertical-align: middle;
}

.body-ds-index .u-tb-filter .u-area-box {
    margin-top: 3px;
    padding-bottom: 20px;
}

.body-ds-index .u-area-box .u-area, .body-ds-index .u-tb-filter .u-date {
    display: inline-block;
    width: 185px;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

.body-ds-index .u-area-box .u-area > i {
    font-style: normal;
    color: #5a98de;
}

.body-ds-index .u-tb-filter .u-date {
    width: 74px;
}

.body-ds-index .u-tb-filter .u-ipt-box {
    padding: 0 10px 0 18px;
    width: 652px;
    height: 42px;
    font-size: 0;
    border: 1px solid #ccc;
    border-radius: 25px;
}

.body-ds-index .u-ipt-box .u-ipt {
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
    height: 40px;
    border: none;
}

.body-ds-index .u-ipt-box .u-btn1 {
    background-color: #0d6fb8;
    width: 80px;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 25px;
}

.body-ds-index .m-public {
    width: 100%;
}

.body-ds-index .m-public .taba-data thead th {
    background: #5696d0;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #5696d0;
    font-size: 18px;
    height: 44px;
}

.body-ds-index .m-public .taba-data tbody td {
    height: 44px;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #cbcbcb;
}

.body-ds-index .u-sch-box .u-page-box {
    padding: 0 10px 0 20px;
    height: 34px;
    background-color: #f5fafe;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #eee;
    color: #000;
}

.body-ds-index .u-page-box i {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
}

.body-ds-index .u-page-box a {
    margin: 0 8px;
    color: #000;
}

.u-ds-detail-box .u-tt {
    font-size: 20px;
    background-image: url(../images/img_2021/bg_tt_02.png);
}

.u-ds-detail-box .u-zg-detail .u-img {
    float: left;
    width: 463px;
    height: 388px;
    background: url(../images/img_2021/bg_box_01.png) 0 0 no-repeat;
}

.u-ds-detail-box .u-zg-detail .u-con {
    float: right;
    padding: 20px 30px 20px;
    width: 705px;
    height: 388px;
    background: url(../images/img_2021/bg_box_02.png) 0 0 no-repeat;
}

.u-zg-detail .u-con ul {
    position: relative;
    margin-top: 10px;
    padding: 5px 0 20px 20px;
    border-left: 1px solid #cfe4f3;
}

.u-zg-detail .u-con ul:before, .u-zg-detail .u-con ul:after {
    position: absolute;
    top: 0;
    left: -2.5px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #4193d2;
    border-radius: 50%;
}

.u-zg-detail .u-con ul:after {
    top: auto;
    bottom: 0;
}

.u-zg-detail .u-con li {
    font-size: 16px;
    line-height: 48px;
    border-bottom: 1px dashed #4193d2;
}

.u-zg-detail .u-con li > span {
    display: inline-block;
    width: 85px;
    font-weight: bold;
}

.u-ds-detail-box .u-zg-detail-con {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border: 2px dashed #8eccec;
    border-radius: 15px;
}

.u-ds-detail-box .u-zg-detail-con:before {
    position: absolute;
    top: -18px;
    left: 36px;
    padding-left: 35px;
    content: attr(data-txt);
    width: 224px;
    height: 36px;
    background: url(../images/img_2021/bg_tt_03.png) 0 0 no-repeat;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

.u-ds-detail-box .u-zg-detail-con p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-indent: 2em;
}

.u-ds-detail-box .u-zg-detail-con p + p {
    margin-top: 20px;
}

/* 青年云课专题 by 刘海峰 begin*/
.topic-wrap {
}

.topic-wrap .g-hd {
    background: #f0f0f0;
    height: 60px;
    line-height: 60px;
}

.topic-wrap .g-hd .hd-bar {
    border-bottom: 0;
    height: 60px;
    line-height: 60px;
}

.topic-wrap .topic-header {
    height: 543px;
    background: url(../qny/images/header.png) center top no-repeat;
}

.topic-wrap .topic-cont {
}

.topic-wrap .topic-cont .return-index {
    text-align: right;
    margin-top: 10px;
}

.topic-wrap .topic-cont .return-index a {
    font-size: 18px;
    line-height: 78px;
    margin-left: 20px;
    font-weight: bold;
    color: #347cb9;/*#E6372E;*/
}

.topic-wrap .topic-cont .return-index .icon {
    background: url(../qny/images/icon_back.png) center center no-repeat;
    background-size: 26px;
    display: inline-block;
    width: 26px;
    height: 78px;
    vertical-align: top;
    margin-right: 15px;
}

.topic-wrap .topic-cont .return-index .icon1 {
/*    background: url(../qny/images/2021082609-14.png) center center no-repeat;*/
    background: url(../qny/images/2021082609-14.png) center center no-repeat;
    background-size: 33px;
    display: inline-block;
    width: 33px;
    height: 78px;
    vertical-align: top;
    margin-right: 15px;
}

.topic-wrap .topic-cont .topic-summary {
    padding: 20px 40px 20px 85px;
    background: url(../qny/images/2021082609-04.png) 35px center no-repeat #FEFAEE;
    background-size: 20px;
}

.topic-wrap .topic-cont .topic-summary p {
    font-size: 15px;
    font-weight: 400;
    color: #C48C2B;
    line-height: 30px;
}

.topic-wrap .topic-main {
/*    border-top: 1px solid #EFF3F7;
    padding-top: 25px;
    margin-top: 25px;*/
}

.topic-wrap .topic-main .topic-m-left {
    float: left;
    width: 400px;
    background: #eff3f7;
    margin-bottom: 90px;
}

.topic-wrap .topic-main .topic-m-right {
    float: right;
    width: 730px;
    margin: 0px 0px 20px 50px;;
}


.topic-wrap .topic-main .topic-m-left .tit {
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding-left: 65px;
/*    background: url(../qny/images/2021082609-09.png) 13px center no-repeat;*/
    background: url(/ecps/static/images/icon-video.png) 13px center no-repeat;
    background-size: 36px;
}

.topic-wrap .topic-main .topic-m-left .list-items {
}

.topic-wrap .topic-main .topic-m-left .list-items dt {
    height: 44px;
    line-height: 44px;
    background: #347cb9; /*#E82626;*/
    font-size: 17px;
    font-weight: 700;
    color: #fff;/*#FFF3C9;*/
    line-height: 44px;
}

.topic-wrap .topic-main .topic-m-left .list-items dt .icon {
    width: 55px;
    display: inline-block;
    text-align: center;
}

.topic-wrap .topic-main .topic-m-left .list-items dd {
    border-bottom: 1px dotted #b0b0b1;
}

.topic-wrap .topic-main .topic-m-left .list-items dd a {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    display: block;
    position: relative;
    padding: 9px 10px 9px 55px;
}

.topic-wrap .topic-main .topic-m-left .list-items dd a::before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #347cb9;/*#e6372e;*/
    position: absolute;
    left: 25px;
    top: 14px;
}

.topic-wrap .topic-main .topic-m-left .list-items dd:hover {
    background: #ffff;
/*    background-image: url(../images/icon_dd_a.png);*/
    background-image: url(../images/icon-li.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.topic-wrap .topic-main .topic-m-left .list-items dd.active {
    background: #ffff;
/*    background-image: url(../images/icon_dd_a.png);*/
    background-image: url(../images/icon-li.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.topic-wrap .topic-main .topic-m-left .list-items dd:hover a::before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #347cb9;/*#e6372e;*/
    position: absolute;
    left: 25px;
    top: 14px;
}

.topic-wrap .topic-main .topic-m-left .list-items dd.active a::before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #347cb9;/*#e6372e;*/
    position: absolute;
    left: 25px;
    top: 14px;
}

.topic-wrap .topic-main .topic-m-right .tit {
    background: #eaf2f8;
    height: 54px;
    line-height: 54px;
    padding-left: 36px;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 400;
}

.topic-wrap .topic-main .topic-m-right .tit::before {
    content: '';
    width: 5px;
    height: 20px;
    background: #347cb9; /*#E82626;*/
    position: absolute;
    left: 18px;
    top: 17px;
    display: block;
}

.topic-wrap .topic-main .topic-m-right .tit .icon {
    display: inline-block;
    width: 23px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
/*    background: url(../qny/images/2021082609-10.png) center center no-repeat;*/
    background: url(/ecps/static/images/icon-video-play.png) center center no-repeat;
    background-size: 23px;
}

.topic-wrap .topic-main .topic-m-right .tit-h3 {
    font-size: 18px;
    color: #000;
    line-height: 48px;
    font-weight: 700;
    margin-top: 25px;
}

.topic-wrap .topic-main .topic-m-right .tit-h3 .tip {
    color: #347cb9; /*#E82626;*/
    font-size: 16px;
    margin-left: 5px;
}

.topic-wrap .video-items {
}

.topic-wrap .video-items li {
    border-bottom: 1px dotted #ccc;
}

.topic-wrap .video-items li a {
    display: block;
    padding: 12px 24px;
    position: relative;
    line-height: 24px;
    color: #347cb9; /*#E82626;*/
    font-size: 16px;
}

.topic-wrap .video-items li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #347cb9; /*#E82626;*/
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    border-radius: 50%;
}

.topic-wrap .topic-main .topic-m-right .pic {
    width: 100%;
    position: relative;
    background: #f2f2f2;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.topic-wrap .topic-main .topic-m-right .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.topic-wrap .topic-main .topic-m-right .topic-teacher {
}

.topic-wrap .topic-main .topic-m-right .topic-teacher .name {
    margin-bottom: 20px;
}

.topic-wrap .topic-main .topic-m-right .topic-teacher .name span {
    display: inline-block;
    padding: 0;
    border-bottom: 3px solid #347cb9; /*#E82626;*/
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #000;
}

.topic-wrap .topic-main .topic-m-right .topic-teacher .name span i {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}

.topic-wrap .topic-main .topic-m-right .topic-teacher .name span .line {
    font-size: 14px;
    margin: 0 5px
}

.topic-wrap .topic-main .topic-m-right .topic-teacher p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9999;
    display: none;
}

.issue-float {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 620px;
    background: #fff;
    z-index: 9999;
    margin-left: -310px;
    transform: translate(0, -50%);
    display: none;
}

.issue-float .hd {
    height: 42px;
    position: relative;
    background: #f2f2f2;
    padding: 0 0 0 15px;
    line-height: 42px;
    font-size: 18px;
    color: #000;
}

.issue-float .hd .close-btn {
    width: 34px;
    height: 100%;
    text-align: center;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.issue-float .bd {
    padding: 25px 0;
}

.issue-float .bd .input-row {
    margin-bottom: 10px;
}

.issue-float .bd .input-row .tit {
    width: 120px;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    position: relative;
    margin-left: 75px;
}

.issue-float .bd .input-row .text {
    height: 34px;
    border: 1px solid #d5d7d6;
    padding: 0 10px;
    width: 346px;
    vertical-align: top;
}

.issue-float .bd .input-row .textarea {
    height: 120px;
    border: 1px solid #d5d7d6;
    padding: 5px 10px;
    width: 346px;
    vertical-align: top;
}

.issue-float .bd .input-row .sub-btn {
    height: 30px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border: 0;
    background: #169bd5;
    border-radius: 10px;
    margin-left: 70px;
    margin-top: 30px;
    cursor: pointer;
}

.issue-float .bd .input-row .face-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../qny/images/2021082609-12.jpg) center center no-repeat;
    background-size: 30px;
    position: absolute;
    left: -50px;
    top: 2px;
}


.topic-wrap .topic-article .tit {
    background: #eaf2f8;
    height: 54px;
    line-height: 54px;
    padding-left: 36px;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 400;
}

.topic-wrap .topic-article .tit::before {
    content: '';
    width: 5px;
    height: 20px;
    background: #347cb9; /*#E82626;*/
    position: absolute;
    left: 18px;
    top: 17px;
    display: block;
}

.topic-wrap .topic-article .tit .icon {
    display: inline-block;
    width: 23px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
/*    background: url(../qny/images/2021082609-10.png) center center no-repeat;*/
    background: url(/ecps/static/images/icon-video-play.png) center center no-repeat;
    background-size: 23px;
}

.topic-wrap .topic-article .video-box {
    width: 100%;
    height: 660px;
    margin: 30px 0 140px;
}

.topic-wrap .topic-article .video-box video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

/* 青年云课专题 by 刘海峰 end*/
/****在线办事*******/
.u-online-box .u-fc1 {
    color: #407ab6;
}

.u-online-box > .hd .u-tt {
    padding-left: 15px;
    background: url(../images/img_2021/20211109_01.png) 0 80% no-repeat;
    font-size: 22px;
    line-height: 44px;
    color: #000;
    font-weight: normal;
}

.u-online-box .hd .u-tips-box {
    padding: 26px 30px;
    background-color: #eaf2f8;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-family: "Source Han Sans CN";
    text-indent: 2em;
}

.u-online-box .bd .hd {
    padding: 8px 0;
    background: url(../images/img_2021/20211109_02.png) center bottom no-repeat;
    text-align: center;
}

.u-online-box .bd .hd .u-tt {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.u-online-box .bd .hd .u-tt img {
    margin-right: 12px;
}

.u-online-box .bd > div {
    padding: 30px 20px;
    width: 580px;
    height: 320px;
    border: 1px solid #dcdcdc;
}

.u-online-box .u-btn-box {
    padding: 0 20px;
}

.u-online-box .u-btn-box .u-btn {
    width: 212px;
    height: 38px;
    background-image: -moz-linear-gradient(0deg, rgb(185, 226, 246) 0%, rgb(226, 242, 248) 50%, rgb(185, 226, 246) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(185, 226, 246) 0%, rgb(226, 242, 248) 50%, rgb(185, 226, 246) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(185, 226, 246) 0%, rgb(226, 242, 248) 50%, rgb(185, 226, 246) 100%);
    font-size: 16px;
    line-height: 38px;
    color: #396ca2;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
}

.u-online-box .u-tips-box .u-tt {
    background: url(../images/img_2021/20211109_05.png) 0 bottom no-repeat;
    font-size: 18px;
    line-height: 30px;
    font-family: "Source Han Sans CN";
    color: #396ca2;
    font-weight: 500;
}

.u-online-box .u-tips-box .p1 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-family: "Source Han Sans CN";
}

.u-online-box .ft {
    font-size: 18px;
    line-height: 44px;
}

.u-online-box .ft .u-tt {
    padding-left: 30px;
    background: url(../images/img_2021/20211109_06.png) 0 center no-repeat;
    color: #fe0000;
    font-weight: bold;
}

.u-online-box .ft .p1 {
    position: relative;
    padding-left: 38px;
    color: #396ca2;
}

.u-online-box .ft .p1:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 1px;
    background-color: #396ca2;
    content: '';
}

/* 2022年页面改版 */
.n-page .g-hd {
    background: url(../images/index_2022/hdBg_01.png) no-repeat top center;
}

.topbar {
    height: 50px;
}

.topbar .logo_0 {
    float: left;
}

.topbar .logo_0 img {
    margin-top: 6px;
    width: 206px;
    height: 38px;
}

.topbar .topNav {
    float: right;
    display: flex;
}

.topbar .topNav li {
    position: relative;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
}

.topbar .topNav li::after {
    position: absolute;
    top: 18px;
    left: 0;
    content: ' ';
    width: 1px;
    height: 16px;
    background: #000000;
}

.topbar .topNav li:first-child::after {
    display: none;
}

.topbar .topNav li a {
    color: #000;
}

.topbar .topNav .wx-sub img {
    position: absolute;
    width: 150px;
    height: 150px;
    display: none;
}

.topbar .topNav .wx-app img {
    position: absolute;
    width: 150px;
    height: 150px;
    display: none;
}

.topbar .topNav .wx-sub:hover img {
    display: block;
}

.topbar .topNav .wx-app:hover img {
    display: block;
}

.topBanner {
    padding: 58px 0 69px;
    display: flex;
    /* justify-content: flex-end */
    justify-content: space-between;
}

.topBanner .logo_1 {
    /* float: left; */
}

.topBanner .logo_1 img {
    width: 508px;
    height: 72px;
}

.topBanner .t-search {
    display: flex;
    width: 456px;
    height: 50px;
    background: rgba(255, 255, 255, .6);
    border-radius: 7px;
}

.topBanner .t-search input {
    flex: 1;
    padding: 0 15px;
    color: #5a5a5a;
    font-size: 16px;
    background: none;
    border: none;
}

.topBanner .t-search button {
    padding-left: 50px;
    width: 119px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 10px;
    border: none;
    background: #1c69c6 url(../images/index_2022/searchBg_01.png) no-repeat 20px 10px;
    border-radius: 0 7px 7px 0;
    cursor: pointer;
}

.g-nav-1 {
    background: #1c69c6;
}

.g-nav-1 .nav {
    display: flex;
}

.g-nav-1 .nav li {
    flex: 1;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #4291c7;
}

.g-nav-1 .nav li:first-child {
    border-left: 1px solid #4291c7;
}

.g-nav-1 .nav li a {
    display: block;
    height: 54px;
    color: #fff;
    padding: unset;
}

.g-nav-1 .nav li.active a,
.g-nav-1 .nav li:hover a {
    background: #0653ab;
}

.g-nav {
    background: #1c69c6;
}

.g-nav .nav {
    display: flex;
}

.g-nav .nav li {
    flex: 1;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #4291c7;
}

.g-nav .nav li:first-child {
    border-left: 1px solid #4291c7;
}

.g-nav .nav li a {
    display: block;
    height: 54px;
    color: #fff;
    padding: unset;
}

.g-nav .nav li.active a,
.g-nav .nav li:hover a {
    background: #0653ab;
}

.bg-f5 {
    background: #f5f5f5;
}

.n-page .slider-r {
    border: 5px solid #a1a7c2;
}

.n-page .slider-r .swiper-container {
    /* width: 585px;
    height: 375px; */
    width: 595px;
    height: 385px;
}

.n-page .slider-r .swiper-container .u-title {
    bottom: 0px;
    height: 40px;
    line-height: 40px;
}

.n-page .pagination {
    bottom: 9px;
}

.n-page .swiper-pagination-switch {
    background: #0653ab;
}

.n-page .swiper-active-switch {
    background: #fff;
}

.n-page .m-slider .slider-l {
    padding: 0;
    width: 575px;
}

.n-page .m-slider .slider-l .new-tab {
    height: auto;
}

.n-page .m-slider .slider-l .new-btn {
    position: relative;
    margin: 0 0 0 22px;
    height: 57px;
    border-bottom: 1px solid #e3e3e3;
}

.n-page .m-slider .slider-l .new-tab span {
    padding: 0 2px;
    width: auto;
    height: 57px;
    line-height: 56px;
    font-size: 26px;
    color: #000;
}

.n-page .m-slider .slider-l .new-tab span + span {
    margin-left: 90px;
}

.n-page .m-slider .slider-l .new-tab span.active,
.n-page .m-slider .slider-l .new-tab span:hover {
    color: #1c69c5;
    font-weight: bold;
    border-bottom: 4px solid #1658a0;
}

.n-page .m-slider .slider-l .news-li {
    padding-bottom: 25px;
}

.n-page .m-slider .slider-l .news-li li,
.n-page .policy-con li {
    display: flex;
    padding-left: 22px;
    height: 42px;
    line-height: 42px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    background: url(../images/index_2022/iconListBg_01.png) no-repeat left center;
}

.n-page .m-slider .slider-l .news-li li a,
.n-page .policy-con li a {
    flex: 1;
    color: #000;
}

.n-page .m-slider .slider-l .news-li li em,
.n-page .policy-con li em {
    width: 100px;
    text-align: right;
}

.n-page .m-slider .slider-l .u-more {
    right: 0;
    bottom: 0;
    width: 24px;
    height: 22px;
    background: url(../images/index_2022/iconMore_01.png) no-repeat center;
}

.f-sw {

    margin: 0 auto;
    width: 1240px;
}

.n-page .m-guide-digital {
    margin: 50px 0;
}

.n-page .m-slider {
    height: auto;
}

.n-page .m-guide-digital .guide-slider {
    padding: 0 0 0 20px;
    height: 106px;
}

.n-page .m-guide-digital .guide-slider .btn-pagination {
    top: 28px;
    width: 27px;
    height: 53px;
    border: none;
    border-radius: 0;
    opacity: 1;
}

.n-page .m-guide-digital .guide-slider .btn-next {
    left: 25px;
    background: url(../images/index_2022/btnLeft_01.png) no-repeat;
}

.n-page .m-guide-digital .guide-slider .btn-prev {
    right: 29px;
    background: url(../images/index_2022/btnRight_01.png) no-repeat;
}

.n-page .m-guide-digital .guide-slider:hover .btn-pagination {
    box-shadow: none;
}

.n-page .m-guide-digital .guide-slider .swiper-slide {
    height: 100%;
}

.n-page .m-guide-digital .guide-slider .swiper-slide img {
    width: 281px;
    height: 100%;
}

.n-page .doc-list {
    padding: 0;
    height: auto;
}

.n-page .m-policy .tit {
    margin-bottom: 15px;
    height: 48px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.n-page .m-policy .tit .tab {
    padding: 0 0 4px 0;
    color: #000;
    font-size: 26px;
    font-weight: normal;
    background: none;
}

.n-page .m-policy .tit .tab + .tab {
    margin-left: 65px;
    background: none;
}

.n-page .m-policy .tit .tab.active,
.n-page .m-policy .tit .tab:hover {
    color: #1c69c5;
    font-weight: bold;
    border-bottom: 4px solid #1658a0;
}

.n-page .doc-list .tit .u-more {
    bottom: 8px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../images/index_2022/iconMore_01.png) no-repeat center;
}

.bg-gradient {
    background: linear-gradient(#f5f5f5, #fff);
}

.border-t {
    border-top: 1px solid #e9ebee;
}

.g-col-02 {
    margin-top: 60px;
    padding-top: 50px;
}

.sincerity-tit {
    line-height: 1;
    color: #000;
    font-size: 30px;
}

.n-page .doc-table .u-tit {
    padding: 0;
    height: 52px;
    line-height: 52px;
    color: #1c69c5;
    font-size: 26px;
    background: none;
}

.n-page .doc-table .u-tit::before {
    position: absolute;
    top: 26px;
    left: 0;
    content: ' ';
    width: 100%;
    height: 2px;
    background: #1c69c5;
}

.n-page .doc-table .u-tit span {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 65px;
    height: 52px;
}

.n-page .doc-table .u-tit.bg1 span {
    background: #f5f5f5 url(../images/index_2022/iconTitbg_01.png) no-repeat left center;
}

.n-page .doc-table .u-tit.bg2 span {
    background: #f5f5f5 url(../images/index_2022/iconTitbg_02.png) no-repeat left center;
}

.n-page .taba-data thead th {
    font-weight: bold;
    background: #83abde;
    border: 1px solid #a8c0e3;
}

.n-page .doc-table {
    height: auto;
    margin-top: 40px;
}

.n-page .table-marquee {
    border-left: none;
    border-right: none;
}

.n-page .taba-data tbody td {
    border: 1px solid #cbcbcb;
    border-top: none;
}

.n-page .taba-data tbody td:nth-child(1) {
    padding: 0;
    text-align: center;
}

.n-page .taba-data tbody td:nth-child(3) {
    padding: 0 15px;
}

.n-page .m-credit .taba-data tbody td:nth-child(3) {
    text-align: center;
}

.n-page .state {
    margin-bottom: 50px;
    padding: 10px 20px;
    background: #fffbea;
}

.service-col {
    margin-top: 40px;
    height: 510px;
    background: url(../images/index_2022/serviceBg.png) no-repeat top center;
}

.service-col > .tit {
    padding: 30px 0 22px;
    color: #000;
    font-size: 30px;
    text-align: center;
}

.ser-box {
    margin: 0 auto;
    padding-top: 30px;
    width: 1300px;
    height: 375px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, .8);
}

.ser-box .ser-hd {
    display: flex;
}

.ser-box .ser-hd li {
    width: 282px;
    height: 42px;
    line-height: 42px;;
    color: #000;
    margin-left: 170px;
    font-size: 26px;
    text-align: center;
    background: url(../images/index_2022/sTabBg_01.png) no-repeat;
    cursor: pointer;
}

.ser-box .ser-hd li + li {
    margin-left: 23px;
}

.ser-box .ser-hd li:hover,
.ser-box .ser-hd li.active {
    color: #fff;
    background: url(../images/index_2022/sTabBg_02.png) no-repeat;
}

.ser-box .ser-hd li a {
    color: #000;
}

.ser-box .ser-hd li:hover a, .ser-box .ser-hd li.active a {
    color: #fff;
}

.ser-box .ser-con .ser-list-01 {
    display: flex;
    justify-content: space-between;
}

.ser-box .ser-con .ser-list-01 li {
    width: 186px;
    height: 191px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(192, 192, 192, 0.75);
    border-radius: 9px;
}

.ser-box .ser-con .ser-list-01 li em {
    display: block;
    padding-top: 52px;
    height: 93px;
    line-height: 26px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.ser-box .ser-con .ser-list-01 li p {
    margin-top: 18px;
    padding: 0 20px;
    height: 56px;
    line-height: 28px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}

.ser-box .ser-con .ser-list-01 li:nth-child(1) em {
    background: url(../images/index_2022/serBg_01.png) no-repeat center -5px;
}

.ser-box .ser-con .ser-list-01 li:nth-child(2) em {
    background: url(../images/index_2022/serBg_02.png) no-repeat center -5px;
}

.ser-box .ser-con .ser-list-01 li:nth-child(3) em {
    background: url(../images/index_2022/serBg_03.png) no-repeat center -5px;
}

.ser-box .ser-con .ser-list-01 li:nth-child(4) em {
    background: url(../images/index_2022/serBg_04.png) no-repeat center -5px;
}

.ser-box .ser-con .ser-list-01 li:nth-child(5) em {
    background: url(../images/index_2022/serBg_05.png) no-repeat center -5px;
}

.ser-box .ser-con .ser-list-01 li:nth-child(6) em {
    background: url(../images/index_2022/serBg_06.png) no-repeat center -5px;
}

.ser-box .ser-con .s-search {
    display: flex;
    justify-content: end;
}

.ser-box .ser-con .s-search input,
.ser-box .ser-con .s-search select {
    margin-left: 15px;
    height: 34px;
    color: #5a5a5a;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #cbcbcb;
}

.ser-box .ser-con .s-search select {
    width: 150px;
}

.ser-box .ser-con .s-search select option {
    color: #5a5a5a;
}

.ser-box .ser-con .s-search input[type="submit"] {
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.ser-box .ser-con .s-search input[type="text"] {
    padding: 0 12px;
    width: 256px;
}

.ser-box .ser-con .ser-table table {
    width: 100%;
}

.ser-box .ser-con .ser-table .table-hd th {
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background: #a9c5ea;
    font-weight: bold;
}

.ser-box .ser-con .ser-table-con {
    height: 164px;
    overflow-y: scroll;
    border-bottom: 1px solid #cbcbcb;
}

.ser-box .ser-con .ser-table-con table td {
    padding: 0 12px;
    height: 41px;
    line-height: 41px;
    color: #000;
    font-size: 16px;
    border: 1px solid #cbcbcb;
}

.ser-box .ser-con .ser-table-con table tr td:nth-child(1),
.ser-box .ser-con .ser-table-con table tr td:nth-child(2),
.ser-box .ser-con .ser-table-con table tr td:nth-child(5) {
    text-align: center;
}

.e-video {
    position: relative;
    height: 225px;
}

.e-video .btn-pagination {
    position: absolute;
    top: 82px;
    width: 27px;
    height: 53px;
    cursor: pointer;
}

.e-video .btn-next {
    left: -30px;
    background: url(../images/index_2022/btnLeft_01.png) no-repeat;
}

.e-video .btn-prev {
    right: -30px;
    background: url(../images/index_2022/btnRight_01.png) no-repeat;
}

.e-video .e-v-slide {
    width: 100%;
    height: 100%;
}

.e-video .e-v-slide .video-item {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 274px;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(192, 192, 192, 0.75);
}

.e-video .e-v-slide .video-item::after {
    content: ' ';
    position: absolute;
    top: 60px;
    left: 116px;
    width: 48px;
    height: 48px;
    background: url(../images/index_2022/play.png) no-repeat;

}

.e-video .e-v-slide .video-item p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px 0;
    padding: 0 10px 0;
    height: 36px;
    line-height: 18px;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
}


.data-center-col {
    padding-top: 55px;
}

.data-center-col .data-hd {
    height: 41px;
    color: #000;
    font-size: 30px;
    text-align: center;
    background: url(../images/index_2022/dataTitBg_01.png) no-repeat top center;
}

.data-list-01 {
    display: flex;
    justify-content: space-between;
}

.data-list-01 li {
    width: 182px;
}

.data-list-01 .num-box {
    padding-top: 40px;
    width: 182px;
    height: 182px;
    text-align: center;
    border: 6px solid #c5eef5;
    border-radius: 50%;
}

.data-list-01 .num-box span {
    display: inline-block;
    margin-top: 12px;
    padding-left: 35px;
    line-height: 34px;
    font-size: 30px;
    font-weight: bold;
}

.data-list-01 .num-box span.up {
    color: #db051f;
    background: url(../images/index_2022/iconUp.png) no-repeat left center;
}

.data-list-01 .num-box span.down {
    color: #05a155;
    background: url(../images/index_2022/iconDown.png) no-repeat left center;
}

.data-list-01 .txt-box {
    margin-top: 2px;
    padding: 20px 0 12px;
    line-height: 22px;
    color: #000;
    font-size: 15px;
    text-align: center;
    background: url(../images/index_2022/iconDataBg_01.png) no-repeat top center;
}

.data-list-01 .txt-box em {
    display: block;
    overflow: hidden;
}

.data-wrap {
    display: flex;
    justify-content: space-between;
}

.data-wrap .data-aside {
    width: 332px;
}

.data-wrap .data-aside li {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #f7f9fb url(../images/index_2022/dMenu_01.png) no-repeat left center;
    border: 1px solid #dedbdb;
}

.data-wrap .data-aside li a {
    display: block;
    padding-left: 75px;
    height: 100%;
    color: #1c69c5;
}

.data-wrap .data-aside li:hover,
.data-wrap .data-aside li.active {
    background: url(../images/index_2022/dMenu_02.png) no-repeat left center;
    border: none;
}

.data-wrap .data-aside li:hover::after,
.data-wrap .data-aside li.active::after {
    position: absolute;
    right: -12px;
    top: 20px;
    content: ' ';
    width: 12px;
    height: 23px;
    background: url(../images/index_2022/dMenu_03.png) no-repeat;
}

.data-wrap .data-aside li:hover a,
.data-wrap .data-aside li.active a {
    color: #fff;
    font-weight: bold;
}

.data-wrap .data-aside li + li {
    margin-top: 12px;
}

.data-wrap .data-aside li:nth-child(1) a {
    background: url(../images/index_2022/iconMenu_1_1.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(2) a {
    background: url(../images/index_2022/iconMenu_1_2.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(3) a {
    background: url(../images/index_2022/iconMenu_1_3.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(4) a {
    background: url(../images/index_2022/iconMenu_1_4.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(5) a {
    background: url(../images/index_2022/iconMenu_1_5.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(6) a {
    background: url(../images/index_2022/iconMenu_1_6.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(7) a {
    background: url(../images/index_2022/iconMenu_1_7.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(8) a {
    background: url(../images/index_2022/iconMenu_1_8.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(1):hover a,
.data-wrap .data-aside li:nth-child(1).active a {
    background: url(../images/index_2022/iconMenu_2_1.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(2):hover a,
.data-wrap .data-aside li:nth-child(2).active a {
    background: url(../images/index_2022/iconMenu_2_2.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(3):hover a,
.data-wrap .data-aside li:nth-child(3).active a {
    background: url(../images/index_2022/iconMenu_2_3.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(4):hover a,
.data-wrap .data-aside li:nth-child(4).active a {
    background: url(../images/index_2022/iconMenu_2_4.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(5):hover a,
.data-wrap .data-aside li:nth-child(5).active a {
    background: url(../images/index_2022/iconMenu_2_5.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(6):hover a,
.data-wrap .data-aside li:nth-child(6).active a {
    background: url(../images/index_2022/iconMenu_2_6.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(7):hover a,
.data-wrap .data-aside li:nth-child(7).active a {
    background: url(../images/index_2022/iconMenu_2_7.png) no-repeat 30px center;
}

.data-wrap .data-aside li:nth-child(8):hover a,
.data-wrap .data-aside li:nth-child(8).active a {
    background: url(../images/index_2022/iconMenu_2_8.png) no-repeat 30px center;
}

.data-wrap .data-main {
    width: 825px;
}

.data-wrap .data-main .tit {
    padding: 0 45px;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    background: #f7f9fb;
    border: 1px solid #dedbdb;
    border-left: 2px solid #00aeff;
}

.data-main .chart-con {
    margin-top: 15px;
    width: 825px;
    height: 490px;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.n-page .m-pin .m-pin-list .u-home {
    background: #a9c5ea url(../images/index_2022/iconHome_01.png) no-repeat center;
}

.m-pin .m-pin-list .u-back-top {
    background: #a9c5ea url(../images/index_2022/iconTop_01.png) no-repeat center;
}

.n-page .m-pin .m-pin-list a:hover {
    display: block;
    font-size: 16px;
    background: #1c69c5;
}

.border-b-1 {
    border-bottom: 1px solid #d2d2d2;
}

.search-col {
    margin-top: 30px;
}

.search-col .tit {
    float: left;
    line-height: 50px;
    font-size: 30px;
}

.search-col .box {
    display: flex;
    float: left;
    margin-left: 240px;
    height: 50px;
    background: #f8f8f8;
    border: 1px solid #b3cbe7;
    border-radius: 10px;
}

.search-col .box input {
    flex: 1;
    padding: 0 20px;
    color: #5a5a5a;
    font-size: 16px;
    background: none;
    border: none;
}

.search-col .box button {
    padding-left: 45px;
    width: 105px;
    height: 48px;
    line-height: 48px;
    color: #1c69c6;
    font-size: 18px;
    text-align: left;
    background: url(../images/index_2022/searchBg_02.png) no-repeat 10px center;
    border: none;
    cursor: pointer;
}

.search-main {
    padding: 35px 0 45px;
    color: #000;
}

.search-main .s-hd {
    line-height: 24px;
    font-size: 18px;
}

.search-main .s-hd em {
    color: #d30b15;
}

.result-list li {
    padding: 40px 0 20px;
    border-bottom: 1px dashed #b1b1b1;
}

.result-list li .tit {
    line-height: 18px;
    font-size: 16px;
}

.result-list li .tit a {
    color: #0653ab;
}

.result-list li .tit a em {
    color: #d30b15;
    font-weight: 700;
}

.result-list li .con {
    margin-top: 18px;
    line-height: 24px;
    font-size: 16px;
}

.result-list li .ft {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
}

.n-page-col {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 42px;
    color: #666;
    font-size: 16px;
}

.n-page-col a {
    margin-right: 10px;
    width: 42px;
    height: 42px;
    color: #666;
    font-size: 14px;
    text-align: center;
    background: #e7eefb;
}

.n-page-col a.active,
.n-page-col a:hover {
    color: #fff;
    background: #2f5398;
}

.n-page-col a.aBtn {
    padding: 0 10px;
    width: auto;
    font-size: 16px;
}

.n-page-col a.aBtn:hover {
    color: #fff;
}

.n-page-col input[type="text"] {
    margin: 0 5px;
    width: 50px;
    height: 42px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e7eefb;
}

.n-page-col button {
    margin-left: 5px;
    padding: 0 10px;
    height: 42px;
    color: #666;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
}
/**********中小企业数字化转型服务指南*************/
.m-guide-box .hd .u-tt {
    height: 62px;
    background: url(../images/fwzn-01.png) 0 0 no-repeat;
    font-size: 27px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.m-guide-box .bd .u-guide-detail {
    display: flex;
}
.m-guide-box .u-guide-detail .u-img {
    width: 504px;
    height: 400px;
}
.m-guide-box .u-guide-detail .u-con {
    margin-left: 40px;
    height: 400px;
    width:656px;
}

.m-guide-box .u-con .tt {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #1C69C6;
    padding-left: 33px;
    position: relative;
}
.m-guide-box .u-con .tt::before {
    content: '';
    background: url(../images/fwzn-03.png) 0 0 no-repeat;
    background-size: 18px 20px;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.m-guide-box .u-con .txt {
    height: 359px;
    background: linear-gradient(0deg, #E9F4FF, #FFFFFF, #E9F4FF);
    padding: 32px 84px 32px 29px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow: auto;
}
/* 滚动条美化 火狐浏览器不兼容 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 10px;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    background-color: #AFC6EA;
    border-radius: 6px;
}

.m-more-box .hd .u-tt {
    width: 228px;
    height: 47px;
    background: url(../images/fwzn-08.png) 0 0 no-repeat;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 47px;
    padding-left: 31px;
}
.m-more-box .bd {
    height: 130px;
    background: #EEF6FF;
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m-more-box .bd .u-item {
    width: 265px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m-more-box .bd .u-item .tit {
    font-weight: bold;
    font-size: 18px;
    color: #0653AB;
    line-height: 30px;
}


/* szzxfw 页面-start */
.body-ds-index .m-slider01{
    height: 488px;
    overflow: hidden;
}
.body-ds-index .u-new-list.u-pr {
    padding-right: 60px;
}
.n-page .m-slider01 .swiper-pagination-switch {
    background-color: #d2d8d9;
}
.n-page .m-slider01 .swiper-active-switch {
    background-color: #b3252b;
}

.data-wrap.list-wrap .data-aside {
    position: relative;
    width: 310px;
    height: 474px;
    background-image: linear-gradient(90deg,
    #1c69c6 0%,
    #5e9cff 100%);
}
.data-wrap.list-wrap .data-aside .u-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.data-wrap.list-wrap .data-main {
    flex: 1;
    width: auto;
    padding-top: 23px;
}
.data-wrap.list-wrap .data-main-wrap {
    position: relative;

    height: 100%;
    background-image: linear-gradient(0deg,
    #ffffff 50%,
    #f4faff 89%,
    #e9f4ff 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    border: solid 1px #e3e3e3;
    z-index: 1;
}
.data-wrap.list-wrap .data-main-wrap::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -2px;
    width: 13px;
    height: 23px;
    background: url(../images/2024-icon-triangle.png) no-repeat center;
}
.data-wrap.list-wrap .aside-ttl {
    margin: 50px auto;
    width: 258px;
    height: 82px;
    background: url(../images/2024-img-datattl.png) no-repeat center;
}
.tables {
	margin-top: 15px;
	margin-bottom: 15px;
}
.tables li{
    list-style: none;
    float:left;padding:10px;
    margin-left:15px;
    position:relative;
    color:#1565fb;
    width: 203px;
    font-size: 20px;
    text-align: center;
}
.tables::after{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.list-wrap .tables ul::after{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.list-wrap .tables li::after{
    border-radius: 3px;
    content:'';
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: white;
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform:skewX(-25deg);
}
.list-wrap .tables li:hover::after{
    background-image: linear-gradient(90deg, #71fcf4 0%, #b0fed0 51%, #eeffab 100%);
}

.list-wrap .tables li.active::after{
    border-radius: 3px;
    content:'';
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: white;
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform:skewX(-25deg);
    background-image: linear-gradient(90deg, #71fcf4 0%, #b0fed0 51%, #eeffab 100%);
}

.data-wrap.list-wrap .aside-list {
    margin: 0 auto;
    width: 252px;
}

.data-wrap.list-wrap .data-aside li {
    height: 70px;
    line-height: 70px;
    background: none;
    border: none;
}
.data-wrap.list-wrap .data-aside li+li {
    margin-top: 0;
    border-top: dashed 1px #77b3ef;
}
.data-wrap.list-wrap .data-aside li:last-child {
    border-bottom: dashed 1px #77b3ef;;
}
.data-wrap.list-wrap .data-aside li a {
    padding-left: 122px;
    color: #ffffff;
}
.data-wrap.list-wrap .data-aside li:hover,
.data-wrap.list-wrap .data-aside li.active {
    background-image: linear-gradient(90deg,
    #71fcf4 0%,
    #b0fed0 51%,
    #eeffab 100%);
    border-color: transparent;
}
.data-wrap.list-wrap .data-aside li:hover + li,
.data-wrap.list-wrap .data-aside li.active +li {
    border-top-color: transparent;
}
.data-wrap.list-wrap .data-aside li:hover a,
.data-wrap.list-wrap .data-aside li.active a {
    color: #1565fb;
}
.data-wrap.list-wrap .data-aside li:hover::after,
.data-wrap.list-wrap .data-aside li.active::after {
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -24px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: rgba(236, 255, 172, 1);
    background: none;
}

.data-wrap.list-wrap .data-aside li:nth-child(1) a {
    background: url(../images/2024-icon-ls-white.png) no-repeat 60px center;
}
.data-wrap.list-wrap .data-aside li:nth-child(2) a {
    background: url(../images//2024-icon-cy-white.png) no-repeat 60px center;
}
.data-wrap.list-wrap .data-aside li:nth-child(3) a {
    background: url(../images//2024-icon-ty-white.png) no-repeat 60px center;
}
.data-wrap.list-wrap .data-aside li:nth-child(1):hover a,
.data-wrap.list-wrap .data-aside li:nth-child(1).active a {
    background: url(../images/2024-icon-ls-blue.png) no-repeat 60px center;
}
.data-wrap.list-wrap .data-aside li:nth-child(2):hover a,
.data-wrap.list-wrap .data-aside li:nth-child(2).active a {
    background: url(../images/2024-icon-cy-blue.png) no-repeat 60px center;
}
.data-wrap.list-wrap .data-aside li:nth-child(3):hover a,
.data-wrap.list-wrap .data-aside li:nth-child(3).active a {
    background: url(../images/2024-icon-ty-blue.png) no-repeat 60px center;
}

.list-wrap .data-main-ttl {
    padding: 0 60px 30px 40px;
    border-bottom: 1px solid #c1d1e8;
}
.list-wrap .data-main-ttl .u-ttl {
    display: flex;
    align-items: center;
    padding: 26px 0 32px;
    line-height: 18px;

}
.list-wrap .data-main-wrap .data-main-ttl .u-ttl span {
    margin-left: 8px;
    font-size: 18px;
    color: #666;
}
.list-wrap .data-main-wrap .chack-wrap {
    display: flex;
    justify-content: space-between;
}
.chack-wrap .u-checkbox-wrap {
    display: flex;
    align-items: center;
}
.chack-wrap .u-checkbox-wrap + .u-checkbox-wrap {
    margin-left: 45px;
}
.chack-wrap .u-checkbox-wrap label {
    margin-left: 8px;
    font-size: 18px;
    color: #666;
}
.chack-wrap .u-checkbox-wrap input[type="checkbox"] {
    scale: 1.4;
}
.data-content .top-wrap{
    padding: 10px 30px 40px 35px;
}
.data-content-list li {
    padding-right: 28px;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px dashed #dddddd;
}
.data-content-list li .row {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}
.data-content-list li .row:hover {
    color: #246fcd;
}
.data-content-list li .row .u-ttl {
    margin-left: 15px;
}
.data-content-list li .row .u-icon {
    margin-left: auto;
}
.u-data-content-desc {
    font-size: 14px;
    color: #246fcd;
}

/* 原生page分页 */
.data-pages-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    text-align: right;
    background-color: #f4f9fe;
}

.u-page-list{
    font-size:14px;
    color:#000;
}
.u-page-list a{
    display:inline-block;
    margin:0 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#565a65;
    border:1px solid #dedee0;
    border-radius: 4px;
}
.u-page-list a.num.cur,
.u-page-list a.num:hover{
    border:#5484b5 solid 1px;
    color:#5484b5;
}
.u-page-list .u-arrow {
    border: solid #c2c5cb;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.u-page-list a:hover .u-arrow {
    border-color: #6a6869;
}
.u-arrow.right {
    transform: rotate(-45deg) translate3d(1px, -2px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, -2px, 0);
}

.u-arrow.left {
    transform: rotate(135deg) translate3d(-2px, 1px, 0);
    -webkit-transform: rotate(135deg) translate3d(-2px, 1px, 0);
}


/* 重写laypage组件样式 */
.laypage-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    text-align: right;
    background-color: #f4f9fe;
}
.u-laypage-list {
    display: flex;
    justify-content: end;
    align-items: center;
}
.laypage-wrap .laypage_main {
    height: 32px;
    font-size: 14px;
}
.laypage-wrap .laypageskin_default a ,
.laypage-wrap .laypageskin_default span,
.laypage-wrap .laypageskin_default .laypage_curr 	{
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color:#565a65;
    background-color: #fff;
    border:1px solid #dedee0;
    border-radius: 4px;
}
.laypage-wrap .laypageskin_default span {
    border: none;
    background: transparent;
}
.laypage-wrap .laypageskin_default .laypage_curr {
    font-weight: 400;
    border:#5484b5 solid 1px;
    color:#5484b5;
}
.u-fmlr {
    margin-left: 3px;
    margin-right: 3px;
}



/* szzxfw 页面-end */
/**********中小企业数字化转型服务指南 end*************/

/**********课程评分 start*************/
/*星星样式*/
.evaluation{ width:300px; margin:0 auto;border: 1px solid #ddd;background-color:#FFFFFF;z-index:999;display:none;position: relative; top: 50%  left: 50%  transform: 

translate(-50%, -50%); }
.title{ font-size:14px; background:#dfdfdf; padding:10px; margin-bottom:10px;}
.block{ margin:0 0 20px 0; padding-top:10px; padding-left: 70px;padding-right: 70px; line-height:21px;text-align: center;}
.star_list{height:21px;margin:50px; line-height:21px;}
.block p,.block .attitude{ line-height:50px; display:inline-block;font-size: 16px;}
.block p span{ color:#C00; font-size:16px; }


.star_score { background:url(../qny/images/stark2.png); 

width:160px; height:21px;  position:relative; text-align: center;}
.star_score a{ height:21px; display:block; text-indent:-999em; position:absolute;left:0;}
.star_score a:hover{ background:url(../qny/images/stars2.png);left:0;}
.star_score a.clibg{ background:url(../qny/images/stars2.png);left:0;}
/*星星样式*/
.show_number{ padding-left:50px; padding-top:20px;}
.show_number li{ width:240px; border:1px solid #ccc; padding:10px; margin-right:5px; margin-bottom:20px;}
.atar_Show{background:url(images/stark2.png); width:160px; height:21px;  position:relative; float:left; }
.atar_Show p{ background:url(images/stars2.png);left:0; height:21px; width:134px;}
.show_number li span{ display:inline-block; line-height:21px;}

/* 默认按钮 */
.u-btn-e {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 5px;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #347cb9;
	background: #347cb9;
    font-size: 12px;
    font-family: '\5B8B\4F53';
    letter-spacing: 1px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
	-webkit-transition: all 0.30s ease-in-out; 
    -moz-transition: all 0.30s ease-in-out; 
    -ms-transition: all 0.30s ease-in-out; 
    -o-transition: all 0.30s ease-in-out;
}
.u-btn-e i{
	-webkit-transition: all 0.30s ease-in-out; 
    -moz-transition: all 0.30s ease-in-out; 
    -ms-transition: all 0.30s ease-in-out; 
    -o-transition: all 0.30s ease-in-out;
}
.u-btn-e:hover ,.u-btn-e:focus{
	background: #2e6ea4;
}
/**********课程评分 startend*************/
	