.micon {
    display: inline-block;
    background-size: cover;
}

.icon-ma1 {
    background-image: url("../img/ma1.png");
}

.icon-ma2 {
    background-image: url("../img/ma2.png");
}

.icon-ma3 {
    background-image: url("../img/ma3.png");
}

.icon-ma4 {
    background-image: url("../img/ma4.png");
}

.icon-ma5 {
    background-image: url("../img/ma5.png");
}

.icon-ma6 {
    background-image: url("../img/ma6.png");
}

.icon-ma7 {
    background-image: url("../img/ma7.png");
}

.icon-ma8 {
    background-image: url("../img/ma8.png");
}
.icon-contact {
    background-image: url("../img/mb1.png");
    width: 27.5px;
    height: 27.5px;
    background-size: cover;
}
.icon-tel {
    background-image: url("../img/mb2.png");
    width: 27.5px;
    height: 27.5px;
    background-size: cover;
}

.icon-weixin {
    background-image: url("../img/mb3.png");
    width: 27.5px;
    height: 27.5px;
    background-size: cover;
}
.icon-mhot {
    width: 35px;
    height: 15px;
    background-image: url("../img/mhot.png");
}

.m-t {
    display: none;
    border-bottom: 1px solid #e7e8e7;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    justify-content: space-between;
}

.m-t .more {
    color: #7e807e;
    font-size: 14px;
}

.m-t .txt {
    font-size: 15px;
    font-weight: bold;
    color: #323232;
}

.m-t2 {
    position: relative;
    text-align: center !important;
}

.m-t2:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    height: 1px;
    width: 100px;
    background-color: #050505;
}

.m-t2 span {
    display: inline-block;
    background-color: #f8f8f8;
    padding: 0 4px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

/*ç§»åŠ¨ç«¯é€‚é…å¼€å§‹*/
.visible-xs {
    display: none;
}

.m-block {
    height: 45px;
}

#m-header {
    height: 45px;
    /*position: fixed !important;*/
    width: 100%;
    z-index: 22;
    background-color: #fff;
    border-bottom: 1px solid #30c76c;
}

#m-header .contain {
    margin: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#m-header .logo {
    height: 26px;
}

#m-header .logo img {
    height: 26px;
}

#m-header .navbtn {
    position: relative;
    overflow: hidden;
    padding: 2px 0;
    width: 19px;
    height: 19px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .04);
    cursor: pointer;
}

#m-header .navbtn s {
    background-color: #444444;
    position: absolute;
    width: 100%;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

#m-header .navbtn s:nth-child(1) {
    top: 2px
}

#m-header .navbtn s:nth-child(2) {
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

#m-header .navbtn s:nth-child(3) {
    bottom: 2px
}

#m-nav {
    position: fixed !important;
    width: 100%;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 21;
    height: 100%;
    background-color: rgba(1,1,1,.6);
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.navshow #m-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#m-nav .link {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .04);
    cursor: pointer;
    text-indent: 40px;
    color: #292929;
}

#m-nav .ctr {
    display: none;
    position: absolute;
    overflow: hidden;
    right: 20px;
    width: 11px;
    height: 11px;
    pointer-events: none;
    font-size: 0;
    background-image: url(../img/arrow-Nav.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background .2s ease 0s, -webkit-transform .2s ease 0s;
    transition: background .2s ease 0s, -webkit-transform .2s ease 0s;
    transition: background .2s ease 0s, transform .2s ease 0s;
    transition: background .2s ease 0s, transform .2s ease 0s, -webkit-transform .2s ease 0s
}

#m-nav .firNav {
    padding-top: 45px;
    font-size: 16px
}

#m-nav .firNav .firItem {
    position: relative;
    border-bottom: #fff solid 1px;
    line-height: 50px;
}

#m-nav .firNav .firItem .contain {
    background-color: #d3e6db;
    color: #fff;
    -webkit-transition: all 220ms ease 0s;
    transition: all 220ms ease 0s
}

#m-nav .firNav .firItem .contain .link1::before {
    content: " ";
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    background-color: #30c76c;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

#m-nav .firNav .firItem .contain > .ctr {
    top: 20px;
}

#m-nav .firNav .firItem.on .contain {
    background-color: #30c76c;
    color: #fff
}

