@charset "utf-8";

/* css document */

/* 公共 */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ececec;
}


a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
	border-collapse: collapse;
}


/*备课平台首页*/

.wrap-1 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	margin-bottom: 100px;
}

.wrap-1 .wrap-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.step {
	width: 100%;
	height: 40px;
	background: #fff;
	float: left;
	margin-bottom: 10px;
}

.step h2 {
	float: left;
	line-height: 40px;
	padding-left: 20px;
	font-size: 18px;
	color: #00af7e;
	font-weight: bold;
}

.step ul {
	float: left;
	margin-left: 35px;
}

.step ul li {
	font-size: 14px;
	color: #222;
	line-height: 40px;
	float: left;
}

.step ul li.line {
	width: 169px;
	height: 4px;
	border-radius: 2px;
	background: #e3e3e3;
	margin: 19px 12px 0 12px;
}

.step button {
	width: 190px;
	height: 40px;
	line-height: 38px;
	float: right;
	background: #ff5a3c;
	border-radius: 2px;
	border-top: 1px solid #ff785a;
	border-right: 1px solid #f15034;
	border-bottom: 1px solid #e94a30;
	border-right: 1px solid #ff694b;
	font-size: 16px;
	color: #fff;
}

.step button:hover {
	background: #f75031;
}

.left {
	float: left;
}

.left .left-filter {
	width: 220px;
	height: 271px;
	background: #fff;
	border-top: 4px solid #00af7e;
	margin-bottom: 10px;
}

.left .left-filter ul {
	float: left;
}

