body {
    min-width: 1280px;
    overflow-x: auto;
}

.image-label {
    position: absolute;
    bottom: -8px;
    display: block;
    text-align: left;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    z-index: 8888;
    width: 100%;
    text-indent: 1em;
}

.image-label a {
    color: white;
}

.carousel-image {
    width: 600px;
    height: 350px;
}


.aut-header-div {
    height: 42px;
    width: 90%;
    border-bottom: 4px solid #DBDBDB;
    /*margin-left: 16px;*/
}


.common-header-div {
    width: 98%;
    margin: 36px 0 0 8px;
    min-height: 270px;
}

.common-header-h3 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 150px;
    font-size: 18px;
    color: #005cbf;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    text-indent: 8px;
    margin-bottom: 2px;
}


.common-header-span {
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    color: white;
    font-weight: bolder;
    background: #005cbf;
    font-size: 18px;
    letter-spacing: 1px;
}

.common-header-line {
    border-top: 2px solid #005cbf;
    margin: 0 0 10px 0;
    padding: 0;
}

.commit-data-div {
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: no-repeat url("../image/bg-x.jpg");
    color: #FD6283;
    letter-spacing: 2px;
    margin: 20px 0;
    border-radius: 2px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    cursor: pointer;
}

.commit-data-div a.commit-data-div-a {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #FD6283;
}

.commit-data-div a.commit-data-div-a:hover {
    text-decoration: none;
}


.commit-data-div_img {
    margin: 20px 0;
}

.commit-data-div h5 {
    height: 40px;
    line-height: 45px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.commit-data-div h5:first-child {
    padding-top: 5px;
}

.commit-data-div h4 {
    height: 54px;
    line-height: 54px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
}

.report-desk-div {
    height: 210px;
    background: no-repeat url("../image/desk.jpg");
    overflow: hidden;
}

.report-desk-h3 {
    display: inline-block;
    height: 42px;
    width: 100%;
    line-height: 42px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 8px;
    margin-bottom: 2px;
    color: #FD6283;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-bottom: 1px solid #FFF;
}


.report-desk-list {
    list-style: none;
    padding-left: 6px;
}

.report-desk-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #DBDBDB dashed;
    color: white;
    margin-right: 6px;
    padding-left: 10px;
    cursor: pointer;
}

.report-desk-list li a {
    color: white;
}

.aut-header-div h4 {
    width: 85%;
    color: #005cbf;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 5px auto 0;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
}

.aut-header-h3 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 120px;
    font-size: 18px;
    color: #FFF;
    background: #005cbf;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;

}

.header-more-label {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #005cbf;
    height: 42px;
    line-height: 42px;
    padding-right: 5px;
    cursor: pointer;
}


.header-ul-list {
    list-style: none;
    padding-left: 2px;
}

.header-ul-list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #DBDBDB dashed;
    transition: all 0.01s;
}

.header-ul-list li:hover {
    transform: scale(1.05);
}


.header-ul-list li:hover .label-dot {
    background-color: #548EED;
}


.label-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DBDBDB;
    margin-right: 10px;
    margin-bottom: 25px;
}

.label-title {
    display: inline-block;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    cursor: pointer;
}

.header-ul-list a {
    color: #212529;
}

.header-ul-list a:hover {
    text-decoration: none;
}

.label-title-larger {
    width: 450px;
}

.label-title-small {
    width: 280px;
}

.label-time {
    display: inline-block;
    float: right;
    color: #8A959C;
    font-size: 14px;
    height: 30px;
}


.div_special {
    min-height: 100px;
    max-height: max-content;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}

.special_content_news {
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 95%;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #3253a7;
    margin-top: 5px;
}

.special_content_news_label {
    font-size: 15px;
    margin-top: -21px;
    display: block;
    color: #666;
    font-weight: normal;
    width: 95%;
}

.special_content_news_label a {
    text-decoration: none;
    color: #666;
}

.special_content_news_label a:hover {

}

.div_special_outer {
    max-height: max-content;
    min-height: 100px;;
}


.special_content_news a {
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    /*color: #FF6384;*/
    color: #3253a7;
}

.special_content_news a:hover {
    text-decoration: none;
    color: #3253a7;
}

.special_label {
    font-size: 18px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(-192%, 182%) rotate(-45deg);
    -moz-transform: translate(-192%, 182%) rotate(-45deg);
    transform: translate(-192%, 182%) rotate(-45deg);
    color: white;
    width: 180px;
    text-align: center;
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    background: #FF6384;
    display: inline-block;
}