#m-nav .firNav .firItem.on .contain .link1::before {
    background-color: #fff;
    -webkit-transform:  translateY(-50%) rotate(-135deg);
    transform:  translateY(-50%) rotate(-135deg);
}

#m-nav .firNav .firItem.on .contain > .ctr {
    background-image: url(../img/arrow-Nav_on.png);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#m-nav .secNav {
    position: relative;
    overflow: hidden;
    display: none;
    background-color: #efefef;
    color: #30c76c;
}

#m-nav .secNav .secItem {
    position: relative;
    margin-top: -1px;
    border-top: #d0d0d0 solid 1px;
    line-height: 40px;
}
#m-nav .firNav .firItem.on .contain a{
    color: #fff;
}
#m-nav .firNav .firItem.on .contain .secItem a{
    color: #30c76c;
}
#m-nav .secNav .secItem .link2 {
    font-size: 15px;

}

#m-nav .secNav .secItem .link2::before {
    content: "-";
    margin-right: .13333333rem
}

#m-nav .secNav .secItem.on {
    background-color: rgba(0, 0, 0, .05)
}

#m-nav .secNav + .ctr {
    display: block
}

.navshow #m-header .navbtn s:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, -3px);
    transform: rotate(45deg) translate(3px, -3px);
    top: 4px;
}

.navshow #m-header .navbtn s:nth-child(2) {
    -webkit-transform: translateX(.13333333rem);
    transform: translateX(.13333333rem);
    opacity: 0;
}

.navshow #m-header .navbtn s:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, 3px);
    transform: rotate(-45deg) translate(3px, 3px);
    bottom: 3px;
}

.m-searchBox {
    margin: 0 20px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
    background-color: #eff0ef;
    display: flex;
    align-items: center;
}

.m-searchBox:before {
    content: '';
    background-image: url("../img/search.png");
    width: 14.5px;
    height: 14.5px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px;
}

.m-searchBox input {
    flex: 1;
    background-color: transparent;
}

.m-indexNav {
    padding: 5px 0;
    border-bottom: 1px solid #e7e8e7;
    background-color: #fff;
}

