/*解决ueditor代码高亮显示与bootstrap类冲突*/
.syntaxhighlighter td.code .container:before {display: none;}

/*代码块超出*/
.ueditor_container table.syntaxhighlighter {
  display: block!important;
}
/**/
/*正文基础字体大小*/
.ueditor_container {
  font-size: 16px;
}
/**/
/*图片不超出*/
.ueditor_container img {
  max-width: 100%;
}
/**/
.wrap {
  background: #E9EAEC;
}
.content_box {
  border-radius: 0px;
  background: #FFF;
  border: 0px;
  box-shadow: 0 1px 6px #ccc;
}
.content_r {
  padding: 30px;
  border-bottom: 1px solid #DDD;
}
.content_l .left_menu {
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
}
.list_dt {
  line-height: 45px;
  padding: 0px 15px;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
.list_li a {
  color: #999;
  display: inline-block;
  width: 85%;
  line-height: 35px;
  padding-right: 10px;
  /*padding-left: 30px;*/
}
#div_table_scroll {
  max-height: 900px;
}
.span_turn_num {
    display: inline-block;
    width: 15%;
    padding-left: 20px;
    color: #666;
    vertical-align: top;
    line-height: 35px;
}
.list_li a.selected {
  color: #4071FD;
  border-right: 3px solid #4071FD;
}
.list_li a:hover,.list_li a:active,.list_li a:visited,.list_li a:focus {
  text-decoration: none;
}
div.content_qianyan {
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
}
div.position_nav {
  color: #777;
  padding: 15px 30px 0px;
}
div.position_nav a {
  color: #777;
  text-decoration: none;
}
.row_sidebar_tutorial,.row_detail_tutorial {
  float: right;
}

.course_head {
  padding: 10px 20px;
  margin: 15px;
}
.course_head a {
  color: #777;
  text-decoration: none;
  line-height: 36px;
}
.course_head h4 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0;
}
.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;
}

/*course_index*/
.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: 150px;
}
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;
}
/*教程列表*/
#arc-list{
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-top: none;
}
#arc-list tr{
	padding-left: 12px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 2.8em;
}
#arc-list td a{
	color: #444;
}
#arc-list td{
	line-height: 38px;
	padding-left: 12px;
	height:38px;
}
#arc-list td span{
	color: #007dbb;
}
#arc-list td a{
	color: #007dbb;
}
#contents-detail{
	vertical-align: text-top;
	padding-top: 10px;
}
#contents-detail dl{
	display: inline-block;
	vertical-align: top;
	width: 90%;
	margin-right: 9%;
}
#contents-detail dl dt{
	margin-bottom: 3px;
	padding: 6px 0px;
	border-bottom: 2px solid #ddd;
}
#contents-detail dl dt .title{
	font-weight: bold;
	padding-left: 8px;
	border-left: 3px solid #D33428;
	color: #444;
}
#contents-detail dl dt a{
	font-weight: bold;
	padding-left: 8px;
	border-left: 3px solid #3928D3;
	color: #444;
}
#contents-detail dl dd, #contents-detail dl dd a{
	/*color: #2591c7;*/
	color: #007dbb;
}
#contents-detail dl dd.vip, #contents-detail dl dd.vip a{
	color: #dc5d4d;
	/*color: #d76259;*/
	/*color: #D33428;*/
}
/**/

/*编译器抽屉*/
.div_compiler_drawer {
  z-index: 999;
  position: fixed;
    height: 80%;
    width: 100%;
    bottom: -550px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    background: #333;
}

.div_compiler_drawer .btn {
  border-radius: 0px;
  border: 0px;
}
#result {
  color: #F8F8F2;
}
/*div.toptip {
  display: none;
}*/
.div_compiler_drawer .div_area_code,.div_compiler_drawer .div_inoutput,.div_compiler_drawer .div_input,.div_compiler_drawer .div_output {
  padding: 0px;
}
.div_compiler_drawer .div_area_code {
  height: 42%;
  padding-bottom: 5px;
}
.div_compiler_drawer .div_inoutput {
  height: 35%;
}
.div_compiler_drawer .div_input {
  height: 40%;
  padding-bottom: 5px;
}
.div_compiler_drawer .div_output {
  height: 60%;
}
.div_compiler_drawer .area_code {
  height: 100%;
}
.div_compiler_drawer .area_input {
  height: 100%;
}
.div_compiler_drawer .area_output {
  height: 100%;
}
/**/
