.pagediv {
				padding-left: 300px;
				;
			}
/*
 * 邀请加入
 */

.inviteBox .outside {
	width: 435px;
	margin: 30px auto;
}

.inviteBox .group {
	width: 122px;
	height: 193px;
	margin-bottom: 20px;
}

.inviteBox .group .Info span {
	display: inline-block;
}

.inviteBox .group .code {
	width: 106px;
	height: 106px;
	border: 1px solid #999;
	margin: 10px 0;
	padding: 8px;
}

.inviteBox .group .code img {
	width: 106px;
	height: 106px;
}

.inviteBox .group .ID {
	text-align: center;
}

.inviteBox .seek span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}


.inviteBox .seek  .search {
	height: 41px;
	margin-top: 10px;
}

.inviteBox .seek .search .box {
	width: 358px;
	height: 40px;
	background: #188eee;
	
}

.inviteBox .seek  .search .box .text {
	width: 280px;
	height: 36px;
	line-height: 36px;
	outline: none;
	margin: 2px 0 0 2px;
	padding: 0px 0 0px 12px;
}

.inviteBox .seek .search .box .btn {
	background: url(/img/ss.png) no-repeat;
	width: 60px;
	height: 40px;
	outline: none;
	float: right;
}

.inviteBox .list {
	width: 415px;
	height: 256px;
	border: 1px solid #188eee;
	margin-top: 20px;
	padding: 10px 0 10px 15px;
}

.inviteBox .list ul {
	height: 220px;
	overflow-y: auto;
}

.inviteBox .list ul li {
	height: 24px;
}

.inviteBox .list .all a {
	display: block;
	width: 68px;
	height: 26px;
	border: 1px solid #999;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
	margin-top: 10px;
}

.inviteBox .button {
	margin-top: 20px;
	text-align: right;
}

.inviteBox .button .cancel {
	display: inline-block;
	width: 70px;
	height: 28px;
	background: #188eee;
	text-align: center;
	line-height: 28px;
	color: #fff;
	border-radius: 4px;
	margin-right: 20px;
}

.inviteBox .button .invite {
	display: inline-block;
	width: 70px;
	height: 28px;
	background: #188eee;
	text-align: center;
	line-height: 28px;
	color: #fff;
	border-radius: 4px;
}

/*创建群*/

.create_group_div {
	width: 300px;
	height: 270px;
	margin: 30px;
	display: none;
	//padding: 30px 0px 0px 35px;
	padding-top: 20px;
	padding-left: 20px;
}

.create_group_div .create_group_tab {
	margin-bottom: 20px;
}

.create_group_div .create_group_tab span {
	margin-right: 20px;
	cursor: pointer;
	font-size: 14px;
}

/*.create_group_div .create_group_tab a:hover {
	color: #188eee;
}*/

.create_group_div .create_group_tab span.create_current {
	color: #188eee;
}

.create_group_content p.class_name,
.create_group_content p.course_name {
	margin-left: 13px;
}

.create_group_content select.create_date_select,
.create_group_content input.create_data {
	border: 1px solid #888888;
	border-radius: 4px;
	font-size: 14px;
	height: 30px;
	width: 200px;
	margin-left: 5px;
	padding-left: 5px;
}

.create_group_content input.create_share {
	border: 1px solid #d5541b;
	background-color: #d5541b;
	color: white;
	padding: 4px 16px;
	font-size: 12px;
	border-radius: 4px;
}

.create_group_content input.create_submit {
	border: 1px solid #188eee;
	background-color: #188eee;
	color: white;
	padding: 4px 16px;
	font-size: 12px;
	border-radius: 4px;
}

.create_group_content input.create_share {
	margin-left: 30px;
}

.create_group_content input.create_submit {
	margin-left: 85px;
}


/*新建课程目录*/

.new_btndiv{
	padding-top: 30px;
	margin-left: 320px;
	width: 450px;
	height: 46px;
	position: relative;
}
.new_btndiv input{
	margin-right: 20px;
	background: #188eee;
	border: 1px solid #188eee;
	color: white;
	cursor:pointer;
}


.createcource_list {
	width: 950px;
	padding-left: 30px;
	padding-top: 40px;
	background: #fff;

	box-sizing: border-box;
}
.createcource_list .create_handle{
	margin-bottom: 30px;
	
}
.createcource_list .create_handle span {
	width: 250px;
	height: 35px;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	color: #333;
	border-radius: 6px;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	font-size: 16px;
	cursor: default;
}

