﻿@charset "utf-8";
/* 默认标签和通用样式 */
body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6,form {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font: 12px Verdana, Geneva, sans-serif;
}
a{
    font: 12px Verdana, Geneva, sans-serif;
    text-decoration: none;
	color:#000000;
}
a:hover{
    text-decoration: underline;
}
ul,li{
	margin:0;
	padding:0;
	list-style-type: none;
}
.l {
	float: left
}
.r {
	float: right
}
/* 顶部导航 */
.top{
	margin:0 auto;
	width:950px;
	height:356px;
	background: #fff url(topbg.gif) no-repeat 40px 12px;
}
.top-link {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right
}
.top-link a:link,
.top-link a:visited {
	margin: 0 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
.top-link a:hover {
	margin: 0 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
}
.top-title {
	margin: 6px 0 0 500px;
	padding: 0;
	width: 400px;
}
.top-title img {
	margin: 5px 0;
	padding: 0;
}
/***********************************************/
.head {
	margin: 0 0 0 500px;
	padding: 0;
	width: 400px;
	height: 150px;
	overflow: hidden
}
.head .content {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	width: 380px;
	line-height: 120%;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.head .show {
	margin: 10px 0 0 0;
	padding: 0;
}
.head .show img {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}
.head .show .text-link {
	margin: 0;
	padding: 16px 0 0 0;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.head .show .img-link {
	margin: 0;
	padding: 6px 0 0 0;
}
.head .show .img-link img {
	margin: 0 0 0 45px;
	padding: 0;
}
/***********************************************/
.menu {
	margin: 0 auto;
	padding: 0;
	background: #8c8c8c;
	width: 100%;
	height:48px;
	line-height:48px;
}
.menu h1 {
	float: left;
	margin: 2px 2px 0 0;
	padding: 0;
}
.menu h1 img {
	border: medium none
}
.menu .show {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height:48px;
	line-height:48px;
}
.menu ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
.menu li{
    float:left;
}
.menu li img {
	margin: 18px 0 0 0;
	vertical-align: middle;
	border: medium none;
}
.menu li a:link,
.menu li a:visited {
	display:block;
	margin: 0 3px;
	padding: 0 2px;
	font: 14px Verdana, Geneva, sans-serif;
	color: #fff;
	height:48px;
	line-height:48px;
	width: 40px;
	text-align: center;
	text-decoration: none;
}
.menu li a:hover {
	display:block;
	margin: 0 3px;
	padding: 0 2px;
	background: #FFF;
	font: 14px Verdana, Geneva, sans-serif;
	color: #000;
	height:48px;
	line-height:48px;
	width: 40px;
	text-align: center;
	text-decoration: none;
}
/***********************************************/
/* 正文 */
.main{
	width:950px;
	margin:0 auto;
	padding:0;
}
.mainleft{
	float: left;
	width: 400px;
}
.mainright{
	float: right;
	width: 540px;
	overflow: hidden;
}
.showclear{
	clear: both;
	margin: 0;
	padding: 0;
}
.showclear6{
	clear: both;
	margin: 0;
	padding: 3px 0;
	background: #fff
}
.showclear10{
	clear: both;
	margin: 0;
	padding: 3px 0;
	background: #fff
}
.show10{
	margin: 0;
	padding:  0;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
}
/***********************************************/
#timplayer {
	margin: 0;
	padding: 15px 0 0 0;
	width: 400px;
	height: 300px;
	overflow: hidden
}
/***********************************************/
.box_1 {
	margin: 0;
	padding: 0;
}
.box_1 .title {
	height: 30px;
	border-bottom: 2px #CCCCCC solid
}
.box_1 .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_1 .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_1 .show {
	clear: both;
	margin: 0;
	padding: 3px 5px;
}
.box_1 .show li {
	margin: 3px 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px #CCCCCC dotted;
	overflow: hidden;
}
.box_1 .show li a:link,
.box_1 .show li a:visited {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 320px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_1 .show li a:hover {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	width: 320px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_1 .show li span {
	float: right;
	margin: 0 0 0 5px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#666;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
/***********************************************/
.box_4 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.box_4 .title {
	height: 30px;
	border-bottom: 2px #CCCCCC solid
}
.box_4 .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_4 .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_4 .show {
	clear: both;
	margin: 0;
	padding: 5px 0 0 4px;
}
.box_4 .show li {
	float: left;
	margin: 5px;
	padding: 8px;
	width: 160px;
	border: 1px #CCCCCC solid;
	overflow: hidden;
}
.box_4 .show li img {
	border: medium none;
}
.box_4 .show li span {
	display: block;
	background: #f1f1f1;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.box_4 .show li span a:link,
.box_4 .show li span a:visited {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 160px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_4 .show li span a:hover {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	width: 160px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************/
.kzzf {
}
.kzzf .title {
	height: 30px;
	border-bottom: 2px #CCCCCC solid
}
.kzzf .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.kzzf .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.kzzf .show {
	clear: both;
	margin: 0;
	padding: 5px 0;
}
.kzzf .show li {
	float: left;
	margin: 3px;
	padding: 5px;
	width: 60px;
	height: 80px;
	border: 1px #CCCCCC solid;
	overflow: hidden;
}
.kzzf .show li img {
	border: medium none;
}
.kzzf .show li span {
	background: #f1f1f1;
	width: 60px;
	height: 20px;
}
.kzzf .show li span a {
	width: 60px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************/
.youji {
	margin: 0;
	padding: 0;
	height: 315px;
	overflow: hidden;
}
.youji .title {
	background: url(title_youji.gif) no-repeat 0 10px;
	height: 40px;
	border-bottom: 2px #CCCCCC solid;
}
.youji .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 20px;
	width: 50px;
	height: 40px;
	line-height: 40px;
}
.youji .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 40px;
	line-height: 40px;
}
.youji .show {
	clear: both;
	margin: 0;
	padding: 5px;
}
.youji .show .l {
	float: left;
	width: 130px;
}
.youji .show .r {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	width: 360px;
}
.youji .show .l li {
	margin: 0 0 9px 0;
	padding: 5px !important;
	padding: 5px 5px 2px 5px;
	width: 150px;
	height: 70px;
	border: 1px #f1f1f1 solid
}
.youji .show .l img {
	border: medium none
}
.youji .show .r li {
	margin: 1px 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px #CCCCCC dotted
}
.youji .show .r li a:link,
.youji .show .r li a:visited {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 290px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.youji .show .r li a:hover {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	width: 290px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.youji .show .r li span {
	float: right;
	margin: 0 0 0 5px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#666;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
/***********************************************/
.list {
	margin: 0;
	padding: 0;
}
.list .title {
	background: url(title_list.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 2px #CCCCCC solid
}
.list .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.list .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.list .show {
	clear: both;
	margin: 0;
	padding: 2px 5px 1px 5px;
}
.list .show li {
	float: left;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 18px;
	line-height: 18px;
	text-align: center
}
.list .show li a {
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 50px;
	height: 18px;
	line-height: 18px;
}

/***********************************************/
.showad {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	width: 418px;
	height: 125px;
	border: 1px #f9f9f9 solid
}
.showad .code {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center
}
/***********************************************/
.box_3 {
	margin: 0;
	padding: 0;
}
.box_3 .title {
	height: 30px;
	border-bottom: 2px #CCCCCC solid
}
.box_3 .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_3 .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_3 .show {
	clear: both;
	margin: 0;
	padding: 1px 2px 5px 0;
}
.box_3 .show li {
	float: left;
	margin: 3px 4px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px #CCCCCC dotted;
	overflow: hidden;
}
.box_3 .show li a:link,
.box_3 .show li a:visited {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 260px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_3 .show li a:hover {
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	width: 260px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************/
.artlist {
	margin: 10px 0 0 0;
	padding: 0 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.artlist li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px #CCCCCC dotted;
	height: 100%;
	line-height: 100%
}
.artlist li .img {
	margin: 0;
	padding: 5px;
	background: #f4f4f4;
	width: 140px;
}
.artlist li .img img {
	border: medium none
}
.artlist li .show {
	width: 770px;
}
.artlist li .show .title {
	margin:0;
	padding: 4px 0 0 0;
}
.artlist li .show .title a:link,
.artlist li .show .title a:visited {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #000;
	text-decoration: underline
}
.artlist li .show .title a:hover {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color:#f60;
	text-decoration: none
}
.artlist li .show .content {
	margin:0;
	padding: 6px 0 0 0;
	color:#666;
	width: 770px;
	height: 40px;
	line-height: 100%;
	word-break: break-all;
	overflow: hidden;
}
.artlist li .show .info {
	margin:0;
	padding: 6px 0 0 0;
	color:#666
}
/***********************************************/
.artshow {
	margin: 0;
	padding: 0;
	width: 690px;
}
.artshow .topic {
	margin: 0;
	padding: 0;
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	border-bottom: 1px #ccc dotted;
	height: 40px;
	line-height: 40px;
	text-align: center
}
.artshow .info {
	margin: 10px 0 0 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center
}
.artshow .content {
	margin: 10px 0;
	padding: 0;
	width: 690px;
	line-height: 120%;
	word-break: break-all;
	overflow: hidden;
}
.artshow .content img {
	border: medium none
}
.artshow .tags {
	margin: 10px 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left
}
.artshow .pages {
	margin: 10px 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center
}
.artshow .next {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left
}
.artshow .speech_player {
	margin: 5px 0;
	padding: 0;
	text-align: center
}
/***********************************************/
.piclist {
	margin: 0;
	padding: 5px 0;
}
.piclist li {
	float: left;
	margin: 5px 8px;
	padding: 5px;
	width: 160px;
	height: 125px;
	overflow: hidden;
	border: 1px #f1f1f1 solid;
	text-align: center
}
.piclist li img {
	border: medium none;
}
.piclist li span {
	margin: 0 auto;
	width: 160px;
	height: 20px;
	overflow: hidden;
}
.piclist li span a {
	display: block;
	margin: 0 auto;
	background: #f1f1f1;
	width: 160px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************/
.listlist {
	margin: 10px 0 0 0;
	padding: 0;
	width: 950px;
	overflow: hidden
}
.listlist ul {}
.listlist ul li {
	display: block;
	margin: 10px 0;
	color: #888
}
.listlist ul li a {
	font-weight: 600;
	color: #888
}
.listlist ul li ul {
	clear: both;
	float: left;
	display: block;
	position: absolute;
	margin: -22px 0 0 100px !important;
	margin: 0;
	background: #f1f1f1;
	width: 850px;
	overflow: hidden;
}
.listlist ul li ul li {
	float: left;
	margin: 0 5px;
	padding: 4px 0;
}
.listlist ul li ul li a{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 400;
}
/***********************************************/
.kzzflist {
	margin: 0;
	padding: 5px 0;
}
.kzzflist li {
	float: left;
	margin: 5px 6px;
	padding: 8px;
	width: 100px;
	height: 160px;
	overflow: hidden;
	border: 1px #f1f1f1 solid;
	text-align: center
}
.kzzflist li img {
	border: medium none;
}
.kzzflist li span {
	margin: 0 auto;
	width: 90px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************/
.title_culture {
	background: url(title_culture.gif) no-repeat 0;
	height: 40px;
	border-bottom: 1px #ccc solid;
}
.title_youji {
	background: url(title_youji.gif) no-repeat 0 10px;
	height: 40px;
	border-bottom: 1px #ccc solid;
}
.title_gzkz {
	background: url(title_gzkz.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_list {
	background: url(title_list.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_ysjd {
	background: url(title_ysjd.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_kzzf {
	background: url(title_kzzf.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_fengqing {
	background: url(title_fengqing.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_cate {
	background: url(title_cate.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_festivals {
	background: url(title_festivals.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_celebrity {
	background: url(title_celebrity.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_news {
	background: url(title_news.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_activities {
	background: url(title_activities.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
.title_construction {
	background: url(title_construction.gif) no-repeat 0 10px;
	height: 30px;
	border-bottom: 1px #ccc solid;
}
/***********************************************/
.box_2 {
	margin: 0;
	padding: 0;
}
.box_2 .title {
	height: 30px;
	border-bottom: 2px #CCCCCC solid
}
.box_2 .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_2 .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_2 .pic {
	clear: both;
	margin: 5px 0 0 0;
	padding: 3px 5px;
	height: 90px;
	overflow: hidden;
}
.box_2 .pic .img {
	float: left;
	margin: 0 8px 0 0;
	padding: 5px;
	width: 120px;
	border: 1px #CCCCCC solid;
}
.box_2 .pic .img img {
	border: medium none;
}
.box_2 .pic h2 {
	margin: 0;
	padding: 0;
	font: 14px Verdana, Geneva, sans-serif;
	height: 26px;
	line-height: 26px;
}
.box_2 .pic p {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Geneva, sans-serif;
	color: #666;
	width: 240px;
	word-break: break-all;
	overflow: hidden;
}
.box_2 .show {
	clear: both;
	margin: 0;
	padding: 3px 5px;
}
.box_2 .show li {
	margin: 3px 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px #CCCCCC dotted
}
.box_2 .show li a:link,
.box_2 .show li a:visited {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 320px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_2 .show li a:hover {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	width: 320px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_2 .show li span {
	float: right;
	margin: 0 0 0 5px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#666;
	overflow: hidden;
}
/***********************************************/
.box_5 {
	margin: 0;
	padding: 0;
}
.box_5 .title {
	height: 30px;
	border-bottom: 2px #CCCCCC solid
}
.box_5 .title span {
	margin: 0;
	float: right;
	background: url(icon_more.gif) no-repeat 0 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_5 .title span a {
	cursor:pointer;
	display:block;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.box_5 .pic {
	clear: both;
	margin: 5px 0 0 0;
	padding: 3px 5px;
	height: 90px;
	overflow: hidden;
}
.box_5 .pic ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.box_5 .pic li {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 5px 2px 5px;
	width: 160px;
	border: 1px #CCCCCC solid;
}
.box_5 .pic li img {
	border: medium none;
}
.box_5 .show {
	clear: both;
	margin: 0;
	padding: 3px 5px;
}
.box_5 .show li {
	float: left;
	margin: 3px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px #CCCCCC dotted
}
.box_5 .show li a:link,
.box_5 .show li a:visited {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 260px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_5 .show li a:hover {
	float: left;
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	width: 260px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************/
.showleft {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	border-right: 1px #f9f9f9 dashed;
	width: 695px;
}
.showright {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	width: 250px;
}
/***********************************************/
.search {
	margin: 0;
	padding: 0;
	width: 250px;
}
.search .title {
	margin: 0;
	padding: 0;
	background: #8c8c8c;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #fff;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
}
.search .show {
	margin: 0;
	padding: 10px;
	border: 1px #ccc solid
}
.search #input_query {
	margin: 0;
	padding: 0;
	border: 1px #999999 solid;
	width: 110px;
	height: 20px;
	line-height: 20px;
}
.search  .input_bin {
	border: medium none;
	background: url(icon_search.gif) no-repeat;
	width: 52px;
	height: 22px;
}
/***********************************************/
.gg_250 {
	margin: 0;
	padding: 0;
}
.gg_250 img {
	border: medium none
}
/***********************************************/
.artshowlist {
	margin: 0;
	padding: 0;
	width: 250px;
}
.artshowlist .title {
	margin: 0;
	padding: 0;
	background: #8c8c8c;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #fff;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
}
.artshowlist .show {
	margin: 0;
	padding: 2px 6px;
	width: 236px;
	border: 1px #ccc solid;
	overflow: hidden
}
.artshowlist .show .h li {
	float: left;
	width: 120px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.artshowlist .show .s {
	margin: 5px 0 0 0;
	padding: 0;
}
.artshowlist .show .s li {
	width: 236px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.artshowlist .show .m {
	margin: 5px 0 0 0;
	padding: 0;
}
.artshowlist .show .m li {
	width: 236px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.artshowlist .show .m li span {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	background: #8c8c8c;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.artshowlist .show .m li a:link,
.artshowlist .show .m li a:visited {
	float: left;
	width: 212px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none
}
.artshowlist .show .m li a:hover {
	float: left;
	width: 212px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: underline
}
/***********************************************/
.showlinks {
	margin: 0;
	padding: 20px 0 0 0;
}
.links {
	clear:both;
	margin:0 auto;
	padding:10px 0;
	width:950px;
	text-align:left
}
.copyright {
	margin: 0 auto;
	padding: 10px 0;
	background: #8c8c8c;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width:950px;
	color: #FFFFFF;
	text-align: center;
}
.copyright a {
	color: #FFFFFF
}
/***********************************************/
#k_search {
	margin: 20px 0 0 0;
	padding: 0;
}
.k_search {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Geneva, sans-serif;
}
.k_search div {
	margin: 0;
	padding: 10px 0;
}
.k_search h3 {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px #ccc solid
}
.k_search h3 a:link,
.k_search h3 a:visited {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #444
}
.k_search h3 a:hover,
.k_search h3 a:active {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #66CC00;
}
.k_search h3 strong {
	color: #FF6600
}
.k_search div p {
	margin: 0;
	padding: 5px 0 0 0;
	color: #8c8c8c
}
.k_search div p a:link,
.k_search div p a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333
}
.k_search div p a:hover,
.k_search div p a:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #66CC00;
}


/***********************************************/
.tagslist {
	word-break:break-all;
	width:760px;
	overflow: hidden;
	padding:10px;
	border:1px solid #FFF;
	text-decoration:none;
	display:block;
	line-height:20px;
	color:#666;
}
.tagslist a:link,
.tagslist a:visited {
	margin: 0 3px;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333
}
.tagslist a:hover,
.tagslist a:active {
	margin: 0 3px;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #66CC00;
}
/***********************************************/
#k_digg {
	margin: 0 auto;
	padding: 0;
	width: 500px;
	text-align: center
}
#k_digg span {
	margin: 0 5px;
	padding: 0;
}
/***********************************************/
.related {
	margin: 20px 0 0 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	width: 690px;
}
.related .title {
	margin: 0;
	padding: 0;
	background: #8c8c8c;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #fff;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
}
.related .show {
	margin: 5px 0 0 0;
	padding: 0 10px;
	width: 668px;
	border: 1px #ccc solid
}
.related .show li {
	width: 668px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************/
.comment {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 690px
}
.comment .title {
	margin: 0;
	padding: 0;
	background: #8c8c8c;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #fff;
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
}
.comment #k_comment {
	margin: 0;
	padding: 0 6px;
	width: 676px;
	border: 1px #ccc solid
}
.comment #k_comment .ubb{
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	border: 1px #CCCCCC solid;
}
.comment #k_comment div strong {
	margin: 0 5px 0 0;
	padding: 4px;
	border: 1px #CCCCCC solid;
}
.comment #k_comment .k_pagelist {
	clear: both;
	display: block;
	margin: 10px 0;
	padding: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.comment p {
	position: relative;
	clear: both;
	display: block;
	margin: 4px 0 0 0;
	padding: 10px;
	width: 656px;
	line-height: 120%;
	word-break: break-all;
	overflow: hidden;
}
.comment #k_comment_post {
	margin: 10px 0 0 0;
	padding: 0;
}
.comment #k_comment_post a:link,
.comment #k_comment_post a:visited {
	margin: 0;
	padding: 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #333
}
.comment #k_comment_post a:hover,
.comment #k_comment_post a:active {
	margin: 0;
	padding: 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #66CC00;
}

/***********************************************/
.k_pagelist {
	clear: both;
	display: block;
	margin: 10px 0;
	padding: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.k_pagelist strong {
	BORDER-RIGHT: #aad83e 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aad83e 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND: url(page_image2.gif) #aad83e; PADDING-BOTTOM: 2px; BORDER-LEFT: #aad83e 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #aad83e 1px solid
}
.k_pagelist em {
	border: 1px #ccc solid;
	margin-right: 2px;
	padding: 2px 5px;
	COLOR: #ccc;
}
.k_pagelist A {
	BORDER-RIGHT: #2c2c2c 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #2c2c2c 1px solid; PADDING-LEFT: 5px; BACKGROUND: url(page_image1.gif) #2c2c2c; PADDING-BOTTOM: 2px; BORDER-LEFT: #2c2c2c 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #2c2c2c 1px solid; TEXT-DECORATION: none
}
.k_pagelist A:hover {
	BORDER-RIGHT: #aad83e 1px solid; BORDER-TOP: #aad83e 1px solid; BACKGROUND: url(page_image2.gif) #aad83e; BORDER-LEFT: #aad83e 1px solid; COLOR: #fff; BORDER-BOTTOM: #aad83e 1px solid
}
.k_pagelist A:active {
	BORDER-RIGHT: #aad83e 1px solid; BORDER-TOP: #aad83e 1px solid; BACKGROUND: url(page_image2.gif) #aad83e; BORDER-LEFT: #aad83e 1px solid; COLOR: #fff; BORDER-BOTTOM: #aad83e 1px solid
}