.left .left-filter ul li {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.left .left-filter ul li samp {
	float: left;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	padding-right: 14px;
}

.left .left-filter ul li samp.xd {
	line-height: 25px;
}

.left .left-filter ul li a {
	width: 49px;
	height: 25px;
	text-align: center;
	background: #dedede;
	border-radius: 2px;
	line-height: 25px;
	color: #666;
	margin-right: 6px;
	font-size: 14px;
	float: left;
}

.left .left-filter ul li a.active {
	background: #00af7e;
	color: #fff;
}

.left .left-filter ol {
	float: left;
}

.left .left-filter ol li {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.left .left-filter ol li samp {
	float: left;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	padding-right: 14px;
}

.left .left-filter ol li select {
	width: 159px;
	padding: 6px 0;
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	font-size: 14px;
	color: #222;
	text-indent: 5px;
}


/*课程目录*/

.left .catalog {
	width: 220px;
	height: auto;
	float: left;
	background: #fff;
	margin-bottom: 20px;
}

.left .catalog .title {
	width: 220px;
	height: 42px;
	line-height: 42px;
	background: #00af7e;
	font-size: 16px;
	color: #fff;
	margin-bottom: 18px;
	text-indent: 10px;
}

.left .catalog .list {
	width: 220px;
	margin-bottom: 120px;
}

.left .catalog .list ul li {
	color: #666;
}

.left .catalog .list ul li.mie {
	border-bottom: none;
}

.left .catalog .list ul li a {
	text-indent: 20px;
	color: #222;
	font-size: 14px;
	display: block;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.left .catalog .list ul li a:hover {
	color: #00af7e;
}

.left .catalog .list ul li span {
	background: url(../../image/lesson/point-adda.gif);
	width: 14px;
	float: right;
	height: 14px;
}

.left .catalog .list ul li .inactive span {
	background: url(../../image/lesson/index-icon.png) -50px -10px no-repeat;
	width: 9px;
	float: right;
	height: 16px;
	margin-top: 17px;
	margin-right: 10px;
}

.left .catalog .list ul li a.inactives {
	border-left: 4px solid #00af7e;
	background: #f1f1f1;
	font-weight: bold;
	color: #19b077;
}

.left .catalog .list ul li .inactives span {
	background: url(../../image/lesson/index-icon.png) -10px -10px no-repeat;
	width: 16px;
	float: right;
	height: 9px;
	margin-top: 17px;
	margin-right: 6px;
}

.left .catalog .list ul li ul {
	display: none;
}

.left .catalog .list ul li ul li ul {
	display: none;
	padding-left: 10px;
}

.left .catalog .list ul li ul li a {
	padding-left: 20px;
}

.left .catalog .list ul li ul li a.inactives {
	border-left: 4px solid #00af7e;
	background: #f1f1f1;
	font-weight: normal;
	color: #19b077;
}

.left .catalog .list ul li ul li ul li {
	margin-left: -20px;
}

.left .catalog .list ul li ul li ul li a.inactive.inactives {
	border-left: 4px solid #00af7e;
	background: #f1f1f1;
	font-weight: normal;
	color: #19b077;
	text-indent: 45px;
}

.left .catalog .list ul li ul li ul li a {
	text-indent: 50px;
}

.left .catalog .list ul li ul li ul li {
	padding-left: 10px;
}

.left .catalog .no-list {
	width: 100%;
	float: left;
	margin-top: 130px;
	margin-bottom: 250px;
}

.left .catalog .no-list img {
	width: 87px;
	height: 79px;
	margin: 0 auto;
	display: block;
	margin-bottom: 25px;
}

.left .catalog .no-list p {
	text-align: center;
	font-size: 18px;
	color: #b3b3b3;
}

.left .catalog .list {
	background-color: #fff;
}

.left .catalog .list ul li ul a:hover {
	color: #00af7e;
}

.left .catalog .list ul li span {
	width: 14px;
	height: 14px;
	margin-top: 10px;
	margin-right: 10px;
}

.left .catalog .list ul li a {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.left .catalog .list ul li.but {
	background: #e1f1ff;
}


/*右侧*/

.right {
	width: 966px;
	height: auto;
	float: right;
}

.right .nav {
	width: 100%;
	height: 57px;
	background: #fff;
	float: left;
	margin-bottom: 10px;
}

.right .nav .crumbs {
	float: left;
	margin-left: 20px;
}

.right .nav .crumbs ul li {
	float: left;
	font-size: 18px;
	color: #222;
	line-height: 57px;
}

.right .nav .crumbs ul li.dot {
	width: 2px;
	height: 2px;
	background: #222;
	border-radius: 100%;
	margin: 27px 5px 0 5px;
}

.right .nav .crumbs ul li b {
	font-size: 18px;
	color: #00af7e;
	width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
}

.right .nav .btn {
	width: 217px;
	float: right;
	margin-right: 10px;
	margin-top: 9px;
}

.right .nav .btn button {
	width: 217px;
	height: 40px;
	background: #ff5a3c;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}

.right .nav .btn button:hover {
	background: #ff4c2c;
}


/*我的教学设计*/

.my {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	margin-bottom: 16px;
}

.my .design-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #ccc;
}

.my .design-title h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	background: #00af7e;
	padding: 0 20px;
	float: left;
}

.my .design-title span {
	float: right;
	font-size: 14px;
	color: #00af7e;
	line-height: 45px;
	padding-right: 10px;
}

.my .design-title span b {
	font-weight: normal;
	font-family: "宋体";
}

.my .design-title span:hover {
	text-decoration: underline;
	cursor: pointer;
}

.my .design-title ul {
	float: right;
	margin-right: 10px;
}

.my .design-title ul li {
	float: left;
	font-size: 14px;
	color: #222;
}

.my .design-title ul li a {
	font-family: arial;
	line-height: 47px;
}

.my .design-title ul li.pre {
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: "宋体";
	color: #ccc;
	text-align: center;
	line-height: 22px;
	margin-top: 11px;
	margin-right: 8px;
}

.my .design-title ul li.pre:hover {
	width: 22px;
	height: 22px;
	background: #ecfffa;
	border: 1px solid #00af7e;
	font-family: "宋体";
	color: #00af7e;
	cursor: pointer;
}

.my .design-title ul li.next {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	font-family: "宋体";
	color: #ccc;
	margin-top: 11px;
	margin-left: 8px;
}

.my .design-title ul li.next:hover {
	width: 22px;
	height: 22px;
	background: #ecfffa;
	border: 1px solid #00af7e;
	font-family: "宋体";
	color: #00af7e;
	cursor: pointer;
}

.my .no-design {
	width: 100%;
	float: left;
	margin-top: 10px;
}

/*.my .no-design img {
	width: 87px;
	height: 81px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.my .no-design p {
	text-align: center;
	font-size: 18px;
	color: #b3b3b3;
}*/

.my .design-con {
	width: 943px;
	height: auto;
	margin: 14px 12px;
	background: #f0f4f7;
	float: left;
    border: 1px solid #f0f4f7;
}

.my .design-con:hover {
	cursor: pointer;
    border: 1px solid #00af7e;
   /*  border-radius: 2px; */
    box-shadow: 0px 0px 10px #d0d0d0;
    background: #fff;
}

/* .my .plate-two:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px #d0d0d0;
}  */

.my .design-con .plate-one {
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #ccc;
	float: left;
}

.my .design-con .plate-one .plate-1-left {
	float: left;
}

.my .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;
}

.my .design-con .plate-one .plate-1-left ul {
	float: left;
	margin-left: 18px;
}

.my .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;
}

.my .design-con .plate-one .plate-1-left ul li a {
    color: #ff5637;
    float: left;
        display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my .design-con .plate-one .plate-1-left ul li a.price {
    color: #666;
}

.my .design-con .plate-one .plate-1-left ul li a.name{
	color: #666;
}

.my .design-con .plate-one .plate-1-left ul li.line {
	width: 1px;
	height: 15px;
	background: #666;
	margin: 14px 10px 0 10px;
}

.my .design-con .plate-one .plate-1-left ul li samp {
	font-family: arial
}

.my .design-con .plate-one .plate-1-left span {
	width: 140px;
	height: 22px;
	border-radius: 2px;
	font-size: 14px;
	color: #ff5a3c;
	line-height: 22px;
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-top: 8px;
}

.my .design-con .plate-one .plate-1-right {
	float: right;
}

.my .design-con .plate-one .plate-1-right ul {
	float: left;
	cursor: pointer;
}

.my .design-con .plate-one .plate-1-right ul li {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	float: left;
	margin-right: 20px;
}

.my .design-con .plate-one .plate-1-right ul li samp {
	font-family: arial;
}

.my .design-con .plate-one .plate-1-right ul li i {
	float: left;
	margin-right: 10px;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .design-con .plate-one .plate-1-right ul li i.delete {
	width: 16px;
	height: 17px;
	background: url(../../image/lesson/index-icon.png) -10px -190px no-repeat;
	margin-top: 12px;
}

.my .design-con .plate-one .plate-1-right ul li:hover i.delete {
	width: 16px;
	height: 17px;
	background: url(../../image/lesson/index-icon.png) -60px -190px no-repeat;
	margin-top: 12px;
}

.my .design-con .plate-one .plate-1-right ul li:hover a {
	color: #00af7e;
}

.my .design-con .plate-two {
	width: 100%;
	height: auto;
	float: left;
}

.my .design-con .plate-two .plate-2-title {
	width: 100%;
	height: 65px;
}

.my .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;
}
.my .design-con .plate-two .plate-2-title h5:hover{
	color: #00af7e;
	text-decoration: underline;
}

.my .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;
}

.my .design-con .plate-two .plate-2-title ul {
	float: left;
	margin-top: 22px;
}

.my .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;
}

