body {
    color: #333;
    font-size: 1rem;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.in {
    max-width: 1300px;
}

.header {
    height: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav a {
    color: #000;
}

.nav li:last-child {
    margin-right: 0;
}

.banner {
    height: 20rem;
}

.banner .title {
    font-size: 4rem;
}

.boxsBgWhite>.item>.box {
    background-color: #FFF;
}

.hv-bgpics-zoom .bgpic {
    transition: all 0.5s;
}

.hv-bgpics-zoom .bgpic:hover {
    transform: scale(1.1);
}

.indexTeam {
    margin-left: -40px !important;
    line-height: 2;
}

.indexTeam .name {
    font-weight: bold;
}

.indexTeam .item {
    padding-left: 40px !important;
}

.indexTeam .box {
    background-color: #FFF;
    padding: 20px 30px;
}

.indexTeam .avatar {
    width: 130px;
    vertical-align: top;
}

.indexTeam .info {
    vertical-align: middle;
    padding-left: 20px;
}

.indexTeam .bgpic {
}

.indexTeam .item .title {
    color: #666;
}

.indexTeam .details {
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 40px;
    color: #666;
}

.indexSev .tags {
    margin-left: -5px !important;
    margin-bottom: -5px !important;
}

.indexSev .tags .item {
    padding-left: 5px !important;
    margin-bottom: 5px !important;
    display: block;
}

.indexSev .tags .item a {
    display: block;
    background-color: #FFF;
    color: #1e237e;
    line-height: 1;
    padding: 8px 0px;
    font-size: 1rem !important;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.indexSev .tags .item a:hover {
    background-color: #1e237e;
    color: #FFF;
}

.indexSev .link {
    padding: 5px 20px;
    line-height: 1;
    background-color: #1e237e;
    color: #FFF;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    z-index: 2;
}

.block {
    display: block;
}

.color-white {
    color: #FFF;
}

.banner {
    position: relative;
    /*margin-bottom: 5rem;*/
}

.bannerSlider {
    height: 450px;
    background-color: #e8e8ee;
    overflow: hidden;
    position: relative;
}

.bannerSlider .item {
    display: block;
}

.bannerSlider .pages {
    position: absolute;
    bottom: 65px;
    left: 0;
    text-align: center;
    width: 100%;
}

.bannerSlider .swiper-pagination-switch {
    width: 22px;
    height: 8px;
    background-color: #CCC;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.bannerSlider .swiper-active-switch {
    background-color: #FFF;
    cursor: default;
}

.newslist-pic {
    width: 10rem;
}

.newslist-content {
    flex: 1;
    width: 1px;
}

.weight-6 {
    font-weight: 600;
}

@media screen and (max-width:1024px) {
    .nav.nav-mobile-show {
        z-index: 9147483646;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 1rem rgba(30, 35, 126, 0.5);
    }

    .nav.nav-mobile-show a {
        color: #333;
    }

    .nav.nav-mobile-show>.item {
        display: block;
        text-align: center;
        margin: 1.5rem 0;
        border-bottom: 1px solid #F1F1F1;
    }

    .nav.nav-mobile-show>.item:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width:880px) {
    .telbox {
        position: fixed;
        z-index: 999;
        width: 100%;
        padding: 1rem 0;
        height: auto;
        left: 0;
        bottom: 0;
        background: #1e237e;
        text-align: center !important;
        box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

    .telbox img {
        height: 2.5rem;
    }

    .bannerSlider {
        height: 20rem;
    }
}

@media screen and (max-width:650px) {
    .bannerSlider .pages {
        bottom: 10px;
    }

    .bannerSlider {
        height: 10rem;
    }

    .s-display-block-i {
        display: block !important;
    }

    .newslist-pic {
        width: 100%;
    }

    .newslist-content {
        width: 100%;
        padding-left: 0 !important;
        padding-top: 1rem;
    }
}

.lay-pop {
    border-top: 4px red solid;
}

@font-face {
    font-family: 'iconfont';
            /* project id 1071433 */
            src: url('http://at.alicdn.com/t/font_1071433_ynvijisssp.eot');
            src: url('http://at.alicdn.com/t/font_1071433_ynvijisssp.eot?#iefix') format('embedded-opentype'),
                url('http://at.alicdn.com/t/font_1071433_ynvijisssp.woff2') format('woff2'),
                url('http://at.alicdn.com/t/font_1071433_ynvijisssp.woff') format('woff'),
                url('http://at.alicdn.com/t/font_1071433_ynvijisssp.ttf') format('truetype'),
                url('http://at.alicdn.com/t/font_1071433_ynvijisssp.svg#iconfont') format('svg');
}

.color-red {
    color: #df0024;
}

.in {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
    box-sizing: border-box;
}

.secbg {
    background-size: cover;
    background-position: center center;
    padding: 2rem 0;
}

.hvBoxsZoom .box {
    transition: all 0.5s;
}

.hvBoxsZoom .box:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.boxsBgWhite .box {
    background-color: #FFF;
}

.boxsBgOpacity .box {
    background-color: rgba(255, 255, 255, 0.8);
}

body {
    padding-top: 8rem;
}

.headwrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #FFF;
}

.topicheader {
    height: 5rem;
    background-color: #FFF;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
}

.topicheader .logo {
    font-size: 0;
    display: block;
}

.topicheader .logo img {
    height: 3rem;
}

/*.topicheader .telbox img {
    height: 3rem;
}*/

.nav {
    background-color: #f7f7f7;
    color: #000;
    text-align: left;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 5rem;
    left: 0;
}

.nav a {
    color: #000;
}

.nav>.item {
    padding: 0;
}

.nav .list>.item {
    padding: 1rem 0.8rem;
    line-height: 1;
    display: inline-block;
    cursor: default;
}

.nav .list>.item:hover:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
}

.nav.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.nav .list>.item>.sublist {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    left: 0;
    top: 100%;
    padding: 2rem 0;
    background-image: url(/images/navbg.jpg);
    background-size: cover;
    background-position: center center;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
    display: none;
}

.banner {
    height: 450px;
            /* background-color: #F1F1F1; */
}

.nav .list .cursor {
    width: 100px;
    height: 3px;
    background-color: #FFF;
    display: none;
    position: absolute;
    left: 1rem;
    top: 100%;
    margin-top: -3px;
    pointer-events: none;
}

.nav .list>.item>.sublist a {
    color: #333;
}

.nav .list>.item>.sublist .box {
    background-color: #FFF;
}

.nav .list>.item>.sublist .box:hover {
    opacity: 0.5;
}

.nav .list>.item>.sublist .box.xxx:hover {
    opacity: 1;
}

.nav-mobile-btn {
    background: #1e237e;
    width: 2rem;
    padding: 0.2em 0;
    border-radius: 0.3rem;
    cursor: pointer;
    position: relative;
}

.nav .icon {
    height: 1.2rem;
    margin-right: 0.2rem;
}

body {
    padding-top: 8rem;
}

@media screen and (max-width:1400px) {
    .banner {
        height: 360px;
    }
}

@media screen and (max-width:1024px) {
    .banner {
        height: 16rem;
    }
}

@media screen and (max-width:768px) {
    .banner {
        height: 16rem;
    }

    .nav .list .cursor {
        visibility: hidden;
    }

    body {
        margin-bottom: 4.5rem;
    }

    .headwrap {
        box-shadow: 0 1rem 1rem rgba(30, 35, 126, 0.2);
    }

    .topicheader {
        height: 3rem;
    }

    body {
        padding-top: 3rem !important;
    }

    body.fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .topicheader .logo img {
        height: 2rem;
    }

    .topicheader .in .tblay:first-child .tbcol {
        text-align: center;
    }

    .topicheader .telbox {
        position: fixed;
        width: 100%;
        padding: 1rem 0;
        height: auto;
        left: 0;
        bottom: 0;
        background: #FFF;
        text-align: center !important;
        box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

    .topicheader .telbox img {
        height: 2.5rem;
    }

    .nav {
        width: 100%;
        position: fixed;
        top: 3rem;
        height: 100%;
        left: 0;
        z-index: 99999;
        overflow-y: auto;
        padding-bottom: 3rem;
        display: none;
    }

    .nav .list>.item {
        display: block;
        text-align: center;
        cursor: pointer;
    }

    .nav .list>.item:last-child {
        border: none;
    }

    .nav .list>.item>.sublist {
        position: static;
        background-image: none;
        background-color: transparent;
        box-shadow: none;
    }

    .nav .list>.item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media screen and (max-width:480px) {
    .banner {
        height: initial;
        margin-bottom: .8333rem;
    }
}

@media screen and (max-width:480px) {

    .banner {
        height: initial;
    }
}

.yslist {
    padding: 20px;
    margin-top: -40px;
}

.yslist .icon {
    width: 80px;
    margin-right: 10px;
    background-image: url(../images/icons.png);
    background-repeat: repeat-x;
    background-size: 400% auto;
    background-color: transparent !important;
}

.yslist .icon.s1 {
    background-position: 0 center;
}

.yslist .icon.s2 {
    background-position: -100% center;
}

.yslist .icon.s3 {
    background-position: -200% center;
}

.yslist .icon.s4 {
    background-position: -300% center;
}

.yslist .list {
    margin-bottom: -25px;
}

.footer {
    background-color: #333;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.bottom {
    background-color: #1e237e;
    color: #FFF;
    padding: 20px;
}

.aalist .box {
    background-color: rgba(255,255,255,0.1);
}

.nnlist .box {
    position: relative;
}

.nnlist .num {
    position: absolute;
    left: 0;
    top: 0;
}

.nnlist .num:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 0;
    border-color: #ff6e7b;
    border-style: solid;
    border-width: 2rem;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.nnlist .num span {
    position: absolute;
    color: #FFF;
    padding: 0.5rem;
    line-height: 1;
}

.aalist .box {
    background-color: rgba(255,255,255,0.1);
}

.lllist .box {
    background-image: url(../images/Examhk/bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bblist .nitem {
    padding: 1.5rem;
    background-color: #F1F1F1;
    margin-bottom: 2rem;
}

.bblist .nitem .num {
    background-color: #ff4b5a;
    color: #FFF;
}

.lilist li {
    line-height: 3;
}

.lilist li:before {
    content: '';
    display: inline-block;
    ;vertical-align: middle;
    background-image: url(/images/Examhk/d.png);
    background-size: 100% 100%;
    margin-right: 1rem;
    width: 1.2rem;
    height: 1.2rem;
}

.hhlist .tbcol {
    width: 50%;
}

.list01 .pic {
    width: 5rem;
    float: left;
}

.list01 .pic img {
    width: 100%;
}

.list01 .list-right {
    margin-left: 7rem;
}

.list01 .box {
    padding: 1rem 2rem;
}

.list01 .box p {
    margin-top: 1rem;
}

.section {
    text-align: center;
}

@media (max-width: 600px) {

    .bntitle {
        font-size: 2rem!important;
    }

    .des1 {
        font-size: 1rem!important;
    }

    .des2 {
        font-size: 0.6rem!important;
    }
}

a {
    transition: all 0.5s;
}

a.bg-color {
    box-sizing: border-box;
    border: 1px solid transparent;
}

a.bg-color:hover {
    color: #df0024;
    background-color: transparent;
    border: 1px solid;
}

.color-red {
    color: #df0024;
}

.bg-color {
    background-color: #df0024;
}

.bg-light {
    background-color: #F1F1F1;
}

.bg-white {
    background-color: #FFF;
}

.color-999 {
    color: #999;
}

.mtable {
    border-collapse: collapse;
    border-radius: 6px;
    border: 0;
}

.mtable td {
    border: 1px solid #ff4b5a;
    padding: 0.3rem 0.5rem;
}

.color-white {
    color: #FFF;
}

    /*.bnimg{opacity: 0;}*/

@media screen and (max-width: 480px) {

    .s-fs4 {
        font-size: 1rem!important;
    }
}

@keyframes zoomin {

    0% {
        opacity: 0;
        transform: scale(5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.ani-zoomin {
    animation: zoomin 1s;
    opacity: 1;
}

.usalclist .box {
    background-image: url(/images/USAcompany/lcbg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lc .box {
    width: 12rem;
    height: 12rem;
    border: 0.5rem solid #FFF;
    background-image: url(/images/BVIcompany/box-bg.jpg);
    background-repeat: no-repeat;
}

.lc .item:nth-child(2) .box {
    background-position: right top;
}

.lc .item:nth-child(3) .box {
    background-position: left bottom;
}

.lc .item:nth-child(4) .box {
    background-position: right bottom;
}

.lc .item:hover .space {
    animation: fadeToRight 1s;
}

@keyframes fadeToRight {

    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }
}

.col-6 .item {
    width: auto;
}

.bbgg {
    background-image: url(/images/Caycompany/bg1.jpg);
    background-size: 70% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width:800px) {

    .bbgg {
        background-size: 100% auto;
    }
}

.step-num {
    width: 6rem;
    height: 7.2rem;
    background-image: url(/images/Caycompany/step-bg.svg);
    background-size: 100% 100%;
    display: inline-block;
    color: #1e237e;
}

.lc {
    position: relative;
}

   /*.lc:before{position: absolute;z-index: 0; background-color:rgba(255,255,255,0.5);width:76%;height:0.2rem;left:12%;top:20%;content:'';display:block;}*/

.lc .item {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 480px) {

    .lc:before {
        display: none;
    }
}

.list05 .box {
    background-image: url(/images/sg/icon-file.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.list02 .box {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
}

.list03 .box {
    background-image: url(/images/sg/lcbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.list04 .btn-link {
    color: #FFF;
    line-height: 1;
    padding: 0.5rem 1.5rem;
    border: 1px solid #FFF;
    border-radius: 6px;
}

.list04 .btn-link:hover {
    opacity: 0.5;
}

.itemsSpacing0 {
    margin-left: 0;
}

.itemsSpacing0>.item {
    padding-left: 0;
    margin-bottom: 0;
}

.list04 .box {
    background-color: #000;
    font-size: 0;
}

.list04 .box:hover img {
    opacity: 0.5;
}

.m-color {
    color: #0062cc;
}

    /*.lclist .box{border:2px solid #0062cc;}*/

    /*.section>.in>h2, .section>.in>.title {
        color: #0062cc;
    }*/

    /*.lclist .box{border-radius:6px;border-top-left-radius: 60px;border-bottom-right-radius: 60px;background-color: #FFF;padding:2rem;}*/

.lclist .box {
    background-color: #fff
}

@media (max-width: 600px) {

    .lclist .item:nth-child(even) .space {
        display: none;
    }

    .lclist .item:nth-child(odd) .space {
        display: flex;
    }
}

.listnum .item {
    justify-content: center;
}

.line01 {
    margin: 0 6%;
    position: relative;
    z-index: -1;
}

.line01:before {
    display: block;
    content: '';
    height: 4px;
    background-color: #d55d58;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 2.5rem;
}

.box1 {
    border: 0.5rem solid #009ada;
    padding: 1rem 2rem;
    line-height: 2;
    position: relative;
    background-color: rgba(255,255,255,0.6);
    overflow: visible;
}

.title1 {
    background-color: #FFF;
    padding: 0 1rem;
    display: inline-block;
    left: 0;
    top: 0;
    margin-top: -1rem;
    margin-left: 2rem;
    position: absolute;
    line-height: 1;
}

    .bg-color-1{background-color:#ebe7f5;}

    .bg-color-2{background-color:#f9e5ec;}

    .zztitle{color:#FFF;background:linear-gradient(to right,#49149f,#001ca7);border-radius:4rem;padding:1.5rem 2rem;font-size:1.25rem;line-height: 1;text-align: center;font-weight:800;margin-top:-3rem;}

    .zztitle.s2{background:linear-gradient(to right,#c90044,#fa4c00);}

    .visible{overflow: visible!important;}

    

    .glist li{padding:1.5rem 1rem;border-bottom:1px solid #373b8c;}

    .glist li.hover{background-color:#0f135b;}

    .glist li:last-child{border-bottom:0;}

    .s60{padding-top:60%;}

    .spic{width:14rem;}

    .list-left{float:left;}

    .list-right{margin-left:15rem;}

    .m-color{color:#1e237e;}

    @media (max-width:600px){

        .list-left{float:none;}

        .list-right{margin-left:0;}

        .spic{width:100%;}

    }

        .pagelist>* {

            padding: 0.5rem;

            background-color: #DDD;

            display: inline-block;

            margin-left: 0.5rem;

            line-height: 1;

            border-radius: 0.25rem;

        }



        .pagelist>*:first-child {

            margin-left: 0;

        }



        .pagelist>*.on {

            opacity: 0.5;

            pointer-events: none;

        }
.fwlist .box {
    background-color: #FFF;
}
.fwlist .details {
    padding: 0 20px 20px 20px;
}
.fwlist .txt {
    color: #666;
    height: 50.4px;
    overflow: hidden;
}
.stitle {
    line-height: 3;
}
.linkBlock {
    display: block;
}
.whylist{margin-bottom:-10px;margin-top:40px;}

.whylist .item{line-height:2;width:50%;padding:20px;padding-left:60px;background-color:#F1F1F1;position:relative;margin-bottom:10px;transition:all 0.3s;text-align: left;}

.whylist .item:hover{background-color:#fff45c;}

.whylist .item:hover:before{background:#FFF;}

.whylist .item:before{width:12px;height:12px;background:#CCC;border-radius:50%;content:'';display:block;position:absolute;top:50%;margin-top:-6px;left:20px;}

        .title-box {
            text-align: center;

        }

        .title-box .title {
            position: relative;
            font-size: 1.5rem;
            font-weight: 600;
            color: #df0024;
            padding-bottom: 10px;
            margin-bottom: 10px;

        }

        .title-box .title span {
            position: relative;
            z-index: 2;
        }

        .title-box .title::before {
            content: var(--text);
            color: #eeeeee;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -10px;
            z-index: 1;
        }

        .title-box .title::after {
            width: 50px;
            border-bottom: 2px #bbbbbb solid;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            content: "";
            position: absolute;
        }

        .title-box .desc {
            font-size: 14px;
            margin-top: 5px;
        }

        .rm-ym-box {
            padding: 60px 0;
            background-color: #f9f9f9;
        }

        .msfw-box {
            margin-top: 50px;

        }

        .msfw-box .msfw-item .info {
            padding: 10px;
            text-align: center;
            font-size: 16px;
            color: #232323;
            padding-top: 20px;
        }

        .w-ym-box {
            padding: 60px 0;
        }

        .ym-box {
            margin-top: 60px;
        }

        .ym-box .box {
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-content: space-between;
        }

        .ym-box .box .tags {
            margin-top: 40px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .ym-box .box .tags .tag {
            width: calc(100% / 4);
            padding: 10px;
            text-align: center;
            border-right: 1px solid #d5e2f3;

        }

        .ym-box .box .tags .tag:last-child {
            border-right: none;
        }

        .ym-box .box .tags .tag .num-box {
            font-size: 13px;

        }

        .ym-box .box .tags .tag .num-box .num {
            font-size: 40px;
            font-weight: 600;
        }

        .ym-box .box .tags .tag .t {
            font-size: 16px;
            margin-top: 8px;

        }

        .ym-box .box>div {
            width: 100%;

        }

        .ym-box .info {
            font-size: 15px;
            line-height: 180%;
        }
        @media screen and (max-width:980px) {
            .rm-ym-box {
                padding: 30px 0;
            }

            .w-ym-box {
                padding: 30px 0;
            }

            .ym-box {
                margin-top: 30px;
            }
            .title-box .title::before{
                display: none;
            }
            .ym-box .info{
                margin-top: 20px;
            }
            .ym-box .box .tags .tag{
                width: calc(100% / 2);
                border-right: none;
            }
        }
        @media screen and (min-width:980px) {
           

            .ym-box .row {
                flex-direction: row-reverse;
                margin-left: -30px;
                margin-right: -30px;
            }

            .ym-box .row>div {
                padding-left: 30px;
                padding-right: 30px;
                height: auto;
            }
        }

                .banner .bnTitle {

            position: absolute;

            left: 0;

            bottom: 0;

            width: 100%;

            color: #FFF;

            line-height: 1;

        }



        .banner .title {

            font-size: 48px;

            font-weight: bold;

            padding-bottom: 24px;

        }



        .banner .bnTitle {

            position: absolute;

            left: 0;

            bottom: 50%;

            padding-bottom: 2rem;

            width: 100%;

            color: #FFF;

            line-height: 1;

        }



        .banner.mediumBanner {

            height: 450px;

            background-color: #FFF;

            overflow: hidden;

        }



        .banner.mediumBanner:before {

            content: '';

            width: 100%;

            height: 100%;

            position: absolute;

            background: #000;

            z-index: 1;

            opacity: 0.3;

            left: 0;

            top: 0;

        }
        .banner.mediumBanner .bnTitle {

            position: absolute;

            left: 0;

            bottom: 50%;

            transform: translateY(50%);

            width: 100%;

            color: #FFF;

            line-height: 1;

            z-index: 2;

        }



        .banner.mediumBanner .title {

            font-size: 32px;

            font-weight: bold;

            margin-bottom: 16px;

            padding: 0;

        }



        .banner.mediumBanner .entitle {

            font-size: 14px;

            margin-bottom: 24px;

            line-height: 2;

            margin-bottom: 0;

        }
        .ym-box {

            padding: 60px 0;

        }



        .ym-box .item {

            margin-bottom: 40px;

        }



        .ym-box .title {

            font-size: 18px;

            font-weight: 600;

            color: #000;

            border-bottom: 1px solid #d0d0d0;

            position: relative;

            padding-bottom: 15px;

        }



        .ym-box .title::after {

            width: 80px;

            border-bottom: 2px #291670 solid;

            content: "";

            position: absolute;

            bottom: 0;

            left: 0;

        }



        .ym-box .info {

            font-size: 16px;

            line-height: 180%;

            margin-top: 20px;

        }


    .sstable{border:1px solid #d2d3e5;}

    .sstable td,.sstable th{padding:1rem;}

