@charset "utf-8";
.footer {
    margin-top: 0;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #01528A;
    color: #fff;
    border: 1px solid #01528A;
}

.pagination a:hover {
    background: #01528A;
    color: #fff;
    border: 1px solid #01528A;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    /* background-color: #f8f8f8; */
}

.nymain .leftNav {
    float: left;
    width: 300px;
    /* padding-left: 20px; */
    position: relative;
    box-sizing: border-box;
    background: #f7f7f7;
    background-size: 100% auto;
    margin-top: -110px;
    z-index: 10;
}

.nymain .leftNav p {
    position: relative;
    font-size: 36px;
    color: #fff;
    line-height: 54px;
    padding: 26px 0;
    text-align: center;
    /* padding-top: 40px; */
    background: #01528A;
    padding-bottom: 30px;
    /* padding-left: 85px; */
}

.nymain .leftNav p span {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
    display: none;
}

.nymain .leftNav p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav>ul {
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: #f2f2f2; */
}

.nymain .leftNav>ul>li {
    position: relative;
    line-height: 65px;
    text-align: center;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.nymain .leftNav>ul>li>a {
    position: relative;
    display: block;
    font-size: 22px;
    color: #333;
    /* line-height: 90px; */
    /* border-bottom: 1px dotted #bababa; */
}

.nymain .leftNav>ul>li.on {
    background-color: #fff;
}

.nymain .leftNav>ul>li.on>a {
    color: #fff;
    font-weight: bold;
    background: #01528A;
}


/* .nymain .leftNav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 30px;
    line-height: 50px;
   
    cursor: pointer;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
} */

.nymain .leftNav>ul>li.active {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.nymain .leftNav>ul>li.active>a {
    padding-left: 35px;
    color: #01528A;
    border-bottom: 1px dotted transparent;
}

.nymain .leftNav>ul>li.active::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    background-color: #c6b1f8;
    width: 7px;
}

.nymain .leftNav>ul>li:hover>a {
    color: #fff;
    font-weight: bold;
    background: #01528A;
}

.nymain .leftNav>ul>li>ul {
    border-top: 1px solid #eee;
    display: none;
    padding-top: 10px;
    background: #eee;
    padding-bottom: 10px;
}

.nymain .leftNav>ul>li.active>ul {
    display: block;
}

.nymain .leftNav>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    text-align: left;
    color: #333;
    padding-left: 50px;
    line-height: 50px;
}

.nymain .leftNav>ul>li>ul>li>a:hover {
    color: #01528A;
}

.ny-right {
    float: right;
    width: calc(100% - 360px);
    padding-bottom: 30px;
}

.ny-title {
    position: relative;
    margin-top: 40px;
    /* border-bottom: 1px solid #eceae4; */
    /* padding-bottom: 20px; */
    line-height: 32px;
}

.ny-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #D8D8D8;
    top: 50%;
}

.position {
    position: relative;
    float: right;
    font-size: 0;
    padding-left: 20px;
    background: #fff url(../images/position.png) no-repeat left center;
    z-index: 9;
}

.ny-title h3 {
    position: relative;
    float: left;
    line-height: 32px;
    padding-right: 15px;
    font-size: 24px;
    color: #333;
    padding-left: 10px;
    border-left: 3px solid #01528A;
    z-index: 3;
    background: #fff;
    /* font-weight: normal; */
}

.position span {
    color: #666;
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #666;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #01528A;
}


/* 列表页 */


/* 列表页 */

.list>li {
    position: relative;
    line-height: 66px;
    padding-left: 15px;
    padding-right: 100px;
    background: url(../images/list.png) no-repeat center bottom;
    background-size: 100% auto;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
    background: url(../images/s3-l-list.png) no-repeat left center;
}

.list>li:hover {
    background: url(../images/ny-list-other.png) no-repeat left center;
}

.list>li>span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #333;
    /* font-family: "sisong"; */
}

.list>li:hover span {
    color: #01528A;
}

.list>li a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #333;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.list>li:hover a {
    left: 10px;
    color: #01528A;
}


/* 内容页 */