.my .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;
}

.my .design-con .plate-two .plate-2-con {
	width: 830px;
	height: auto;
	float: left;
}

.my .design-con .plate-two .plate-2-con ul {
	width: 830px;
	float: left;
	margin-left: 20px;
}

.my .design-con .plate-two .plate-2-con ul li {
	float: left;
	margin-bottom: 20px;
}

.my .design-con .plate-two .plate-2-con ul li samp {
	float: left;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
	line-height:22px;
}

.my .design-con .plate-two .plate-2-con ul li p {
	width: 750px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #222;
}

.my .design-con .plate-two .plate-2-con ul li dl {
	width: 750px;
	float: left;
}

.my .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;
}

.my .design-con .plate-two .plate-2-con ul li dl dd a {
	font-size: 14px;
	color: #222;
}

.my .design-con .plate-two .plate-2-con ul li dl dd a:hover {
	color: #00af7e;
	text-decoration: underline;
}

.my .design-con .plate-two .plate-2-con ul li dl dd i {
	float: left;
}

.my .design-con .plate-two .plate-2-con ul li dl dd i {
	float: left;
	margin-right: 10px;
	margin-top: -14px;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}

.my .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;
}


/*参考其他人教学设计*/

.another {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}

.another .design-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.another .design-title h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	background: #ff5a3c;
	float: left;
	padding: 0 20px;
}

