@charset "utf-8";
/************************************* 通用全局样式 *************************************/
* { padding:0; margin:0; }
img { border:0; }
body {
	text-align:center;
	color:#656565;
	font:12px/19px 宋体;
}
body div { text-align:left; }
a { text-decoration:none; color:#656565; outline:none; }
a:hover { color:#e1261d !important; }
.clear { clear:both; height:0; font-size:0; line-height:0; }
.more {
	float:right;
	margin:8px 8px 0 0;
}
/************************************* 网页容器 *************************************/
#webwrap {
	width:1004px;
	margin:0 auto;
}
/************************************* 页头 *************************************/
#header {
	height:110px;
	background:url(/LK_Skin/images/headerbg.jpg) no-repeat;
}
/************************************* 页头-语言版本 *************************************/
#header .top {
	height:23px;
	padding:40px 30px 0 0;
	text-align:right;
	color:#9c9c9c;
}
#header .top a { padding:2px 10px; }
/************************************* 主导航 *************************************/
#nav {
	width:890px;
	height:40px;
	padding:0 0 0 114px;
	background:url(/LK_Skin/images/navbg.png) repeat-x;
}
#nav li {
	float:left;
	display:inline;
	height:26px;
	padding:7px 16px 0 10px;
	background:url(/LK_Skin/images/nav_li.png) right 4px no-repeat;
}
#nav a {
	display:block;
	padding:0 0 0 6px;
	font:bold 14px/19px "宋体";
	color:#fff;
}
#nav a span {
	display:block;
	padding:1px 6px 0 0;
	cursor:pointer;
}
#nav a:hover, #nav .on {
	background:url(/LK_Skin/images/nav_item.png) no-repeat;
	color:#e1261d !important;
}
#nav a:hover span, #nav .on span { background:url(/LK_Skin/images/nav_item.png) right top no-repeat; }	
/************************************* 页脚 *************************************/
#footer {
	clear:both;
	padding:0 0 15px 0;
	color:#999;
}
/************************************* 页脚-页脚链接 *************************************/
.footerlink {
	height:25px;
	border-top:#eee solid 1px;
	border-bottom:#eee solid 1px;
	line-height:27px;
	text-align:center;
	overflow:hidden;
}
/************************************* 页面主体（大图片广告栏和页脚之间的部分） *************************************/
#pagebody {
	width:960px;
	padding:12px 0 10px 0;
	background:url(/LK_Skin/images/mainbg.png) 590px 40px no-repeat;
	margin:0 auto;
}
/************************************ 主栏（或中间栏） ******************************************/
.main {
	float:left;
	width:675px;
	overflow:hidden;
}
.maintitle {
	height:35px;
	background:url(/LK_Skin/images/maintitle.png) left 24px no-repeat;
	font:bold 14px/27px "宋体";
	color:#005fc9;
}
.maintitle span {
	float:left;
	height:24px;
	padding:0 0 0 6px;
	background:url(/LK_Skin/images/tabbg.png) no-repeat;
}
.maintitle span b {
	display:block;
	padding:0 6px 0 0;
	background:url(/LK_Skin/images/tabbg.png) right top no-repeat;
}
.maincontent {
	width:645px;
	padding:0 0 15px 8px;
	line-height:21px;
}
/************************************ 侧栏 ******************************************/
.sidebar {
	float:left;
	width:285px;
	overflow:hidden;
}
/************************************ 侧栏-通用栏目 ******************************************/
.side_publicbar {
	width:285px;
	margin:0 0 15px 0;
	background:url(/LK_Skin/images/rsbar_bg.png) repeat-y;
	overflow:hidden;
}
.side_publicbar .title {
	height:32px;
	padding:0 0 0 15px;
	background:url(/LK_Skin/images/rsbar_top.png) no-repeat;
	font:bold 14px/27px "宋体";
	color:#005fc9;
	overflow:hidden;
}
.side_publicbar .content {
	background:url(/LK_Skin/images/rsbar_bottom.png) left bottom no-repeat;
	line-height:21px;
}
/************************************* 侧栏-导航栏目 *************************************/
.side_nav {
	background:url(/LK_Skin/images/rsbar_bottom.png) left bottom no-repeat;
	padding:10px 0 20px 0;
}
.side_nav dt {
	height:25px;
	padding:1px 0 0 10px;
	background:url(/LK_Skin/images/sidenav_item.jpg) 255px 6px no-repeat;
	border-top:#eee solid 1px;
	cursor:pointer;
	overflow:hidden;
}
.side_nav dt.on { background:url(/LK_Skin/images/sidenav_item.jpg) 255px -19px no-repeat; }
.side_nav dt a {
	padding:0 0 0 15px;
	background:url(/LK_Skin/images/icon_right.gif) left 3px no-repeat;
	font:bold 12px/27px "宋体";
}
.side_nav dt a:hover, .side_nav dt.on a { color:#e1261d !important; }
.side_nav dd p { padding:0 0 0 25px; }
.side_nav dd a {
	padding:0 0 0 13px;
	background:url(/LK_Skin/images/icon_jian.gif) left 5px no-repeat;
	font:12px/19px "宋体";
}
/************************************ 侧栏-标签栏目 ******************************************/
.side_tabbar {
	width:100%;
	overflow:hidden;
}
.side_tabbar .title {
	height:32px;
	background:url(/LK_Skin/images/maintitle.png) left 24px no-repeat;
	font:bold 14px/27px "宋体";
}
.side_tabbar .title span {
	float:left;
	height:24px;
	padding:0 0 0 6px;
	margin-right:5px;
	cursor:pointer;
}
.side_tabbar .title span b {
	display:block;
	padding:0 6px 0 0;
}
.side_tabbar .title .on {
	background:url(/LK_Skin/images/tabbg.png) no-repeat;
	color:#005fc9;
}
.side_tabbar .title .on b { background:url(/LK_Skin/images/tabbg.png) right top no-repeat; }
.side_tabbar .content {
	padding:0 0 10px 0;
	line-height:25px;
}
/************************************ 文字列表 ******************************************/
.list_txt {
	height:25px;
	padding:2px 8px 0 0;
	background:url(/LK_Skin/images/line_dot.gif) left 25px repeat-x;
	overflow:hidden;
}
.list_txt a {
	padding:0 0 0 15px;
	background:url(/LK_Skin/images/icon_right1.gif) 5px 3px no-repeat;
}
.list_txt span {
	float:right;
	padding:0 0 0 5px;
}
/************************************ 图文列表（图片和文字成垂直排列） ******************************************/
.list_v {
	float:left;
	display:inline;
	width:150px;
	height:180px;
	margin:5px 18px 5px 0;
	text-align:center;
	overflow:hidden;
}
.list_v a { color:#333; }
.list_v img {
	display:block;
	width:142px;
	height:142px;
	padding:4px;
	background:#edefee;
	margin:0 0 8px 0;
}
/************************************ 翻页栏 ******************************************/
.paging {
	width:630px;
	height:18px;
	padding:0 10px 0 10px;
	margin:10px 0 10px 0;
	text-align:right;
	font-size:13px;
	color:#d9d9d9;
}
.paging a { color:#8b8b8b; }
.paging a:hover, .paging .on { color:#e58300 !important; }
