.left_nav{
  margin-top: 36px;
}
.left_nav li{
  margin: 14px 10px;
    background: #EFEFEF;
    height: 39px;
    line-height: 39px;
    padding-left: 14px;
}
.left_nav li a{
  font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.left_nav li a:hover{
    color: #bf2930;
}
.course .course_content ul li {
  width: auto;
  height: auto;
  border: none;
  border-bottom: 1px dashed #b0b0b0;
  float: none;
  padding: 0px 10px;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
}
.course .course_content ul li p{
  width: 620px;
  display: inline-block;
}
.course .course_content  p a{
  font-size: 16px;
}
.course .course_content ul li span{
  float: right;
  margin-right: 15px;
}
.content_title{
  background: #EFEFEF;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.content_title h3{
    color: #015293;
    font-size: 18px;
}

/* 分页开始 */
.search_pagination{
  margin-top: 29px;
  font-size: 0px;
  text-align: center;
}

.search_pagination li{
height: 30PX;
line-height: 30px;
padding: 0px !important;
border: 1px #e0e0e0 solid !important;
color: #015293;
font-size: 14px;
margin-left: 6px;
cursor:pointer;
}
.search_pagination li a{
  padding: 0px 15px;
  height: 100%;
  display: inline-block;
}
.paging_prohibited{
  color: #999999 !important;

}
.paging_is_selected{
  color: #ffffff !important;
  background: #015293;
}
.paging_is_selected a{
  color: #ffffff !important;
}
.previous_page{
margin-left: 15px !important;
}
.next_page{
margin-right: 9px;
}
.search_pagination ul{
  margin: 0px;
  position: relative;
  left: 16px;
}
#paging li{
  border: none;
  display: inline-block;
}