@charset "utf-8";
/* CSS Document */

.index {
	width: 764px;
}
.stochasticImg {
	background-color: #8D9A0E;
	height: 229px;
	width: 764px;
	margin-bottom: 20px;
}
.newBookBox {
}
.newBookTitle {
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	background-image: url(../templates/languages/tchinese/images/buttons/index_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -20000px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5AA;
}
.newBookBox2 {
}
.newBookTitle2 {
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	background-image: url(../templates/languages/tchinese/images/buttons/lastMonthNewsBook_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -20000px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5AA;
}
.newBookTitle h2 {
	font-size: 18px;
}
.newBookListBox {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #95B552;
}
.newBookList {
	width: 358px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}
.newBookListImg  {
	float: left;
	border: 1px solid #D4D4D4;
}
.newBookListText {
	margin-left: 150px;
}
.bookName {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.bookName a {
	color: #FF9900;
}
.bookName a:hover {
	text-decoration: underline;
	color: #CC0033;
}

.bookName span {
	font-size: 13px;
	font-weight: normal;
}
.moreBut {
	display: block;
	margin-top: 10px;
}