.m-indexNav ul {
    margin: 0 10px;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.m-indexNav ul li {
    text-align: center;
    width: 25%;
}

.m-indexNav ul span {
    color: #323232;
    font-size: 14px;
    display: inline-block;
}

.m-indexNav ul .micon {
    width: 46.5px;
    height: 46.5px;
}

.m-hotNews {
    padding: 15px 0;
}

.m-hotNews .contain {
    margin: 0 20px;
    display: flex;
    align-items: center;
    color: #3f3f3f;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 1px #ececec;
    -moz-box-shadow: 0px 0px 10px 1px #ececec;
    box-shadow: 0px 0px 10px 1px #ececec;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.m-hotNews .contain p {
    flex: 1;
}

.m-hotNews .contain span {
    margin-right: 5px;
}

.m-hotNews .contain span.t {
    font-weight: bold;
}

.separate {
    display: none;
}

.m-hotNews2 .list {
    margin: 0 20px;
    padding: 0 0 5px;
}

.m-hotNews2 .list .m-tab{
    display: flex;
    justify-content: space-between;
}
.m-hotNews2 .list li {
    color: #3f3f3f;
    font-size: 14px;
    border-bottom: 1px solid #e7e8e7;
    height: 40px;
    line-height: 40px;
}

.m-hotNews2 .list li:last-child {
    border-bottom: none;
}

.m-hotCourse .list {
    padding: 0 20px;
}

.m-course {
    padding: 15px 0;

}

.m-course a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.m-course .imgBox {
    width: 142px;
    height: 73px;
}

.m-course .imgBox img {
    height: 100%;
}

.m-course .right {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}

.m-course .right .line2 {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 20px;
}

.m-course .right .bp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.m-course .right .bp .price {
    color: #f1324b;
    font-size: 14px;
}

.m-course .right .bp .btn {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 10px;
    color: #fff;
    background-color: #30c76c;
}

.m-tab {
    padding: 15px 0;
}

.m-tab a {
    background-color: #f6f6f6;
    font-size: 13px;
    color: #3f3f3f;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.m-tab a.active {
    background-color: #30c76c;
    color: #fff;
}

.m-footer {
    padding: 15px 20px 70px;
    background-color: #f8f8f8;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    color: #3f3f3f;
}
.m-footer p:nth-of-type(1){
    margin-bottom: 5px;
}
.m-footer .tel {
    color: #30c76c;
    font-weight: bold;
}

.m-footer .add {
    color: #7e807e;
    font-size: 12px;

}
.m-footer .linkBox{
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0 25px;
}
.m-footer .linkBox li{
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
}
.m-footer .linkBox li a{
    font-size: 15px;
    color: #3f3f3f;
}
.m-footer .linkBox li.active a{
    color: #fff;

}
.m-footer .linkBox li.active{
    background-color: #30c76c;
}
/*ç§»åŠ¨ç«¯é€‚é…ç»“æŸ*/

/*ç§»åŠ¨ç«¯*/
@media screen and (max-width: 768px) {
    .searchBox{
        display: none;
    }

    div .m-t{
        display: flex!important;
    }
    .separate {
        display: block;
        height: 10px;
        background-color: #f8f8f8;
    }
    .pageBox{
        margin: 25px 0;
    }
    .sideBox,
    .fixedSideBox {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .container {
        width: 100%;
    }

    .flexBox {
        display: block;
    }

    .index_01 {
        padding: 0;
        height: auto;
        line-height: 0;
    }

    .index_01 .wrapper {
        padding: 0;
    }

    .index_01 .wrapper .right {
        width: 100%;
    }

    .index_01 .wrapper .right .swiper-container .tips {
        display: none;
    }

    .index_01 .right .swiper-pagination {
        bottom: 10px;
    }

    .index_01 .right .swiper-pagination-bullet {
        height: 6px;
        border-radius: 3px;
    }

    .index_03 {
        margin-top: 0;
        padding: 20px 0 10px;
    }

    .index_03 .name {
        font-size: 15px;
        margin: 10px 0 6px;
        line-height: 25px;
    }

    .index_03 .txtBox {
        padding: 100% 10px 10px;
    }

    .index_03 p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .index_03 .swiper-button-white {
        display: none;
    }

    .teacherBox.swiper-container {
        margin: 0 20px;
    }

    .index_04 {
        padding: 0 0 10px;
    }

    .index_04 .studentBox {
        margin: 15px 20px;
        border-left: 1px solid #e7e8e7;
        border-right: 1px solid #e7e8e7;
    }

    .index_04 .item {
        background-color: #fff;
        line-height: 0;
    }

    .index_04 .item a {
        display: block;
        position: relative;
    }

    .index_04 .left {
        width: 100%;
        padding: 0;
    }

    .index_04 .left .t {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #fff;
        padding: 0 20px;
        background: rgba(0, 0, 0, 0.5);
        font-size: 14px;
    }
    .index_04 .left .desc{
        display: none;
    }
     .index_04 .date {
        display: none;
    }

    .index_04 .right .item a {
        flex-direction: row-reverse;
        align-items: stretch;
    }

    .index_04 .right .item .content {
        padding: 5px;
        margin: 0;
        margin-right: 5px;
        overflow: hidden;
    }

    .index_04 .right {
    }

    .index_04 .right .item .t {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }
    .index_04 .studentBox .right .item .desc{
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: none;
    }
    .index_04 .right .item {
        width: 100%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #e7e8e7;
    }

    .index_04 .right .imgBox {
        width: 106px;
        height: 60px;
        overflow: hidden;
    }

    .index_04 .right .imgBox img {
        height: 100%;
    }
    /*gjgwy - begin*/
    .gjgwy_01 .container .countDownBox .t3{
        font-size: 15px;
    }
    .gjgwy_01 .container .countDownBox{
        margin: 0;
        width: 100%;
        padding: 15px 20px;
    }
    .gjgwy_01 .container .countDownBox .countDown{
        display: flex;
        padding: 10px 10px;
        margin-bottom: 0;
    }
    .gjgwy_01 .container .center{
        width: 100%;
    }
    .gjgwy_01 .container .right .t3 .txt{
        font-size: 15px;
    }
    .gjgwy_01 .countDownBox .list li:nth-child(3n){
        margin-right: 0;
    }
    .gjgwy_01 .container .right{
        width: 100%;
        padding: 5px 20px 0;
        border: none;
    }
    .gjgwy_01 .right .list2 li{
        display: flex;
    }
    .gjgwy_02 .part2{
        text-align: center;
    }
    .gjgwy_03 .list{
        margin: 0 20px;
    }
    .gjgwy_03 .container .list .course{
        width: 100%;
        margin: 0;
        background-color: #fff;
        padding: 15px 0;
    }
    .gjgwy_03 .container .list .course a{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .gjgwy_03 .container .list .course a .imgBox{
        width: 142px;
        height: 73px;
    }
    .gjgwy_03 .list .course img{
        width: 100%;
    }
    .gjgwy_03 .container .list .course .bottom{
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0;
        flex: 1;
    }
    .gjgwy_03 .container .list .course .bottom .money{
        color: #f1324b;
        font-size: 14px;
    }
    .gjgwy_03 .container .list .course .bottom .name{
        display: block;
        color: #3f3f3f;
        font-size: 15px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .gjgwy_03 .container .list .course .bottom p{
        margin: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .gjgwy_03 .container .list .course .bottom p:last-child{
        height: 0;
    }
    .gjgwy_03 .list .course .bottom{
        position: relative;
    }
    .gjgwy_03 .list .course .bottom .desc{
        display: none;
    }
    .gjgwy_03 .container .list .course .bottom .btn{
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 0 10px;
        color: #fff;
        background-color: #30c76c;
        width: auto;
    }
    .gjgwy_04 .container .list .tab{
        padding: 15px 0 5px;
        height: auto;
        margin-bottom: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 0;
        white-space: nowrap;
    }
    .gjgwy_04 .container .list .tab li{
        background-color: #f6f6f6;
        font-size: 13px;
        color: #3f3f3f;
        padding: 0 5px;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: normal;
        vertical-align: top;
    }
    .gjgwy_04 .container .list .tab li.active{
        border-radius: 3px;
    }
    .gjgwy_04 .container .list .box{
        margin: 0 20px;
        width: auto;
    }
    .gjgwy_05 .container .list{
        margin: 0 20px;
        padding: 15px 0;
    }
    .gjgwy_05 .container .box1,.gjgwy_05 .container .box2, .gjgwy_05 .container .box3{
        width: 100%;
        height: auto;
    }
    .gjgwy_05 .container .box2, .gjgwy_05 .container .box3{
        border-left: none;
        padding: 0;
    }
    .gjgwy_05 .container .box2 .loc, .gjgwy_05 .container .box3 .loc{
        display: none;
    }
    .gjgwy_05 .container .box1 .name{
        font-size: 15px;
    }
    .gjgwy_05 .container .box2{
        padding: 15px 0;
        margin: 15px 0;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .gjgwy_05 li p{
        line-height: 25px;
    }
    .presentPos{
        padding: 15px 20px!important;
    }
    .presentPos .container{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .presentPos a:after{
        margin: 0 3px;
    }
    .listWrapper .listBox{
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .listWrapper .listBox .hotList .date{
        display: none;
    }
    .listWrapper .listBox .hotList li a{
        padding: 0;
    }
    .listWrapper .listBox .list_1 li a.t{
        padding-right: 0;
        position: unset;
        line-height: 24px;
        white-space: initial;
        flex:none;
    }
    .listWrapper .listBox .list_1 li{
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
        position: relative;
        border-bottom: 1px solid #efefef;
        padding: 10px 0;
    }
    .listWrapper .listBox .list_1 li .cate{
        line-height: 24px;
        font-size: 13px;
        color: #8a8a8a;
    }
    .listWrapper .listBox .list_1 li .date{
        position: absolute;
        bottom: 10px;
        right: 0;
        color: #8a8a8a;
        font-size: 13px;
    }
    .t3 .rightT{
        padding-top: 10px;
    }
    .t3 .rightT li:last-child{
        padding-right: 5px;
    }
    .t3 .rightT li{
        background-color: #f6f6f6;
        font-size: 13px;
        color: #3f3f3f;
        padding: 0 5px;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: normal;
        vertical-align: top;
        border-right: none;
    }
    .listWrapper .listBox .line_2{
        margin: 10px 0;
        display: none;
    }
    .articleDetail{
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .articleDetail .articleT{
        line-height: 30px;
        margin: 10px 0 0;
    }
    .articleDetail .box1{
        display: none;
    }
    .articleDetail .content{
        margin-top: 45px;
        display: none;opacity: 0;
    }
    .articleDetail .mobilecontent{
        margin-top: 45px;
        display: block;opacity: 1;
    }
    .articleDetail .adBox .ad:nth-child(1){
        display: block;
    }
    .articleDetail .adBox .ad{
        line-height: 0;
        display: none;
    }
    .articleDetail .adBox .ad .flexBox{
        display: flex;
        line-height: 20px;
    }
    .articleDetail .adBox .ad .ewm{
        width: 80px;
        height: 80px;
    }
    .articleDetail .declare{
        line-height: 24px;
        padding: 5px;
        margin-bottom: 20px;
    }
    /*gjgwy - end*/
    /*gzsydw - begin*/
    .locClassify{
        padding: 15px 20px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .locClassify li.active{
        background-color: #30c76c;
        color: #fff;
    }
    .locClassify li{
        background-color: #f6f6f6;
        font-size: 13px;
        color: #3f3f3f;
        padding: 0 5px;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: normal;
        vertical-align: top;
    }
    .gzsydw_01.container .hotNews{
        width: 100%;
        padding: 0 20px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .gzsydw_01 .hotNews .article li{
        padding: 0;
        height: 32px;
        line-height: 32px;
    }
    .gzsydw_01 .flexBox.reserveBox{
        display: flex;
        flex-direction: column-reverse;
    }
    .gzsydw_01 .swiper1{
        width: 100%;
        flex:none !important;
    }

    /*gzsydw - end*/
    /*course - begin*/
    .hotCourse.gzsydw_01{
        padding: 0;
        height:auto;
    }
    .hotCourse.gzsydw_01 .swiper1{
        width: 100%;
        max-height: 210px;
    }
    .hotCourse.gzsydw_01 .courseLine ul{
        padding: 0;
        height:auto;
    }
    .hotCourse .courseLine{
        padding: 15px 20px;
    }
    .courseList.gjgwy_03,.courseList.last.gjgwy_03{
        padding-top: 0;
        margin-bottom: 0;
    }
    .courseList .container .t2{
        display: block;
        height: auto;
        border-bottom: none;
        margin-bottom: 0;
    }
    .courseList .container .t2 .leftT{
        width: 100%;
        border-bottom: 1px solid #e7e8e7;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .courseList .t2 .txt{
        font-size: 15px;
        font-weight: bold;
        color: #323332;
    }
    .courseList .t2 .txt:before{
        content: '';
        display: none;
    }
    .courseList .container .t2 .tabs{
        padding: 15px 20px;
        line-height: 0;
    }
    .courseList .container .t2 .tabs li.active{
        background-color: #30c76c;
        color: #fff;
    }
    .courseList .container .t2 .tabs li{
        background-color: #f6f6f6;
        font-size: 13px;
        color: #3f3f3f;
        min-width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
    }

    .course_01 .container .leftImgBox{
        width: 100%;
        line-height: 0;
    }
    .course_01 .container .rightBox{
        width: 100%;
        padding: 15px 20px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
    .course_01 .container .rightBox h3{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .course_01 .container .priceBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        line-height: 40px;
        margin: 10px 0 15px;
    }
    .course_01 .container .priceBox p{
        margin-right: 0;
    }
    .course_01 .container .priceBox .num{
        font-size: 16px;
    }
    .course_01 .container .btnsBox,.teacherContainer .teacherCard .btnBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .course_01 .container .btnsBox a,.teacherContainer .teacherCard .btnBox a{
        width: 40%;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        margin-right: 0;
    }
    .listWrapper.course{
        margin-top: 0;
        padding-top: 0;
    }
    .courseDetail .t2{
        height: auto;
        line-height: 1;
        margin-bottom: 10px;
    }
    .courseDetail .t2 .leftT{
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .courseDetail .t2 .leftT .txt{
        font-size: 16px;
    }
    .courseDetail .t2 .txt:before{
        height: 20px;
    }
    .course .courseDetail.articleDetail{
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    .courseDetail.articleDetail .content{
        margin-top: 0;
    }
    /*course - end*/
    /*teacher - begin*/
    .teacherContainer .tabs{
        text-align: left;
        height: auto;
        padding: 15px 20px 5px;
        margin-bottom: 20px;
    }
    .teacherContainer .tabs ul{
        margin-top: 10px;
    }
    .teacherContainer .tabs li{
        background-color: #f6f6f6;
        font-size: 13px;
        color: #3f3f3f;
        min-width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .teacherContainer .teacherList li{
        width: 50%;
    }
    .teacherContainer .teacherList{
        margin: 0 10px;
    }
    .teacher .name{
        font-size: 15px;
        margin: 10px 0 6px;
        line-height: 25px;
    }

    .teacher .txtBox {
        padding: 100% 10px 10px;
        height:140px;overflow:hidden;
    }
    .teacher p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 2; */
        font-size: 14px;
    }
    .teacherContainer .container .pageBox{
        padding: 25px 20px;
    }
    .teacherContainer .teacherDetail{
        width: 100%;
    }
    .teacherContainer .teacherCard .teacher{
        display: block;
    }
    .teacherContainer .teacherCard .name{
        font-size: 16px;
    }
    .teacherContainer .teacherCard .teacher .imgBox{
        width: 100%;
    }
    .teacherContainer .teacherCard .btnBox{
        margin-top: 10px;
    }
    .teacherContainer .teacherCard .teacher .txtBox{
        padding: 0;
    }
    .teacherContainer .teacherCard .btnBox a {
        margin-left: 0;
    }
    .teacherContainer .teacherDesc .t2 .txt,.teacherContainer .teacherPics .t2 .txt{
        font-size: 16px;
    }
    .teacherContainer .myCard .t2{
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .teacherContainer .articleDetail .content{
        margin-top: 20px;
        padding: 0 15px 15px;
    }
    .teacherContainer .myCard {
        margin: 10px 0 0;
        padding: 10px 0 0;
    }
    .teacherContainer .teacherPics .swiper1{
        padding: 0 15px;
        margin-top: 20px;
    }
    .teacherContainer .teacherPics .mySwiper .swiper-pagination{
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .teacherPics .mySwiper .swiper-pagination-bullet{
        vertical-align: middle;
    }
    /*teacher - end*/
    /*student - begin*/
    .student .articleDetail{
        padding: 0;
    }
    .student .container .myCard {
        padding: 0;
        margin: 10px 0;
    }
    .student .myCard .t2{
        width: 100%;
        border-bottom: 1px solid #e7e8e7;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .student .myCard .t2 .txt:before{
        display: none;
    }
    .student .myCard .t2 .more{
        position: relative;
        top: 0;
        right: 0;
    }
    .student .myCard .t2 .txt{
        font-size: 15px;
        vertical-align: 3px;
    }
    .student .storyList .item a{
        height: 100px;
    }
    .student .storyList li .imgBox{
        width: 40%
    }
    .student .storyList li .imgBox img{
        min-height: 100%;
        min-width: 100%;
        max-height: initial;
        max-width: 100%;
    }
    .student .container .mySwiper .tips{
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .student .storyList{
        padding: 10px 20px 0;
    }
    .student .storyList .item .txtBox{
        margin: 0 0 0 20px;
        padding: 0;
    }
    .student .storyList .item .txtBox .t, .student .storyList2 li .t{
        line-height: 20px;
        height: 40px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }
    .student .storyList .item .txtBox .desc{
        margin-bottom: 10px;
        display: none;
    }
    .student .storyList .item .txtBox .date{
        font-size: 13px;
    }
    .student .storyWrapper{
        margin-bottom: 0;
    }
    .student.listWrapper{
        padding-top: 0;
    }
    .student .articleDetail.storyDetail{
        padding: 0 20px;
        margin-bottom: 0;
    }
    .student .articleDetail.storyDetail .presentPos{
        padding: 15px 0!important;
    }
    .student .articleDetail.storyDetail .articleT{
        text-align: left;
    }
    /*student - end*/
    /*about - begin*/
    .about .leftPart{
        position: relative;
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .about .leftPart ul{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 0;
        white-space: nowrap;
        padding-top: 10px;
    }
    .about .leftPart li{
        background-color: #f6f6f6;
        min-width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .about .leftPart li .w{
        font-size: 13px;
        color: #3f3f3f;
        text-align: center;
        width: auto;
    }
    .about .leftPart li .dot{
        display: none;
    }
    .about .wrapper.container{
        margin-top: 0;
        padding-bottom: 0;
    }
    .about .contentBox{
        padding: 15px 20px;
    }
    .about .t1 .leftT.underline{
        font-size: 16px;
    }
    .about .icon-about{
        display: none;
    }
    .about .txtBox p{
        font-size: 15px;
        color: #292929;
        line-height: 32px!important;
        margin-bottom: 30px;
        text-indent: 30px;
    }
    .about .box2{
        margin: 0;
    }
    .about .box3 .slogan span{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about .contentBox .box3 .slogan{
        padding: 15px 0;
    }
    .about .box3 .slogan p{
        font-size: 16px;
        line-height: 32px;
    }
    .about .box4 .t span{
        font-size: 16px;
    }
    .about .box4{
        padding: 20px 0;
    }
    .about .box4 .item{
        margin-bottom: 15px;
    }
    .about .box4 .development .txtBox{
        width: 100%;
        padding: 10px 20px;
    }
    .about .box4 .development .txtBox p{
        margin-bottom: 0;
    }
    .about .box4 .item:before{
        display: none;
        /*left: 0;*/
        /*top: 50%;*/
        /*margin-top: -8px;*/
    }
    .about .box4 .development:before{
        display: none;
        /*left: 0;*/
    }
    /*about - end*/
    .gzsydw_01.container .article li .date,.gjgwy_04 .container .list .article li .date{
        margin-left: 21px;
        font-size: 13px;
    }
    .courseLine .course {
        padding-bottom: 10px;
    }
    .courseLine .course a p:nth-child(2){
        color: #3f3f3f;
        font-size: 15px;
    }
    .courseLine .course a p{
        font-size: 14px;
        line-height: 30px;
        color: #8a8a8a;

    }
    .courseLine ul li.course:before{
        height: 100%;
    }
    .gjgwy_04 .container .list .article li{
        line-height: 32px;
        height: 32px;
    }
    .firNav2{
        font-size: 14px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 55px 20px 10px;
        background-color: #fff;
    }
    .firNav2 li{
        display: inline-block;
        height: 32.5px;
        line-height: 32.5px;
        width: 75px;
        border: 1px solid #e3e3e3;
        color: #3f3f3f;
        font-size: 13px;
        margin: 5px calc( calc( 100% - 300px ) / 3 ) 5px 0;
        padding: 0 2px;
        border-radius: 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .firNav2 li:nth-child(4n){
        margin-right: 0;
    }
    .firNav2 li:nth-child(4n-3){
        margin-left: 0;
    }
    #m-nav .firNav2 li a{
        text-indent: 0;
        text-align: center;
    }
    .contactBottom .btn .micon{
        vertical-align: middle;
        margin: 0 10px;
    }
    .contactBottom .btn1{
        border-right: 1px solid #eaeaea;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contactBottom .btn{
        color: #616161;
        font-size: 15px;
        text-align: center;
        display: inline-block;
        width: 50%;
    }
    .contactBottom{
        padding: 0 20px;
        background-color: #fff;
        height: 45px;
        line-height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 20;
    }
    .swiper-container .tips{
        display: none;
    }
    .swiper-container .swiper-pagination{
        display: none!important;
    }
    .storyList2 li .desc{
        display: none;
    }
    .student .storyList2 li .t{
        padding-top: 3px;
    }
    .student .storyList2 li{
        padding-bottom: 15px;
        float:left;
    }
    .gjgwy_01 .container .right .list2 a{
        color: #8a8a8a;
        font-size: 13px;
    }
    .m-hotNews2 .list li a{
        color: #3f3f3f;
    }
    .gjgwy_01 .right .list2 span{
        color: #3f3f3f;
        font-size: 14px;
    }
    .gjgwy_04 .list{
        padding-bottom: 10px;
    }
    .gjgwy_04 .container .list .article li .t, .gzsydw_01.container .article li .t{
        color: #323332  ;
        font-size: 14px;
    }
    .gjgwy_04 .list .article li a,.gzsydw_01 .article li .t{
        font-size: 14px;
    }
    .teacherContainer .tabs{
        font-size: 15px;
    }
}
