﻿@charset "utf-8";
/* 全局样式*/
* {
	padding:0;
	margin:0;
}
body {
	font-size:14px;
	color:#2d2016;
	background:#fff url(../images/EBook/BodyBg.gif) repeat-x top;
}
a {
	color:#2d2016;
	text-decoration:none
}
a:hover {
	color:#f00;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
p {
	line-height:180%;
	padding:6px;
}
.center {
	text-align:center;
}
/*头部样式*/
#Header {
	width:980px;
	background:#d9b986;
	margin:0 auto;
	margin-bottom:10px;
}
#Header .logo {
	height:124px;
	background:url(../images/EBook/logo.gif) no-repeat;
	text-indent:-99999999999px;
}
#Header .NavDiv {
	background:#c79f6e url(../images/EBook/NavHover.gif) repeat-x;
	padding-left:15px;
	height:31px;
	line-height:31px;
	border-top:#d9b986 solid 1px;
	border-bottom:#975846 solid 1px;
}
#Header .NavDiv a {
	padding:0 8px;
	font-weight:bold;
	color:#714610;
}
#Header .NowPosation {
	background:#f6ddb5;
	padding-left:15px;
	height:31px;
	line-height:31px;
}
#Header .NowPosation a {
	font-size:12px;
	padding:0 8px;
}
/*主内容区*/
#MainContent {
	width:978px;
	margin:0 auto;
	border:#975846 solid 1px;
}
/*左侧部分内容*/
#MainContent .LeftTd {
	background:#fff;
	padding:9px;
	width:200px;
}
.LeftTd .center img {
	width:200px;
	height:245px;
}
.LeftTd ul {
	margin:20px 0;
}
.LeftTd ul li {
	padding:5px 0;
	line-height:180%;
}
.LeftTd ul li span {
	font-weight:bold;
}
/*中间部分*/
#MainContent .CenterTd {
	width:10px;
	overflow:hidden;
	background:#ece1c7;
}
/*右侧部分*/
/*搜索区*/

#MainContent .RightTd {
	background:#fff;
	padding:10px;
}
.RightTd .SearchDiv {
	border:#e6d9bb solid 1px;
	padding:15px;
}
.RightTd .SearchDiv span {
	font-weight:bold;
	padding:0 10px;
}
.RightTd .SearchDiv select {
	width:100px;
}
.RightTd .SearchDiv input {
	width:200px;
}
.RightTd .SearchDiv button {
	width:70px;
	height:27px;
	border:0;
	background:url(../images/EBook/search.gif) no-repeat;
	cursor:pointer;
}
/*收录期刊部分*/
.BookList {
	margin:10px 0;
}
.BookList h3 {
	color:#7b1500;
	height:30px;
	padding-left:10px;
	line-height:30px;
	background:url(../images/EBook/NowPosationBg.gif) repeat-x;
	border:#e6d9bb solid 1px;
}
/*年份列表*/
.YearList {
	margin:10px 0;
	border:#e6d9bb solid 1px;
	height:1%;
	overflow:hidden;
}
.YearList li {
	float:left;
	width:70px;
	padding:8px 0;
}
.YearList li span {
	font-weight:bold;
	color:#900;
	padding:0 4px;
}
.YearList li a {
	color:#000;
}
.YearList li a:visited {
	color: #900;
}
.YearList li a:hover {
	color:#303;
}
.YearList li a:active {
	color: #f00;
	font-weight:bold;
}
.YearList li .PresentColor {
	color: #f00;
	font-weight:bold;
}
/*目录列表*/
.ListBoder {
	width:720px;
	height:700px;
	background:url(../images/EBook/BookListBg.gif) no-repeat;
	margin:0 auto;
	position:relative;
}
.ListBoderLeft {
	position:absolute;
	width:150px;
	left:20px;
	top:20px;
}
.ListBoderLeft h4 {
	font-size:14px;
	font-weight:normal;
	height:30px;
	border-bottom:#d6cdac solid 2px;
}
.ListBoderLeft h4 span b {
	font-size:24px;
}
.ListBoderLeft h4 span {
	color:#7b1500;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
.ListBoderLeft ul {
	overflow:auto;
	height:600px;
	margin:10px 0;
}
.ListBoderLeft ul li {
	padding:3px;
	padding-left:5px;
}
.ListBoderLeft ul li a {
	padding:0px 0 0 5px;
}
.ListBoderLeft ul li .PresentNumber {
	font-weight:bold;
	color:#f00;
}
/*右侧文章列表*/
.ListBoderRight {
	position:absolute;
	top:20px;
	right:20px;
	width: 480px;
}
.ListBoderRight h4 {
	font-size:14px;
	font-weight:normal;
	height:30px;
	border-bottom:#d6cdac solid 2px;
}
.ListBoderRight h4 span b {
	font-size:24px;
}
.ListBoderRight h4 span {
	color:#7b1500;
	padding:0 10px;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
.ListBoderRight h4 small {
	padding:0 10px;
	color:#f00;
}
.ListBoderRight ul {
	margin:10px 0 0 0;
	overflow:auto;
	height:560px;
}
.ListBoderRight ul li {
	padding:5px 0;
	background:url(../images/EBook/point.gif) repeat-x bottom;
}
.ListBoderRight ul li img {
	padding-bottom:5px;
}
.ListBoderRight ul li a {
	padding:0 8px;
	color:#585858;
}
.ListBoderRight .pages {
	height:30px;
	line-height:30px;
	text-align:center;
	border:#e6d9bb solid 1px;
}
.ListBoderRight .pages a {
	font-size:12px;
	padding:0 10px;
}


/*页脚部分*/
#footer{
width:940px; padding:20px; border:#e9d8ba solid 2px; margin:0 auto;
margin-top:20px; text-align:center}
#footer a{ padding:0 8px;}
