/*解决ueditor代码高亮显示与bootstrap类冲突*/
.syntaxhighlighter td.code .container:before {display: none;}

/*table.table_inwbox {
    width: 98%;
    border-bottom: 1px solid #DDD;margin: 1%;
}
table.table_inwbox>thead>tr>th {
    border-bottom: 0;
}
table.table_inwbox>tbody>tr>td {
    vertical-align: baseline;
}
table.table_inwbox>tbody>tr>td a:hover,table.table_inwbox>tbody>tr>td a:focus {
    text-decoration: none;
}*/
.span_adminedit_h {
    float: right;
    font-size: 14px;
    line-height: 53px;
    margin-right: 20px;
}
.h_rightboxtitle {
    margin: 0;
    padding: 10px;
    text-align: center;
    line-height: 30px;
}

/*简介内容*/
.ueditor_container {
	margin: 30px;
}
.ueditor_container img {
	max-width: 100%;
}
/*index*/
.wrap {
    background: #E9EAEC;
}
.content_r {
    padding: 30px;
    border-bottom: 1px solid #DDD;
}
.div_inline_course {
    width: 50%;
    display: inline-block;
    padding: 0.3em 1em;
    font-size: 14px;
    font-weight: bold;
}
.div_inline_course h3 {
    margin: 0;
    font-weight: bold;
    font-size: inherit;
}
.span_head_r a {
    font-size: 14px;
    color: #777;
    text-decoration: none;
}
.list_box_course {
    padding: 10px 15px 10px 15px;
    /* display: inline-block; */
    /*height: 450px;*/
    width: 30%;
    margin: 1.5%;
    background: rgb(250,250,250);
    border: 1px solid #DDD;
    border-radius: 5px;
    float: left;
}
.list_box_course ul {
    list-style-type: none;
    padding: 10px;
    line-height: 24px;
    border-top: 1px solid #DDD;
}
.list_box_course ul a {
    color: #666;
}
.list_box_course ul li {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div_dscrp_course {
    height: 110px;
}
img.list_title_course1 {
    width: 20%;
    display: inline-block;
}
a.list_title_course2 {
    /*color: #333;*/
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}
a.list_title_course2 h2 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.list_normal_course {
    color: #888;
    display: block;
    margin-top: 10px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.course_head_index {
    padding: 10px 20px;
}
.course_head_index h1 {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 10px 0;
}
.course_head_index a {
    color: #777;
    text-decoration: none;
}
.a_more {
    float: right;
}