#m-footer {
    display: none;
}

.tag-content {
    display: none;
}

#m-form-banner {
    display: none;
}
#navcight {
    display: none;
}


.tag-nav {
    display: block;
    width: 14.4rem;
    margin: 0.8rem auto;
    /* border: solid 1px black; */
}

.tag-nav a {
    font-size: 0.18rem;
}

.tag-nav-link {

    width: 14.4rem;
    height: 0.68rem;

}



.tag-nav-link {
    width: 14.4rem;
    height: 0.68rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0.24rem;
    justify-content: space-around;

}

.tag-nav-link li {
    width: 2.2rem;
    height: 0.58rem;
    border: solid 1px #D5081E;
    border-bottom: solid 0.1rem #D5081E;
    margin: 0.24rem;

}

.tag-nav-link li a {

    display: block;
    width: 2.2rem;
    height: 0.58rem;
    line-height: 0.68rem;
    text-align: center;
    color: #D5081E;

}

.tag-nav-content {

    min-height: 1rem;

}

.tag-nav-content div {
    display: none;
    min-height: 1rem;

}

.tag-nav-content div::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.tag-nav-content div a {
    display: block;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    /* border: solid 1px #D8D8D8; */
    float: left;
    margin-top: 0.1rem;
    /* margin-left: 0.1rem; */
    color: #717171;
    font-size: 0.18rem;

}
.tag-nav-content div a:hover{
    text-decoration: underline;
}

.tag-nav-link .tab-nav-link-active {

    background-color: #D5081E;

}

.tag-nav-link .tab-nav-link-active a {
    color: #fff;
}

.tag-nav-content div .tag-nav-content-active {
    background-color: #D5081E;
    color: #fff;
}

/***************************************************************************************新闻 tag-news*/

.tag-news .tag-news-content {

    width: 14.4rem;
    display: block;
    /* border: solid 1px red; */
    margin: auto auto;

}


.tag-news-content ul::after {

    content: "";
    display: block;
    overflow: hidden;
    clear: both;

}


.main-list-item {
    /*需要float才能够实现浮动，flex不行，图片要计算*/
    float: left;
    width: 3.42rem;
    height: 3rem;
    overflow: hidden;
    margin: 0.09rem;
    box-shadow: 0 0 0.05rem rgb(150, 150, 150);
    border-radius: 0.06rem;

}

.main-list-item-link {

    display: block;
    width: 3.42rem;
    height: 2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;

}

.main-content {

    height: 1rem;

}

.main-content h3 {
    text-align: center;
    height: 1rem;
    line-height: 1rem;
}

.h-title {
    display: block;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.h-title h1 {
    font-size: 0.4rem;
}

.h-title h4 {
    font-size: 0.2rem;
}

h3 a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.2rem;
    vertical-align: top;
}


.main-list-item .lanmu-link {
    background-color: #D5081E;
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
}


/*****************************************************************************************************老师 tag-teacher*/
.tag-teacher {
    width: 100%;
}

.tag-teacher .tag-teacher-content {
    width: 14.4rem;
    display: block;
    box-sizing: border-box;
    padding-left: 2.4rem;
    padding-right: 2.4rem;

}

.tag-teacher-content ul {
    width: 14.4rem;
    display: flex;
    flex-wrap: wrap;
    /* border: solid 1px blue; */
}

.tag-teacher-content ul li {
    /* height: 3.83rem; */
    width: 2.2rem;
    /* border: solid 1px red; */
    /* background: #ccc; */
    margin: 0.1rem;
    box-shadow: 0 0 2px 2px #efefef;

}

.tag-teacher-content ul li .teacher-top-content {

    position: relative;
    width: 2.2rem;
    /* height: 2.75rem; */
}

.tag-teacher-content ul li .teacher-top-content .teacher-img-a {
    display: block;
    width: 2.2rem;
    /* height: 2.75rem; */
    font-size: 0.2rem;
}

.tag-teacher-content ul li .teacher-top-content strong {
    font-size: 0.2rem;
}


.tag-teacher-content ul li .teacher-top-content .teacher-list-desc {

    display: block;
    width: 2.2rem;
    height: 0.9rem;
    position: absolute;
    bottom: 0;
    background: #D5081E;
    opacity: 0.8;
    color: #fff;
    padding: 0;
    margin: 0;

}




.tag-teacher-content ul li .teacher-top-content .teacher-list-desc a {
    width: 100%;
    height: 0.25rem;
    line-height: 0.25rem;
    text-align: center;
    display: block;
    font-size: 0.14rem;
    color: #fff;
    /* border: solid 1px #fff; */
}