.special_label_news {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    left: -53px;
    top: 22px;
    /*-webkit-transform-origin: left top;*/
    /*-moz-transform-origin: left top;*/
    /*transform-origin: left top;*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: white;
    width: 180px;
    text-align: center;
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    background: #FF6384;
    display: block;
}

.index-body-2 {
    background: #F5F5F6;
    margin-top: 36px;
    padding-bottom: 24px;
}


.stars {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 2px;
    box-shadow: 316px -155px #e6e6e6, 237px 174px #dbdbdb, -1386px 93px #c2c2c2, 67px -331px #c9c9c9, 716px -297px #f7f7f7, -562px 99px #e6e6e6, -126px -19px #d1d1d1, -585px 94px #f2f2f2, 1295px 47px #f7f7f7, -732px 373px #d6d6d6, -587px -106px #e0e0e0, -593px -293px #f0f0f0, 810px -466px #dedede, -786px -288px #ededed, 1269px 447px #e8e8e8, -386px 435px #dedede, -812px 392px #c7c7c7, 358px -21px #c9c9c9, 1144px -16px #d4d4d4, 786px -50px #cfcfcf, 395px -72px #fafafa, 966px -361px #d9d9d9, 1467px -371px #d4d4d4, 260px 408px #c2c2c2, 337px 199px #d9d9d9, 631px -158px #dedede, 272px -65px #d9d9d9, -1004px 344px #c9c9c9, -47px 26px #e0e0e0, 580px 138px #f2f2f2, -1017px 363px #fafafa, 1393px 447px #fcfcfc, -389px -236px #cccccc, 1290px 268px #fafafa, -1424px -232px #e8e8e8, 401px -10px #e6e6e6, -1020px 380px #dbdbdb, -45px -127px #fafafa, -1384px -457px #e3e3e3, -1033px -230px #e3e3e3, 1385px -159px #c7c7c7, 1171px 261px #ebebeb, 77px 286px #f2f2f2, 158px -138px #f7f7f7, 960px 190px #dedede, 1110px 153px #c2c2c2, 710px -298px #d9d9d9, -230px 413px #e8e8e8, -460px 253px #d4d4d4, -840px 199px #cccccc, -405px -294px #fcfcfc, 1034px 172px #d6d6d6, -901px 407px #ededed, 942px 81px white, 1156px 386px #e0e0e0, 79px -453px #c7c7c7, 562px 220px #cfcfcf, 527px -93px #c4c4c4, -509px 87px #d6d6d6, 143px -179px #f7f7f7, -558px 141px #d4d4d4, 191px -377px #cccccc, -1380px 68px #c2c2c2, 172px 285px #c4c4c4, -1403px -48px #ebebeb, -410px -11px #c4c4c4, -555px -8px #fcfcfc, 1429px 292px #cccccc, -658px -270px #fafafa, 748px 325px #c4c4c4, -1409px 391px #f0f0f0, 214px 82px #f2f2f2, 589px 411px white, -511px 67px #f2f2f2, -1375px 325px #c2c2c2, -1389px 225px #e8e8e8, 788px -447px #e0e0e0, 737px 250px #fafafa, 764px 45px #c2c2c2, 1382px 477px #d9d9d9, -1071px -280px whitesmoke, 1296px -137px #e3e3e3, 822px 301px #e3e3e3, 206px 222px #cccccc, 286px -262px white, 247px 59px #e0e0e0, 1224px -415px #d1d1d1, -155px 100px #c7c7c7, 471px -108px #fafafa, -1095px 255px #c2c2c2, 655px -350px #c7c7c7, 193px 38px #ededed, -156px -323px #cfcfcf, -890px -15px #d6d6d6, 1485px 373px #d4d4d4, -1486px 228px #dbdbdb, -465px 228px #e0e0e0, -83px -151px #e8e8e8, -198px -3px #d1d1d1, -1207px 72px whitesmoke, 492px 472px #ededed, 879px 322px #d4d4d4, 1425px -371px #ededed, -29px -207px #e3e3e3, -863px 343px #cccccc, 282px -415px #f0f0f0, -851px -120px #c4c4c4, 1142px -421px #d6d6d6, 1212px -134px #e0e0e0, -1277px -264px #e3e3e3, 557px 208px #f7f7f7, -328px -315px #c9c9c9, 988px 317px #f2f2f2, -1237px 267px #dedede, 1022px -468px #dedede, 654px -224px #f7f7f7, 1127px 199px #e8e8e8, -355px -181px #fcfcfc, -242px -398px white, 1321px -106px #f0f0f0, 119px 343px #e8e8e8, -958px -235px #f7f7f7, 937px 392px #d1d1d1, -885px -320px #d1d1d1, 1192px 341px #e6e6e6, -399px 77px whitesmoke, 1439px 20px #d1d1d1, -1224px 130px #e0e0e0, 430px 50px #c9c9c9, -673px 206px #c9c9c9, 1489px -5px whitesmoke, -833px 51px #f2f2f2, -476px -188px white, 747px -298px #f0f0f0, -259px -411px #c9c9c9, 351px 448px #e0e0e0, -119px -183px #cfcfcf, -1192px 114px #c4c4c4, 1391px 255px #dbdbdb, 401px 50px #c4c4c4, -497px 407px #dbdbdb, -1243px -402px #c4c4c4, -196px -70px #d6d6d6, -1494px -160px #d9d9d9, 1382px 247px #e0e0e0, 415px 190px #dbdbdb, -1112px -250px #d9d9d9, 552px -66px #c7c7c7, 379px -265px #e0e0e0, -1109px -104px #ededed, -119px 161px #d4d4d4, -1270px 223px #c4c4c4, 107px -246px #f7f7f7, -41px -37px #cccccc, 795px -134px #d1d1d1, 1238px 451px #f0f0f0, -323px 269px #d6d6d6, 982px -85px #c7c7c7, 1106px -65px #ebebeb, 1151px -90px #e8e8e8, -483px 276px #dbdbdb, 45px 146px #cfcfcf, 1087px 221px #d4d4d4, 1157px -182px #f7f7f7, 715px -171px #fcfcfc, -810px 408px #e0e0e0, -130px -105px #d4d4d4, -258px 187px #fcfcfc, 887px 39px #d9d9d9, 290px -207px #f0f0f0, -1449px -472px #d1d1d1, 1396px -87px whitesmoke, -1166px -91px #c9c9c9, 916px -294px white, -1439px -265px #ededed, 1069px -308px #c9c9c9, 1166px -299px #ebebeb, 934px -474px #dbdbdb, 368px 108px #cfcfcf, -84px -156px #dbdbdb, -670px -24px #c7c7c7, 260px -95px #c2c2c2, 1131px 465px #ebebeb, -577px -2px #d4d4d4, -104px -220px #d6d6d6, 1195px 431px #ebebeb, -809px -141px #e0e0e0, 1432px -38px #c4c4c4, -1300px -268px #f7f7f7, -200px -414px #ebebeb, -1123px 476px #d9d9d9, 223px -18px #cccccc, 643px -44px whitesmoke, 1306px 289px #cfcfcf, -736px 142px #d4d4d4, -416px 283px #f2f2f2, 511px 203px #c4c4c4, 1240px 396px #c2c2c2, -138px -126px #ebebeb, 714px 447px #c4c4c4, -1395px -368px #e6e6e6, 715px -241px #e0e0e0, -438px -245px #d4d4d4, -995px 82px #fafafa, -951px 366px #d4d4d4, -1110px -438px whitesmoke, -74px 120px #e0e0e0, 1467px -281px #d1d1d1, 317px -425px #dbdbdb, 1018px 365px #c7c7c7, -45px -189px #c4c4c4, 1497px 165px white, -133px 246px #f7f7f7, 401px 127px #e3e3e3, -185px 42px #f0f0f0, 55px 222px #fafafa, -900px -153px #f2f2f2, 419px -266px #d1d1d1, 274px 203px #ededed, 530px 217px white, -1015px -142px #cccccc, -389px -201px #fafafa, -367px -156px #d9d9d9, -961px -273px #c7c7c7, -1289px 335px #f7f7f7, 1412px 167px #d9d9d9, -93px 465px #d4d4d4, 200px 285px #e3e3e3, 414px -345px #ededed, -935px 88px #e0e0e0, 139px -26px #f0f0f0, 771px 453px #dedede, 1275px 179px whitesmoke, 937px -421px whitesmoke, -673px 248px #fcfcfc, 413px -421px #d1d1d1, 955px -110px #d9d9d9, -1223px 293px #d1d1d1, -60px 47px #e0e0e0, -765px 407px #cfcfcf, -762px -314px whitesmoke, -404px 443px #f7f7f7, -1426px 105px whitesmoke, 1px 424px #dbdbdb, -707px -158px #ededed, -332px -376px #e8e8e8, -395px -30px #c9c9c9, 693px 393px #c4c4c4, -905px -325px #c4c4c4, -878px -392px #e6e6e6, -571px 360px #d4d4d4, 233px 154px #c9c9c9, -1133px 371px #cccccc, 1131px 388px #c4c4c4, -1093px -397px #d6d6d6, -837px 110px #e6e6e6, 891px 6px #e0e0e0, 607px -129px #d1d1d1, 415px 43px #d4d4d4, -886px -105px #d1d1d1, -1431px 225px #e8e8e8, 27px -257px #e0e0e0, 1058px 297px #fcfcfc, -1020px 27px #f2f2f2, -1387px -28px #e0e0e0, 151px 434px #fcfcfc, -1046px 170px #d4d4d4, -1261px -296px #f2f2f2, -1391px 325px #e8e8e8, -389px 133px #e3e3e3, -1302px 277px #c9c9c9, 691px 351px #e8e8e8, 364px 3px #cccccc, -836px 68px #cccccc, 301px 175px #dedede, -760px -13px #e6e6e6, 661px -432px #c4c4c4, -922px -447px #d4d4d4, 258px 376px #ebebeb, -124px -165px #fafafa, -146px 428px #e0e0e0, -83px -264px #d9d9d9, -1264px -245px #c4c4c4, 172px -245px #d1d1d1, 548px -306px #dedede, 1319px -194px #ededed, 1077px 185px #e3e3e3, -107px -280px #d4d4d4, -1066px -420px #e3e3e3, 776px 215px whitesmoke, -657px 322px #c7c7c7, 508px -75px #d9d9d9, -498px -39px #f7f7f7, 535px -149px #c2c2c2, 182px 274px #f7f7f7, -1321px -212px #c7c7c7, 849px -408px #fcfcfc, -801px 96px #c2c2c2, -1111px -399px #d9d9d9, -1336px 465px #cfcfcf, -1131px 405px #d9d9d9, 872px -387px #d4d4d4, -1307px -92px #f7f7f7, 1416px 124px #ededed, -1176px -250px #d6d6d6, 164px -165px #e3e3e3, -1202px -40px #cccccc, 95px 478px #cccccc, -501px -384px #ebebeb, -1385px -255px #e3e3e3, -628px 214px #e0e0e0, -888px -470px #d4d4d4, 963px -444px #c4c4c4, -1068px -317px #c7c7c7, -694px 9px #e6e6e6, 983px 374px #f0f0f0, 1217px -43px #ededed, 744px -212px #c9c9c9, 605px -383px white, 43px 108px #e0e0e0, 965px -43px #cccccc, -1335px 265px white, -1330px -296px #f0f0f0, -1042px -247px whitesmoke, 964px 326px #c9c9c9, 1144px -267px white, -1329px -401px #cfcfcf, 628px 444px #c9c9c9, 1409px 240px #f0f0f0, 1174px 257px #d6d6d6, -1326px -68px #d4d4d4, -519px -331px #d4d4d4, 305px -189px #e6e6e6, -678px 434px white, 1381px -382px #f7f7f7, 11px -325px #d1d1d1, 145px 194px #ebebeb, 224px 214px #f7f7f7, -893px 421px #dbdbdb, -339px -383px #dbdbdb, -845px -20px #ebebeb, 1122px 297px #d6d6d6, 926px -475px #c7c7c7, 232px 105px #d6d6d6, -165px -380px #f0f0f0, -770px 43px #c9c9c9, -1400px -234px #c9c9c9, 1264px 339px #ededed, -781px -371px #f2f2f2, -1227px -192px #cccccc, 1218px 131px #e6e6e6;
    animation: fly 6s linear infinite;
    transform-style: preserve-3d;
}

.stars:before, .stars:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    box-shadow: inherit;
}

.stars:before {
    transform: translateZ(-300px);
    animation: fade1 6s linear infinite;
}

.stars:after {
    transform: translateZ(-600px);
    animation: fade2 6s linear infinite;
}

@keyframes fly {
    from {
        transform: translateZ(0px);
    }
    to {
        transform: translateZ(300px);
    }
}

@keyframes fade1 {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade2 {
    from {
        opacity: 0;
    }
    to {
        opacity: .5;
    }
}

.rumor-classroom-img {
    width: 100%;
    height: 200px;
}

.index-body-6 {
    margin-bottom: 50px;
}

.rumor-classroom-label {
    position: absolute;
    bottom: 8px;
    display: block;
    text-align: left;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    width: 88%;
    text-indent: 1em;
}

.rumor-classroom-image-div {
    width: 96%;
    height: max-content;
}

.member_div {
    margin-left: 10px;
    margin-top: 20px;
}

.member_div a {
    color: #8A959C;
    float: left;
    margin: 5px 0;
    display: inline-block;
    width: 201px;
    text-align: center;
    border-left: 2px solid #8A959C;
}

.member_div .a-right-border {
    border-right: 2px solid #8A959C;
}

.label-name {
    display: inline;
    font-size: 12px;
    padding: 2px 6px;
    margin-right: 10px;
    color: white;
    vertical-align: 2em;
}

.label-zz {
    background: #EC4242;
}

.label-jk {
    background: #62D53C;
}

.label-kx {
    background: #52BEFC;
}

.label-sh {
    background: #9100FF;
}

.label-wh {
    background: #FE2D9C;
}

.label-sp {
    background: #F88250;
}


.unfold-icon-div {
    width: 100%;
    text-align: center;
    line-height: 22px;
    color: white;
    /*background-color: rgba(255,255,255, 0.2);*/
}

