.main{
height: 100%;
 box-sizing: border-box ; 
   width: 100% !important;
   margin-left: auto;
   margin-right: auto;
   background-color: #f5f5f5;
}
 *{
  
 }
.main_content {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 94%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   padding-top: 2rem;
   padding-bottom: 2rem;
}
.daohangbox {
   display: flex;

   justify-content: flex-start;
   align-items: center;
   width: 100%;
   height: 4rem;
   margin-left: auto;
   margin-right: auto;
   position: relative;

   border-bottom: 2px solid #e5e5e5;



}

.title_header {
   width: 6px;
   height: 2rem;
   background-color: #006644;


   align-items: center;
}

.lmName {

   margin-left: 1rem;
   font-size: 1.5rem;

   font-weight: 600;
   color: #828382;
}

.list_title {

   position: absolute;
   list-style: none;
   left: 0;

}

.list_title li {
   float: left;

   margin-left: 20px;
}

.list_title li a {
   color: #575857;

}

.list_title li a:hover {
   color: #067006;

}


.content {
   width: 80%;
   min-height: 30rem;
    
   margin-left: auto;
   margin-right: auto;
   margin-top: 2rem;
    
  background-color: #f5f5f5;
}

.leftbox {
   width: 14.5%;

   height: auto;


}

.left_listbox {

   margin-top: 2rem;

}

.leftbox ul {

   
   width: 100%;
   height: auto;
   margin-top: -1rem;


}



.left_header {
   width: 100%;
   height: 4rem;
   background-color: #0c6b08;
   text-align: center;
   line-height: 4rem;
   font-size: 1.5rem;
   color: #fff;
   border-bottom: 4px solid #b9f8b7;
}

.parent_name {

   font-size: 1.8rem;
   font-weight: 400;
   letter-spacing: 6px;
   width: 100%;
   height: 4rem;
   background-color: #019477;
   color: #fff;
   text-align: center;
   align-items: center;
   line-height: 4rem;
   margin-top: 1rem;
   margin-bottom: 1rem;
   box-shadow:
      inset 5px 5px 10px rgba(0, 0, 0, 0.5),
      /* 第一个内阴影 */
      inset -5px -5px 10px rgba(255, 255, 255, 0.8);
   /* 第二个内阴影 */
}

.rightbox {
   width: 90%;
   height: auto;
   padding: 3rem;

}

.left_listitem {
   font-size: 1rem;

   width: 100%;

 
   text-align: left;
   align-items: center;
   line-height: 3rem;
   padding-left: 1rem;

   border-bottom-width: 10%;
}

.left_listitem::after {
   content: '';
   width: 90%;
   height: 1px;
   display: block;
   margin: 0 auto;
 

}

.page_content {
   width: 100%;
   height: auto;

}
 

.pagesize {
   width: 100%;

margin-left: auto;
   margin-right: auto;
   display: flex;
   flex-direction: row;
   justify-content: center;
   border-top: 2px solid #e5e5e5;
   
}

.pagesize .info {
   width: 30%;

   line-height: 3rem;
   height: 3rem;
   margin-left: auto;
   margin-right: auto;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   color: #373737;
}

.page_contentImg {
   width: 100%;
   height: auto;

   margin-left: auto;
   margin-right: auto;
   background-color: rgb(247, 247, 247);
   margin-bottom: 5rem;
}

.content_title {
   width: 100%;
   letter-spacing: 0.12rem;
   line-height: 3rem;
   font-size: 2rem;
   text-align: center;
   padding-top: 3rem;

}

.onepage_content_title {
   width: 100%;
   min-height: 6rem;
   letter-spacing: 0.12rem;
   line-height: 2rem;
   font-size: 2rem;
   text-align: center;
   display: flex;
   justify-content: center;




}

.content_body {
   padding: 3rem 0rem;
   background-color: #f5f5f5;
  
 

}

.content_body img {
   max-width: 100%;
   height: auto;
}

.shwoInfo {
   width: 100%;
   height: 4rem;
   line-height: 4rem;
   font-size: 1rem;
   text-align: center;

}

.page_banner {
   height: 40rem;
   background-image: url(../images/bg/f2.jpg);
   background-size: 100% 100%;
   background-position: center center;
   background-size: cover;
   position: relative;
   z-index: 5500;
}

.sidebar {

   position: fixed;
   top: 0;
   left: 0;
   width: 140px;
   min-width: 140px;
   
   margin-top: 31rem;
   margin-left: 3rem;
   color: white;
   overflow-x: hidden;
   z-index: 5001;
   border-left: 2px solid #0c6b08;

}
.sidebar>ul>li{
     width: 70%;
     line-height: 1.5rem;
    margin: 10px;

}
.sidebar>ul>li a:link { /* 未访问过的链接 */
color: rgb(73, 73, 73);
}
.sidebar>ul>li a:visited { /* 访问过的链接 */
color: rgb(73, 73, 73);
}
.sidebar>ul>li a:hover { /* 鼠标悬停状态 */
    color: #006644;
}

  /*教师页面内容*/
  .teacher_name
  {
     width: 100%;
     height: auto;
     text-align: left;
     font-size: 1.5rem;
      
     margin-top: 2rem;
     line-height: 3rem;
  }
  .smlist
  {
     width: 100%;
     height: auto;
     text-align: left;
     font-size: 1.3rem;
     font-family:"微软雅黑,思源宋体,宋体,Arial,sans-serif";
     font-weight: 600;
      
     margin-top: 2rem;
     line-height: 2rem;
  }
  .smlist-text
  {
     margin-top: 0.2rem;
   font-size: 1.1rem;
  }
  .search-form
  {
   width: 100%;
   
   text-align: center;
  }
   .search-form input[type="text"]{
      width: 40%;
      border: 1px solid #ccc;
      height: 3rem;
      font-size: 1.5rem;
      border-radius: 12px;
   }
      .search-form input[type="submit"]{
      width: 10%;
      
      height: 3rem;
      font-size: 1.5rem;
      border-radius: 12px;
      background-color: #006644 ;
      color: #fff;
   }
   .list_title{
      font-size: 1.5rem;font-weight: 600;line-height: 2rem;color: #000;
      position: relative;
   }
   .list_title:hover{
    color: #006644;
   }
   .mydaohang{
      position: fixed;  width: 100%;  height: 13%;background-color: #006644;
      z-index: 7000;min-height: 130px;
     
   }
      /*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px;  color: #006644;  display: inline-block;}
.pager ul li a:hover {  color: #006644 }
.pager ul .active a { display: inline-block;  color: #006644;}
.pager ul a:not([href]):not([class]):hover {}
.pager ul .active a:hover {color: #006644;  }

.active
{
   color: #006644;
   border-bottom: 1px solid #006644;
   font-weight: 600;
}
 