.courseNav{
	height:52px;
	min-width:1220px;
	background: #DCDCDC;
}
.courseNav .gtiaok{
    list-style-type: none; 
    margin: 0 auto; 
    padding: 0;
    width: 1220px;
    height:52px;
}

.courseNav .gtiaok .dk{
    cursor: default;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    margin-left: 38px;
    padding-left: 35px;
    text-align: left;
}
.courseNav .gtiaok .dk:first-child{
	margin-left:0;
}

.courseNav .gtiaok .dk span{
    background: rgba(0, 0, 0, 0) url("/themes/simpleboot3/public/assets/images/xsj.png") no-repeat scroll 0 0;
    display: block;
    float: right;
    height: 9px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    width: 16px;
}

.courseNav .xlul{
    background-color: #fff; 
    box-shadow: 1px 2px 3px #e5e5e5;
    margin-top:13px;
    z-index:1000;
    display:none;
    position:absolute;
}

.courseNav .xlul li { 
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
}

.courseNav .xlul li:hover{
    background-color: #0179d7;
    color: #fff;
}

.titleMar{
    padding-top:25px;
}

.courseCont_content{
    width:auto;
    margin-top:30px;
    background: #fff;
	height: 335px;
	padding: 32px 65px;
}
.courseCont_content .cCC_left{
    float: left;
	width: 45%;
}
.courseCont_content .cCC_left img{
    height:270px;
    cursor:pointer;
	box-shadow: 7px 8px 12px #ccc;
}
.courseCont_content .cCC_right{
    float: left;
    width:50%;
    margin-left:50px;
    position: relative;
    height: 300px;
}
.courseCont_content .cCC_right p{
   color: #333;
   font-size:24px;
   line-height: 40px;
   margin-top: 0px;
}
.courseCont_content .cCC_right .cc_icon{
    position: relative;
    color:#999;
    font-size:14px;
    margin-top:10px;
}
.courseCont_content .cCC_right .cc_icon i{
    background: url("../images/user.png");
    width:20px;
    height:16px;
    float:left;
    margin-right:5px;
    line-height: 40px;
}
.courseCont_content .cCC_right .price{
    clear: both;
    margin-top:20px;
    color:#0179D7;
    font-size:16px;
    line-height: 15px;
}
.courseCont_content .cCC_right .playBtnCourse{
    cursor: pointer;
    color:#fff;
    background: #0179D7;
    width:155px;
    height:50px;
    right: 10px;
    border-radius: 10px;
    font-size:20px;
    line-height: 50px;
    text-align: center;
    bottom:40px;
    position: absolute;
	box-shadow: 0px 5px 4px #036fc4;
}
.courseCont_content .cCC_right .playBtnCourse:hover{
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #036fc3;
	box-shadow: 0px 5px 4px #064677;
}
.courseCont_details{
    width:auto;
    height:auto;
    background: #fff;
    margin-top:25px;
    padding-bottom: 80px;
}
.courseCont_details .cCD_title{
    width:auto;
    height:50px;
    font-size:20px;
    color:#666;
    line-height: 50px;
}
.courseCont_details .cCD_title li{
    width:165px;
    float:left;
    text-align: center;
    cursor:pointer;
}
.courseCont_details .cCD_title .on{
    border-top:4px solid #0179D7;
    color:#0179D7;
}
.courseCont_details .cCD_content{
    width:1130px;
    font-size:14px;
    line-height: 24px;
    color:#666;
    margin-left: 40px;
    margin-top: 30px;
    display: none;
}
.courseCont_details .cCD_listDiv{
    margin-top: 30px;
}
.courseCont_details .cCD_listDiv .items{ 
    width:auto;
    position: relative;
    margin: 0 30px;
    padding-top: 10px;
}
.fontTitle{
    text-align: left;
    cursor: default;
    text-indent:40px;
    background: #f5f5f5;
    height:64px;
    width:auto;
    line-height: 64px;
    color:#666;
    font-size: 18px;
}
.courseCont_details .cCD_list{
    display: none;
}
.courseCont_details .cCD_list li{
    height:64px;
    width:auto;
    line-height: 64px;
    color:#666;
    position: relative;
}
.courseCont_details .cCD_list li:hover{
     background: #E5E5E5;
}
.courseCont_details .cCD_list .on{
    background: #E5E5E5;
}
.courseCont_details .cCD_list li .freeBtn{
    float:left;
    margin-left:40px;
    width:55px;
    height:28px;
    line-height: 28px;
    text-align: center;
    background:#68C01A;
    font-size:14px;
    color:#fff;
    margin-top:18px;
    border-radius: 6px;
}

