@charset "utf-8";

/* css document */

/*教学设计*/

.plan-list {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}

.plan-list .design-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.plan-list .design-title h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	background: #ff5a3c;
	float: left;
	padding: 0 20px;
}

.plan-list .design-title span {
	font-size: 14px;
	color: #666;
	line-height: 45px;
	padding-left: 10px;
}

.plan-list .design-title span a {
	color: #ff5a3c;
	font-family: arial;
	font-weight: bold;
}

.plan-list .no-design {
	width: 100%;
	float: left;
	margin: 140px 0 300px 0;
}

.plan-list .no-design img {
	width: 87px;
	height: 81px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.plan-list .no-design p {
	text-align: center;
	font-size: 18px;
	color: #b3b3b3;
	line-height: 30px;
}

.plan-list .con-main {
	width: 100%;
	height: auto;
	float: left;
}

.plan-list .design-con {
	width: 100%;
	height: auto;
	/* margin: 0 12px; */
	background: #f0f4f7;
	float: left;
	margin-bottom: 18px;
	border: 1px solid #f0f4f7;
	position: relative;
}
.plan-list .design-con:hover{
	cursor: pointer;
    border: 1px solid #00af7e;
   /*  border-radius: 2px; */
    box-shadow: 0px 0px 10px #d0d0d0;
    background: #fff;
}
.plan-list .design-con .plate-one {
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #ccc;
	float: left;
}

.plan-list .design-con .plate-one .plate-1-left {
	float: left;
}

.plan-list .design-con .plate-one .plate-1-left img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #f0f4f7;
	margin-top: -8px;
	margin-left: 10px;
	float: left;
}

.plan-list .design-con .plate-one .plate-1-left ul {
	float: left;
	margin-left: 18px;
}

.plan-list .design-con .plate-one .plate-1-left ul li {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.plan-list .design-con .plate-one .plate-1-left ul li a{
    color: #ff5637;
    float: left;
}

.plan-list .design-con .plate-one .plate-1-left ul li a.name{
    color: #666;
}

.plan-list .design-con .plate-one .plate-1-left ul li a.price {
    color: #666;
}

.plan-list .design-con .plate-one .plate-1-left ul li.line {
	width: 1px;
	height: 15px;
	background: #666;
	margin: 14px 10px 0 10px;
}

.plan-list .design-con .plate-one .plate-1-left ul li samp {
	font-family: arial
}

.plan-list .design-con .plate-one .plate-1-left span {
	width: 60px;
	height: 22px;
	background: #fff;
	border: 1px solid #ff5a3c;
	border-radius: 2px;
	font-size: 14px;
	color: #ff5a3c;
	line-height: 22px;
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-top: 8px;
}

.plan-list .design-con .plate-one .plate-1-right {
	float: right;
}

.plan-list .design-con .plate-one .plate-1-right ul {
	float: left;
	cursor:pointer;
}

.plan-list .design-con .plate-one .plate-1-right ul li {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	float: left;
	margin-right: 20px;
}

.plan-list .design-con .plate-one .plate-1-right ul li.fzlj{
	height: 20px;
	border-radius: 3px;
	line-height: 20px;
	padding: 3px 9px;
	margin-top: 7px;
	background: #fff;
	color: #00af7e;
	border: 1px solid #00af7e;
}

.plan-list .design-con .plate-one .plate-1-right ul li.fzlj:hover{
	color: #fff;
	background: #00af7e;
}

.plan-list .design-con .plate-one .plate-1-right ul li:hover a {
	color:#ff5a3c;
}
.plan-list .design-con .plate-one .plate-1-right ul li samp {
	font-family: arial;
}

.plan-list .design-con .plate-one .plate-1-right ul li i {
	float: left;
	margin-right: 10px;
}

.plan-list .design-con .plate-one .plate-1-right ul li i.praise {
	width: 19px;
	height: 19px;
	background: url(../../image/lesson/index-icon.png) -10px -50px no-repeat;
	margin-top: 11px;
}

.plan-list .design-con .plate-one .plate-1-right ul li i.praise.active {
	width: 19px;
	height: 19px;
	background: url(../../image/lesson/index-icon.png) -60px -50px no-repeat;
}

.plan-list .design-con .plate-one .plate-1-right ul li i.collect {
	width: 19px;
	height: 19px;
	background: url(../../image/lesson/index-icon.png) -10px -100px no-repeat;
	margin-top: 12px;
}

.plan-list .design-con .plate-one .plate-1-right ul li i.collect.active {
	width: 19px;
	height: 19px;
	background: url(../../image/lesson/index-icon.png) -60px -100px no-repeat;
}

.plan-list .design-con .plate-two {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #f0f4f7;
}

/* .plan-list .plate-two:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px #d0d0d0;
	cursor: pointer;
    border: 1px solid #00af7e;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #d0d0d0;
    background: #fff;
} */

.plan-list .design-con .plate-two .plate-2-title {
	width: 100%;
	height: 65px;
}

.plan-list .design-con .plate-two .plate-2-title h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 65px;
	float: left;
	text-indent: 20px;
	margin-right: 10px;
}

.plan-list .design-con .plate-two .plate-2-title h5:hover {
	color: #00af7e;
	text-decoration: underline;
}

.plan-list .design-con .plate-two .plate-2-title span {
	height: 22px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #00af7e;
	border-radius: 2px;
	float: left;
	font-size: 14px;
	color: #00af7e;
	margin-top: 20px;
	margin-right: 10px;
	line-height:24px;
}

.plan-list .design-con .plate-two .plate-2-title ul {
	float: left;
	margin-top: 22px;
}

