@charset "utf-8";

/* css document */

.crumb {
	width: 100%;
	height: 28px;
	float: left;
	background: url(../../image/teacher/crumbs-bg.png) repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.crumb a {
	line-height: 28px;
	float: left;
	color: #333;
	font-size: 14px;
	padding: 0 3px;
	text-decoration:none !important;
}

.crumb a.position {
	padding-left: 15px;
}

.crumb em {
	font-style: normal;
	color: #2098a5;
	font-size: 14px;
	line-height: 28px;
}

.wrap {
	width: 100%;
	min-height: 515px;
	min-width: 1280px;
	float: left;
	background: url(../../image/teacher/bg.jpg) center top no-repeat #f1f1f1;
	margin-top: -3px;
}

.wrap .wrap-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

/*进入管理后台*/
.enter {
	width: 116px;
	height: 29px;
	float: right;
	border-radius: 3px;
	margin-top: 20px;
}

.enter.manager {
	border: 1px solid #fff;
	background: url(../../image/teacher/enter-bg.png) repeat;
}

.enter.manager a {
	display: block;
}

.enter a {
	display: none;
}

.enter i.set-up {
	width: 16px;
	height: 17px;
	float: left;
	background: url(../../image/teacher/set-up.png) no-repeat;
	margin: 6px 5px 0 7px;
}

.enter samp {
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

/*头像区域*/
.portrait {
	float: left;
	width: 100%;
	text-align: center;
}

.portrait img {
	width: 94px;
	height: 94px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.portrait h1 {
	color: #01374e;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px;
}

.portrait dl {
	display: inline-block;
}

.portrait dd {
	float: left;
	color: #01374e;
	font-size: 14px;
}

.portrait dd.line {
	width: 1px;
	height: 14px;
	background: #6797ac;
	margin: 4px 12px 0;
}

/*导航 开始*/
.wrap .wrap-main .tab-nav {
	float: left;
	width: 100%;
	height: 42px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 1px 5px 0px #cfd8e0;
	margin-top: 35px;
}

.wrap .wrap-main .tab-nav ul {
	display: inline-block;
}

.wrap .wrap-main .tab-nav ul li {
	float: left;
	line-height: 40px;
	margin: 0 33px;
	color: #222;
	font-size: 16px;
	cursor: pointer;
}

.wrap .wrap-main .tab-nav ul li.active {
	font-weight: bold;
	border-bottom: 2px solid #ff7632;
}

.wrap .wrap-main .tab-nav ul li.nav-more {
	width: 85px;
	text-align: left;
}

.wrap .wrap-main .tab-nav ul li.nav-more i.more-arrow {
	width: 9px;
	height: 5px;
	float: right;
	background: url(../../image/teacher/more-arrow.png) no-repeat;
	margin-top: 18px;
	margin-right: 38px;
}

.wrap .wrap-main .tab-nav ul li.nav-more:hover .more-type {
	display: block;
}

.wrap .wrap-main .tab-nav ul li.nav-more:hover i.more-arrow {
	margin-right: 38px;
}

.wrap .wrap-main .tab-nav ul li.nav-more .more-type {
	height: auto;
	background: #fff;
	border: 1px solid #b2b7bc;
	-webkit-box-shadow: 0 1px 10px #a5aeb4;
	box-shadow: 0 1px 10px #a5aeb4;
	position: relative;
	display: none;
	z-index: 2;
	margin-top: 2px;
}

.wrap .wrap-main .tab-nav ul li.nav-more .more-type dl {
	width: 100%;
}

.wrap .wrap-main .tab-nav ul li.nav-more .more-type dl dd {
	padding: 0 13px;
	line-height: 29px;
	margin: 5px 0 5px 0;
	text-align: left;
}

.wrap .wrap-main .tab-nav ul li.nav-more .more-type dl dd a {
	font-size: 14px;
	color: #222;
	display: block;
}

.wrap .wrap-main .tab-nav ul li.nav-more .more-type dl dd a:hover {
	color: #ff7632;
	text-decoration: underline;
}

.wrap .wrap-main .tab-main {
	width: 100%;
	float: left;
	margin-bottom: 100px;
}

.title {
	float: left;
	width: 100%;
	background: #e4fbff;
	border-bottom: 1px solid #b3e8f1;
	border-left: 0;
	border-right: 0;
	height: 38px;
}

.title h2 {
	float: left;
	color: #1a5863;
	font-size: 15px;
	font-weight: bold;
	line-height: 38px;
	text-indent: 16px;
}

.title a {
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 38px;
	margin-right: 14px;
}

.title a em {
	font-family: simsun;
	font-style: normal;
	float: right;
	margin: 1px 0 0 5px;
}

.title a:hover {
	text-decoration: underline;
}

.new-article {
	width: 100%;
	height: auto;
	border: 1px solid #d8d8d8;
	background: #fff;
	float: left;
	margin-bottom: 10px;
	border-radius: 2px;
}

.new-article .new-article-list {
	width: 100%;
	float: left;
}

.new-article .new-article-list ul {
	float: left;
	margin: 10px 0 12px 17px;
}

.new-article .new-article-list ul li {
	width: 280px;
	height: auto;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-article .new-article-list ul li b {
	width: 4px;
	height: 4px;
	float: left;
	background: #ff7632;
	margin-top: 13px;
	margin-right: 10px;
}

.new-article .new-article-list ul li a {
	font-size: 14px;
	color: #333;
}

.new-article .new-article-list ul li a:hover {
	color: #ff4200;
	text-decoration: underline;
}

i.bg {
	background: url(../../image/teacher/page-icon.png) -40px -80px no-repeat;
}

i.you {
	background: url(../../image/teacher/page-icon.png) 0px -120px no-repeat;
}

i.essay {
	background: url(../../image/teacher/page-icon.png) -40px -40px no-repeat;
}

i.live {
	background: url(../../image/teacher/page-icon.png) -40px -120px no-repeat;
}

i.hd {
	background: url(../../image/teacher/page-icon.png) -40px 0px no-repeat;
}

b.ck {
	float: left;
	width: 16px;
	height: 10px;
	background: url(../../image/teacher/page-icon.png) 0px 0px no-repeat;
	margin: 4px 5px 0 0;
}

b.sc {
	float: left;
	width: 16px;
	height: 15px;
	background: url(../../image/teacher/page-icon.png) 0px -40px no-repeat;
	margin: 0px 5px 0 0;
}

b.xz {
	float: left;
	width: 15px;
	height: 15px;
	background: url(../../image/teacher/page-icon.png) 0px -80px no-repeat;
	margin: 0px 5px 0 0;
}

.ad {
	width: 100%;
	height: auto;
	float: left;
}

.ad img {
	border: 1px solid #ccc;
	border-radius: 2px;
}

/*最新教学设计-最新资源*/

.new-plate {
	width: 100%;
	height: auto;
	border: 1px solid #d8d8d8;
	background: #fff;
	float: left;
	margin-bottom: 10px;
	border-radius: 2px;
}

.new-plate .new-design-list {
	width: 100%;
	float: left;
}

.new-plate .new-design-list ul {
	width: 280px;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
}

.new-plate .new-design-list ul li {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.new-plate .new-design-list ul li:last-child {
	border: none;
}

.new-plate .new-design-list ul li b {
	width: 4px;
	height: 4px;
	float: left;
	background: #ff7632;
	margin-top: 18px;
	margin-right: 10px;
}

.new-plate .new-design-list ul li a {
	width: auto;
	max-width: 207px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 15px;
	font-weight: bold;
	padding-top: 12px;
	float: left;
}

.new-plate .new-design-list ul li a:hover {
	color: #ff4200;
	text-decoration: underline;
}

.new-plate .new-design-list ul li span {
	height: 18px;
	line-height: 18px;
	border-radius: 2px;
	border: 1px solid #00af7e;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	color: #00af7e;
	font-family: simsun;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

.new-plate .new-design-list ul li dl {
	width: 265px;
	float: left;
	margin: 8px 0 15px 15px;
}

.new-plate .new-design-list ul li dl dd {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 15px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-plate .new-design-list ul li dl dd.line {
	width: 1px;
	height: 15px;
	background: #666;
	margin: 0 10px 0 10px;
}

.no-plate-list {
	width: 100%;
	float: left;
	margin: 30px 0 30px 0;
}

.no-plate-list p {
	text-align: center;
	font-size: 16px;
	color: #999;
}
