@charset "utf-8";

.ny-banner {
    position: relative;
}

.ny-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 47, 124, 0.8) 0%, rgba(85, 149, 255, 0) 95%);
}

.ny-banner img {
    display: block;
    width: 100%;
}


.nymain {
    position: relative;
    margin-top: -1rem;
    padding-bottom: .5rem;
}

.nymain .leftNav {
    float: left;
    width: 2.8rem;
    position: relative;
    margin-right: .5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0rem 0rem .15rem 0rem;
    margin-bottom: .2rem;
}

.nymain .leftNav>h2 {
    line-height: 1rem;
    color: rgb(255, 255, 255);
    background: linear-gradient(141deg, #337FFC 0%, #41B916 100%);
    font-size: .4rem;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.nymain .leftNav>h2::after {
    content: '';
    position: absolute;
    left: 8%;
    bottom: 20%;
    width: 1.6rem;
    height: .22rem;
    background: url(/images/s2-line.png) no-repeat;
    background-size: 100% 100%;
}
.nymain .leftNav>h2 b {
    display: inline-block;
    z-index: 9;
    position: relative;
    font-family: 'sy';
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -0.05rem;
}

.nymain .leftNav p {
    margin-left: .2rem;
    font-size: .26rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: .2rem 0rem;
}

.nymain .leftNav>ul {
    background: url(/images/ny-navbg.png) no-repeat right bottom #F4F8FF;
    position: relative;
    padding-top: .2rem;
    padding-bottom: .7rem;
}

.nymain .leftNav {
    position: relative;
}

.nymain .leftNav::after {
    content: '';
    background: linear-gradient(141deg, #337FFC 0%, #41B916 100%);
    width: .1rem;
    height: 95%;
    position: absolute;
    left: -0.1rem;
    top: 0;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding: 0 .25rem;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
    margin-top: 0rem;
}



.nymain .leftNav ul li a {
    display: block;
    font-size: .18rem;
    color: rgb(51, 51, 51);
    line-height: .5rem;
    position: relative;
}

.nymain .leftNav>ul>li:first-child>a {
    border-top: none;
}

.nymain .leftNav>ul>li>a {
    border-bottom: .01rem dashed rgb(221, 221, 221);
    line-height: .3rem;
    padding: .15rem .3rem;
}

.nymain .leftNav>ul>li>a::after {
    content: '';
    width: .06rem;
    height: .06rem;
    position: absolute;
    right: 0;
    bottom: -0.03rem;
    background-color: rgb(221, 221, 221);
    border-radius: 50%;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .25rem;
    height: .25rem;
    right: .1rem;
    top: .2rem;
    line-height: .5rem;
    background: url("/images/sub_left_down.png") center center no-repeat;
    cursor: pointer;
    background-size: .1rem;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
    color: #3A82FA;
    font-weight: 600;
    background-position: .1rem center;
    border-color: #337FFC;
}

.nymain .leftNav>ul>li.on>a::after {
    background-color: #3A82FA;
}

.nymain .leftNav>ul>li.active>a {
    background-position: .2rem center;
    font-size: .2rem;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    color: #3A82FA;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding: .15rem 0;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: .18rem;
    line-height: .32rem;
    position: relative;
    padding-left: .45rem;
}

.ny-right {
    overflow: hidden;
    padding-top: 1.4rem;
}

.ny-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .45rem;
}

.ny-tline {
    flex: 1;
    min-width: 0;
    height: .06rem;
    background: url(/images/ny-tline.png) no-repeat left center;
    background-size: 100%;
}

.ny-tit h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #414141;
    margin-right: .15rem;
}

.ny-wz {
    margin-left: .2rem;
}

.ny-wz a,
.ny-wz span {
    font-size: .16rem;
    color: #414141;
}

.ny-wz span img {
    width: .16rem;
    vertical-align: 0;
    margin-right: .05rem;
}

/* 图文列表页 */

.cont_imgt_1400_002 .contimgt14_2_imgt ul li {
    margin-top: .28rem;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a {
    display: flex;
    align-items: center;
    padding: .2rem .3rem;
    background: #F5F9FF;
    transition: all .6s;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a .contimgt14_2_imgt_tpp {
    width: 3rem;
    margin-right: .3rem;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a .contimgt14_2_imgt_tpp .modulepic {
    padding-top: 63.71%;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt {
    flex: 1;
    min-width: 0;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt .cigt14_2_date span {
    font-size: .25rem;
    color: #2A6FD5;
    font-weight: bold;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt .cigt14_2_date i {
    font-size: .16rem;
    font-style: normal;
    color: rgba(42, 111, 213, 0.5);
    padding-left: .05rem;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt h2 {
    font-size: .2rem;
    color: #333;
    margin: .3rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt p {
    font-size: .16rem;
    line-height: .28rem;
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li:hover a {
    background: url(/images/cont_imgt_14_2_tpp-bg.jpg) no-repeat center center;
    background-size: cover;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li:hover a .cigt14_2_txt .cigt14_2_date span {
    color: #fff;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li:hover a .cigt14_2_txt .cigt14_2_date i {
    color: rgba(255, 255, 255, 0.5);
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li:hover a .cigt14_2_txt h2 {
    color: #fff;
    font-weight: bold;
}

.cont_imgt_1400_002 .contimgt14_2_imgt ul li:hover a .cigt14_2_txt p {
    color: #fff;
}

/* 文字列表 */

.cont_list_1400_005 .titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#166742, #166742);
    background-position: right bottom;
    background-size: 0 .01rem;
    background-repeat: no-repeat;
    transition: background-size 1s;
    font-weight: inherit;
}

.cont_list_1400_005 a:hover .titline i {
    background-position: left bottom;
    background-size: 100% .01rem;
    font-weight: inherit;
    color: inherit;
}

.cont_list_1400_005 a:hover .titline {
    color: #166742;
}

.cont_list_1400_005 .contlist14_5_wid {
    max-width: 14rem;
    margin: 0 auto;
}


.cont_list_1400_005 .contlist14_5_tlist ul li {
    border-bottom: .01rem dashed #CBCBCB;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    font-weight: normal;
    line-height: .74rem;
    color: #333333;
    position: relative;
    padding-left: .32rem;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #3A82FA;
    width: .09rem;
    height: .09rem;
    border-radius: 50%;

}

.cont_list_1400_005 .contlist14_5_tlist ul li a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1.1rem;
    font-size: .14rem;
    font-weight: 500;
    line-height: .74rem;
    color: #3A82FA;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a span::before {
    content: "";
    display: block;
    width: .12rem;
    height: .12rem;
    background: url(/images/contlist14_5_time.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin-right: .05rem;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a:hover p {
    font-weight: 600;
    color: #3A82FA;
}

/* 内容页 */
.cont p {
    font-size: .18rem;
    line-height: .32rem;
    text-indent: 2em;
    margin-bottom: .3rem;
}
.cont TABLE{ width:90%; margin:0 auto; border-collapse:collapse; border:1px solid #bbb; } 
.cont TABLE TD{ border:1px solid #bbb; padding:0px 5px; } 
.cont TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px;}
.cont_con_1400_001 .article .tit {
    font-size: .28rem;
    color: #222;
    line-height: 1.4;
    margin: 0rem 0 .3rem;
    font-weight: bold;
    text-align: center;
    background-size: 0 !important;
}

.cont_con_1400_001 .article .conttime {
    padding: .1rem .2rem;
    margin-bottom: .2rem;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cont_con_1400_001 .article .conttime span {
    font-size: .14rem;
    color: #555;
    padding: 0 .15rem;
}

.cont_con_1400_001 .cont p img,
.cont p video {
    height: auto !important;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.cont_con_1400_001 .cont{
    word-break: break-all;
}
.cont_con_1400_001 .cont table p {
    text-indent: 0 !important;
}


.cont_con_1400_001 .new_miew {
    border-top: .01rem solid #c9c9c9;
    padding: .2rem 0rem 0rem;
    margin-top: .5rem;
}

.cont_con_1400_001 .new_miew p {
    font-size: .16rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: .05rem;
    /* padding-left: .15rem; */
}

.cont_con_1400_001 .new_miew p a {
    transition: 0.5s;
}

.cont_con_1400_001 .new_miew p:hover a {
    color: #3567CB;
}


/* 组织机构 */

/* 组件样式 */
.cont_org_1400_004 {
    padding-bottom: .5rem;
}

.cont_org_1400_004 .cont_org14_4_wid {
    max-width: 14rem;
    margin: 0 auto;
}

.cont_org_1400_004 .cont_org14_4_org {
    margin-top: 1rem;
}

.cont_org_1400_004 .cont_org14_4_org h3 {
    font-size: .22rem;
    font-weight: bold;
    line-height: .36rem;
    color: #3A82FA;
    margin-left: .39rem;
}

.cont_org_1400_004 .cont_org14_4_org h3 img {
    margin-right: .1rem;
    max-height: .33rem;
    vertical-align: middle;
}

.cont_org_1400_004 .cont_org14_4_org:first-child {
    margin-top: 0;
}

.cont_org_1400_004 .cont_org14_4_org ul {
    display: flex;
    flex-wrap: wrap;
}

.cont_org_1400_004 .cont_org14_4_org ul li {
    width: 33.33%;
    margin-top: .36rem;
}

.cont_org_1400_004 .cont_org14_4_org ul li a {
    display: block;
    margin: 0 .39rem;
    line-height: .3rem;
    padding: .15rem .1rem .15rem .55rem;
    background: #EEF4FE;
    font-size: .18rem;
    color: #2C2C2C;
    background-image: url(/images/cont_org14_4_icon3.png);
    background-repeat: no-repeat;
    background-position: .39rem center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
}
.cont_org_1400_004 .cont_org14_4_org ul li a:hover {
    color: #3A82FA;
}
.cont_org_1400_004 .cont_org14_4_org ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .02rem;
    background: #3A82FA;
}


/* 图片列表 */

/* 组件样式 */
.cont_img_1400_001 .contimg_14_1_w {
    max-width: 1400px;
    margin: 0 auto;
}

.cont_img_1400_001 img {
    max-width: 100%;
}

.cont_img_1400_001 .overflow_l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.cont_img_1400_001 .overflow_l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cont_img_1400_001 .aline_y {
    position: relative;
    background-image: linear-gradient(#143663, #143663);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: .3s
}

.cont_img_1400_001 a:hover .aline_y {
    background-size: 100% 1px;
    color: #143663
}

.cont_img_1400_001 .wl {
    position: relative;
    z-index: 1;
}

.cont_img_1400_001 .wl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
}

.cont_img_1400_001 .imged {
    position: relative;
    padding-top: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.cont_img_1400_001 .imged img {
    display: none;
}

.cont_img_1400_001 .scale {
    overflow: hidden;
}

.cont_img_1400_001 a:hover .imged {
    transform: scale(1.1);
}

.cont_img_1400_001 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.cont_img_1400_001 .contimg_14_1_b {
    width: 100%;
    overflow: hidden;
}

.cont_img_1400_001 .j_pages {
    margin-top: 50px;
    text-align: center;
}

.cont_img_1400_001 .xyfg ul {
    margin: 0 -9px;
    display: flex;
    flex-wrap: wrap;
}

.cont_img_1400_001 .xyfg li {
    width: 33.3%;
    padding: 0 9px;
    margin-bottom: 50px;
}

.cont_img_1400_001 .xyfg li a {
    display: block;
    position: relative;
    z-index: 1;
}

.cont_img_1400_001 .xyfg li h3 {
    font-size: 20px;
    color: #111;
    line-height: 1.3;
    text-align: center;
    transition: 0.5s;
    padding: 20px 0 28px;
    font-weight: bold;
    border-bottom: 2px solid #3567CB;
}
.cont_img_1400_001 .xyfg li:hover h3{
    color: #2A6FD5;
}
.cont_img_1400_001 .xyfg li .scale .imged {
    padding-top: 65%;
}

/* jjy */

.jjy-pic {
    float: left;
    margin-right: .4rem;
    margin-bottom: .2rem;
    width: 50%;
}

.jjy-pic img {
    width: 100%;
    display: block;
}

.jjy-ifo h2 {
    font-size: .36rem;
    line-height: .5rem;
    color: #2C2C2C;
    text-align: right;
}

.jjy-ifo h3 {
    text-align: right;
    margin-bottom: .28rem;
}
.jjy-ifo h3 img {
    width: 2.1rem;
}
.jjy-ifo h3 span {
    font-size: .26rem;
    color: #2C2C2C;
}

.jjy-ifo h3 b {
    color: #337FFC;
    font-size: .36rem;
    font-weight: 600;
}

.jjy-bot p,
.jjy-ifo p {
    font-size: .18rem;
    line-height: .34rem;
    color: #2C2C2C;
    margin-bottom: .26rem;
    text-indent: 2em;
    text-align: justify;
}

.jjy-tit {
    position: relative;
    overflow: hidden;
    margin-bottom: .25rem;
}

.jjy-tit::after {
    content: '';
    position: absolute;
    left: 1.1rem;
    bottom: .01rem;
    width: 100%;
    border-bottom: .01rem solid #3EB03A;
}

.jjy-tit h3 {
    line-height: .45rem;
    padding: 0 .2rem;
    background: url(/images/jjy-tit.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-size: .18rem;
    color: #ffffff;
    font-weight: 600;
}



/* 团队教师 */
.tdjs {
    background-color: #fff;
}

.tdjs ul li a .pic {
    width: 1.64rem;
    height: 1.97rem;
    padding-top: 0;
    border-radius: 0 .25rem 0 0;
    margin-right: .15rem;
}

.js-tx {
    width: calc(100% - 1.64rem);
}

.tdjs ul li {
    position: relative;
}

.tdjs ul li a {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: .15rem;
    padding-right: .2rem;
    position: relative;
    z-index: 2;
}

.tdjs ul li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    left: 0;
    bottom: 0;
    background: #F2F7FF;
    z-index: 1;
}

.tdjs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tdjs ul li {
    width: 48%;
    margin-bottom: .3rem;
}

.js-tx {
    overflow: hidden;
}

.js-tx h3 {
    line-height: .2rem;
    height: .5rem;
}

.js-tx h3 b {
    color: #3A82FA;
    font-size: .2rem;
    margin-right: .1rem;
}

.js-tx h3 span {
    color: #323232;
    font-size: .14rem;
}

.js-tx h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.js-tx h4,
.js-tx p {
    color: #323232;
    font-size: .14rem;
    line-height: .26rem;
}

.js-tx p {
    height: .52rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}













@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .nymain .leftNav>h2 {
        font-size: .24rem;
        line-height: .8rem;
    }

    .nymain .leftNav {
        margin-right: .3rem;
        width: 2.2rem;
    }

    .nymain .leftNav>ul>li.active>a {
        background-position: .1rem center;
    }


    .nymain .leftNav>ul>li>span {
        top: .18rem;
        right: .05rem;
    }

    .nymain .leftNav>ul>li>ul>li a::before {
        left: .15rem;
    }


}

@media screen and (max-width: 1024px) {
    .nymain .leftNav>h2::after {
        display: none;
    }
    .ny-tline,
    .ny-tit h2 {
        display: none;
    }

    .ny-tit {
        margin-bottom: .2rem;
        margin-top: .3rem;
    }

    .nymain .leftNav::after {
        left: 0;
        height: 100%;
        width: .05rem;
    }

    .nymain .leftNav {
        margin-bottom: 0;
    }

    .nymain .leftNav>ul {
        min-height: auto;
    }

    .nymain .leftNav>h2 {
        line-height: .5rem;
        text-align: left;
        padding-left: .15rem;
        font-weight: 600;
    }

    .nymain .leftNav::after {
        display: none;
    }

    .nymain .leftNav>h2 b {
        padding-left: 0rem;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: .25rem;
        height: .25rem;
        background: url("/images/close1.png") center center / .15rem no-repeat;
        margin-right: .1rem;
        position: absolute;
        right: 0rem;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s ease 0s;
    }

    .nymain .leftNav>h2 span.on {
        transform: translateY(-50%) rotate(0deg);
    }

    .nymain {
        padding: 0rem 0rem .3rem;
        margin: 0rem;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0rem;
        margin-right: 0rem;
        margin-top: .15rem;
    }

    .nymain .leftNav>p {
        font-size: .18rem;
        padding: .1rem 0rem;
    }

    .ny-right {
        float: none;
        width: auto;
        padding-top: 0rem;
        min-height: 500px;
    }


    .nymain .leftNav ul {
        display: none;
    }

    .nymain .leftNav>ul>li>a {
        padding: .1rem .3rem;
    }

    .nymain .leftNav>ul>li>span {
        top: .14rem;
    }

    .nymain .leftNav>h2 img {
        height: .2rem;
    }


    .nymain .leftNav>ul::after {
        content: none;
    }


    /* 组织机构 */
    .cont_org_1400_004 .cont_org14_4_r {
        margin-top: 30px;
        padding: 20px;
    }

    .cont_org_1400_004 .cont_org14_4_org h3 {
        margin-left: 25px;
    }

    .cont_org_1400_004 .cont_org14_4_org ul li a {
        display: block;
        margin: 0 25px;
        line-height: 30px;
        padding: 15px 10px 15px 35px;
        font-size: 16px;
        background-position: 18px center;
    }
}


@media screen and (max-width: 768px) {
.cont{max-width:100%;overflow-x:scroll;}
    /* twlb */
    .cont_imgt_1400_002 .contimgt14_2_imgt ul li a {
        display: block;
        padding: .15rem;
    }

    .cont_imgt_1400_002 .contimgt14_2_imgt ul li a .contimgt14_2_imgt_tpp {
        margin-right: 0;
        width: 100%;
    }

    .cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt {
        padding-top: .15rem;
    }

    .cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt .cigt14_2_date span {
        font-size: .18rem !important;
    }

    .cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt .cigt14_2_date i {
        font-size: .14rem !important;
    }

    .cont_imgt_1400_002 .contimgt14_2_imgt ul li {
        margin-top: .1rem;
    }

    .cont_imgt_1400_002 .contimgt14_2_imgt ul li a .cigt14_2_txt h2 {
        margin: .2rem 0;
    }

    /* 组织机构 */
    .cont_org_1400_004 .cont_org14_4_org {
        margin-top: 40px;
    }

    .cont_org_1400_004 .cont_org14_4_org h3 {
        margin-left: 0;
    }

    .cont_org_1400_004 .cont_org14_4_org ul li {
        width: 100%;
        margin-top: 20px;
    }

    .cont_org_1400_004 .cont_org14_4_org ul li a {
        margin: 0;
        padding: 10px 10px 10px 30px;
        background-position: 12px center;
    }

    /* 图片列表 */
    .cont_img_1400_001 .xyfg li {
        width: 50%;
        margin-bottom: 20px;
    }

    .cont_img_1400_001 .xyfg li h3 {
        font-size: 16px;
        padding: 10px 0;
    }



    /* jjy */
    .jjy-pic {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }


    /* sj */
    .tdjs ul li {
        width: 100%;
    }
}