.another .design-title span {
	font-size: 14px;
	color: #666;
	line-height: 45px;
	padding-left: 10px;
}

.another .design-title span a {
	color: #ff5a3c;
	font-family: arial;
	font-weight: bold;
}

.another .design-title div.small-search {
	width: 320px;
	height: 30px;
	float: right;
	background: #036fdc;
	margin: 10px 10px 0 0;
}

.another .design-title div.small-search input{
	width: 263px;
	height: 28px;
	background: #effbff;
	text-indent: 10px;
	line-height: 26px;
	color: #666;
	float: left;
	margin: 1px;
}

.another .design-title div.small-search button{
	width: 55px;
	height: 28px;
	line-height: 28px;
	background: #036fdc;
	font-size: 14px;
	color: #fff;
	float: left;
}

.another .no-design {
	width: 100%;
	float: left;
	margin: 140px 0 300px 0;
}

.another .no-design img {
	width: 87px;
	height: 81px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.another .no-design p {
	text-align: center;
	font-size: 18px;
	color: #b3b3b3;
	line-height: 30px;
}

.another .con-main {
	width: 100%;
	height: auto;
	float: left;
}

.another .design-con {
	width: 943px;
	height: auto;
	margin: 0 12px;
	background: #f0f4f7;
	float: left;
	margin-bottom: 18px;
	border: 1px solid #f0f4f7;
    position: relative;
}

.another .design-con:hover {
	cursor: pointer;
    border: 1px solid #00af7e;
   /*  border-radius: 2px; */
    box-shadow: 0px 0px 10px #d0d0d0;
    background: #fff;
}

/* .another .plate-two:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px #d0d0d0;
} */

.another .design-con .plate-one {
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #ccc;
	float: left;
}

.another .design-con .plate-one .plate-1-left {
	float: left;
}

.another .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;
}

.another .design-con .plate-one .plate-1-left ul {
	float: left;
	margin-left: 18px;
}

.another .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;
}

.another .design-con .plate-one .plate-1-left ul li a{
    color: #ff5637;
    float: left;
}

.another .design-con .plate-one .plate-1-left ul li a.name{
    color: #666;
}

.another .design-con .plate-one .plate-1-left ul li a.price {
    color: #666;
}

.another .design-con .plate-one .plate-1-left ul li.line {
	width: 1px;
	height: 15px;
	background: #666;
	margin: 14px 10px 0 10px;
}

.another .design-con .plate-one .plate-1-left ul li samp {
	font-family: arial
}

.another .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;
}

.another .design-con .plate-one .plate-1-right {
	float: right;
}

.another .design-con .plate-one .plate-1-right ul {
	float: left;
	cursor:pointer;
}

.another .design-con .plate-one .plate-1-right ul li {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	float: left;
	margin-right: 20px;
}
.another .design-con .plate-one .plate-1-right ul li:hover a {
	color:#00af7e;
}
.another .design-con .plate-one .plate-1-right ul li samp {
	font-family: arial;
}

.another .design-con .plate-one .plate-1-right ul li i {
	float: left;
	margin-right: 10px;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .design-con .plate-two {
	width: 100%;
	height: auto;
	float: left;
}

.another .design-con .plate-two .plate-2-title {
	width: 100%;
	height: 65px;
}

.another .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;
}

.another .design-con .plate-two .plate-2-title h5:hover {
	color: #00af7e;
	text-decoration: underline;
}

.another .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;
}

.another .design-con .plate-two .plate-2-title ul {
	float: left;
	margin-top: 22px;
}

