@charset "utf-8";

/* css document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body h1, h2, h3, h4, h5, h6, p, samp, div, ul li, ol li, a, dl, dt, dd, select, input, button, textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}
a:hover {
	border: 0px;
	text-decoration: none ;
}
a:visited {
	text-decoration: none ;
}
a:link {
	text-decoration: none ;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
table {
	border-spacing: 1px;
	border-collapse: collapse;
}

/*教学备课资源详情页css*/
/*标题-切换课文*/
.detail-title {
	width: 100%;
	height: 60px;
	float: left;
}
.detail-title h3 {
	max-width: 1069px;
	font-size: 18px;
	line-height: 60px;
	float: left;
	font-weight: bold;
	color: #3c3c3c;
}
.detail-title .change-text {
	width: 112px;
	height: 26px;
	float: left;
	background: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	border: 1px solid #f7642e;
}
.detail-title .change-text i {
	width: 13px;
	height: 16px;
	float: left;
	background: url(../../../image/resourceLibrary/resourceDetail/change-text.png) -10px -60px no-repeat;
	margin: 5px 0 0 10px;
}
.detail-title .change-text p {
	font-size: 15px;
	color: #f7642e;
	line-height: 25px;
	text-align: center;
}
.detail-title .change-text p b {
	font-weight: normal;
	font-family: simsun;
}
.detail-title .change-text:hover {
	width: 110px;
	height: 24px;
	background: #f7642e;
	border: 1px solid #f7642e;
	cursor: pointer;
}
.detail-title .change-text:hover i {
	background: url(../../../image/resourceLibrary/resourceDetail/change-text.png) -10px -10px no-repeat;
}
.detail-title .change-text:hover p {
	color: #fff;
}

/*详情页导航*/
.detail-nav {
	width: 100%;
	height: 45px;
	float: left;
	background: #4e4541;
	margin-bottom: 10px;
}
.detail-nav ul {
	float: left;
}
.detail-nav ul li {
	float: left;
	font-size: 16px;
	color: #sss;
	line-height: 45px;
}
.detail-nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 0 17px;
}
.detail-nav ul li.line {
	width: 1px;
	height: 15px;
	background: #93796f;
	margin: 15px 0;
}
.detail-nav ul li a.active {
	background: #f7642e;
	color: #fff;
}
.detail-nav ul li a.active:hover {
	background: #f7642e;
	color: #fff;
}
.detail-nav ul li a:hover {
	color: #f7916c;
}
.detail {
	width: 100%;
	min-height: 608px;
	float: left;
}
.detail .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;
	position: relative;
}
.detail .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 .detail-left .type-list {
	width: 100%;
	float: left;
}
.detail .detail-left .list-blank{
	text-align: center;
    width: 218px;
    position: absolute;
    top: 50%;
}
.detail .detail-left .type-list ul {
	width: 198px;
	height: 504px;
	margin: 0 auto;
	margin-top: 6px;
}
.detail .detail-left .type-list ul li {
	width: 100%;
	float: left;
	cursor: pointer;
}
.detail .detail-left .type-list ul li.active {
   background: #fff5d8;
}
.detail .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 .detail-left .type-list ul li h6 a {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #222;
}
.detail .detail-left .type-list ul li h6 a:hover {
	color: #f7642e;
	text-decoration:underline;
}
.detail .detail-left .type-list ul li p {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666;
	text-indent: 5px;
}
.detail .detail-left .type-list ul li p span.name {
	max-width: 85px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.detail .detail-left .type-list ul li p span.time {
	float: right;
	padding-right: 5px;
}
.detail .detail-left .type-list ul li p span.time em {
	font-style: normal;
	font-family: arial;
}
.detail .detail-left .type-list ul li.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
}
.detail .detail-left .type-list ul li dl {
	width: 193px;
	float: left;
	margin: 7px 5px 8px 5px;
}
.detail .detail-left .type-list ul li dl dd {
	float: left;
	font-size: 12px;
	color: #999;
	font-family: simsun;
}
.detail .detail-left .type-list ul li dl dd em {
	font-style: normal;
	font-family: arial;
	padding-left: 5px;
}
.detail .detail-left .type-list ul li dl dd.line {
	width: 1px;
	height: 15px;
	margin: 0 10px;
	background: #999;
}
.detail .detail-left .type-list ul li:hover {
	background: #fff5d8;
}

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);
}

.details-page {
    width: 100%;
    float: left;
}

.details-page-main {
    width: 102px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.details-page-main ul li {
    float: left;
    line-height: 18px;
}

.details-page-main ul li:hover {
    cursor: pointer;
}

.details-page-main ul li.pre {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../../image/resourceLibrary/details-page.png) -10px -10px no-repeat;
}

.details-page-main ul li.pre:hover {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../../image/resourceLibrary/details-page.png) -70px -10px no-repeat;
}

.details-page-main ul li.next {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../../image/resourceLibrary/details-page.png) -10px -60px no-repeat;
}

.details-page-main ul li.next:hover {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../../image/resourceLibrary/details-page.png) -70px -60px no-repeat;
}

.details-page-main ul li.page-turning {
    width: 60px;
    text-align: center;
}

.details-page-main ul li.page-turning a {
    font-family: Arial;
    font-size: 14px;
    color: #555;
}


.details-page-main ul li.page-turning a.active {
    color: #f7642e;
}
/*贝壳卡样式*/
.bakCard-btn{
	display: inline-block;
	padding: 0 14px;
	width: auto;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #78602B;
	letter-spacing: 0;
	text-align: center;
	background-image: linear-gradient(270deg, #EFDDAC 0%, #DDC085 100%);
}