.createcource_list .create_handle span.current {
	background: #188eee;
	color: #fff;
	border: 1px solid #188eee;
}

.createcource_list .list_content {
	width: 1055px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #BFBFBF;
	height: 500px;
}

.createcource_list .list_content .list_letf {
	width: 300px;
	height: 500px;
	float: left;
	position: relative;
	border-right: 1px solid #BFBFBF;
	overflow-y: auto;
	background-color: #E5E5E5;
}

.createcource_list .list_content .list_right {
	width: 750px;
	height: 500px;
	float: right;
	position: relative;
	//border: 1px solid #BFBFBF;
}
.note {
	width: 1055px;
	margin: 0 auto;
	height: 46px;
	position: relative;
	color: #CF0000;
	font-size: 15px;
/*	font-weight: bold;*/
}
.createcource_list div input {
	width: 80px;
	height: 34px;
	border: 1px solid #999;
	border-radius: 4px;
	outline: none;
}

/*新建课程*/

.information {
	width: 950px;
	padding-left: 30px;
	padding-top: 40px;
	background: #fff;

	box-sizing: border-box;
}

.information .title {
	margin-bottom: 20px;
}
.information .handle{
	margin-bottom: 30px;

}
.information .handle span{
	width: 250px;
	height: 35px;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	color: #333;
	border-radius: 6px;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	font-size: 16px;
	cursor: default;
}

.information .handle span.current {
	background: #188eee;
	color: #fff;
	border: 1px solid #188eee;
}

.new {
	width: 1055px;
	margin: 0 auto;
	position: relative;
	display: none;
}

.new div {
	margin-bottom: 16px;
}

.new div .name {
	display: inline-block;
	width: 85px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	margin-right: 15px;
	font-size: 16px;
}

.new div select {
	width: 212px;
	height: 34px;
	border: 1px solid #999;
	border-radius: 4px;
	outline: none;
}

.new div input {
	width: 207px;
	height: 34px;
	border: 1px solid #999;
	border-radius: 4px;
	outline: none;
	padding-left: 5px;
}

.new div.introduce {
	height: 158px;
	position: relative;
}

.new div.introduce .name {
	position: absolute;
	top: 0;
	left: 0;
}

.new div.introduce textarea {
	width: 941px;
	height: 146px;
	border: 1px solid #999;
	border-radius: 4px;
	outline: none;
	padding: 5px;
	resize: none;
	position: absolute;
	top: 0;
	left: 100px;
}

.new div b {
	color: red;
	margin-left: 17px;
}

.new div .quote {
	display: inline-block;
	width: 70px;
	height: 28px;
	background: #188eee;
	text-align: center;
	line-height: 28px;
	margin: 4px 0 0 17px;
	border-radius: 4px;
	color: #fff;
}

