@charset "utf-8";

/* css document */


/*左边*/

.main-lf {
	float: left;
	width: 880px;
	margin-top: 10px;
}


/*右边*/

.main-rt {
	float: right;
	width: 310px;
	margin-top: 10px;
}


/*我的主页左边*/

.home-main-lf {
	width: 310px;
	float: left;
	margin-top: 10px;
}

/*我的教学设计*/

.my-design {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
}

.my-design .my-design-main {
	width: 850px;
	height: auto;
	margin: 0 auto;
}

.design-type {
	width: 850px;
	height: 38px;
	float: left;
	border-bottom: 2px solid #cfebf5;
}

.design-type ul {
	float: left;
}

.design-type ul li {
	min-width: 60px;
	float: left;
	font-size: 14px;
	color: #1a5863;
	text-align: center;
	margin-right: 35px;
	line-height: 38px;
}

.design-type ul li.active {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 3px solid #2595b7;
}

.design-type ul li:hover {
	cursor: pointer;
}

.design-type .sort {
	width: 99px;
	height: auto;
	float: right;
	background: #fff;
	border: 1px solid transparent;
	margin-top: 5px;
	position: relative;
}

.design-type .sort dl {
	width: 87px;
	height: auto;
	margin: 0 auto;
}

.design-type .sort dl dd {
	width: 100%;
	height: 31px;
	font-size: 14px;
	color: #1e97a4;
	line-height: 30px;
	float: left;
}

.design-type .sort dl dd i.sort-arrow {
	width: 8px;
	height: 5px;
	float: right;
	background: url(../../image/teacher/sort.png) no-repeat;
	margin-top: 12px;
}

.design-type .sort dl dd:hover {
	cursor: pointer;
	color: #ff4200;
}

.design-type .sort dl dd.line {
	width: 100%;
	height: 1px;
	background: #ccc;
	display: none;
}

.design-type .sort dl dd.down {
	display: none;
}

.design-type .sort:hover {
	border: 1px solid #ccc;
}

.design-type .sort:hover dd.line {
	display: block;
}

.design-type .sort:hover dd.down {
	display: block;
}



.my-design .list-content {
	width: 100%;
	float: left;
}

.my-design .list-content .design-tips {
	width: 100%;
	height: 40px;
	float: left;
}

.my-design .list-content .design-tips p {
	float: left;
	font-size: 14px;
	color: #1a5863;
	line-height: 45px;
}

.my-design .list-content .design-tips p b {
	font-size: 14px;
	color: #ff4200;
	padding: 0 5px;
}

.my-design .list-content .design-tips samp {
	float: right;
	line-height: 45px;
	font-size: 14px;
	color: #999;
}

.my-design .list-content .design-tips samp a {
	color: #ff4200;
	text-decoration: underline;
}

.my-design .list-content .res-content {
	width: 848px;
	min-height: 139px;
	margin: 0 auto;
}

.my-design .list-content .res-content .content-main {
	width: 100%;
	min-height: 139px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid transparent;
	margin-top: -1px;
	float: left;
}

.my-design .res-content .design-con {
	width: 100%;
	height: auto;
	margin: 14px 0;
	background: #f0f4f7;
	float: left;
	border: 2px solid transparent;
}

.my-design .res-content .design-con:hover {
	border: 2px solid #00af7e;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #d0d0d0;
	background: #fff;
}


.my-design .list-content #page .page-nav ul {
	margin-top: 25px;
}

.add-design {
	width: 100%;
	height: 69px;
	float: left;
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #ff6600;
	border: 1px solid #df4400;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 5px #8b929a;
	box-shadow: 0 1px 5px #8b929a;
	margin-bottom: 10px;
}

.add-design.share-res {
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #3572e1;
	border: 1px solid #1e5fd7;
}

.add-design.share-res:hover {
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #2f6cdc;
}

.add-design p {
	text-align: center;
	font-size: 23px;
	color: #fff;
	padding-top: 8px;
}

.add-design span {
	text-align: center;
	font-size: 16px;
	color: #ffdf49;
	display: block;
}

.add-design:hover {
	cursor: pointer;
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #ff7316;
}

.my-design .list-content {
    width: 850px;
}

.plan-list {
    width: 100%;
}
