/*清楚默认样式*/
html{color:#3f3f3f;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{font:13px/1 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \24b8b\4f53, sans-serif}
html,body{width: 100%;height: 100%;}
b,i,em,strong{font-style:normal;font-weight:normal;}
li{list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5{font-weight: normal;}
img{border: none;}
q:before,q:after{content:'';}/* 消除q前后的内容 */
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;color: #303030;}
input,button{border: none;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */

/* link */
a{color:#303030;text-decoration:none;}
a:hover{color:#d43a1f;text-decoration:none;}
/*浮动*/
.fl{float: left;}
.fr{float: right;}
.clearfix{clear: both;}
.clear{zoom: 1;}
.clear:after{content: "";width: 0;height: 0;line-height: 0;display: block;visibility: hidden;clear: both;}
body{
	background: url(../images/bg.jpg) repeat top left;
	/*background-size: 100%;*/
}
.bg{
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat top center;
	background-size: 100%;
}
.logo{
	width: 1002px;
	margin: 0 auto;
}
.logo img{
	display: block;
	width: 210px;
	height: 52px;
	margin-top: 45px;
}

.main{
	padding-bottom: 180px;
	margin-top: 32%;
}

h2.biaoti{
	text-align: center;
	margin: 50px auto;
	width: 534px;
	height: 82px;
	background: url(../images/tit.png) no-repeat top center;
	background-size: 534px 82px;
	letter-spacing: 24px;
	text-align: center;
	line-height: 82px;
	font-size: 32px;
}

h2.biaoti span{
	padding-left: 24px;
	color: #000000;
	font-weight: bold;
}
.intro{
	width: 916px;
	margin: 0 auto;
}
.intro .intro_con{
	/*font-size: 28px;
	line-height: 52px;*/
	font-size: 24px;
	line-height: 48px;
	color: #333333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.intro>img{
	display: block;
	width: 100%;
}
.intro .intro_con .cont{
	width: 824px;
	margin: 0 auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 25px 25px 25px 45px;
	text-align: justify;
}
.intro .intro_con .cont .col{
	color: #c1a15e;
}
.intro .intro_con .cont p{
	margin-bottom: 0.6rem;
}
.intro .intro_con .cont p:last-child{
	margin-bottom: 0;
}
.intro .intro_con .cont p strong{
	font-weight: bold;
}

.works_lists {
	width: 894px;
	margin: 0 auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-top: 50px;
}
.works_lists li{
	float: left;
	width: 33.33%;
	text-align: center;
	margin-bottom: 25px;
}
.works_lists li .bookcover{
	display: block;
	width: 198px;
	height: 265px;
	margin: 0 auto 25px;
}
.works_lists li .bookcover img{
	display: block;
	width: 100%;
	height: 100%;
}
.works_lists li .tit{
	font-size: 24px;
	line-height: 34px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.works_lists li .author{
	font-size: 20px;
	line-height: 28px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.works_lists li.last img{
	display: block;
	width: 208px;
	height: 119px;
	margin: 60px auto 0;
}
.works_lists li.last p{
	font-size: 27px;
}