@charset "utf-8";
#main {
	margin:0 auto;
}

#chgBar {
	width:980px;
	height:28px;
	margin-top:20px;
	background-color:#F0D697;
	border-bottom:2px solid #E8C25C;
	position:relative;
}

#chgBar ul li a {
	font-size:14px;
	display:inline-block;
	color:#020202;
	width:100px;
	height:28px;
	text-align:center;
	line-height:28px;
	letter-spacing:2px;
}

#chgBar ul li a:hover {
	color:#fff;
}

#chgBar ul li a.selected{
	background-color:#E8C25C;
	color:#FFF;
}

#chgBar p.list {
	background-image:url(../img/list.png);
	color:#4E3360;
	position:absolute;
	line-height: 13px;
	background-repeat: no-repeat;
	width:135px;
	height: 13px;
	letter-spacing:5px;
	right:10px;
	bottom:7px;
	padding-left:18px;
}

#chgBar img.rss {
	position:absolute;
	right:85px;
	bottom:2px;
}

#chgBar img.qrcode {
	position:absolute;
	right:8px;
	bottom:4px;
	width:70px;
}

.bookBlock{
	width:980px;
	height:545px;
	background-color:#f5edfb;
	display:none;
	position:relative;
}

.left {
	width:34px;
	height:47px;
	background-image:url(../img/arrow_left.png);
	top:224px;
	left:5px;
	position:absolute;
	background-repeat: no-repeat;
}

.left:hover {
	background-image:url(../img/arrow_left_hover.png);
}

.leftDisabled, .leftDisabled:hover {
	background-image:url(../img/arrow_left_disabled.png);
}

.right {
	width:34px;
	height:47px;
	background-image:url(../img/arrow_right.png);
	top:224px;
	right:5px;
	position:absolute;
	background-repeat: no-repeat;
}

.right:hover {
	background-image:url(../img/arrow_right_hover.png);
}

.rightDisabled, .rightDisabled:hover {
	background-image:url(../img/arrow_right_disabled.png);
}

.pause, .play {
	width:40px;
	height:40px;
	background-image:url(../img/pause.png);
	background-repeat: no-repeat;
	position:absolute;
	top:280px;
	right:5px;
}

.pause:hover {
	background-image:url(../img/pause_hover.png);
}

.pauseDisabled, .pauseDisabled:hover {
	background-image:url(../img/pause_disabled.png);
}

.play {
	background-image:url(../img/play.png);
}

.play:hover {
	background-image:url(../img/play_hover.png);
}

.slideMain {
	width:840px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.slideBlock {
	width:910px;
	position:relative;
	left:0px;
}

.slideBooks {
	width:840px;
	height:545px;
	margin-right:70px;
	float:left;
}

.bookDetail {
	width:122px;
	height:245px;
	margin:20px 57px 0 0;
	position:relative;
	float:left;
}

.last {
	margin:20px 0 0 0;
}

.bookDetail img {
	border:1px solid #EFC451;
}

.bookDetail img:hover {
	border:1px solid #666;
	opacity:0.8;
	filter: alpha(opacity=80);
}

.bookDetail span.bookName {
	display:inline-block;
	width:104px;
	height:40px;
	color:#666666;
	position:absolute;
	overflow:hidden;
	padding:0 5px;
	font-size:14px;
	top:56px;
	left:4px;
	
	text-align:center;
}

.bookDetail .title {
	color:#313131;
	height:35px;
	overflow:hidden;
	margin-top:5px;
}

.bookDetail .title a:hover{
	color:#EFC451;
}

.bookDetail .author {
	color:#67748f;
	height:35px;
	overflow:hidden;
	margin-top:5px;
}

/*------------------------------------------------------------------ */
h2.box-title {
	margin:20px 0 5px;
	font-size:16px;
	color:#333;
}

.captionBox {
	border:1px solid #ccc;
	border-top:none;
	padding:15px;
	overflow:hidden;
}

.captionBox .content {
	height:65px;
	overflow:hidden;
}

.captionBox .more {
	margin-top:15px;
	text-align:right;
	border-top:1px solid #ccc;
}

.branch {
	/*background:#d2edfa;*/
	background:#E4E4E4;
	border-radius:7px;
	padding:15px;
}

.branch ul li {
	width:16.3%;
	margin:5px 0;
	display:inline-block;
}

.branch ul li a {
	font-size:15px;
}

.branch ul li.on a {
	color:#087BB5;
	font-weight:bold;
}

.bulletin {
	margin-bottom:20px;
}

.bulletin table.list {
	width:980px;
}

.bulletin table.list thead tr {
	height:30px;
}

.bulletin table.list tr td {
	padding:5px 5px 5px 10px;
}

.bulletin table.list tbody tr {
	height:35px;
}

.bulletin table.list tbody tr td {
	border-bottom:1px dashed #ccc;
}

.bulletin table.list tbody tr td.title {
	background:url(../img/list_circle.png) no-repeat 10px center;
	padding-left:30px;
	font-weight:bold;
}

.bulletin .page-block {
	border-top:1px solid #7f7f7f;
	padding-top:10px;
	margin-top:20px;
}