.another .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;
}

.another .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;
}

.another .design-con .plate-two .plate-2-con {
	width: 830px;
	height: auto;
	float: left;
}

.another .design-con .plate-two .plate-2-con ul {
	width: 830px;
	float: left;
	margin-left: 20px;
}

.another .design-con .plate-two .plate-2-con ul li {
	float: left;
	margin-bottom: 20px;
}

.another .design-con .plate-two .plate-2-con ul li samp {
	float: left;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
	line-height:22px;
}

.another .design-con .plate-two .plate-2-con ul li p {
	width: 750px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #222;
}

.another .design-con .plate-two .plate-2-con ul li dl {
	width: 750px;
	float: left;
}

.another .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;
}

.another .design-con .plate-two .plate-2-con ul li dl dd a {
	font-size: 14px;
	color: #222;
}

.another .design-con .plate-two .plate-2-con ul li dl dd a:hover {
	color: #00af7e;
	text-decoration: underline;
}

.another .design-con .plate-two .plate-2-con ul li dl dd i {
	float: left;
}

.another .design-con .plate-two .plate-2-con ul li dl dd i {
	float: left;
	margin-right: 10px;
	margin-top: -14px;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .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;
}

.another .design-con .plate-three.syja{
	background: url(../../image/lesson/syja.png) no-repeat;
}
.another .design-con .plate-three.szja{
	background: url(../../image/lesson/szja.png) no-repeat;
}
.another .design-con .plate-three.xqja{
	background: url(../../image/lesson/xqja.png) no-repeat;
}
.another .design-con .plate-three.xyja{
	background: url(../../image/lesson/xyja.png) no-repeat;
}

.another .design-con .plate-three {
    float: left;
    width: 98px;
    height: 97px;
    position: absolute;
    bottom: -3px;
    right: -4px;
}

/* .another #page {
	text-align: center;
}

.another ul.page {
	display: inline-block;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	margin: 30px auto;
	padding: 0;
}

.another ul.page li {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #6f7880;
	font-size: 14px;
	font-family: arial;
	float: left;
	margin-right: 5px;
}

.another ul.page li:hover {
	background: #ebfff9;
	border: 1px solid #00af7e;
	color: #00af7e;
	cursor: pointer;
}

.another ul.page li.active {
	border: 1px solid #00af7e;
	background: #00af7e;
	color: #fff;
}

.another ul.page li.ellipsis {
	border: none;
}

.another ul.page li.ellipsis:hover {
	background: none;
	cursor: auto;
	color: #6f7880;
}

.another ul.page li.pre {
	width: 36px;
	height: 36px;
	background: url(../../image/lesson/page.png) -10px -10px no-repeat;
	border: none;
}

.another ul.page li.pre:hover {
	background: url(../../image/lesson/page.png) -10px -80px no-repeat;
	border: none;
}

.another ul.page li.next {
	width: 36px;
	height: 36px;
	background: url(../../image/lesson/page.png) -10px -150px no-repeat;
	border: none;
}

.another ul.page li.next:hover {
	background: url(../../image/lesson/page.png) -10px -220px no-repeat;
	border: none;
} */

/*清空教案弹窗*/

.tc-delete {
	width: 498px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-delete .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-delete .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-delete .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/lesson/design-icon.png) -10px -350px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-delete .main-title i.close:hover {
	background: url(../../image/lesson/design-icon.png) -70px -350px no-repeat;
	cursor: pointer;
}

.tc-delete .main {
	width: 100%;
	float: left;
}

.tc-delete .main .main-content {
	text-align: center;
	font-size: 16px;
	color: #222;
	padding-top: 50px;
	padding-bottom: 30px;
}

/*开始备课弹窗*/

.tc-start {
	width: 630px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-start .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-start .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-start .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/lesson/design-icon.png) -10px -350px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-start .main-title i.close:hover {
	background: url(../../image/lesson/design-icon.png) -70px -350px no-repeat;
	cursor: pointer;
}

.tc-start .main {
	width: 100%;
	float: left;
}