.index-body-extend {
    padding: 36px 0;
    background: #F5F5F6;
}

.slideBox {
    width: 600px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .2);
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.slideBox .hd ul li.on {
    background: #0AB4f7;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../image/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.index-footer {
    height: 100px;
    text-align: center;
    background: #FFF;
    border-top: 1px #e9e9e9 dashed;
    clear: both;
    line-height: 28px;
    font-size: 14px;
    z-index: -1;
}

.index-footer a {
    color: black;
}

.index-footer-top {
    margin-top: 100px;
}

.index-footer-div {
    margin-top: 20px
}


.div-card-link {
    width: 275px;
    border-radius: 2px;
    font-weight: bolder;
    letter-spacing: 2px;
    height: 90px;
    margin: 30px auto;
    text-align: center;
    line-height: 90px;
    color: white;
    cursor: pointer;
}

.div-card-link-2 {
    width: 255px;
    border-radius: 2px;
    font-weight: bolder;
    letter-spacing: 2px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    color: white;
    cursor: pointer;
    margin: 30px auto 30px 18px;
}

.div-card-link-2 img {
    width: 278px;
    height: 150px;
    border-radius: 5px;
    transition: all 1s;
}

.div-card-link-2 img:hover {
    transform: scale(1.1);
}

.div-card-link a:hover {
    text-decoration: none;
}

