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

.teacher-detail-main{
    /* border: solid 1px black; */
    /* padding-left:2.44rem ; */
    box-sizing: border-box;
}
.teacher-detail-container{
    box-sizing: border-box;
    /* padding-left: 2.44rem; */
    /* border: solid 1px green; */
}
.teacher-detail-title h2{

    font-size: 0.48rem;
    color:#D5081E;
    text-align: center;
    font-weight: bold;

}
.teacher-detail-title p{
    font-size: 0.36rem;
    color: #4a4a4a;
    font-weight: bold;
    text-align: center;
}

.teacher-detail-title {
    margin-top:0.8rem;
}

.teacher-jianjie{
    margin: 0.8rem auto 0.8rem auto;
    width: 8.88rem;
    color: #4a4a4a;
    font-size: 16px;
    text-align: center;

}

.teacher-detail-content{
    width: 11.92rem;
    margin: 1rem auto;
    overflow: hidden;
}
.teacher-detail-content ul{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.teacher-detail-content ul li{
    width: 5.76rem;
    height: 3.42rem;
    box-sizing: border-box;
    /* border: solid 1px red; */
    padding: 0.1rem;
    padding-top:0.2rem;
    /* background-color: red; */

    margin-top:0.4rem;
    background-color: #fff;
    margin-left: 0.1rem;
    margin-right: 0.1rem;

    
}

.teacher-detail-content ul li a img{
    width: 100%;
    display: block;
    width: 2.4rem;
    height: 3rem;
}.teacher-detail-content ul li div{

    display: flex;
    padding-left:0.1rem;
    box-sizing: border-box;
}
.teacher-detail-content ul li div a{

    display: block;
    /* border: solid 1px blue; */
}
.teacher-detail-content ul li div dt{
    font-size: 0.2rem;
    color: #4a4a4a;
    font-weight: bold;
}
.teacher-detail-content ul li div dt a{
    color: #4a4a4a;
}
.teacher-detail-content ul li div dl{
    width: 2.77rem;
    display: block;
    width: 100%;
    margin-left: 0.2rem;
    margin-top:0.06rem;
    /* border: solid 1px green; */

    /* border: solid 1px green; */
}
.teacher-detail-content ul  div dl dd{
    margin-top:0.2rem;
    font-size: 0.18rem;
    color: #4a4a4a;
}
.teacher-detail-content ul  div dl .teacher-name a{
    color: #4a4a4a;
}
.teacher-detail-content ul  div dl .teacher-hr{
    width: 2.17rem;
    height: 1px;
    background-color: #d8d8d8;
    
}
.teacher-detail-content ul  div dl .teacher-content{
    width: 2.77rem;
    font-size: 0.14rem;
    color: #9B9B9B;
    height: 1.19rem;
    /* border: solid 1px orange; */
    overflow: hidden;
    /* border: solid 1px black; */
    /* text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap; */
}


.teacher-detail-content ul .teacher-content p{

    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #000;

}


.teacher-detail-content ul  div dl .teacher-course{
    width: 1.48rem;
    height: 0.4rem;
    background-color:#EE3044;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
}
.teacher-detail-content ul  div dl .teacher-course a{
    color: #fff;
}
.teacher-detail-pages{
    margin-top:0.5rem;
}



/**********************************************20220401*/
.common-nav{

    width: 12rem;
    padding:0.1rem;
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
    /* border-left: solid 0.01rem #D5081E; */
    margin: auto auto;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: blue; */
    /* border: solid 1px black; */
    margin-top:-1rem;
    height: 1.5rem;


}
.common-nav-container{

    /* border: solid 1px blue; */
    height: 0.7rem;

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

}
.common-nav-container a{

    float: left;
    text-align: center;
    font-size: 0.16rem;
    display: block;
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.7rem;
    margin-left: 0.1rem;
    border: solid 1px #D5081E;
    border-bottom: solid 0.1rem #D5081E;
    color: #D5081E;
    
}
.common-nav-container .common-nav-container-active{
    background-color: #D5081E;
    color: #fff;
}
.common-nav-content{
    margin-top:0.1rem;
    display: flex;
    flex-wrap: wrap;
}


.common-nav-content a{

    font-size: 0.12rem;
    width: 1.5rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    border: solid 1px #d8d8d8;
    margin-left:0.1rem;
    color: #717171;
    margin-top: 0.1rem;

}

.common-nav-content .teacher-title-active{

    color: #f7f7f7;
    background-color: #EE3044;

}

.main-content{
    position: relative;
    /* border: solid 1px red; */

}

  /**培训课程**************************************************************/
  .school-title-course{
    margin-top: 0.8rem;
}
.school-title-course h2{
    text-align: center;
    background: url(/img/html5_join/news-hr.png) no-repeat;
    background-position: 0 0.16rem;
    background-size: 19.2rem;
    color: #D5081E;
    font-size: 0.36rem;
}

.school-title-course div{
    font-size: 0.18rem;
    color: #4a4a4a;
    text-align: center;
    margin-top:0.16rem
}
.article-right-module{

  width: 4.64rem;

  padding-bottom: 0.5rem;

}

.article-right-container{

  display: flex;
  justify-content: space-between;
}

.article-right-h2{
  color: #D5081E;
  font-size: 0.24rem;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  font-weight: bold;
}

.article-right-fu{
  color: #4a4a4a;
  font-size: 0.16rem;
  font-weight: bold;
}

.article-rightlist-more{
  font-size: 0.18rem;
  background: #D5081E;
  width: 1.48rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;



}
.article-rightlist-more a{
  color: #fff;
}
.article-main{
  margin-top:0.2rem;
  box-sizing: border-box;
  /* height: 4.41rem; */
  /* border: solid 1px #D5081E; */
  font-size: 0.18rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top:0.4rem;
  padding-bottom: 0.5rem;
  height: 2.68rem;
  background-color: #d8d8d8;
  /* padding-left: 1rem; */
  /* padding-top:0.4rem; */

}

.article-main li{
  height: 0.36rem;
  /* border: solid 1px red; */
  line-height: 0.36rem;
  box-sizing: border-box;
  padding-left:0.36rem;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}

.article-main li{
  background: url(./img/icon2.png) no-repeat;
  background-position: 0.08rem;
}
.article-main li a{

  font-size: 0.18rem;
  color: #4a4a4a;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;

}

.article-main-course{

width: 4.64rem;
height: 2.68rem;
/* border: solid 1px red; */
margin-top:0.1rem;

}
.article-main-course img{
width: 100%;
}

/**培训课程列表板块*****************************************/
.school-title-course-list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:0.8rem;
}
.school-title-course-list .article-right-module{
  margin-left:0.24rem;
  
}
.article-right-module a{
    color: #D5081E;
}
.consult-phone-baidu-module{
    background:#fff;
}
.art-train-process .botmSignCon ul li div input{
    width:1.5rem;
}






/*****移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端移动端***************************************************************************************************移动端**/