.new div.cover {
	width: 308px;
	height: 190px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.new div.cover div {
	width: 280px;
	height: 126px;
	margin-bottom: 10px;
}

.new div.cover div img {
	width: 280px;
	height: 170px;
}

.new div.cover span {
	display: inline-block;
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 4px;
}

.new div.cover span input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100px;
	height: 28px;
	border: none;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

/*引用弹窗*/

.quotePopup {
	width: 700px;
	height: 400px;
	padding: 30px;
	display: none;
}

.quotePopup .popup .title {
	font-size: 18px;
	margin-bottom: 20px;
	height: 30px;
	border-bottom: 1px solid #ccc;
}

.quotePopup .popup .ss .name {
	display: inline-block;
	width: 85px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	margin-right: 15px;
	font-size: 16px;
}

.quotePopup .popup .ss input {
	width: 207px;
	height: 34px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	outline: none;
	padding-left: 5px;
}

.quotePopup .popup .ss a {
	display: inline-block;
	width: 70px;
	height: 28px;
	background: #188eee;
	text-align: center;
	line-height: 28px;
	margin-left: 5px;
	border-radius: 4px;
	color: #fff;
}

.quotePopup .popup table {
	width: 100%;
	background: #e6e6e6;
	margin-top: 10px;
	text-align: center;
}

.quotePopup .popup table tr th,
.quotePopup .popup table tr td {
	background: #fff;
	height: 30px;
}

.quotePopup .popup table tr th.xz,
.quotePopup .popup table tr th.xz input {
	width: 20px;
}

.quotePopup .popup table tr td.xz_td,
.quotePopup .popup table tr td.xz_td input {
	width: 20px;
}

.quotePopup .popup .paging {
	margin: 20px 0;
	overflow: hidden;
}

.quotePopup .popup .paging span {
	margin-right: 10px;
}

.quotePopup .popup .btn {
	padding-left: 230px;
}

.quotePopup .popup .btn a {
	display: inline-block;
	width: 70px;
	height: 28px;
	background: #188eee;
	text-align: center;
	line-height: 28px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}


/*
 * 我的推送
 */

.sonta-studySpace .sonta-right .sonta-mypropellingBox .now .sonta-conditions {
	height: 40px;
	
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox .now .sonta-conditions ul {
	width: 950px;
	height: 36px;
	border-bottom: 1px dashed #999999;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox .now .sonta-conditions ul:last-child {
	border-bottom: 1px solid #999999;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox .now .sonta-conditions ul li {
	float: left;
	line-height: 36px;
	margin-right: 35px;
	cursor: pointer;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox .now .sonta-conditions ul li.current {
	color: #188eee;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox .choice {
	height: 47px;
	margin-top: 13px;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox.choice .name {
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: right;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox .choice select {
	width: 215px;
	height: 35px;
	border: 1px solid #999;
	border-radius: 5px;
	line-height: 22px;
	outline: none;
	font-size: 16px;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox .choice .level {
	margin-right: 120px;
}

.sonta-studySpace .sonta-right .sonta-mypropellingBox.choice select.term {
	width: 152px;
}

.sonta-mypropellingBox .now .below {
	margin-bottom: 20px;
	margin-top: 40px;
}

.sonta-mypropellingBox .now .below .title {
	font-size: 16px;
	padding: 15px 0;
}

.pushList {
	width: 950px;
	margin: 0 auto 60px;
}

.pushList .left {
	float: left;
	width: 220px;
	margin-right: 30px;
}

.pushList .left ul {
	margin-top: 1px;
}

.pushList .left ul li {
	width: 218px;
	height: 49px;
	border: 1px solid #ccc;
	margin-top: -1px;
	background: #fff;
}

.pushList .left ul li a {
	display: inline-block;
	width: 220px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: #666;
	z-index: 1;
}

.pushList .left ul li.current {
	background: #d5541b;
}

.pushList .left ul li.current a {
	color: #fff;
}

.pushList .list {
	float: left;
	width: 950px;
}

.pushList .title {
	font-size: 16px;
	padding-left: 16px;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin-bottom: 40px;
}

.pushList .title span {
	display: inline-block;
	width: 6px;
	height: 20px;
	background: #d5541b;
	position: absolute;
	top: 0;
	left: 0;
}

#name {
	background: none;
	position: absolute;
	top: 0;
	left: 16px;
	width: 80%;
}

.list_propelling table {
	border-bottom: 1px dashed #808080;
	margin-right: 40px;
}
.list_propelling table tr td {
	border-bottom: 1px dashed #808080;

}
.list_propelling table tr td.index{
	border-bottom: 1px dashed #808080;
	width:40px;
}
.list_propelling table tr td.cz{
	border-bottom: 1px dashed #808080;
	width:350px;
}

.list_propelling table tr td.catalog {
	border-bottom: 1px dashed #808080;
	width:250px;
}
.list_propelling table tr td.group{
	border-bottom: 1px dashed #808080;
	width:120px;
}
.list_propelling table tr td.pushtype{
	border-bottom: 1px dashed #808080;
	width:40px;
}
.list_propelling table tr td.pushtime{
	border-bottom: 1px dashed #808080;
	width:80px;
}
.list_propelling table tr th {
	text-align: center;
	background: #188eee;
	color: white;
	border-right: 1px solid #0477c0;
	vertical-align: middle;
}

.list_propelling table tr td {
	text-align: center;
	line-height: 28px;
	//border: none;
	vertical-align: middle;
}
.list_propelling table tr td a.lookFK,
.list_propelling table tr td a.againPush,
.list_propelling table tr td a.delete,
.list_propelling table tr td a.pushUserList
 {
	display: inline-block;
	width: 85px;
	height: 28px;
	color: #fff;
	background: #188eee;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	outline: none;
	padding: 0;
	line-height: 28px;
}

.list_propelling table tr td .againPush:focus,
.list_propelling table tr td .delete:focus {
	outline: none;
	color: #fff;
}

.list_propelling table tr td a:hover {
	//color: #188eee;
}
.list_propelling table tr td a.lookFK,
.list_propelling table tr td a.againPush {
	margin-right: 20px;
}

.list_propelling table tr td a.delete {
	background: #d5541b;
}

.list_propelling table tr td a.againPush {
	margin-right: 20px;
}

.list_propelling table tr td a.delete {
	background: #d5541b;
}

.list_propelling table tr td a.lookFK {
	background: DARKCYAN;
}

.list_propelling .paging {
	height: 40px;
	position: relative;
	overflow: hidden;
}

#paging {
	position: absolute;
	top: 0;
	right: -675px;
}

.list_propelling table tr td a.deleteProcess{
	display: inline-block;
    width: 75px;
    height: 28px;
    color: #fff;
    background: #d5541b;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    outline: none;
    padding: 0;
    line-height: 28px;
    cursor: pointer;
}

.list_propelling table tr td a.createGroup{
	display: inline-block;
    width: 75px;
    height: 28px;
    color: #fff;
    background: #d5541b;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    outline: none;
    padding: 0;
    line-height: 28px;
    cursor: pointer;
}

.list_propelling table tr td a.lookPushList{
	display: inline-block;
    width: 75px;
    height: 28px;
    color: #fff;
    background: #188eee;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    outline: none;
    padding: 0;
    line-height: 28px;
    cursor: pointer;
    margin-right: 10px; 
}

.list_propelling table tr td a.push{
	display: inline-block;
    width: 75px;
    height: 28px;
    color: #fff;
    background: DARKCYAN;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    outline: none;
    padding: 0;
    line-height: 28px;
    cursor: pointer;
}


/*
 * 我的群组
 */

.sonta-studySpace .sonta-right .sonta-myGroupBox .now .sonta-conditions {
	height: 40px;
	
}

.sonta-studySpace .sonta-right .sonta-myGroupBox .now .sonta-conditions ul {
	width: 950px;
	height: 36px;
	border-bottom: 1px dashed #999999;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox .now .sonta-conditions ul:last-child {
	border-bottom: 1px solid #999999;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox .now .sonta-conditions ul li {
	float: left;
	line-height: 36px;
	margin-right: 35px;
	cursor: pointer;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox .now .sonta-conditions ul li.current {
	color: #188eee;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox .choice {
	height: 47px;
	margin-top: 13px;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox.choice .name {
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: right;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox .choice select {
	width: 215px;
	height: 35px;
	border: 1px solid #999;
	border-radius: 5px;
	line-height: 22px;
	outline: none;
	font-size: 16px;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox .choice .level {
	margin-right: 120px;
}

.sonta-studySpace .sonta-right .sonta-myGroupBox.choice select.term {
	width: 152px;
}

.sonta-myGroupBox .now .below {
	margin-bottom: 20px;
	margin-top: 40px;
}

.sonta-myGroupBox .now .below .title {
	font-size: 16px;
	padding: 15px 0;
}

.sonta-myGroupBox .now .below table {
	border-bottom: 1px solid #dddddd;
}

.sonta-myGroupBox .now .below table tr th {
	text-align: center;
	background: #188eee;
	color: #fff;
	border-right: 1px solid #0477c0;
	vertical-align: middle;
}
.sonta-myGroupBox .now .below table tr:hover td{
	color: #188EEE;
	cursor: pointer;
}
.sonta-myGroupBox .now .below table tr:hover td a.sonta-groupName{
	color: #188EEE;
}
.sonta-myGroupBox .now .below table tr th.last {
	border-right: none;
	width:160px;
}

.sonta-myGroupBox .now .below table tr td {
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
}
.sonta-myGroupBox .now .below table tr td.action{
	width:160px;
	vertical-align: middle;
}
.sonta-myGroupBox .now .below table tr td img {
	width: 52px;
	height: 52px;
	vertical-align: middle;
}

.sonta-myGroupBox .now .below table tr td a.chat,
.sonta-myGroupBox .now .below table tr td a.request,
.sonta-myGroupBox .now .below table tr td a.dissolve,
.sonta-myGroupBox .now .below table tr td a.quitGroup,
.sonta-myGroupBox .now .below table tr td a.joinGroup {
	display: inline-block;
	width: 75px;
	height: 28px;
	color: #fff;
	background: #188eee;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	outline: none;
	padding: 0;
	line-height: 28px;
}

.sonta-myGroupBox .now .below table tr td a.dissolve,
.sonta-myGroupBox .now .below table tr td a.quitGroup {
	background: #d5541b;
}


.sonta-myGroupBox .now .below table tr td a:focus {
	outline: none;
}

.sonta-myGroupBox .now .below table tr td a.chat {
	
}

.sonta-myGroupBox .now .below table tr td a.request {

}


/*
 * 我的资源
 */

.sonta-studySpace .sonta-right .sonta-myResourceBox .now .sonta-conditions {
	height: 40px;
	
}

.sonta-studySpace .sonta-right .sonta-myResourceBox .now .sonta-conditions ul {
	width: 950px;
	height: 36px;
	border-bottom: 1px dashed #999999;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox .now .sonta-conditions ul:last-child {
	border-bottom: 1px solid #999999;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox .now .sonta-conditions ul li {
	float: left;
	line-height: 36px;
	margin-right: 35px;
	cursor: pointer;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox .now .sonta-conditions ul li.current {
	color: #188eee;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox .choice {
	height: 47px;
	margin-top: 13px;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox.choice .name {
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: right;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox .choice select {
	width: 215px;
	height: 35px;
	border: 1px solid #999;
	border-radius: 5px;
	line-height: 22px;
	outline: none;
	font-size: 16px;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox .choice .level {
	margin-right: 120px;
}

.sonta-studySpace .sonta-right .sonta-myResourceBox.choice select.term {
	width: 152px;
}

.sonta-myResourceBox .now .below {
	margin-bottom: 20px;
	margin-top: 40px;
}

.sonta-myResourceBox .now .below .title {
	font-size: 16px;
	padding: 15px 0;
}


/*我的课程列表*/

.courseList {
	border-top: 1px solid #ccc;
	padding-top: 70px;
}

.list_course {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.list_course .top p.title {
	float: left;
	font-size: 24px;
	position: relative;
	padding-left: 20px;
	widht: 116px;
}

.list_course .top p.title span {
	display: inline-block;
	width: 6px;
	height: 24px;
	background: #d5541b;
	position: absolute;
	top: 6px;
	left: 0;
}

.list_course .top ul {
	float: left;
	margin-left: 140px;
}

.list_course .top ul li {
	float: left;
	margin-right: 36px;
}

.list_course .top ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.list_course .top ul li.current a {
	color: #d5541b;
	border-bottom: 1px solid #d5541b;
}

.list_course .top ul li:hover a {
	color: #d5541b;
	border-bottom: 1px solid #d5541b;
}

.list_course .top .search {
	width: 454px;
	height: 60px;
	float: right;
}

.list_course .top .search .box {
	height: 40px;
	background: #188eee;
}

.list_course .top .search .box p.course {
	margin: 2px 0 2px 2px;
	width: 53px;
	height: 24px;
	border-right: 1px solid #ececec;
	background: #fff;
	float: left;
	padding: 6px 0 6px 11px;
	line-height: 24px;
}

.list_course .top .search .box .text {
	width: 313px;
	height: 36px;
	line-height: 36px;
	outline: none;
	margin: 2px 0;
	padding: 0px 0 0px 12px;
}

.list_course .top .search .box .btn {
	background: url(/img/ss.png) no-repeat;
	width: 60px;
	height: 40px;
	outline: none;
	float: right;
}

.list_course .content {
	overflow: hidden;
	height: 860px;
	position: relative;
}

.list_course .content .contentBox {
	width: 1000px;
	
}

.list_course .content .course {
display: inline-block;
	width: 286px;
	margin: 0 42px 40px 0;
	
}

.list_course .content .course .img img
{
	width: 286px;
	height: 215px;
	transition: 0.9s ease 0s;
	overflow: hidden;
}

.list_course .content .course .img {
	width: 286px;
	height: 215px;
	position: relative;
	overflow: hidden;
	
}
.list_course .content .course .img:hover img{
-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}

.list_course .content .course .img p {
	width: 276px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	padding-left: 10px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.course .explain {
	border: 1px solid #ccc;
	border-top: none;
	padding-left: 10px;
}

.course .explain .message span {
	display: inline-block;
	line-height: 24px;
}

.course .explain .message span.name {
	display: block;
}

.course .explain .operate a {
	display: inline-block;
	height: 28px;
	border: 1px solid #ccc;
	padding: 0 10px;
	line-height: 30px;
	border-radius: 4px;
	margin: 10px 10px 0 0;
}

.course .explain .time {
	color: #999;
	font-size: 12px;
	margin: 10px 0 20px 0;
}

.list_course .paging_Course {
	height: 116px;
	position: relative;
}

#paging01 {
	position: absolute;
	top: 0;
}

* {
	box-sizing: content-box;
}

.btn {
	padding: 0;
}

.sonta-studySpace {
	width: 1200px;
	margin: 30px auto;
}

.sonta-studySpace .sonta-left {
	width: 220px;
	float: left;
}

.sonta-studySpace .sonta-left ul li {
	width: 220px;
	background: #188eee;
	height: 60px;
	margin-bottom: 10px;
	cursor: pointer;
}

.none {
	display: none;
}

.sonta-studySpace .sonta-left ul li .sonta-menuTitle {
	color: #fff;
	width: 138px;
	height: 50px;
	border-right: 1px solid #fff;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
}


.sonta-studySpace .sonta-left ul li img {
	width: 75px;
	height: 50px;
	margin-top: -4px;
	margin-left: -2px;
	
}
.sonta-studySpace .sonta-left ul li.current  {
	background: #036ec5;
}

.sonta-studySpace .sonta-right {
	width: 950px;
	float: right;
}

.now {
	width: 950px;
}

.now .title {
	font-size: 18px;
	position: relative;
	padding-left: 16px;
	margin-bottom: 40px;
}

.now .title .color {
	display: inline-block;
	width: 6px;
	height: 20px;
	background: #33adff;
	position: absolute;
	top: 3px;
	left: 0;
}

.now .title a {
	display: inline-block;
	float: right;
	background: #188eee;
	width: 56px;
	height: 22px;
	border-radius: 4px;
	color: #fff;
}

.sonta-studySpace .sonta-right .now .sonta-conditions ul:first-child {
	border-top: 1px solid #999999;
	/*margin-bottom: 20px;*/
}

.sonta-studySpace .sonta-right .now .sonta-conditions ul:last-child {
	border-bottom: 1px solid #999999;
	/*margin-bottom: 20px;*/
}

.sonta-studySpace .sonta-right .now .sonta-conditions ul {
	width: 950px;
	height: 36px;
	border-bottom: 1px dashed #999999;
	/*margin-bottom: 20px;*/
}

.sonta-studySpace .sonta-right .now .sonta-conditions ul li {
	float: left;
	line-height: 36px;
	margin-right: 35px;
	cursor: pointer;
}

.sonta-studySpace .sonta-right .now .sonta-conditions ul li.current {
	color: #188eee;
}

.sonta-studySpace .search {
	height: 41px;
	margin-top: 20px;
	position: relative;
}

.sonta-studySpace .search .box {
	width: 370px;
	height: 40px;
	background: #188eee;
	margin-left: 450px;
}

.sonta-studySpace .search .box .text {
	width: 294px;
	height: 36px;
	line-height: 36px;
	outline: none;
	margin: 2px 0 0 2px;
	padding: 0px 0 0px 12px;
}

.sonta-studySpace .search .box .btn {
	background: url(/img/ss.png) no-repeat;
	width: 60px;
	height: 38px;
	outline: none;
	float: right;
}

.now .list ul {
	width: 1250px;
	margin-top: 40px;
}

.now .list ul li {
	float: left;
	width: 303px;
	height: 334px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.now .list ul li .up {
	width: 303px;
	height: 215px;
	position: relative;
}

.now .list ul li .up a img {
	width: 303px;
	height: 215px;
}

.now .list ul li .up p {
	width: 293px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	padding-left: 10px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.now .list ul li .down {
	border: 1px solid #ccc;
	border-top: none;
	padding-top: 5px;
}

.now .list ul li .down p {
	padding-left: 10px;
}

.now .list ul li .down p span {
	display: inline-block;
	margin-right: 10px;
}

.now .list ul li .down a.group {
	display: inline-block;
	margin: 5px 0 0 10px;
	width: 78px;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	line-height: 28px;
	color: #333;
}

.now .list ul li .down .icon {
	margin: 0 10px 5px;
	text-align: right;
}

.icon a {
	display: inline-block;
	margin: 10px 0 0 13px;
}

.icon a.collect {
	background: url(/img/1.png) no-repeat 0 -14px;
	width: 17px;
	height: 15px;
}

.icon a.attention {
	background: url(/img/1.png) no-repeat 0 -53px;
	width: 19px;
	height: 17px;
}

.icon a.share {
	background: url(/img/1.png) no-repeat 0 -33px;
	width: 19px;
	height: 17px;
}

.icon .collect:hover {
	background: url(/img/1.png) no-repeat -28px -14px;
}

.icon .attention:hover {
	background: url(/img/1.png) no-repeat -26px -53px;
}

.icon .share:hover {
	background: url(/img/1.png) no-repeat -29px -33px;
}

.collect {
	margin: 0 auto 100px;
}


/*右侧二维码*/

.download {
	position: fixed;
	top: 175px;
	right: 10px;
	height: 206px;
	display: none;
}

.download ul li.left {
	position: absolute;
	top: 100px;
	left: -100px;
	-display: none;
}

.download ul {
	float: right;
	padding-top: 49px;
}

.download ul li {
	width: 39px;
	height: 37px;
	margin: 15px 0;
	position: relative;
}

.download ul li .left {
	position: absolute;
	top: -90px;
	left: -280px;
	display: none;
}

.download ul li.ico01 {
	background: url(/img/cxx_weixin.png) no-repeat;
}

.download ul li.ico02 {
	background: url(/img/11.png) no-repeat 0 -53px;
}

.download ul li.ico03:hover .left {
	display: block;
}

.download ul li.ico03 {
	background: url(/img/11.png) no-repeat 0 -109px;
}

.download ul li.ico04 {
	background: url(/img/cxx_retop.png) no-repeat ;
}

/*
 * 加入群弹层
 */

.joinTo{
	margin-left: 60px;
}

.joinTo .title{
	line-height: 50px;
	font-size: 16px;
}
.joinTo .alt{
	margin-top: 10px;
}

.joinTo .joinGroup{
	width: 70px;
	height: 30px;
	background: #188eee;
	color: #fff;
	line-height: 30px;
	margin-top: 25px;
}

.joinTo input{
	border: 1px solid #999999;
	width: 220px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}


.sonta-studySpace .search .box .btnClear {
	background: #f8ac59;
	width: 100px;
	height: 40px;
	border: 1px solid #f8ac59;
	color:#fff;
	border-radius: 3px;	
	cursor: pointer;
	text-align: center;
	line-height: 40px;  
	position: absolute;
    right: 10px;
    top: 0;      
}

/*
* @Author: chenxixun
* @Date:   2018-01-19 09:51:31
* @Last Modified by:   chenxixun
* @Last Modified time: 2018-01-19 09:51:31
*/
.chaxun{
    width:100%;
}
.cl{
    float: left; 
    width:400px;
    line-height: 45px;
}
.cl label{
    font-weight: 400;
}
.cl input{
    display:inline-block;
    width:210px;
    margin:0 20px;
}
.cl a{
    padding:6px 20px;
    background: #188eee;
    color: #fff;
}
.shangchuan{
    float: right;
    padding:6px 20px;
    background: #188eee;
    color: #fff;
    margin-top:3px;
}
.cl a:link,.shangchuan:link{
    color:#fff;
}
.list_propelling table tr th{
    text-align: center;
    background: #fff;
    color: #333;
    border-right:none;
    border-bottom: 1px solid #b6b6b6;
}
.list_propelling table tr{
    border-bottom: 1px solid #b6b6b6;
}
.list_propelling table tr td img{
    width: 90px;
    height:105px;
}
.list_propelling table tr td{
    width: 90px;
    height:105px;
}
.list_propelling table tr td .xiugai{
    display: inline-block;
    width: 70px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    background:#188eee;
    margin:0 7px;
    border-radius:4px;
}
.list_propelling table tr td .shanchu{
    display: inline-block;
    width: 70px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    background:#d5541b;
    margin:0 7px;
    border-radius:4px;
}