.tc-start .main .filtrate {
	width: 563px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

.tc-start .main .filtrate ul {
	float: left;
	margin-left: 8px;
}

.tc-start .main .filtrate ul li {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.tc-start .main .filtrate ul li samp {
	float: left;
	font-size: 14px;
	color: #717076;
	line-height: 35px;
}

.tc-start .main .filtrate ul li select {
	width: 120px;
	padding: 5px 0;
	border: 1px solid #b3b3b3;
	background: #fff;
	border-radius: 2px;
	font-size: 14px;
	color: #333;
	text-indent: 5px;
}

.tc-start .main .filtrate ul li select.long {
	width: 301px;
}

.tc-start .main .directory {
	width: 563px;
	float: left;
	margin-left: 30px;
}

.tc-start .main .directory samp {
	float: left;
	font-size: 14px;
	color: #717076;
}

.tc-start .main .directory .right-ml {
	width: 480px;
	max-height: 300px;
	background: #fff;
	border: 1px solid #b3b3b3;
	border-radius: 2px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

.tc-start .main .directory .right-ml .list {
	width: 100%;
	margin-bottom: 120px;
}

.tc-start .main .directory .right-ml .list ul li {
	width: 100%;
	color: #666;
	float: left;
}

.tc-start .main .directory .right-ml .list ul li.mie {
	border-bottom: none;
}

.tc-start .main .directory .right-ml .list ul li a {
	text-indent: 20px;
	color: #222;
	font-size: 14px;
	display: block;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.tc-start .main .directory .right-ml .list ul li a:hover {
	color: #00af7e;
}

.tc-start .main .directory .right-ml .list ul li span {
	background: url(../../image/lesson/point-adda.gif);
	width: 14px;
	float: right;
	height: 14px;
}

.tc-start .main .directory .right-ml .list ul li .inactive span {
	background: url(../../image/lesson/index-icon.png) -50px -150px no-repeat;
	width: 9px;
	float: left;
	height: 16px;
	margin-top: 13px;
	margin-right: 10px;
	margin-left: 20px;
}

.tc-start .main .directory .right-ml .list ul li a.inactives {
	border-left: 4px solid #00af7e;
	background: #f1f1f1;
	font-weight: bold;
	color: #19b077;
}

.tc-start .main .directory .right-ml .list ul li .inactives span {
	background: url(../../image/lesson/index-icon.png) -10px -150px no-repeat;
	width: 16px;
	float: left;
	height: 9px;
	margin-top: 14px;
	margin-right: 20px;
}

.tc-start .main .directory .right-ml .list ul li ul {
	display: none;
}

.tc-start .main .directory .right-ml .list ul li ul li ul {
	display: none;
	padding-left: 10px;
}

.tc-start .main .directory .right-ml .list ul li ul li a {
	padding-left: 20px;
}

.tc-start .main .directory .right-ml .list ul li ul li a.inactives {
	border-left: 4px solid #00af7e;
	background: #f1f1f1;
	font-weight: normal;
	color: #19b077;
}

.tc-start .main .directory .right-ml .list ul li ul li ul li {
	margin-left: -20px;
}

.tc-start .main .directory .right-ml .list ul li ul li ul li a.inactive.inactives {
	border-left: 0px solid #00af7e;
	background: #f1f1f1;
	font-weight: normal;
	color: #222;
	width: 100%;
	float: left;
}

.tc-start .main .directory .right-ml .list ul li ul li ul li a {
	text-indent: 50px;
}

.tc-start .main .directory .right-ml .list ul li ul li ul li {
	padding-left: 10px;
}

.btn {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.btn button {
	width: 130px;
	height: 35px;
	font-size: 14px;
	border-radius: 2px;
}

.btn button.pl {
	background: #00C177;
	color: #fff;
}

.btn button.pl:hover {
	background: #01B26E;
	color: #fff;
}

.btn button.qx:hover {
	background: #01B26E;
	color: #fff;
}

.btn button.qx {
	border: 1px solid #00C177;
	color: #00C177;
	margin-left: 20px;
	background: #fff;
}

/*作品详情弹窗*/
.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;
}
.another .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;
}