.courseCont_details .cCD_list li .payBtn{
    float:left;
    margin-left:40px;
    width:55px;
    height:28px;
    margin-top:18px;
    border-radius: 6px;
}
.courseCont_details .cCD_list li .fonts{
    float:left;
    margin-left:20px;
    font-size:18px;
    width:610px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.courseCont_details .cCD_list li .time{
    display: inline-block;
    /*margin-right:38px;*/
    font-size:16px;
    color:#666;
    line-height: 64px;
    cursor: default;
    width: 170px;
}

.courseCont_details .cCD_list li .price{
    display: inline-block;
    float:right;
    font-size:16px;
    color:#666;
    line-height: 64px;
    letter-spacing:4px;
    cursor: default;
    width: 175px;
}
.courseCont_details .cCD_list li .cCD_pay{
    font-size:16px;
    color:#fff;
    width:60px;
    height:38px;
    background: #A0A0A0;
    border-radius:4px;
    float:right;
    margin-right:20px;
    text-align: center;
    line-height: 38px;
    margin-top:13px;
    cursor:pointer;
}

.courseCont_details .cCD_list li .cCD_pay:hover{
    background: #0179D7;
}
.courseCont_details .cCD_list li .cCd_play{
    background: #0179D7;
    font-size:16px;
    color:#fff;
    width:60px;
    height:38px;
    border-radius:4px;
    float:right;
    margin-right:20px;
    text-align: center;
    line-height: 38px;
    margin-top:13px;
    cursor:pointer;
	z-index: 99999;
position: relative;
}
/*
.courseCont_details .cCD_list .on .cCD_pay{
    background: #0179D7;
}
*/
.courseCont_recommend{
    width:1220px;
    height:252px;
    margin-top:50px;
    clear: both;
    overflow: hidden;
}
.courseCont_recommend li {
    float: left;
    margin-left:13px;
    width: 295px;
    box-shadow: 4px 5px 8px #E5E5E5;
    display:inline-block;
}
.courseCont_recommend li a{
    text-decoration:none;
}
.courseCont_recommend li:first-child{
    margin-left:0;
}
.courseCont_recommend li .pics {
   /* background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll center center;*/
    clear: both;
}

.courseCont_content .cCC_left .course-img-cover{
    background: #333 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 270px;
    margin-top: -270px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    width: 480px;
}

.courseCont_content .cCC_left .course-img-cover:hover{
    background: #333 none repeat scroll 0 0;
    opacity: 0.8;
}

.courseCont_content .cCC_left .course-img-cover .plays{
    background: rgba(0, 0, 0, 0) url("../images/c_play.png") repeat scroll 0 0 / 100% auto;
    height: 80px;
    margin: 85px 190px;
    position: absolute;
    width: 80px;
    z-index: 999;
}
.courseCont_recommend li .cc_plays{
    background: rgba(0, 0, 0, 0) url(../images/play-ico1.png) repeat scroll 0 0;
    height: 50px;
    position: absolute;
    width: 50px;
    margin: -106px 123px;
    z-index: 100;
    background-size: 100%;
}
.courseCont_recommend li .pics img {
    width: 295px;
}
.courseCont_recommend li .pics:hover{
	background:#000 none repeat scroll 0 0;
	opacity: 0.6;
}
.courseCont_recommend .ldt{
    height: 80px; 
    background-color:#fff;
}
.courseCont_recommend .ldt a{
    color:#333333;
    font-size: 14px;
    margin:8px 0 0 10px;
    position:absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 265px;
}
.courseCont_recommend .ldt img{
    padding:40px 0 0 10px;
}
.courseCont_recommend .ldt font{
    position:absolute;
    padding:40px 0px 0px 10px;
    color:#0179D7;
    font-size:16px;
}
.courseCont_recommend .ldt span{
    float:right;
    padding:40px 15px 0 0;
    font-size:16px;
    color:#0179D7
}