@charset "utf-8";
/*=========================start==========================*/
#treeContent{/*width: 20%;*/ border: 0px;   float: left; display: block;margin-right: 20px}
.title_mui{font-weight: bold;  position:relative;text-align: center;font-size: 14px; height: 30px;
    line-height: 30px;}
.data_mui{ height: auto;}
.backGroudColor{ background-color:#3388FF}
.mui_productList{overflow: hidden; height: auto;}
#treeSet{margin-top:50px;padding-left:0px;overflow:hidden;border: #c1bfbf 1px solid;}
.mui_li a{ display: block;color: black;width:250px; text-overflow: ellipsis; overflow: hidden; 
    white-space: nowrap;line-height:50px;height:50px;text-align: center;border:1px sold #fff;font-size: 16px;font-weight: bold;cursor: hand}
/*.mui_li a:hover{background:#0063ef;}*/
.mui_tit{background:#3388FF;display: block;color: #fff;width:250px; text-overflow: ellipsis; overflow: hidden; 
    white-space: nowrap;line-height:50px;height:50px;text-align: center;border:1px sold #fff;font-size: 16px;cursor:default;}
/*右边*/
.level2{
    display:none;
        width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
   /* height: 50px;*/
    text-align: center;
    font-size: 13px;
    cursor:hand;
}
.uc-recommend-list-row {
    margin-left: 30px;
    width: 970px;
    overflow: hidden;
}
.h_title{text-align:center;margin-top: 8px;font-size: 16px}
.mui_right{width:1100px;margin:0 auto;    margin-top: 14px;}
.uc-course-card-recomend {
    float: left;
    /*background-color: red;*/
    margin: 0 20px 32px 0;
    width: 302px;
    height: 200px;
    overflow: hidden;
}
.uc-course-card-recomend-img {
    overflow: hidden;
    border-radius: 3px;
}
.uc-course-card-recomend-img img {
    display: block;
    width: 302px;
    height: 171px;
    -webkit-transition: all 0.6s;
}




.tablessap{
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 15px;
}
table,table tr th, table tr td { border: 1px solid #dddddd; }
table tr th, table tr td{padding: 10px; text-align: center;}
.mui_content{width:100%;}
.mui_right_main{    margin-top: -57px;}
.mui_arrow{
    float: left;
    width: 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    background: url(/style/home/images/arrow.png) center no-repeat;
}
.mui_info{
    width:111px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: whitesmoke;
    float: left;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-weight: 200;
    margin: 0px;
}
.mui_info_li{
    width:auto;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: whitesmoke;
    float: left;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-weight: 200;
    margin: 0px;
}
.mui_nav_top {
    margin-top:-59px;
    width: 100%;
    height: 150px;
    /*height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: left;*/

}
.mui_middle {
    border-radius:30px;
    width: auto;
    height: 25px;
    float: left;
    line-height: 25px;
    background-color:#3388FF;
    padding-left: 16px;
    padding-right: 21px;
}
.selected_mui{background:#0063ef;}

.unshow{display:none;}
.left_button{
    margin-top:100px;
    text-align: center;
    height: 30px;
    width: 238px;
    line-height: 30px;
    font-size: 16px;
    background:#3388FF;
    border-radius: 3px;
    cursor: hand;
}

#search_Form_onlineCourse{
    padding-top: 15px;
    margin-left: 30px;
    position: absolute;

    height: 35px;
    float: right;
    margin-right: 20px;
    display: flex;
}

.Theme_zuire_paixu2 {
    border-right: 1px solid #ccc;
    float: left;
    padding: 0px 6px;
}
.wenda_zuire_paixu_this {
    background-color: #ddd;
    color: #e86767;
}
.Theme_zuire_paixu1 {
    float: right;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-right:220px;
    margin-top: 65px;
    cursor: hand
}
.on_ipt{
    height: 39px;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 6px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #8e8e8e;
    padding-right: 55px;
    box-sizing: border-box;
}

.ellipsis-div {
    width: 300px;
    white-space: nowrap; /* 指定不换行 */
    overflow: hidden; /* 指定隐藏溢出部分的内容 */
    text-overflow: ellipsis; /* 指定使用省略号显示溢出部分的内容 */
}

.ellipsis-h2 {
    width: 470px;
    white-space: nowrap; /* 指定不换行 */
    overflow: hidden; /* 指定隐藏溢出部分的内容 */
    text-overflow: ellipsis; /* 指定使用省略号显示溢出部分的内容 */
}
