@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-resource {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
}

.title .sort {
	width: 99px;
	height: auto;
	float: right;
	background: transparent;
	border: 1px solid transparent;
	margin-top: 5px;
	position: relative;
}

.title .sort dl {
	width: 87px;
	height: auto;
	margin: 0 auto;
}

.title .sort dl dd {
	width: 100%;
	height: 31px;
	font-size: 14px;
	color: #1e97a4;
	line-height: 30px;
	float: left;
}

.title .sort dl dd i.sort-arrow {
	width: 8px;
	height: 5px;
	float: right;
	background: url(../../image/teacher/sort.png) no-repeat;
	margin-top: 12px;
}

.title .sort dl dd:hover {
	cursor: pointer;
	color: #ff4200;
}

.title .sort dl dd.line {
	width: 100%;
	height: 1px;
	background: #ccc;
	display: none;
}

.title .sort dl dd.down {
	display: none;
}

.title .sort:hover {
	border: 1px solid #ccc;
	background: #fff;
}

.title .sort:hover dd.line {
	display: block;
}

.title .sort:hover dd.down {
	display: block;
}

.my-resource .list-content {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.my-resource .list-content .res-content {
	width: 100%;
	min-height: 139px;
	float: left;
	cursor: pointer;
}

.my-resource .list-content .res-content:hover {
	background: #fff8ea;
}

.my-resource .list-content .res-content .content-main {
	width: 839px;
	min-height: 139px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid transparent;
	margin-top: -1px;
}

.my-resource .list-content .res-content:hover .content-main {
	border-top: 1px solid #ccc;
}

.my-resource .content-main .main-left {
	width: 100%;
	height: 102px;
	float: left;
	margin-top: 18px;
}

.my-resource .content-main .main-left .cover {
	width: 102px;
	height: 102px;
	float: left;
	margin: 0 20px 0 0;
}

.my-resource .content-main .main-left .cover img {
	width: 102px;
	height: 102px;
	margin: 0 auto;
	display: block;
}

.my-resource .content-main .main-left .cover .mask {
	width: 102px;
	height: 102px;
	background: url(../../image/teacher/mask.png) repeat;
	float: left;
	margin-top: -102px;
	position: relative;
	z-index: 1;
	display: none;
}

.my-resource .content-main .main-left .cover .mask img {
	width: 44px;
	height: 44px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}

.my-resource .content-main .main-left:hover .mask {
	display: block;
}

.my-resource .content-main .main-left h5 {
	width: 715px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}

.my-resource .content-main .main-left h5 i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
}

.my-resource .content-main .main-left h5 b {
	max-width: 480px;
	font-size: 16px;
	color: #1b1b1b;
	margin-top: -2px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.my-resource .content-main .main-left h5:hover b {
	color: #ff4400;
}

.my-resource .content-main .main-left h5 span {
	float: left;
	margin-left: 10px;
}

.my-resource .content-main .main-left h5 span.res-num {
	height: 17px;
	line-height: 17px;
	background: #fff;
	border: 1px solid #ff4d0f;
	font-size: 12px;
	color: #ff4d0f;
	padding: 0 5px;
	border-radius: 2px;
}

.my-resource .content-main .main-left h5 span.recommend {
	width: 38px;
	height: 18px;
	background: url(../../image/teacher/recommend.png) no-repeat;
	font-size: 12px;
	color: #fff;
	font-family: simsun;
	text-align: center;
	line-height: 18px;
}

.my-resource .content-main .main-left h5 span.contribution {
	width: 38px;
	height: 18px;
	background: url(../../image/teacher/contribution.png) no-repeat;
	font-size: 12px;
	color: #fff;
	font-family: simsun;
	text-align: center;
	line-height: 18px;
}

.my-resource .content-main .main-left p {
	width: 715px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	float: left;
}

.my-resource .content-main .main-left .info ul {
	float: left;
}

.my-resource .content-main .main-left .info ul li {
	font-size: 14px;
	color: #666;
	float: left;
}

.my-resource .content-main .main-left .info ul li em {
	font-style: normal;
	font-family: arial;
}

.my-resource .content-main .main-left .info ul li.line {
	width: 1px;
	height: 13px;
	background: #ccc;
	margin: 5px 10px 0 10px;
}

.my-resource .content-main .main-left .info dl {
	float: right;
	margin-top: 5px;
}

.my-resource .content-main .main-left .info dl dd {
	float: left;
	color: #666;
	font-size: 14px;
	font-family: arial;
	margin-right: 25px;
}

.my-resource .content-main .main-left .info dl dd i {
	float: left;
	margin-right: 5px;
}

.my-resource .content-main .main-left .info dl dd i.preview {
	width: 15px;
	height: 10px;
	background: url(../../image/teacher/material-icon.png) -10px -60px no-repeat;
	margin-top: 3px;
}

.my-resource .content-main .main-left .info dl dd i.collect {
	width: 16px;
	height: 15px;
	background: url(../../image/teacher/material-icon.png) -80px -60px no-repeat
}

.my-resource .content-main .main-left .info dl dd i.download {
	width: 15px;
	height: 15px;
	background: url(../../image/teacher/material-icon.png) -10px -100px no-repeat;
}

.my-resource .no-list {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}

.my-resource .no-list img {
	margin: 0 auto;
	display: block;
	margin-top: 100px;
}

.my-resource .no-list p {
	text-align: center;
	font-size: 16px;
	color: #999;
	padding-top: 15px;
}

.my-resource .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;
}

.my-resource .no-list button:hover {
	background: #ff7112;
}

div.load {
	float: left;
	width: 100%;
	height: 100px;
}
div.load img {
	float: left;
	margin-left: 50%;
	margin-top: 30px;
}