.plan-list .design-con .plate-two .plate-2-title ul li {
	float: left;
	height: 20px;
	background: #00af7e;
	border-radius: 20px;
	font-size: 12px;
	font-family: "宋体";
	color: #fff;
	line-height: 20px;
	padding: 0 9px;
	margin-right: 10px;
}

.plan-list .design-con .plate-two .plate-2-title ul li.gather {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #ffe0d2;
	border: 1px solid #ff4800;
	border-radius: 2px;
	font-size: 14px;
	color: #ff4800;
	font-weight: bold;
	text-align: center;
	padding: 0;
	font-family: "microsoft yahei";
	margin-right: 5px;
}

.plan-list .design-con .plate-two .plate-2-con {
	width: 830px;
	height: auto;
	float: left;
}

.plan-list .design-con .plate-two .plate-2-con ul {
	width: 830px;
	float: left;
	margin-left: 20px;
}

.plan-list .design-con .plate-two .plate-2-con ul li {
	float: left;
	margin-bottom: 20px;
}

.plan-list .design-con .plate-two .plate-2-con ul li samp {
	float: left;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
	line-height:22px;
}

.plan-list .design-con .plate-two .plate-2-con ul li p {
	width: 750px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #222;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl {
	width: 750px;
	float: left;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd {
	width: 270px;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd a {
	font-size: 14px;
	color: #222;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd a:hover {
	color: #00af7e;
	text-decoration: underline;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i {
	float: left;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i {
	float: left;
	margin-right: 10px;
	margin-top: -14px;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.doc {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -6px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.ppt {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -66px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.pdf {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -126px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.music {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -186px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.video {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -246px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.zip {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -306px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.img {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -352px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.excel {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -400px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.xls {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -400px no-repeat;
}

.plan-list .design-con .plate-two .plate-2-con ul li dl dd i.txt {
	width: 23px;
	height: 40px;
	background: url(../../image/lesson/file-type.png) -10px -447px no-repeat;
}

.plan-list .design-con .plate-three.syja{
	background: url(../../image/lesson/syja.png) no-repeat;
}
.plan-list .design-con .plate-three.szja{
	background: url(../../image/lesson/szja.png) no-repeat;
}
.plan-list .design-con .plate-three.xqja{
	background: url(../../image/lesson/xqja.png) no-repeat;
}
.plan-list .design-con .plate-three.xyja{
	background: url(../../image/lesson/xyja.png) no-repeat;
}

.plan-list .design-con .plate-three {
    float: left;
    width: 98px;
    height: 97px;
    position: absolute;
    bottom: -3px;
    right: -4px;
}

/*作品详情弹窗*/
.tc-start {
	display: none;
}
.tc-delete {
	display: none;
}

/*幻灯片CSS开始*/
.weichuangyi {
	width:945px;
	height:249px;
	margin:0 auto;
	position: relative;
}
.weichuangyi_main{
	width:945px;
	height:auto;
	position: absolute;
	left:0;
	top:0;
}
.weichuangyi_main li a img {
	display:block;
	width:945px;
	height:249px;
	position: absolute;
	left:0;
	top:0;
	cursor: default;
}
.weichuangyi_span {
	width:945px;
	position: absolute;
	left:0;
	bottom:0;
	zoom:1;
	top: 232px;
}
.weichuangyi_span span {
	width:15px;
	height:15px;
	display:block;
	float:left;
	margin-left:10px;
	background: url(../../image/lesson/dot.png) no-repeat left bottom;
}
.weichuangyi_span p {
	width:100px;
	margin:0 auto;
	margin-top: 20px;
}
.weichuangyi_span .weichuangyi_span_one{
	background: url(../../image/lesson/dot.png) no-repeat left top;
	margin-top: -1px;
}
.weichuangyi_left {
	width: 35px;
    height: 65px;
    cursor: pointer;
    background: #000 url(../../image/lesson/ad_ctr.png) no-repeat -15px -6px;
    filter: alpha(opacity:30);
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 88px;
    display: none;

}
.weichuangyi_left1 {
	background:#000 url(../../image/lesson/ad_ctr.png) no-repeat -15px -6px;
	filter: alpha(opacity:50);
    opacity: 0.5;
}
.weichuangyi_right {
	width: 35px;
    height: 65px;
	cursor: pointer;
	background:#000 url(../../image/lesson/ad_ctr.png) no-repeat -10px -85px;
	filter:alpha(opacity:30);
	opacity:0.3;
	position: absolute;
	right:0;
	top:100px;
	display: none;

}
.weichuangyi_right1 {
	background:#000 url(../../image/lesson/ad_ctr.png) no-repeat -10px -85px;
	filter:alpha(opacity:50);
	opacity:0.5;
}
/*幻灯片css结束*/

i.fx {
	width: 19px;
	height: 19px;
	background: url(../../image/lesson/fx.png) -40px -35px no-repeat;
	margin-top: 12px;
}
.plan-list .design-con .plate-one .plate-1-right ul li.fxa:hover{
	color:#00af7e;
}
.my .design-con .plate-one .plate-1-right ul li.fxa:hover{
	color:#00af7e;
}
li.fxa:hover i.fx{
	width: 19px;
    height: 19px;
    margin-top: 10px;
    background: url(../../image/lesson/fx.png) -40px 0px no-repeat;
    margin-top: 12px;
}

/*无教学设计*/

.no-list {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}

.no-list img {
	margin: 0 auto;
	display: block;
	margin-top: 100px;
}

.no-list p {
	text-align: center;
	font-size: 16px;
	color: #999;
	padding-top: 15px;
}

.no-list button {
	width: 185px;
	height: 38px;
	background: #ff6600;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	display: block;
	border-radius: 2px;
	margin-top: 30px;
}

.no-list button:hover {
	background: #ff7112;
}