.art-main h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.art-main .art-tit {
    /* border-bottom: 1px solid #e5e5e5; */
    margin-bottom: 30px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.art-main .art-body p.img-tp img {
    display: block;
    max-width: 100%;
    width: auto!important;
    height: auto!important;
    margin: auto;
}

.art-main .art-body img {
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0;
    line-height: 45px;
    text-align: center;
    background: rgba(0, 0, 0, 0.04);
    /* padding-bottom: 20px; */
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #9e9e9e;
    margin: 0 5px;
}

.pnext {
    margin-top: 20px;
}

.pnext p {
    text-indent: initial;
    font-size: 14px;
    line-height: 30px;
    color: #222;
}

.pnext p a {
    font-size: 14px;
    color: #222;
}

.pnext p:hover {}

.pnext p:hover a {
    color: #01528A;
}


/* 图片列表 */

.timg-list {
    margin-top: 20px;
}

.timg-list ul li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 40px 20px;
    background-position: right center;
}

.timg-list ul li a h3 {
    font-size: 20px;
    color: #222;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 220px;
    margin-right: 30px;
}

.timg-list ul li a .pic {
    padding-top: 69.3%;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover .date {
    color: #fff;
    background: url(../images/time-other.png) no-repeat left center;
}

.timg-linfo {
    position: relative;
    overflow: hidden;
}

.timg-linfo p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    height: 56px;
    overflow: hidden;
}

.timg-linfo .date {
    margin-top: 20px;
    color: #9e9e9e;
    padding-left: 20px;
    font-size: 16px;
    background: url(../images/time.png) no-repeat left center;
}

.timg-linfo .date span {
    font-size: 28px;
    background-position: left center;
    font-weight: bold;
}

.timg-linfo .date i {
    font-style: normal;
}

.timg-list ul li a:hover {
    background: url(../images/ny-pic-bg.jpg) no-repeat right center;
    background-size: cover;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: #fff;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 32%;
    margin: 30px 0 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    border-color: #01528A;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 71%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a p {
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

@media screen and (max-width:1440px) {
    .wzc .ny-title h3 {
        padding-left: 15px;
    }
}

@media screen and (max-width:1024px) {
    .nymain .leftNav {
        margin-top: 0;
    }
    .ny-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .nymain .leftNav p {
        padding: 10px 0;
        padding-left: 30px;
        text-align: left;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #01528A;
        font-size: 24px;
    }
    .nymain .leftNav p span {
        display: block;
    }
    .nymain .leftNav {
        float: none;
        width: auto;
        padding: 0;
    }
    .nymain .leftNav ul {
        display: none;
    }
    .nymain .leftNav p span {
        top: 26px;
    }
    .nymain .leftNav>ul {
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 -10px;
    }
    .nymain .leftNav>ul>li>a {
        line-height: 40px;
        font-size: 18px;
    }
    .nymain .leftNav>ul>li>span {
        right: 40px;
        top: 10px;
    }
    .nymain {
        margin-top: 0;
    }
    .jgsz>ul>li {
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    #nymain {
        padding-top: 0;
    }
    .nymain .leftNav p {
        padding-left: 15px;
    }
    .nymain .leftNav p {
        font-size: 18px;
    }
    .nymain .leftNav p span {
        top: 25px;
    }
    .ny-title h3 {
        font-size: 18px;
    }
    .ny-title {
        padding-bottom: 10px;
        margin-top: 0;
    }
    .position a {
        font-size: 14px;
    }
    #nymain {
        padding-bottom: 15px;
    }
    .art-main .art-body p {
        margin-bottom: 10px;
    }
    .art-main .cont-tit p span {
        font-size: 14px;
        margin: 0 5px;
    }
    .ldtz-info {
        padding: 15px;
    }
    .ldtz-info p {
        font-size: 14px;
    }
    .ldtz-info h3 i {
        font-size: 14px;
    }
    .img-lists ul li {
        padding: 10px;
    }
    .img-lists ul li a p {
        line-height: 40px;
    }
}