.div-card-label {
    display: block;
    height: 30px;
    line-height: 30px;
    /*border: 1px solid red;*/
    font-size: 20px;
    color: #424347;
    font-weight: bold;
    text-align: center;
    width: 100%;
    cursor: pointer;

}

.div-card-label-first {
    margin-top: 10px;
    margin-left: -1px;
}


.span-card-tag {
    display: inline-block;
    background: #2CBFB9;
    width: 100px;
    height: 28px;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    border-radius: 4px;
    line-height: 28px;
    margin-left: -5px;
}

.common-header-h3-2 {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 100px;
    font-size: 17px;
    /*color: #005cbf;*/
    background: #005cbf;
    color: white;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    text-indent: 8px;
    margin-bottom: 2px;
}

.common-header-h3-2:after {
    content: '';
    position: absolute;
    top: 24px;
    left: 105px;
    width: 0;
    height: 0;
    border-top: 34px solid #FFFFFF;
    border-right: 34px solid transparent;
    transform: rotate(90deg);
    color: black;
    background: #005cbf;
}

.span-header-all {
    z-index: 100;
    background: white;
    height: 30px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
    margin-left: -15px;
    margin-bottom: -10px;
}

.span-header-all-2 {
    margin-left: -86px;
    height: 26px;
}

.span-header-1, .span-header-2 {
    height: 70px;
    width: 8px;
    display: block;
    transform: rotate(-45deg);
    background: #005cbf;
    margin-left: 21px;
    margin-top: -15px;
}

.container {
    max-width: 1280px;
}
