/* 以下样式不用修改 开始*/
   
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu_all_inc190838
    {
        height:unset;
        padding: 20px 10px;
        box-sizing: border-box;
        border-bottom: 2px solid #e0e0e0;
        background: #fafcff;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu_allc190838
    {
        height:73px;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 ul
    {
        padding:0;
        margin: 0;
        list-style:none;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu1 ul li
    {
        height:35px;
        float:left;
        padding-left:3px;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu1 ul li.menu_line
    {
        width:8px;}
    
    /* 无需修改 */
    
    
    {
        float:left;
        padding-left:3px;
        height:35px;
        display:block;
        text-decoration:none;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu1 ul li a span
    {
        float:left;
        padding: 6px 15px;
        cursor:pointer;
        word-break:break-all;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu1 ul li a.nav_on
    {   
        background-position:left 100%;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2
    {
        clear:both;
        padding:0px;
        margin:0px;
        text-align:left;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 div
    {
        height:22px;
        padding-top:6px;
        display:none;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 div.nav_welcome
    {
        display:block;
        padding:0px;
        padding-top:6px;
        padding-left:3px;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 div.nav_on
    {
        display:block;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 ul li
    {
        height:22px;
        float:left;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 ul li.menu_line
    {
          width:0;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 li a
    {
        display:block;
        float:left;
        cursor:pointer;
        padding-left:3px;
        text-decoration:none;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 li a span
    {
        float:left;
        padding:6px 15px 4px 15px;}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 li a:hover
    {}
    
    /* 无需修改 */
    .nav_menustyle_2_5 div.menu2 li a:hover span
    {}
/* 以上样式不用修改 结束*/

.nav_menustyle_2_5
{
    width:1260px; /* 总宽度,也可以设为100% */
    margin-left:10px;}

.nav_menustyle_2_5 div.menu1 ul
{}

/* 设置一级导航未选中的字体样式 */
.nav_menustyle_2_5 div.menu1 ul li a span
{
    font-size:14px;     /* 字体大小 */
    line-height:14px;   /* 行高,与字体大小相同 */
    color:#333333;      /* 未选中字体颜色 */
    font-weight:bold;}

/* 设置一级导航选中的字体样式 */
.nav_menustyle_2_5 div.menu1 ul li a.nav_on span
{
   background:#0b6cb8;
   color:#ffffff;
 border-radius: 10px;}

/* 设置二级导航未选中的字体样式 */
.nav_menustyle_2_5 div.menu2 li a span
{
    font-size:14px;     /* 字体大小 */
    line-height:14px;   /* 行高,与字体大小相同 */
    color:#333333;}

/* 设置二级导航选中的字体样式 */
.nav_menustyle_2_5 div.menu2 li a.nav_on span
{
    background: #0b6cb8;
    color: #fff;
    border-radius: 10px;}

/* 设置二级导航鼠标经过时的字体样式 */
.nav_menustyle_2_5 div.menu2 li a:hover span,.nav_menustyle_2_5 div.menu1 li a:hover span
{
    background: #0b6cb8;
    color: #fff;
    border-radius: 10px;}

/* 设置二级导航中欢迎行(无子栏目时出现)的字体样式 */
.nav_menustyle_2_5 div.menu2 div.nav_welcome
{
    font-size:14px;     /* 字体大小 */
    line-height:14px;   /* 行高,与字体大小相同 */
    color:#333333;}
.menu2 {
border-top: 1px dotted #eeeeee;}
#teacherlist li {width: 23%; float:left; height:135px;margin:1% 10px;padding:10px;box-sizing:border-box;border:1px solid #f0f0f0;}
#teacherlist li a {width:105px; float:left; height:100%;display:block;margin-right:10px;}
#teacherlist li img {height:100%;margin:0 auto;}
#teacherlist .thumb {display: flex; height:100%; align-items: center;overflow: hidden; background:url(images/vatar.png) center center no-repeat;}
#teacherlist .description{padding:0 10px 10px 0; box-sizing:border-box; width:140px;}
#teacherlist li:hover {box-shadow:2px 2px 10px #cccccc;}
.more {clear:both; border-radius:10px;background:#f6a041;padding:2px 5px;color:#faffff;font-size:12px;margin-top:2px;font-size:10px;}

#teacherlist .description .name,#teacherlist .description .intro {width:100%;float:left;display:block;}
#teacherlist .description .name {font-weight:bold;}
#teacherlist .description .intro {color:#989898;font-size:12px;height:55px;margin-top:10px;}

