@charset "utf-8";

/* css document */
.detail-left {
	width: 218px;
	min-height: 608px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #f7642e;
	float: left;
}
.detail-left h5 {
	width: 100%;
	height: 35px;
	background: #ffecdb;
	float: left;
	line-height: 35px;
	color: #f7642e;
	font-size: 16px;
	text-indent: 12px;
	font-weight: bold;
}
.detail-left .type-list {
	width: 100%;
	float: left;
}
.detail-left .type-list ul {
	width: 198px;
	height: auto;
	margin: 0 auto;
	margin-top: 6px;
}
.detail-left .type-list ul li {
	width: 100%;
	float: left;
	cursor: pointer;
}
.detail-left .type-list ul li h6 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding-top: 12px;
	padding-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 5px;
}
.detail-left .type-list ul li h6 a {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #222;
}

.detail-left .type-list ul li.active h6 a {
	color: #f7642e;
}

.detail-left .type-list ul li:hover h6 a {
    color: #f7642e;
    text-decoration:underline;
}

.detail-left .type-list ul li h6 a:hover {
	color: #f7642e;
}
.detail-left .type-list ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666;
	text-indent: 5px;
}
.detail-left .type-list ul li p span.name {
	max-width: 85px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.detail-left .type-list ul li p span.time {
	float: right;
	padding-right: 5px;
}
.detail-left .type-list ul li p span.time em {
	font-style: normal;
	font-family: arial;
}
.detail-left .type-list ul li.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
}
.detail-left .type-list ul li dl {
	width: 193px;
	float: left;
	margin: 7px 5px 8px 5px;
}
.detail-left .type-list ul li dl dd {
	float: left;
	font-size: 14px;
	color: #999;
}
.detail-left .type-list ul li dl dd em {
	font-style: normal;
	font-family: arial;
	padding-left: 5px;
}
.detail-left .type-list ul li dl dd.line {
	width: 1px;
	height: 15px;
	margin: 3px 10px;
	background: #999;
}

.detail-left .type-list ul li:hover a{
   
}

div.paner div.btn_left {
    background: url(../../../image/resourceLibrary/common/ppt-pre.png);
}
div.paner div.btn_right {
    background: url(../../../image/resourceLibrary/common/ppt-next.png);
}
div.paner div.PageView {
    background: url(../../../image/resourceLibrary/common/page.png);
}