@charset "utf-8";
/* CSS Document */
html {
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.position {
	font-size: 24px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 40px;
	line-height: 0px;
	background-image: url(images/bg_position.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
}
.position a:hover, a:hover {
	color: #11a1dd;
}
h2 {
	font-size: 24px;
}
.position a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	margin-right: 20px;
}
.position .links {
	margin-left: 20px;
}
#content {
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 6px #c2c2c2;
	-moz-box-shadow: 0px 0px 6px #c2c2c2;
	-webkit-box-shadow: 0px 0px 6px #c2c2c2;
	width: 1052px;
	margin-bottom: 50px;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* 焦点图切换 */
.slider .slider_pic {
	float: left;
	margin-right: 10px;
	height: 332px;
	width: 664px;
	overflow: hidden;
}
.slider_pic ul {
	height: 332px;
	width: 664px;
	overflow: hidden;
}

.slider_pic ul li {
	float: left;
	position: relative;
}
.slider_pic ul li span {
	display: block;
	width: 624px;
	position: absolute;
	left: 0px;
	background-color: rgba(100,180,177,0.5);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFF;
	bottom: 0px;
}
.slider_menu ul li img {
	float: left;
	margin-right: 20px;
	display: block;
	border: 1px solid #cacac8;
	padding: 1px;
}
.slider_menu ul li {
	float: left;
	width: 370px;
	margin-bottom: 10px;
	padding: 3px;
	cursor:pointer;
	background:#ececec
}
.slider_menu ul li.select {
	background-color: #eef1e6;
}
.slider_menu ul .select p {
	color: #656565;
}
.slider_menu ul li p strong {
	color: #232323;
	font-weight: normal;
}
/* 下面内容部分 */
.content {
	clear: both;
	padding-top: 25px;
}
.content_na{
	clear: both;
}
section {
	clear: both;
	width: 100%;
	/*float: left;*/
	margin-right: 30px;
}
section h2 {
	padding-left: 20px;
	color: #FFF;
	background-color: #64b4b1;
	width: 98%;
	padding-top: 10px;
	height: 40px;
	font-size: 24px;
	font-weight: normal;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
section dl {
	padding-left: 10px;
	margin-top: 20px;
	padding-right: 60px;
	float: left;
}

section dl dt {
	float: left;
	margin-right: 30px;
}
section dl dt img {
	border: 1px solid #e8e8e8;
}
section dl dd {
	color: #6f6f6f;
	margin-left: 198px;
}

section dl dd a {
	color: #242424;
}
section dl dd:nth-child(3) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7e4ac;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
aside {
	width: 320px;
	float: right;
}
aside img {
	width: 100%;
}
aside ul li {
	margin-bottom: 5px;
}
/* 文章部分 */
article {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 35px;
}
article h4 {
	font-size: 20px;
	font-weight: normal;
	color: #222222;
	text-align: center;
	margin-bottom: 20px;
}
article .share {
	text-align: right;
	color: #6e6e6e;
	width: 380px;
	margin-right: auto;
	margin-left: auto;

}
article .date {
	margin-right: 20px;
}
article .share a {
	margin-left: 3px;

}
article .share a img {
	vertical-align: middle;

}
article p {

	line-height: 24px;
	margin-top: 10px;
}
.news_more {
	margin-top: 80px;
	padding-bottom: 35px;
	position:relative;
	width:48%;
	float:right;
}
.news_more h3 {
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	background-color: #64b4b1;
	width: 150px;
	padding-top: 10px;
	height: 40px;
	font-size: 24px;
	font-weight: normal;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}.news_more ul li {
	margin-top: 15px;
	color: #434343;
}
.news_more ul {
	padding-right: 30px;
	padding-left: 20px;
}
.news_more ul li .date {
	text-align: right;
	display: block;
	float: right;
}


/*  以下为翻页效果 */
.pagnation {
	text-align: center;
	clear: both;
}
.pagnation a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background: url(images/page.png) top left no-repeat;
	margin-left: 4px;
	font-size: 16px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #333;
}
.pagnation a:hover {
	background-position:left -35px;
	color: #fff;
	text-decoration: none
}
.pagnation .page-prev, .pagnation .page-next {
	line-height:35px;
}
.pagnation .page-prev {
	background-position:-33px -35px;
}
.pagnation .page-prev:hover{
	background-position:-67px -35px;
}
.pagnation .page-next {
	background-position:-33px top;
}
.pagnation .page-next:hover{
	background-position:-67px top;
	}
.pagnation .current {
	background: url(images/page.png) left -35px;
	color: #fff
}
.pagnation-tips {
	margin-top: 10px;
	color: #999;
	text-align: center;
}

.booklist .booklist_info_abook dd:last-of-type a {
	display: block;
	width: 137px;
	float: left;
	height: 38px;
	padding-right: 35px;
}
.searchcont_list dl dd .sl_price {
	color: #ff3300;
}