.tag-teacher-content ul li .teacher-top-content .teacher-list-desc h2 a {
    font-weight: bold;
    height: 0.4rem;
    line-height: 0.4rem;
}

.tag-teacher-content ul li .teacher-top-content .teacher-list-desc p {
    text-align: center;
    font-size: 0.14rem;
}




.tag-teacher-content ul li a img {
    width: 2.2rem;
    /* height: 2.75rem; */
}


.tag-teacher-content .teacher-seo-desc {
    overflow: hidden;
    color: #4a4a4a;
    font-size: 0.18rem;
    width: 100%;
    height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/*栏目部分*/
.tag-teacher-content ul .lanmu {

    width: 4.6rem;

}

.tag-teacher-content ul .lanmu img {
    width: 4.6rem;
}

.tag-teacher-content ul .lanmu .teacher-seo-desc {
    width: 4.6rem;
    height: 1.08rem;
    background: #D5081E;
    text-align: center;
    line-height: 1.08rem;

}

.tag-teacher-content ul .lanmu .teacher-seo-desc a {
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
}




/*************************************************************************************************************学校 tag-school*/
.tag-school {
    width: 100%;

}

.tag-school .tag-school-content {
    display: block;
    width: 14.4rem;
    margin: auto auto;
    /* border: solid 1px blue; */
    /* padding-left: 2.4rem;
    padding-right: 2.4rem; */

}

.tag-school-content>ul {
    width: 14.4rem;
    display: flex;
    flex-wrap: wrap;

}

.tag-school-content>ul>li {

    width: 3.42rem;
    height: 4.55rem;
    margin: 0.09rem;
    box-shadow: 0 0 2px 2px #efefef;
    overflow: hidden;

}

.tag-school-content>ul>li>a {
    display: block;
    font-size: 0.14rem;
    width: 3.42rem;
    height: 3.42rem;
}

.tag-school-content>ul>li>a>img {
    width: 100%;
    height: 100%;
}

.tag-school-content>ul>li div {
    width: 3.42rem;
    height: 1.13rem;
}

.tag-school-content>ul>li div a {
    color: #4a4a4a;
}

.tag-school-content>ul>li div p:nth-of-type(1) {
    font-weight: bold;
    height: 0.53rem;
    line-height: 0.53rem;
}

.tag-school-content>ul>li p {
    font-size: 0.18rem;
    color: #4a4a4a;
    text-align: center;
}

.tag-school-content>ul>li div p:nth-of-type(2) {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tag-school-content>ul>li div p:nth-of-type(3) {

    height: 0.3rem;
    line-height: 0.3rem;

}

.tag-school-content>ul>.lanmu div {

    font-size: 0.24rem;
    background-color: #D5081E;

    text-align: center;
    height: 1.12rem;
    line-height: 1.12rem;
}

.tag-school-content>ul>.lanmu>a {
    display: block;
    width: 3.42rem;
    height: 3.42rem;
    display: flex;
    align-items: center;
}

.tag-school-content>ul>.lanmu div a {

    color: #fff;

}

.tag-school-content>ul>.lanmu>a>img {

    /* height: 3.42rem; */
    width: 4.64rem;
    height: 2.68rem;
    margin-left: -0.6rem;


}


/********************************************************************************************************课程 tag-kc*/
.tag-kc {

    width: 100%;

}

.tag-kc .tag-kc-content {

    display: block;
    width: 14.4rem;
    margin: auto auto;

}


.tag-kc .tag-kc-content section {

    width: 14.4rem;

    display: flex;
    flex-wrap: wrap;

}

.tag-kc .tag-kc-content section dl {
    width: 4.6rem;
    height: 3.8rem;
    margin: 0.1rem;
    box-shadow: 0 0 2px 2px #efefef;

}

.tag-kc .tag-kc-content section dl dt img {

    width: 4.6rem;
    height: 2.68rem;

}

.tag-kc .tag-kc-content section dd {
    height: 1.12rem;
    background: #D5081E;
}

.tag-kc .tag-kc-content section dd>a {
    display: block;
    font-size: 0.24rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    color: #fff;
}

.tag-kc .tag-kc-content section dd>p {
    font-size: 0.18rem;
    height: 0.56rem;
    /* line-height: 0.56rem; */
    text-align: center;
    color: #fff;
}

.tag-kc .tag-kc-content section .lanmu dd {

    height: 1.12rem;
    line-height: 1.12rem;

}

.tag-kc .tag-kc-content section .lanmu dd a {
    display: block;
    height: 1.12rem;
    line-height: 1.12rem;
    color: #fff;
}



/******************************************************************************************************简章 tag-zsjz   */
.tag-zsjz {
    width: 100%;
}

.tag-zsjz .tag-zsjz-content {
    display: block;
    width: 14.4rem;
    display: block;
    box-sizing: border-box;
    padding-left: 2.4rem;
    padding-right: 2.4rem;


}

.tag-zsjz-content section {

    width: 14.4rem;
    display: flex;
    flex-wrap: wrap;

}

.tag-zsjz-content section dl {

    height: 3.04rem;
    width: 2.2rem;
    /* border: solid 1px red; */
    /* background: #ccc; */
    margin: 0.1rem;
    box-shadow: 0 0 2px 2px #efefef;

}

.tag-zsjz-content section dl dt {
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tag-zsjz-content section dl dd {
    height: 0.84rem;
    background-color: #d8d8d8;
    /* border: solid 1px red; */
}

.tag-zsjz-content section dl dd a {
    display: block;
    box-sizing: border-box;
    padding-top: 0.1rem;
    font-size: 0.18rem;
    color: #4a4a4a;
    height: 0.84rem;
    line-height: 2;
    text-align: center;
    align-items: center;
    justify-content: center;


    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;


}

/*栏目*/
.tag-zsjz-content section .lanmu {

    width: 4.6rem;
    height: 3.04rem;

}

.tag-zsjz-content section .lanmu dt {
    width: 4.6rem;
    height: 2.2rem;
}

.tag-zsjz-content section .lanmu dt img {
    width: 4.6rem;
    height: 2.2rem;
}

.tag-zsjz-content section .lanmu dd {
    height: 0.84rem;
    background: #D5081E;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.84rem;
}

.tag-zsjz-content section .lanmu dd a {
    display: block;
    height: 0.84rem;
    line-height: 0.84rem;
    color: #fff;
    font-size: 0.24rem;
}

.tag-zsjz-content dl dt a img {
    width: 1.5rem;
}


.tag-teacher-content ul li .teacher-seo-desc h2 a {
    font-weight: bold;
    height: 0.3rem;
    line-height: 0.4rem;
    color: #000;

}

.tag-teacher-content ul li .teacher-seo-desc p {
    max-width: 2.18rem;
    text-align: center;
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tag-teacher-content ul li .teacher-seo-desc a {
    width: 100%;
    height: 0.25rem;
    line-height: 0.25rem;
    text-align: center;
    display: block;
    font-size: 0.14rem;
    color: #000;
}

/*新版 新闻_______________________________________________________________________________________________________________________________________*/

@media screen and (min-width:960px) {
        /*@顶部描述*/
        .tag-main-news-desc{
     
            box-sizing: border-box;
            width: 100%;
            height: 0.68rem;
            display: flex;
            padding-left: 2.4rem;
            align-items: center;
            font-size: 0.24rem;
            color: #fff;
            background-color: #e22829;
            font-weight: bold;
        }
        .tag-main-news-desc img{
            width: 0.34rem;
            height: 0.34rem;
            margin-right: 0.2rem;
        }
        /*@简介*/
        .tag-main-news-jianjie{
            box-sizing: border-box;
            padding-left: 2.4rem;
            height: 0.56rem;
            font-size: 0.14rem;
            display: flex;
            align-items: center;
            color: #7a7a7a;
            border-bottom: solid 0.01rem #dbdbdb;
        }
        .tag-main-news-jianjie >a {
            font-size: 0.14rem;
            color: #7a7a7a;
        }
        /*@正文、描述*/
        .main-content-container{

            width:100%;
            position: relative;
            min-height: 26rem;
        }
        .main-content-container .main-content-left{
            width: 8.9rem;
            padding-left: 2.4rem;
        } 
        .main-content-container h1{
            text-align: left;
            font-size: 0.36rem !important;
            font-weight: bold;
        }
        .main-content-container .main-content-left .article-container-header{
            box-sizing: border-box;
            padding-top: 0.2rem;
            height: 1.2rem;
            display: flex;
            flex-direction: column;
            border-bottom: solid 0.01rem #dbdbdb;
        } 
        .main-content-container .main-content-left header p{
            display: flex;
            justify-content: space-between;
            margin-top: 0.2rem;
        }
        .main-content-container .main-content-left header time,
        .main-content-container .main-content-left header span{
            font-size: 0.14rem;
            color: #7a7a7a;
        }
        .tag-news-content-desc{
            margin-top: 0.36rem;
            text-indent: 2em;
            font-size: 0.18rem;
            line-height: 2em;
        }
        .tag-news-content-container{
            font-size: 0.18rem;
            line-height: 2em;
        }
        .tag-news-content-container p{

            margin-top: 0.36rem;
            text-indent: 2em;
            font-size: 0.18rem;
            line-height: 2em;

        }

        .tag-news-content-danger{

            margin-top: 0.36rem;
            margin-bottom: 0.3rem;
            border: 1px dashed #7a7a7a; 
            padding: 20px 5px; 
            color: red; 
            border-radius: 5px; 
            font-size:0.14rem;
            color: #878787;
            box-sizing: border-box;
            padding: 0.18rem;

        }
        .tag-lingqu{
            display: block;
            width: 100%;
            height: 1.02rem;
            /* margin-top: 0.3rem;
            margin-bottom: 0.3rem; */
        }
        .tag-lingqu>img{
            width: 100%;
        }
        .main-container-list{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .main-container-list li{
            width: 4.2rem;
            height: 1.56rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: solid 0.01rem #ccc;

        }
        .main-container-list li a{
            width: 4.2rem;
            height: 1.56rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: solid 0.01rem #ccc;

        }
        .main-container-list li a:nth-last-of-type(1),
        .main-container-list li a:nth-last-of-type(2){
            border-bottom: none;
        }
        .main-container-list li a img{
            width: 1.04rem;
            height: 1.04rem;
            border: solid 0.01rem #ccc;
        }
        .main-container-list li a>div{
            width: 3rem;
            height: 1.04rem;
        }
        .main-container-list li a>div>p:nth-of-type(1){
            font-size: 0.16rem;
            font-weight: bold;
            line-height: 2em;
            text-overflow:ellipsis;
            overflow:hidden;
            white-space:nowrap;
            color: #000;
        }
        .main-container-list li a>div>p:nth-of-type(2){
            font-size: 0.14rem;
            /* line-height: 2em; */
            color: #4a4a4a;
            text-overflow:ellipsis;
            overflow:hidden;
            white-space:nowrap;
            height: 0.3rem;

        }
        .main-container-list li a>div>p:nth-of-type(3){
            width: 1rem;
            text-align: center;
            height: 0.22rem;
            line-height: 0.22rem;
            font-size: 0.14rem;
            background: #fde5e5;
            color: #cb010d;
        }
        .main-container-list li a>div>p:nth-of-type(4){
            font-size: 0.14rem;
            color: #ccc;
            line-height: 2em;
        }
        /*@中部表单 tag-middle-form*/

        .tag-middle-form{
            width: 14.4rem;
            height: 1rem;
            margin-top: 0.3rem;
            margin-bottom: 0.3rem;
            margin-left: auto;
            margin-right: auto;
            background-color: #e32828;
            /* border: solid 1px red; */
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
        .tag-middle-form input{
            font-size: 0.14rem;
            width: 2rem;
            border: solid 1px #fff;
            border-radius: 0.05rem;
            height: 0.3rem;
            line-height: 0.3rem;
            background: #ffd9d9;
            padding-left: 0.1rem;
        

        }

        .tag-middle-form input::placeholder{
            color: #757575;
            font-weight: bold;
        }
        .tag-middle-form select{
            height: 0.3rem;
            font-size: 0.14rem;
            width: 2rem;
            background: #ffd9d9;
            color: #757575;
            border-radius: 0.05rem;
            font-weight: bold;
        }
        .tag-middle-form button{
            font-size: 0.14rem;
            width: 1rem;
            border-radius: 0.05rem;
            height: 0.3rem;
            border: solid 0.01rem #fff;
            background: #c91125;
            color: #fff;
            font-weight: bold;
        }
        /*@右边工具栏*/

        .tag-news-container-right{
            width: 5rem;
           
            /* border: solid 1px red; */
            font-size: 0.16rem;
            position: absolute;
            right: 2.4rem;
            top: 0.32rem;
          
        }

        .tag-news-container-right>section{
            margin-top: 0.3rem;
        }
        .tag-news-container-right section> div{
            height: 0.56rem;
        }
        .tag-news-container-right section> div > h3{
            box-sizing: border-box;
            padding-left: 0.1rem;
            border-left: solid 0.05rem #e40002;
            height:0.3rem;
            line-height: 0.3rem;
            font-size: 0.24rem;
            font-weight: bold;
            color: #e40002;
        }


        /*@老师*/
 
        .tag-news-ds-item{
            width: 100%;
            /* border: solid 0.01rem #cb010d; */
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 0.5rem;
        }
       .tag-news-ds-item>div{

            height: 1rem;
            display: flex;
            flex-wrap: wrap;
            margin-top: 0.2rem;
            width: 4.4rem;
        }
        .tag-news-ds-item>div>a>img{
            height: 1rem;
        }
        .tag-news-ds-item>div>p{
            width: 3.2rem;
            height: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            padding-left: 0.2rem;
        }
        .tag-news-ds-item>div>p>a{
            font-size: 0.14rem;
        }
        .tag-news-ds-item>div>p>a:nth-of-type(1){
            color: #000;
            font-weight: bold;

        }
        .tag-news-ds-item>div>p>a:nth-of-type(2){
            color: #4a4a4a;
      

        }
        .tag-news-ds-item>div>p>a:nth-of-type(3){
            color: #4a4a4a;
        }

        /*@学员作品*/
        .tag-news-container-zuopin{
            width: 100%;
            height: 7.2rem;
            overflow: hidden;
            
        }
        .tag-news-zuopin-item{
            width: 100%;
        }
        .tag-news-zuopin-item>div{

            width: 100%;
            display: flex;
            flex-wrap: wrap;
         
        } 

        .tag-news-container-zuopin dl {
            width: 2.3rem;
            margin-bottom: 0.2rem;
            margin-left: 0.1rem;
        }
    
        .tag-news-container-zuopin dl dt {
            width: 100%;
            height: 1.3rem;
            position: relative;
        }
    
        .tag-news-container-zuopin dl dt img {
            width: 100%;
            /* height: 100%; */
            border-radius: 0.12rem 0.12rem 0px 0px;
            position: absolute;
        }
    
    
        .tag-news-container-zuopin dl dt .jie-xia-kunseo img {
            width: 0.46rem;
            height: 0.4rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }
    
        .tag-news-container-zuopin dl dd {
            background: #fff;
            border-radius: 0px 0px 0.12rem 0.12rem;
            font-size: 18px;
            align-items: center;
            position: relative;
            box-shadow: 0px 0px 9px 0px #d1d1d1;
            text-align: center
        }
    
        .tag-news-container-zuopin dl dd p {
       
            font-size: 0.18rem;
            font-family: SourceHanSansCN-Regular, SourceHanSansCN;
            font-weight: 400;
            color: #4A4A4A;
            line-height: 0.27rem;
            text-align: center;
            margin: 0 auto;
            padding-bottom: 0.14rem;
    
        }
    
        .tag-news-container-zuopin dl dd span {
    
            font-size: 0.18rem;
            font-family: SourceHanSansCN-Medium, SourceHanSansCN;
            font-weight: 500;
            color: #4A4A4A;
            line-height: 0.27rem;
            margin-top: 0.2rem;
            display: inline-block;
            margin-bottom: 0.04rem;
        }
        .tag-news-container-zuopin dl{

        }


        .tag-news-container-right>section>ul{
            box-sizing: border-box;
            padding: 0.22rem;
        
        }

        .tag-news-container-right>div{
            margin-top: 0.3rem;
        }

        .tag-news-container-hot{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            box-shadow: 0 0 0.2rem 0.01rem #f0f0f0;
        }

        .tag-news-container-hot li{
            width: 2.24rem;
            height: 0.5rem;
            line-height: 0.5rem;
            border-radius: 0.5rem;
            background: #f4f4f4;
            text-overflow:ellipsis;
            overflow:hidden;
            white-space:nowrap;
            text-align: center;
            margin-top: 0.22rem;
        }
        .tag-news-container-hot li:nth-of-type(1),
        .tag-news-container-hot li:nth-of-type(2){
            margin-top: 0;
        }
        .tag-news-container-hot li a{
            font-size: 0.14rem;
            color: #000;
        }
        .tag-right-kc{
            width: 4.6rem;
            height: 2.4rem;
            margin-top: 0.22rem;
            overflow: hidden;
        }
        .tag-right-kc>div{
            width: 4.6rem;
            height: 2.4rem;
        }
        .tag-right-kc>div>a{
            display: block;
            width: 4.6rem;
            height: 2.4rem;
        }
        .tag-right-kc>div>a>img{
            width: 4.6rem;
            height: 2.4rem;
            
        }
        .tag-container-right-attention{
            border: solid 0.01rem #d30102;
            counter-reset: attention;
        }
        .tag-container-right-attention li{
            height: 0.36rem;
            line-height: 2em;
            text-overflow:ellipsis;
            overflow:hidden;
            white-space:nowrap;
        }
        .tag-container-right-attention li a{
            color: #4a4a4a;
        }
        .tag-container-right-attention li::before{
            display: inline-block;
            counter-increment:attention;
            content:counter(attention);
            width: 0.2rem;
            height: 0.2rem;
            line-height: 0.2rem;
            text-align: center;
            border-radius: 50%;
            background: #bfbfbf;
            color: #fff;
            margin-right: 0.1rem;
        }
        .tag-container-right-attention li:nth-of-type(1)::before,
        .tag-container-right-attention li:nth-of-type(2)::before{
            background-color: #e00000;
        }
        .tag-container-right-attention2{
            border: solid 0.01rem #7a7a7a;
        }

        /*@添加免费测评的样式按钮*/
        .tag-teacher-content ul li .teacher-seo-desc .teacher-mianfeishiting{
            font-size: 0.18rem;
            font-weight: bold;
            padding-top: 0.05rem;
            padding-bottom: 0.05rem;
            color: #fff;
            background: #e00000;
        }

 
    
}


/***************移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移
动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端**************************************************************************************************************************************************************导航样式**/

@media screen and (max-width: 960px) {

    #m-form-banner {
        display: block;
    }

    #footer {
        display: none;
    }

    #m-footer {
        display: block;
    }

    #navcight {
        display: block;
    }

    html {
        overflow-x: hidden;
    }

    html body {
        /* max-width: 100%; */
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        margin: auto;
        /* border: solid 1px red; */
        overflow-x: hidden;
        padding-top: initial !important;
    }

    .tag-news {
        max-width: 3.75rem;
    }

    #header-nav {
        display: none;

    }

    #header-banner {
        display: none;
    }

    .tag-nav {

        width: 3.75rem;
        margin: 0.1rem auto;
    }

    .tag-news {
        width: 3.75rem;
    }

    .tag-news .tag-content {
        width: 3.75rem;
    }


    .tag-nav-link {

        box-sizing: border-box;
        /* width: 5rem; */
        /* overflow-x: scroll; */
        /* border: solid 1px black; */
        margin: initial;
        width: 3.75rem;
        height: 0.3rem;

    }

    .tag-nav-link li {

        text-align: center;
        width: 0.75rem;
        height: 0.3rem;
        line-height: 0.3rem;
        margin: 0;
        box-sizing: border-box;
        border: initial;

    }

    .tag-nav-link li a {
        text-align: center;
        width: 0.75rem;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.12rem;
        margin: 0;
        box-sizing: border-box;
    }

    .tag-nav article {

        width: 3.75rem;
        overflow-x: scroll;

    }

    .tag-nav-content {
        min-height: initial;
        height: auto;
    }

    .tag-nav-content div a {
        display: block;
        width: 0.75rem;
        height: 0.25rem;
        line-height: 0.25rem;
        font-size: 0.12rem;
        margin: 0.05rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tag-nav-content div {
        min-height: 0.3rem;
    }

    .tag-news-content,
    .tag-school-content,
    .tag-teacher-content,
    .tag-kc-content,
    .tag-zsjz .tag-zsjz-content {
        width: 3.75rem;
    }

    .tag-news-content ul,
    .tag-school-content ul,
    .tag-teacher-content ul,
    .tag-kc-content ul,
    .tag-zsjz-content ul {
        width: 3.75rem;
        padding-left: 0.075rem;


    }

    .tag-teacher-content ul {
        padding-left: 0;
    }

    .tag-school-content,
    .tag-teacher .tag-teacher-content {
        width: 3.75rem;
        padding-left: initial;
        padding-right: initial;
    }

    .tag-teacher-content ul li {
        margin: 0 0;
        width: 1.8rem;
        margin: 0.03rem;
    }

    .tag-teacher-content ul li div {
        width: 1.8rem;
    }

    .tag-teacher-content ul li .teacher-top-content .teacher-img-a {
        width: 1.8rem;
    }

    .tag-teacher-content ul li a img {
        width: 1.8rem;
    }

    .tag-teacher-content ul li .teacher-top-content .teacher-list-desc {
        width: 1.8rem;
    }

    .tag-teacher-content ul .lanmu {
        width: 3.75rem;
    }

    .tag-teacher-content ul .lanmu img {
        width: 3.75rem;
    }

    .tag-teacher-content ul .lanmu .teacher-seo-desc {
        width: 3.75rem;
    }

    .tag-kc .tag-kc-content section dl {
        width: 3.75rem;

    }

    .tag-kc .tag-kc-content section dl dt img {
        width: 3.75rem;
    }

    .tag-kc .tag-kc-content section dl {
        margin: initial;
    }

    .tag-zsjz-content section {
        width: 3.75rem;
    }

    .tag-zsjz .tag-zsjz-content {
        padding-left: initial;
        padding-right: initial;
    }

    .tag-zsjz-content section dl {
        width: 1.8rem;
    }

    .tag-zsjz-content section dl dt {
        width: 1.8rem;
    }

    .tag-zsjz-content section dl {
        margin: initial;
        margin: 0.03rem;
    }

    .tag-zsjz-content section .lanmu {
        width: 3.75rem;
    }

    .tag-zsjz-content section .lanmu dt img {
        width: 3.75rem;
    }

    .tag-zsjz-content section .lanmu dt {
        width: 3.75rem;
    }


    .tag-teacher-content ul li .teacher-seo-desc p {
        max-width: 1.92rem;
        text-align: center;
        font-size: 0.14rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


/*新闻移动版_______________________________________________________________________________________________________________________________________*/
.main-zx{
    width: 3.75rem;
    box-sizing: border-box;
}

/*@顶部描述*/
.tag-main-news-desc{
    box-sizing: border-box;
    width: 3.75rem;
    height: 0.34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.12rem;
    color: #fff;
    background-color: #e22829;
    font-weight: bold;
}
.tag-main-news-desc img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;

}
/*@简介*/
.tag-main-news-jianjie{
    box-sizing: border-box;
    height: 0.28rem;
    font-size: 0.1rem;
    display: flex;
    align-items: center;
    color: #7a7a7a;
    border-bottom: solid 0.01rem #dbdbdb;
}
.tag-main-news-jianjie >a {
    font-size: 0.1rem;
    color: #7a7a7a;
}
/*@正文、描述*/
.main-content-container{

    width:100%;
    position: relative;
    
}
.main-content-container .main-content-left{
    width: 3.75rem;
    box-sizing: border-box;
    padding-left: 0.075rem;
    padding-right: 0.075rem;

} 
.main-content-container h1{
    text-align: left;
    font-size: 0.18rem !important;
    font-weight: bold;
}
.main-content-container .main-content-left .article-container-header{
    box-sizing: border-box;
    padding-top: 0.1rem;
    height: 0.6rem;
    display: flex;
    flex-direction: column;
    /* border-bottom: solid 0.01rem #dbdbdb; */
} 
.main-content-container .main-content-left header p{
    display: flex;
    justify-content: space-between;
    margin-top: 0.05rem;
 
}
.main-content-container .main-content-left header time,
.main-content-container .main-content-left header span{
    font-size: 0.1rem;
    color: #7a7a7a;
}
.tag-news-content-desc{
    margin-top: 0.18rem;
    text-indent: 2em;
    font-size: 0.1rem;
    line-height: 2em;
}
.tag-news-content-container{
    font-size: 0.18rem;
    line-height: 2em;
}
.tag-news-content-container p{

    margin-top: 0.18rem;
    text-indent: 2em;
    font-size: 0.1rem;
    line-height: 2em;

}
.tag-news-content-container p img{
    width: 90% !important;
    height: auto !important;
}
.tag-news-content-danger{

    margin-top: 0.36rem;
    margin-bottom: 0.3rem;
    border: 0.01rem dashed #7a7a7a; 
    color: red; 
    border-radius: 0.05rem; 
    font-size:0.1rem;
    color: #878787;
    box-sizing: border-box;
    padding: 0.1rem;

}
.tag-lingqu{
    display: block;
    width: 100%;

}
.tag-lingqu>img{
    width: 100%;
}
.main-container-list{
    width: 3.75rem;
    box-sizing: border-box;
    padding-left: 0.075rem;
    padding-right: 0.075rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-container-list li{
    width: 3.6rem;
    height: 1.1rem;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    border-bottom: solid 0.01rem #ccc;

}
.main-container-list li a{
    width: 3.6rem;
    height: 1rem;
    color: #4A4A4A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 0.01rem #ccc;
}
.main-container-list li a:nth-last-of-type(1){
    border-bottom: none;
}
.main-container-list li a img{
    width: 0.52rem;
    height: 0.52rem;
    border: solid 0.01rem #ccc;
}
.main-container-list li a>div{
    width: 3rem;
    height: 0.52rem;
}
.main-container-list li>a>div>p:nth-of-type(1){
    font-size: 0.1rem;
    font-weight: bold;
    line-height: 2em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.main-container-list li>a>div>p:nth-of-type(2){
    font-size: 0.09rem;
    line-height: 2em;
    color: #4a4a4a;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.main-container-list li>a>div>p:nth-of-type(3){
    width: 1rem;
    text-align: center;
    height: 0.22rem;
    line-height: 0.22rem;
    font-size: 0.09rem;
    background: #fde5e5;
    color: #cb010d;
}
.main-container-list li>a>div>p:nth-of-type(4){
    font-size: 0.09rem;
    color: #ccc;
    line-height: 2em;
}
/*@右侧工具栏*/
.tag-news-container-right{
    
    width: 3.75rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    padding-left: 0.075rem;
    padding-right: 0.075rem;

}
.tag-news-section-ds,
.tag-news-section-hot1,
.tag-news-section-hot2,
.tag-news-section-zuopin,
.tag-right-kc,
.tag-news-section-ds{
    display: none;
}


.tag-news-container-right>section{
    margin-top: 0.15rem;
}
.tag-news-container-right section> div{
    height: 0.28rem;
}

.tag-news-container-right section> div > h3{
    box-sizing: border-box;
    padding-left: 0.05rem;
    border-left: solid 0.025rem #e40002;
    height:0.15rem;
    line-height: 0.15rem;
    font-size: 0.12rem;
    font-weight: bold;
    color: #e40002;
}
.tag-news-container-right>section>ul{
    box-sizing: border-box;
    padding: 0.11rem;
   
}

.tag-news-container-right>div{
    margin-top: 0.15rem;
}
.tag-news-container-hot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 0.2rem 0.01rem #f0f0f0;
}

.tag-news-container-hot li{
    width: 1.5rem;
    height: 0.25rem;
    line-height: 0.25rem;
    border-radius: 0.25rem;
    background: #f4f4f4;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    text-align: center;
    margin-top: 0.11rem;
}
.tag-news-container-hot li:nth-of-type(1),
.tag-news-container-hot li:nth-of-type(2){
    margin-top: 0;
}
.tag-news-container-hot li a{
    font-size: 0.1rem;
    color: #000;
}


.tag-container-right-attention{
    border: solid 0.01rem #d30102;
    counter-reset: attention;
}
.tag-container-right-attention li{
    height: 0.2rem;
    line-height: 2em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.tag-container-right-attention li a{
    color: #4a4a4a;
    font-size: 0.1rem;
}
.tag-container-right-attention li::before{
    display: inline-block;
    counter-increment:attention;
    content:counter(attention);
    width: 0.1rem;
    height: 0.1rem;
    line-height: 0.1rem;
    text-align: center;
    border-radius: 50%;
    background: #bfbfbf;
    color: #fff;
    margin-right: 0.05rem;
    font-size: 0.1rem;
}
.tag-container-right-attention li:nth-of-type(1)::before,
.tag-container-right-attention li:nth-of-type(2)::before{
    background-color: #e00000;
}
.tag-container-right-attention2{
    border: solid 0.01rem #7a7a7a;
}


/*@中部表单*/
.tag-middle-form{
    width: 3.75rem;
    height: 2rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #e32828;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
}

.tag-middle-form input{
    font-size: 0.14rem;
    width: 2rem;
    border: solid 1px #fff;
    border-radius: 0.05rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background: #ffd9d9;
    padding-left: 0.1rem;
    
}

.tag-middle-form input::placeholder{
    color: #757575;
    font-weight: bold;
}
.tag-middle-form select{
    height: 0.3rem;
    font-size: 0.14rem;
    width: 2rem;
    background: #ffd9d9;
    color: #757575;
    border-radius: 0.05rem;
    font-weight: bold;
    /* display: block; */
}
.tag-middle-form button{
    font-size: 0.14rem;
    width: 1rem;
    border-radius: 0.05rem;
    height: 0.3rem;
    border: solid 0.01rem #fff;
    background: #c91125;
    color: #fff;
    font-weight: bold;
}


/*@添加免费测评的样式按钮*/
.tag-teacher-content ul li .teacher-seo-desc .teacher-mianfeishiting{
    font-size: 0.18rem;
    font-weight: bold;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    color: #fff;
    background: #e00000;
}


/*@y移动端tag列表样式的修改——————————————————————*/

.main-container-list li>a>div>p:nth-of-type(2){
    line-height: initial;
    height: 0.24rem;
}




}