@charset "UTF-8";
/* CSS Document */
.lpmain{
	width:960px;height:auto;position:relative;margin:20px auto 0 auto;}
/*左边选择栏*/
#left{
	width:240px;
	height:718px;
	position:relative;
	float:left;
	background-image:url(list-paper_res/cutline1.png);
}
#left .logoup{
	width:163px;
	height:39px;
	background-image:url(list-paper_res/logocut.png);
	background-position:top;
	position:relative;
	margin:70px auto 20px auto;
}
#left .logodown{ background-position:bottom; margin:20px auto 0 auto;}
#left .select1{
	display: block;
	width:100%;
	height:22px;
	position:relative;
	margin:23px auto 23px auto;
	color:#474444;
	line-height:18px;
	font-size:18px;
	letter-spacing:1px;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","Simsun","宋体";
	text-align:center;
}
#left .select1:hover,#left .select1.cur{
	color:#924a4e;
	letter-spacing:3px;
	text-shadow:#924a4e 0px 0px 1px;
	webkit-transition: all 0.4s ease-in,all 0.3s ease-out;
	-moz-transition: all 0.4s ease-in,all 0.3s ease-out;
    -o-transition: all 0.4s ease-in,all 0.3s ease-out;
    transition: all  0.4s ease-in,all 0.3s ease-out;
}
/*外框布局*/
.infobg{
	height:11px;
	background-image:url(list-paper_res/waikuang_01.png);
	position:relative;
	background-repeat:no-repeat;
	width:697px;
}
.infobg2{ background-image:url(list-paper_res/waikuang_05.png);}
.infobgy{
	min-height:696px;
	background-image:url(list-paper_res/waikuang_03.png);
	position:relative;
	background-repeat:repeat-y;
	width:697px;
}
/*文章列表区*/
.lpmain #lpbox{
	width:697px;
	height:auto;
	position:relative;
	float:left;
	margin-left:23px;
}
.lpmain #lpbox #lpbox1{
	width:659px;
	min-height:696px;
	position:relative;
	padding:0 19px;
}
.lpmain #lpbox #lpbox1 #cutline{
	height:1px;
	margin-top:15px;
	border-top:dashed #a97a7c 1px;
}
/*paper主要内容*/
#papertitle{
	width:100%;
	height:75px;
	margin:10px auto 0 auto;
	position:relative;
	border-bottom:dashed #a97a7c 1px;
}
#papertitle #titlebox1{
	width:100%;
	text-align:center;
	height:30px;
	margin-top:15px;
	line-height:24px;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	letter-spacing:2px;
	font-size:24px;
	color:#464646;
	position:relative;
}
#papertitle #titlebox2{
	width:100%;
	text-align:center;
	height:20px;
	line-height:14px;
	color:#989696;
	position:relative;
	margin-top:15px;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	font-size:14px;
}
#papertitle #titlebox2 .titlespan1{
	position:relative;
	display:inline-block;
	margin:0 20px 0 20px;
}
#papermain {
	width:100%;
	min-height:900px;
	margin:20px auto 20px auto;
	font-family:"宋体","Microsoft YaHei UI","Microsoft YaHei","微软雅黑";
	font-size:14px;
	line-height:25px;
	letter-spacing:1px;
	color:#000;
	padding-left:4px;
}
/*翻页*/
#pagenation{
	width:100%;
	height:100%;
	position:relative;
	margin:5px auto 0px auto;
	padding-top:15px;
	text-align:center;
}
#pagenation .buttonspan1{
	width:73px;
	height:26px;
	position:relative;
	display:inline-block;
	background-image:url(list-paper_res/pagebtn.png);
	background-position:left top;
	cursor:pointer;
	top:6px;
}
#pagenation .buttonspan2{
	width:73px;
	height:26px;
	position:relative;
	display:inline-block;
	background-image:url(list-paper_res/pagebtn.png);
	background-position:left bottom;
	cursor:pointer;
	top:6px
}
#pagenation .buttonspan1:hover{background-position:right top;}
#pagenation .buttonspan2:hover{background-position:right bottom}
#pagenation .numberspan{
	display:inline-block;
	margin:0 3px 0 3px;
} 
#pagenation .anumber{
	font-size: 18px;
	line-height: 18px;
	font-family: "微软雅黑","宋体";
	color:#828180;
	letter-spacing: 1px;
	display:block;
}
#pagenation .anumber:hover{
	text-decoration:underline;
}
