

/*排课table s==========================================================*/
.pk_tb{width:96%; margin:0 auto; font-size:14px; color:#353535;background-color: #fff;margin-top: 20px;}
.pk_tb th{height:50px; line-height:50px; text-align: center; font-weight: normal; background-color: #f1f1f1; text-align: center;}
.pk_tb td{height:35px; line-height:35px; text-align: center; font-weight: normal; margin-left: 15px;color:#353535;}
.pk_tb td a{color:#353535;}
.pk_tb .classtwo td{font-weight: bold;color:#000;font-size: 15px;padding-top:10px;}
.pk_tb td a.oper{color:#0061a7 !important;margin-left:15px;}
.pk_tb tr td a .title-hide {
    height: 30px;
    overflow: hidden;
    text-align: left;
}
.pk_tb tr td p.title-hide {
    height: 30px;
    overflow: hidden;
    text-align: left;
}
/*立即报名*/
.pk_tb a.ljbm_btn{width:106px; height:29px; line-height: 29px; display: inline-block; color:#fff; background: url('/assets/app/images/front/m3.png') 0 0 no-repeat;}
.pk_tb a.ljbm_btn:hover{width:106px; height:29px; display: inline-block; background: url('/assets/app/images/front/m3_1.png') 0 0 no-repeat;}
.pk_tb a.ljbm_btn2{height:30px; line-height: 30px; display: inline-block; padding:0 10px; color:#fff; background-color:#d7000f; text-align: center;}

/*排课table e==========================================================*/


/*纵向列表 s==========================================================*/
ul.ul_m{margin: 0; padding:0; list-style: none;}
ul.ul_m li{padding:5px; height:40px; overflow: hidden;}
ul.ul_m li.line{border-bottom: 1px dashed #e8e8e8;}
ul.ul_m li a{color:#666;}

/*纵向列表 e==========================================================*/


/*按钮 ==========================================================*/
.common-btn-div{
    width:100%;
    height: 100px;
}

.common-btn{
    color:#fff;
    width: 132px;
    height: 41px;
    border: none;
    float: left;
    background: url(/assets/app/images/front/hd02.png)  top no-repeat;
}
.common-btn:hover{
    background: url(/assets/app/images/front/hd01.png)  top no-repeat;
}
/*按钮 e==========================================================*/

/*input框 s==========================================================*/
.input-comm{
    width: 200px;
    height: 28px;
    border: 1px #999 solid;
    border-radius: 3px;
}
/*input框 e==========================================================*/


/*间距 S==========================================================*/
.m-sp10{clear:both; height:10px;}
.m-sp15{clear:both; height:15px;}
.m-sp20{clear:both; height:20px;}
.m-sp25{clear:both; height:25px;}


/*间距 E==========================================================*/

/*处理表格内容溢出*/
.mytable{
    table-layout:fixed;
}
.mytable td{
    width:100%;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