@media screen and (max-width:600px) {
    .ldtz ul li {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    .ldtz ul li:nth-child(2n+1) {
        margin-right: 0;
    }
    .ldtz-pic {
        width: 145px;
    }
    .t-bt span {
        margin-right: 5px;
    }
    .t-num a {
        width: 12%;
        margin-top: 5px;
    }
    .timg-list ul li a {
        padding: 10px;
    }
    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .wzc .ny-title h3 {
        line-height: 45px;
        top: -75px;
    }
    .wzc .ny-title h3:after {
        border-top: 45px solid transparent;
    }
    .list-text>ul>li {
        padding: 15px 0;
    }
    .list-text li .tm {
        width: 88px;
        padding: 10px;
    }
    .list-text li .tm span.big {
        padding-top: 15px;
    }
    .list-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ny-title {
        padding-top: 15px;
    }
    .ny-title h3 {
        float: none;
    }
    .position {
        float: none;
    }
    .art-main .art-body p {
        margin: 10px 0;
        line-height: 32px;
        font-size: 16px;
    }
    .nymain .leftNav p {
        line-height: 30px;
    }
    .ny-right {
        padding-bottom: 15px;
    }
    .list>ul>li {
        padding-left: 15px;
        line-height: 40px;
        padding-right: 80px;
    }
    .list>ul>li>a {
        font-size: 14px;
    }
    .list>ul>li>span {
        font-size: 14px;
    }
    .pagination {
        padding-top: 15px;
    }
    .img-lists ul li {
        float: none;
        width: 100%;
        margin: 5px 0;
    }
    .timg-linfo .date {
        position: static;
        margin-top: 10px;
    }
    .timg-list ul li a h3 {
        margin-top: 10px;
    }
    .jgsz>ul>li {
        float: none;
        width: 100%;
        line-height: 40px;
        background-position: left center;
    }
    .jgsz>ul>li>a {
        font-size: 14px;
    }
    .art-main .cont-tit p {
        line-height: 24px;
        padding: 10px 0;
    }
    .art-main .art-tit h3 {
        font-size: 20px;
        padding-top: 0;
    }
    .nymain .leftNav p span {
        top:12px;
        
    }
}


/* 师资内容页 */

.sz-con-t {
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
}

.sz-con-t .bt {
    margin-bottom: 20px;
}

.sz-con-t .bt span {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 0 200px;
}

.sz-con-t .bt span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    left: 0;
    width: 186px;
    background: url(../images/teach-l.png) no-repeat center center;
}

.sz-con-t .bt span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    right: 0;
    width: 186px;
    background: url(../images/teach-r.png) no-repeat center center;
}

.sz-con-t .tpp {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.sz-con-t .tpp .pic {
    padding-top: 133.2%;
}

.sz-con-b .sz-indue {
    margin-bottom: 30px;
}

.sz-con-b .sz-indue h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.sz-con-b .sz-indue h2 span {
    position: relative;
    font-size: 20px;
    color: #01528A;
}

.sz-con-b .sz-indue h2 span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.sz-con-b .sz-indue h2 span::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 0;
    bottom: -18px;
    height: 2px;
    background: #01528A;
}

.sz-con-b .sz-indue p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
    margin-top: 10px;
}

@media screen and (max-width:600px) {
    .sz-con-t .bt span {
        padding: 0 130px;
        font-size: 20px;
    }
    .sz-con-t .bt span::before {
        width: 120px;
        background-size: 100% auto;
    }
    .sz-con-t .bt span::after {
        width: 120px;
        background-size: 100% auto;
    }
    .sz-con-t {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sz-con-b .sz-indue {
        margin-bottom: 15px;
    }
}


/* 师资列表 */

.teach-pic>ul>li {
    float: left;
    width: 47%;
    margin-left: 6%;
    margin-top: 60px;
    height:200px;
}

.teach-pic>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.teach-pic>ul>li a {
    display: block;
    background: #F7F7F7;
    padding: 35px 15px;
}

.teach-pic>ul>li:hover a {
    background: url(../images/sz-list-bg.jpg) no-repeat center center;
    background-size: cover;
}

.teach-pic>ul>li a .tpp {
    float: left;
    width: 130px;
}

.teach-pic>ul>li a .pic {
    overflow: hidden;
    padding-top: 133.8%;
}

.teach-pic>ul>li:hover a .pic img {
    transform: scale(1.2);
}

.teach-pic>ul>li a .text {
    overflow: hidden;
    padding-left: 25px;
}

.teach-pic>ul>li a .text h2 {
    font-size: 18px;
    /* margin-bottom: 15px; */
    /* font-weight: normal; */
    color: #01528A;
}

.teach-pic>ul>li:hover a .text h2 {
    color: #fff;
}

.teach-pic>ul>li a .text p {
    font-size: 14px;
    color: #333;
    /* line-height: 22px; */
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.teach-pic>ul>li:hover a .text p {
    color: #fff;
}

.teach-pic>ul>li a .text .more {
    /* border-top: 1px solid #dfe3ec; */
    margin-top: 25px;
    text-align: right;
    background: url(../images/sz-more-xx.png) no-repeat left center;
    background-size: 85% auto;
}

.teach-pic>ul>li:hover a .text .more {
    background: url(../images/sz-more-xx-other.png) no-repeat left center;
    background-size: 85% auto;
}

.teach-pic>ul>li a .text .more span {
    display: inline-block;
    /* width: 110px; */
    /* height: 30px; */
    /* line-height: 30px; */
    box-sizing: border-box;
    /* border: 1px solid #e5a900; */
    text-align: center;
    /* padding-left: 35px; */
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    background: url(../images/sz-more-xx.png) no-repeat left center;
    background-size: 250px auto;
}

.teach-pic>ul>li:hover a .text .more span {
    color: #fff;
}


/* 教师列表页2 */

.teach-top .teach-l {
    font-size: 0;
}

.teach-top .teach-l>div {
    display: inline-block;
    width: 49%;
    margin-left: 2%;
}

.teach-top .teach-l>div:nth-child(2n-1) {
    margin-left: 0;
}

.teach-top .teach-l>div:first-child {
    padding-left: 0;
}

.teach .title {
    overflow: hidden;
    line-height: 48px;
}

.teach .title h2 {
    float: left;
}

.teach .title h2 p {
    position: relative;
    padding-left: 35px;
    background: url(../images/tit-icon.png) no-repeat left center;
    font-size: 34px;
    color: #222;
    font-family: "sisong";
    z-index: 9;
}

.teach .title a {
    float: right;
    font-size: 16px;
    color: #666;
}

.teach-top .teach-r {
    float: right;
    width: 32%;
}

.teach-top {
    padding-top: 48px;
    padding-bottom: 40px;
}

.teach-list-t {
    margin-top: 25px;
    overflow: hidden;
    ;
}

.teach-list-t .tpp {
    float: left;
    width: 200px;
}

.teach-list-t .tpp .pic {
    padding-top: 70%;
}

.teach-list-t .text {
    overflow: hidden;
    padding-left: 14px;
}

.teach-list-t .text h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.teach-list-t .text span {
    display: block;
    font-size: 14px;
    color: #9E9E9E;
    margin-top: 20px;
}

.list li {
    position: relative;
    padding-left: 15px;
    padding-right: 80px;
    line-height: 46px;
    background: url(../images/s3-l-list.png) no-repeat left center;
}

.list li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li > span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}

.teach-r .pic {
    margin-top: 15px;
    padding-top: 62.222%;
}

.teach-r .text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    height: 64px;
    overflow: hidden;
}

.teach-down {
    margin-bottom: 20px;
}

.teach-down ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 30px;
}

.teach-down ul li:nth-child(3n-2) {
    margin-left: 0;
}

.teach-down ul {
    overflow: hidden;
}

.teach-down ul li a {
    display: block;
}

.teach-down ul li a .pic {
    padding-top: 71.111%;
}

.teach-down ul li a .text {
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}

.teach-down ul li a .text p {
    font-size: 24px;
    color: #333;
}

@media screen and (max-width:1200px) {
    .teach-top .teach-l {
        float: none;
        width: 100%;
    }
    .teach-top .teach-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width:700px) {
    .teach-top {
        padding: 15px 0;
    }
    .teach-top .teach-l>div {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .teach .title h2 p {
        font-size: 20px;
        background-size: 30px auto;
    }
    .teach-list-t {
        margin-top: 5px;
    }
    .teach-list-t .tpp {
        float: none;
        width: 100%;
    }
    .teach-list-t .text {
        padding-left: 0;
    }
    .teach-list-t .text span {
        margin-top: 0;
    }
    .teach-down ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .teach-down ul li a .text p {
        font-size: 18px;
    }
}

@media screen and (max-width:1300px) {
    .teach-pic>ul>li {
        width: 49%;
        margin-left: 2%;
    }
}

@media screen and (max-width:768px) {
    .teach-pic>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width:600px) {
    .teach-pic>ul>li a .tpp {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .teach-pic>ul>li a {
        padding: 15px;
    }
    .teach-pic>ul>li a .text {
        text-align: center;
        padding-left: 0;
    }
    .teach-pic>ul>li a .text .more {
        background-size: 80% auto;
    }
}

.img-fit-cover{object-fit: cover; font-family: 'object-fit: cover;';}