/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
    text-decoration: none;
} /* 链接无下划线,有为underline */ 
a:link{
    color: #000;
} /* 未访问的链接 */
a:visited{
    color: #000;
} /* 已访问的链接 */
a:hover{
    color: #666;
} /* 鼠标在链接上 */ 
a:active{
    color: #f30;
} /* 点击激活链接 */
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body{
    margin:0px auto;
	font-size:9pt;
	font-family:宋体,arial,verdana,sans-serif,fantasy,tahoma;
	background-position:center;
	text-decoration:none;
	background:#c8e4f2;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td{
    font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
input{background:#e4f3fa;border:1px solid #7f9db9;color:#000;height:16px;font-size:9pt;}
button{font-size:9pt;height:20px;}
select{font-size:9pt;height:20px;}
.pic1{border:1px solid #999;margin-bottom:3px;} /* 文章频道图片边框c2c2c2 */
.pic2{border:1px solid #999;margin-bottom:3px;} /* 下载频道图片边框 */
.pic3{border:1px solid #666;} /* 图片频道图片边框 */
img{border:none;}
form{padding:0px;margin:0px;}
ul,ol,li,dl,dt,dd{
    padding:0px;
	margin:0px;
	list-style:none;
}
h1{
    font-size:11pt;
	margin:0px;
	color:#000;
	font-weight:bold;
	background:none;
	float:none;
	width:100%;
	text-align:center;
	padding:0px;
}
.more{float:right;margin-top:-20px;}
.submit{
    height:22px;
	line-height:22px;
	width:60px;
	background:#efefef;
	border:1px solid #666;
}
.LinkArticleCorrelative{
    height:20px;
	line-height:20px;
}
.list{
    border-bottom:1px dashed #c8e4f2;
	height:25px;
	line-height:25px;
}
.clear{
    clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	visibility:hidden;
	overflow:hidden;
}
/*Public*/
#header,#tbody,#foot{
    padding:5px 5px 0px 5px;
	background:#fff;
	width:900px;
	clear:both;
	margin:0px auto;
}
/*===--===Header===--===*/
#header{
    padding:5px;
}#header li#logo{
    width:200px;
	float:left;
}#header li#logo img{
    display:block;
}#header li#mid{
    width:300px;
	float:left;
}#header li#right{
    width:320px;
	float:right;
	height:60px;
	padding-top:10px;
	background:url(/skin/images/search.gif) no-repeat left top;
}#header li#right .key{
    float:right;
	line-height:20px;
}#nav{
	width:910px;
	height:26px;
	margin:0px auto;
	background:url(/skin/images/channelbg.gif) repeat-x top;
	border-bottom:1px solid #9cc3d9;
}#nav li#left{
	text-align:left;
	float:left;
	height:26px;
	line-height:26px;
	text-indent:5px;
}#nav li#right{
	text-align:right;
	float:right;
	height:26px;
	line-height:26px;
	padding-right:5px;
}#channel{
	border:1px solid #9cc3d9;
	height:30px;
	line-height:30px;
	background:url(/skin/images/channel.gif) repeat-x #f7fdff;
}#channel li{
    float:left;
	background:url(/skin/images/menuline.gif) no-repeat right;
	width:81px;
	text-align:center;
	font-weight:bold;
}#channel li a{
    color:#000;
}#channel li a:hover{
    color:#000;
	text-decoration:underline;
	font-weight:normal;
}#channel li.no{background:none;}
#menu{
    width:900px;
	padding:0px 5px;
	background:#fff;
	line-height:20px;
	margin:0px auto;
}#menu ul{
	border:1px solid #9cc3d9;
	height:70px;
	background:url(/skin/images/navtop1.gif) repeat-x 
}#menu ul li#left{
    width:24px;
	border-right:1px solid #9cc3d9;
	overflow:hidden;
	float:left;
	height:70px;
	background:url(/skin/images/menu_dh.gif) no-repeat #e4f3fa;
}#menu ul li#right{
    width:873px;
	overflow:hidden;
	float:left;
	height:70px;
}#menu ul li#right ol{
	margin:0px auto;
	text-align:left;
}#menu ul li#right ol li{
    height:23px;
	line-height:23px;
	background1:#eff8fc;
    padding:0px 15px;
}#menu ul li#right ol li.no{
    background:#fff;
	border-top:1px dashed #9cc3d9;
	border-bottom:1px dashed #9cc3d9;
}
#menus{
    width:900px;
	padding:0px 5px;
	background:#fff;
	line-height:20px;
	margin:0px auto;
}#menus ul{
	border:1px solid #9cc3d9;
	height:120px;
	background:url(/skin/images/navtop1.gif) repeat-x 
}#menus ul li#left{
    width:24px;
	border-right:1px solid #9cc3d9;
	overflow:hidden;
	float:left;
	height:120px;
	background:url(/skin/images/menu_dh.gif) no-repeat #e4f3fa;
}#menus ul li#right{
    width:873px;
	overflow:hidden;
	float:left;
	height:120px;
}#menus ul li#right ol{
	margin:0px auto;
	text-align:left;
}#menus ul li#right ol li{
    height:23px;
	line-height:23px;
	background1:#eff8fc;
    padding:0px 15px;
}#menus ul li#right ol li.no{
    background:#fff;
	border-top:1px dashed #9cc3d9;
	border-bottom:1px dashed #9cc3d9;
}
/*Location*/
#path{
    height:26px;
	margin:0px auto;
	margin-bottom:5px;
	overflow:hidden;
	border-bottom:1px solid #abd7eb;
	backg1round:url(/skin/images/pathbg.gif) repeat-x #e4f3fa;
}#path li#pathleft{
    height:26px;
	line-height:26px;
	float:left;
	text-align:left;
	width:600px;
	text-indent:15px;
	background:url(/skin/images/pathh1.gif) no-repeat left;
}#path li#pathright{
    height:26px;
    width:300px;
	float:left;
}
/*UserLogin*/
#logi1n{
    width:898px;
	text-align:left;
	height:28px;
	line-height:28px;
	clear:both;
	margin:0px auto;
	margin-bottom:4px;
	border:1px solid #c8e4f2;
	background:#e4f3fa;
}
#login{
	height:0px;
	line-height:0px;
	font-size:0px;
	visibility:hidden;
	overflow:hidden;
}
#loginh1{
    float:left;
	width:80px;
	text-align:left;
}
#loginright{
    float:right;
	width:810px;
	text-align:right;
	line-height:0px !important;
	line-height:23px;
	padding-right:4px;
	padding-top:2px;
}
/*Site Index*/
#indextopleft{
    float:left;
	width:378px;
	margin-bottom:1px;
}#notice{
    width:376px;
	float:left;
	height:30px;
	line-height:30px;
	border:1px solid #c8e4f2;
	clear:both;
	margin-bottom:4px;
	background:#e4f3fa;
}#notice li a{
    color:#f30;
}#notice li a:hover{
    color:#f60;
}#notice li#h1{
    width:100px;
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	border-bottom:none;
    background:url(/skin/images/title.gif) repeat-x;
    float:left;
}#notice li#h1 span{
   
}#notice li#h1 a{
    color:#333;
}#notice li#td{
    width:270px;
    float:left;
	overflow:hidden;
}.height{
    height:133px;
	overflow:hidden;
	margin-bottom:0px;
}.lastart{
	border:1px solid #c8e4f2;
	margin-bottom:4px;
	padding-bottom:4px;
}.lastart li{
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	width:368px;
	margin:0px auto;
	text-indent:10px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.lastart li#h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}
#indextopright{
    float:right;
	width:518px;
	margin-bottom:1px;
}#slideright{
    width:200px;
	margin-left:4px;
	float:left;	
	border:1px solid #c8e4f2;
	padding-bottom:4px;
}#slideright li{
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	width:192px;
	margin:0px auto;
	text-indent:10px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}#slideright li#h1{
    width:100%;
    height:30px;
	line-height:30px;
	text-indent:20px;
	border-bottom:none;
    background:url(/skin/images/title.gif) repeat-x;
}#indexsearch{
    widt/h:520px;
	width:516px;
	clear:both;
	height:29px;
	overflow:hidden;
	background:#e4f3fa;
	border:1px solid #c8e4f2;
}#indexsearch li#h1{
    float:left;
	line-height:28px;
	width:90px;
	background:url(/skin/images/title.gif) repeat-x;
	text-align:center;
	padding-left:0px;
}#indexsearch li#h1 span{
   
}#indexsearch li#h2{
    float:left;
	width:170px;
	padding-top:4px;
}#indexsearch li#h3{
    float:left;
	width:170px;
	padding-top:4px;
	text-align:center;
}#indexsearch li#h4{
    float:right;
	width:80px;
	padding-top:4px;
	text-align:center;
}#slideleft{
    width:312px;
	float:left;
}
.indexleft{
    float:left;
}
.indexright{
    float:right;
}.indexrl{
    float:left;
	border:1px solid #c8e4f2;
	margin-bottom:4px;
}.indexrr{
    float:right;
	border:1px solid #c8e4f2;
	margin-bottom:4px;
}
.indexborder{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
}.indexborder li.h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.indexborder li.h1 span{
   
}.indexborder li.imglist{
    width:100%;
	padding:5px 0px;
	text-align:left;
	padding-left:0px;
}.indexborder li.imglist .img_130_border{
    margin-left:6px;
	display:inline;
	margin-bottom:0px;
}
/**/
.indleft{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
	float:left;
	widt1h:398px;
	width:376px;
	height:183px;
	overflow:hidden;
}.indleft li.h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.indleft li.h1 span{
   
}.indleft li.h1 code{
    float:right;
	height:30px;
	line-height:30px;
	width:75px;
	margin-top:-30px;
}.indleft li.td{
    width:100%;
	padding:0px;
}.indleftimg{
    float:left;
	width:102px;
	padding:5px;
}.indleftcontent{
	padding:5px 0px;
	line-height:20px;
	text-indent:20px;
	float:right;
	width:258px;
	background:#e4f3fa;
}

.indright{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
	float:right;
	width:516px;
	height:183px;
	overflow:hidden;
}.indright li.h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.indright li.h1 span{
   
}.indright li.td{
    width:100%;
}.indrightlist{
    width:360px;
	float:left;
}.indrightlist ol li{
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	margin:0px auto;
	text-indent:10px;
	width:350px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.indrightimg{
    width:156px;
	float:right;
	padding-top:4px;
}.indrightimg .pic_art{
    float:left;
	border:1px solid #c8e4f2;
	padding:3px;
	margin-left:4px;
	margin-bottom:4px;
	height:62px;
	overflow:hidden;
	display:inline;
}.indrightimg .pic_art img{
    height:60px;
	width:60px;
	overflow:hidden;
	display:block;
}

.indextwol{
    border:1px solid #c8e4f2;
	float:left;
	width:446px;
	height:288px;
	overflow:hidden;
	margin-bottom:4px;
}.indextwol li.h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.indextwol li.h1 span{
   
}.indextwol li.td{
    width:100%;
}.indextwoll{
    width:294px;
	float:left;
	overflow:hidden;
}.indextwoll ol li{
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	width:284px;
	margin:0px auto;
	text-indent:10px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.indextwolr{
    width:142px;
	padding:5px 5px 0px 5px;
	float:left;
	overflow:hidden;
}.indextwolr .img_130_border{
    margin-bottom:4px;
}

.indextwor{
    border:1px solid #c8e4f2;
	float:right;
	width:446px;
	height:288px;
	overflow:hidden;
	margin-bottom:4px;
}.indextwor li.h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.indextwor li.h1 span{
   
}.indextwor li.td{
    width:100%;
}.indextworl{
    width:294px;
	float:left;
	overflow:hidden;
}.indextworl ol li{
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	width:284px;
	margin:0px auto;
	text-indent:10px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.indextworr{
    width:142px;
	padding:5px 5px 0px 5px;
	float:left;
	overflow:hidden;
}.indextworr .img_130_border{
    margin-bottom:4px;
}
/*Article Index*/
.artleft{
    width:250px;
	float:left;
}.artleft ul{
    border:1px solid #c8e4f2;
	padding-bottom:4px;
	margin-bottom:4px;
}.artleft ul li{
    width:240px;
	margin:0px auto;
	text-indent:10px;
	height:25px;
	line-height:25px;
    border-bottom:1px dashed #c8e4f2;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.artleft ul li.arth1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	border-bottom:none;
	width:100%;
    background:url(/skin/images/title.gif) repeat-x;
}

.articleright{
    width:650px;
    float:right;
}.articleright .artrightclass{
    width:318px;
	margin-left:5px;
    border:1px solid #c8e4f2;
	padding-bottom:5px;
	float:left;
	margin-bottom:5px;
	display:inline;
	height:155px;
	overflow:hidden;
}.articleright .artrightclass li{
    width:98%;
	margin:0px auto;
	text-indent:10px;
	height:25px;
	line-height:25px;
    border-bottom:1px dashed #c8e4f2;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.articleright .artrightclass li span{
    float:right;
	margin-top:-25px;
}.articleright .artrightclass li.h1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	width:100%;
	border:none;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
}.articleright .artrightitem{
    width:643px;
	float:right;
    border:1px solid #c8e4f2;
}.articleright .artrightitem li.h1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	width:100%;
	border:none;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
}.articleright .artrightitem li.td{
    line-height:25px;
}

.artright{
    width:645px;
    float:right;
}.artright .artrightclass{
    width:318px;
	margin-left:5px;
    border:1px solid #c8e4f2;
	padding-bottom:5px;
	float:left;
	margin-bottom:5px;
	display:inline;
	height:155px;
	overflow:hidden;
}.artright .artrightclass li{
    width:98%;
	margin:0px auto;
	text-indent:10px;
	height:25px;
	line-height:25px;
    border-bottom:1px dashed #c8e4f2;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.artright .artrightclass li.h1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	width:100%;
	border:none;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
}.artright .artrightitem{
    width:643px;
	float:right;
    border:1px solid #c8e4f2;
}.artright .artrightitem li.h1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	width:100%;
	border:none;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
}.artright .artrightitem li.td{
    line-height:25px;
}

/*Article Class*/
.artclassleft{
    width:250px;
	float:left;
}.artclassleft ul{
    border:1px solid #c8e4f2;
	padding-bottom:4px;
	margin-bottom:4px;
}.artclassleft ul li{
    width:240px;
	margin:0px auto;
	text-indent:10px;
	height:25px;
	line-height:25px;
    border-bottom:1px dashed #c8e4f2;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.artclassleft ul li.artlist{
    height:150%;
	background:none;
	border:none;
}.artclassleft ul li.artlist table{
    width:100%;
}.artclassleft ul li.arth1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	border:none;
	width:100%;
    background:url(/skin/images/title.gif) repeat-x;
    padding-bottom: 5px;
}.artclassleft ul li.td{
    background:none;
	height:150%;
	line-height:20px;
	border:none;
	text-indent:0px;
}
.artclassleft ul li.tdiv{
	float:left;
	width:240px;
	background:#F4FAFF;
	line-height:22px;
	border:1px solid #bdf;
	margin:1px;
	padding:1px;
	text-align:left;
	display:inline;
	letter-spacing: 1px;
	text-indent: 1px;
}
div.artclassleft ul li a {color:#333;text-decoration:none;}
div.artclassleft ul li a:hover {color:#c00;text-decoration:underline;}

.artclassright{
    width:645px;
    float:right;
}.artclassright .padding{
    padding-bottom:5px;
}.classlist{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
}.classlist li.classart{
    width:635px;
    height:25px;
	line-height:25px;
	text-indent:10px;
	margin:0px auto;
	border-bottom:1px dashed #c8e4f2;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.classlist li.classart span{
    float:right;
	margin-top:-25px;
}.classlist li.classname{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.classlist li.classimg{
    width:100%;
	height:150%;
	padding:5px 0px;
}.classlist li.classimg .img_90_border{
    margin-left:19px;
	display:inline;
	margin-bottom:20px;
}.classlist li.classimg .img_130_border{
    margin-left:12px;
	display:inline;
	margin-bottom:10px;
}.classlist li#showpage{
    width:100%;
	height:30px;
	line-height:30px;
	background:#e4f3fa;
	border:none;
	text-align:center;
}
/*Article Content*/
.contentright{
    width:191px;
	float:right;
}.contentright .artlist{
	border:1px solid #c8e4f2;
	margin-bottom:5px;
	padding-bottom:5px;
}.contentright .artlist li.list{
    height:22px;
    line-height:22px;
	width:96%;
	margin:0px auto;
}.contentright .artlist li.h1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.contentright .artlist li.td{
    padding:0px 5px;
}
.contentleft{
    width:704px;
	float:left;
}.contentleft .half{
    width:372px;
	float:left;
	border:1px solid #c8e4f2;
	overflow:hidden;
	margin-bottom:5px;
}.contentleft .half li.h1{
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.contentleft .half li.td{
    line-height:25px;
	padding:0px 5px;
}.contentleft .float{
    float:right;
}#articlecontent{
    width:702px;
	border:1px solid #c8e4f2;
	margin-bottom:4px;
	overflow:hidden;
}#articlecontent li{margin:0px;line-height:20px;}
#articlecontent li#articletitle{
    width:100%;
	height:30px;
	line-height:30px;
}#articlecontent li#articleinfo{
    width:100%;
	line-height:25px;
	text-align:right;
	height:25px;
	margin-bottom:4px;
	background:#e4f3fa;
	border-bottom:1px solid #c8e4f2;
}#articlecontent li#articlemain{
    width:692px;
	padding:5px;
}#articlecontent li#articlehits{
    width:100%;
	line-height:25px;
	text-align:right;
	height:25px;
	margin-bottom:4px;
	background:#e4f3fa;
	border-bottom:1px solid #c8e4f2;
}#articlecontent li#articlecopy{
    padding:0px 5px;
	line-height:20px;
	background:#e4f3fa;
	color:#888;
}

#correlative_130{
    width:752px;
	border:1px solid #c8e4f2;
	margin-bottom:5px;
	padding-top:10px;
	height:250px;
	background:#e4f3fa;
	overflow:hidden;
}#corimg_130{
    float:left;
	width:450px;
	text-align:center;
	background:#f2f2f2;
	padding-left:2px;
}#corimg_130 .pic_art{
    width:140px;
	height:110px;
	float:left;
	border:1px solid #c8e4f2;
	padding-top:4px;
	overflow:hidden;
	margin-left:5px;
	margin-bottom:5px;
	display:inline;
}#corimg_130 .rnd_img_130{
    width:140px;
	height:110px;
	float:left;
	border:1px solid #c8e4f2;
	padding-top:4px;
	overflow:hidden;
	margin-left:5px;
	margin-bottom:5px;
	display:inline;
}#corimg_130 .rnd_img_130 img{
    border:1px solid #999;
	width:130px;
	height:90px;
	overflow:hidden
}#corimg_130 .rnd_img_130 dt{
    line-height:20px;
	text-align:center;
}#correlative_90{
    width:752px;
	border:1px solid #c8e4f2;
	margin-bottom:5px;
	padding-top:10px;
	height:150px;
	background:#e4f3fa;
	overflow:hidden;
}#corimg_90{
    float:left;
	width:450px;
	text-align:center;
	background:#f2f2f2;
	padding-left:2px;
}#corimg_90 .pic_art{
    width:100px;
	height:134px;
	float:left;
	border:1px solid #c8e4f2;
	padding-top:4px;
	overflow:hidden;
	margin-left:8px;
	display:inline;
}#corimg_90 .rnd_img_90{
    width:100px;
	height:134px;
	float:left;
	border:1px solid #c8e4f2;
	padding-top:4px;
	overflow:hidden;
	margin-left:8px;
	display:inline;
}#corimg_90 .rnd_img_90 img{
    border:1px solid #999;
	width:90px;
	height:108px;
	overflow:hidden;
}#corimg_90 .rnd_img_90 dt{
    line-height:20px;
	text-align:center;
}#corart{
    float:left;
    width:300px;
	background:#e4f3fa;
}#corart li#h2{
    text-align:left;
	height:28px;
	line-height:28px;
	text-indent:20px;
	background:url(/skin/images/titlebg.gif) no-repeat;
	font-size:9pt;
	font-weight:normal;
	margin:0px;
}#corart li#artli {padding-left:20px;}
/*评论*/
#comment{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
}#commenttitle{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}#commenttd{
	padding:0px 5px;
}

#commentlist{
    border:1px solid #c8e4f2;
	padding:0px 4px 4px 4px;
}#commentlist li#commenth1{
    height:30px;
	line-height:30px;
	text-align:center;
	color:red;
	font-size:11pt;
	font-weight:bold;
}#commentlist li.commentcopy{
	text-align:left;
	clear:both;
	padding:4px;
	border:1px dotted #c8e4f2;
	background:#e4f3fa;
	line-height:20px;
}#commentlist li#commentcontent{
    padding:4px 0px;
}#commentlist li#commentsubmit{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
}#commentsubmith1{
    height:25px;
	line-height:25px;
	background:#e4f3fa;
	border-bottom:1px solid #c8e4f2;
	text-indent:10px;
	font-weight:bold;
}#commentsubmittd{
    padding-top:4px;
}#commentsubmittd textarea{
    width:370px;
	border:1px solid #222;
	background:#e4f3fa;
}
/*Search*/
.search{
    border:1px solid #c8e4f2;
    height:30px;
	line-height:30px;
    background:#fff;
	overflow:hidden;
}.search li{
    float:left;
}.search li.searchh1{
    width:100px;
	text-indent:10px;
	line-height:30px;
	font-weight:bold;
}.search li.searchinput {

}.search li.searchmore{
    width:60px;
	float:right;
	text-align:center;
}
/*Photo*/
.photolist{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
}.photolist li.photoh1{
    border-bottom:1px solid #c8e4f2;
	height:30px;
	line-height:25px;
	text-indent:20px;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
}.photolist li.photoh1 span{
   
}.photolist li.photoimg{
    padding:20px 0px;
	height:150%;
}.photolist li.photoimg .img_170_border{
    margin-left:30px;
	display:inline;
}.photolist li#showpage{
    width:100%;
	height:30px;
	line-height:30px;
	background:#e4f3fa;
	border:none;
	text-align:center;
}
/*Photo Content*/
#imgleft{
    width:716px;
	float:left;
}#imgcontent{
    border:1px solid #c8e4f2;
}#imgcontent li#imgcontenth1{
    height:30px;
	line-height:30px;
	text-align:center;
	background:#e4f3fa;
	border-bottom:1px solid #c8e4f2;
}#imgcontent li#imgcontentview{
    padding:5px;
	border-bottom:1px solid #c8e4f2;
}#imgcontent li#imgcontentintro{
    line-height:20px;
	text-indent:5px;
	padding:0px 5px;
}#imgcontent li#imgcontenttd{
    height:25px;
	line-height:25px;
	text-align:right;
	padding-right:5px;
	background:#e4f3fa;
}#imgcontent li.imgcontentinput{
    height:30px;
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #c8e4f2;
}#imgcontent li.imgcontentinput input{
    border:1px solid #666;
	background:#e4f3fa;
	height:22px;
	line-height:22px;
}
#imgright{
    width:180px;
	float:right;
}#imgright li{
    border:1px solid #c8e4f2;
	margin-bottom:5px;
}
/*Soft Content Right645px*/
.softmain{
    border:1px solid #c8e4f2;
	margin-bottom:5px;
}.softmain li.h1{
    height:30px;
	line-height:30px;
	text-align:center;
	background:#e4f3fa;
	border-bottom:1px solid #c8e4f2;
}.softmain li.td{
	height:150px;
	overflow:hidden;
}#softinfo{
    width:260px;
	overflow:hidden;
	float:left;
	border-right:1px solid #c8e4f2;
}#softinfo li.s1{
    height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:left;
	text-indent:10px;
	border-bottom:1px solid #c8e4f2;
}#softinfo li.s1 span{
    color:#f30;
}#softinfo li.s2{
	background:#e4f3fa;
}#softinfo li#softthumb{
    padding-top:5px;
	text-align:center;
}#softad{
    float:left;
	text-align:center;
	width:363px;
}.softmain li.h2{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	border-bottom:1px solid #c8e4f2;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.softmain li#softurl{
    line-height:20px;
	padding:1px;
}.softmain li#softintro{
    line-height:20px;
	padding:5px;
}.softmain li#softimg{
    padding:5px 0px;
	clear:both;
	height:128px;
	overflow:hidden;
}.softmain li#softimg .img_130_border{
    margin-left:12px;
	display:inline;
	margin-bottom:10px;
}

/*===--===Bottom===--===*/
#foot{padding-bottom:5px;}
#foott{
    width:900px;
	height:30px;
	border-top:1px solid #abd7eb;
	border-bottom:none;
	clear:both;
	overflow:hidden;
}#foott li{
    line-height:30px;
	text-align:center;
	clear:both;
}
#footb{
	clear:both;
}#footb li{
	line-height:25px;
	overflow:hidden;
	text-align:center;
}

/*Index Search Result*/
#searchresult{
    border:1px solid #c8e4f2;
}#searchresult li#searchresulth1{
	height:30px;
	line-height:25px;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
	border-bottom:1px solid #c8e4f2;
	text-indent:20px;
}#searchresult li#searchresulttd{
    padding:5px;
}#searchresult li#searchresultpage{
	height:30px;
	line-height:30px;
	background:#e4f3fa;
	text-align:center;    
}
/*Public Search Result*/
#artsearch{
    border:1px solid #c8e4f2;
	margin-bottom:4px;
}#artsearch li#artsearchh1{
    height:30px;
	line-height:30px;
	background:#e4f3fa;
	text-align:center;
	color:#000;
}#artsearch li#artsearchh2{
	height:30px;
	line-height:25px;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
	border-bottom:1px solid #c8e4f2;
	text-indent:20px;
}#artsearch li.artsearchtd{
    padding:5px;
}#artsearch li.artsearchtd ol{
    width:100%;
	border-bottom:1px solid #c8e4f2;
	margin-bottom:4px;
}#artsearch li.artsearchtd ol li{
    line-height:25px;
	background:#e4f3fa;
	margin-bottom:5px;
}#artsearch li.artsearchtd table{
    margin:5px 0px;
	background:#eee; 
	width:100%; 
}#artsearch li.artsearchtd td{
    border-bottom:1px solid #fff;
}#artsearch li#artsearchpage{
    height:30px;
	line-height:30px;
	background:#e4f3fa;
	text-align:center;
}
/*Copyright*/
#copyright{
    border:1px solid #c8e4f2;
}#copyright li#h1{
	height:25px;
	line-height:25px;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
	border-bottom:1px solid #c8e4f2;
	text-indent:10px;
}#copyright li#td{
    padding:5px;
	line-height:20px;
}
/*FriendLink*/
#friendlink{
    border:1px solid #c8e4f2;
	margin:0px auto;
}#friendlink li#friendlinkh1{
	height:25px;
	line-height:25px;
    background:url(/skin/images/title.gif) repeat-x 0px;
	border-bottom:1px solid #c8e4f2;
	text-indent:10px;
}#friendlink li#friendlinkh1 span{
   
}#friendlink li#friendlinktd{
    background:#e4f3fa;
}

#friendlinklist{
    border:1px solid #c8e4f2;
	margin:0px auto;
}#friendlinklist li#friendlinklisth1{
	height:25px;
	line-height:25px;
    background:url(/skin/images/title.gif) repeat-x 0px;
	border-bottom:1px solid #c8e4f2;
	text-indent:10px;
	font-weight:bold;
}#friendlinklist li#friendlinklisth2{
    height:25px;
	line-height:25px;
	text-align:center;
}#friendlinklist li#friendlinklisttd{
    padding:5px;
}#friendlinklist li#friendlinklisttd table{
    border:1px solid #c8e4f2;
}#friendlinklist li#friendlinklisttd .channel_tdbg{
    background:#e4f3fa;
}#friendlinklist li .show_page{
    height:30px;
	line-height:30px;
	background:#e4f3fa;
	text-align:center;
}
/*UseReg*/
#userreg{
    border:1px solid #c8e4f2;
}#userregh1{
    height:30px;
	line-height:30px;
	text-align:center;
	background:#e4f3fa;
}#userregtd{
    padding:5px;
}#userregtd textarea{
    border:1px solid #999;
	width:600px;
	height:300px;
    line-height:20px;
	font-size:9pt;
}#userregbbs{
    line-height:20px;
	padding:5px;
}.userreglist{
    border-bottom:1px dashed #999;
}

#userinfo{
    border:1px solid #c8e4f2;
	background:#fff;
}#userinfo li{
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #999;
}#userinfo li#userinfoh1{
    height:25px;
	line-height:25px;
    background:url(/skin/images/title.gif) repeat-x 0px #e4f3fa;
	border-bottom:1px solid #c8e4f2;
	text-indent:20px;
}#userinfo li#userinfoimg{
    height:150%;
	background:none;
}
#userartlist{
    border:1px solid #c8e4f2;
}#userartlist li#userartlisth1{
    height:30px;
	line-height:30px;
	text-align:center;
	background:#e4f3fa;
}#userartlist li#userartlisttd table{
    background:#eee;
}#userartlist li#userartlisttd td{
    border-bottom:1px solid #fff;
}#userartlist li#userartlisttd .show_page{
    height:30px;
	line-height:30px;
	text-align:center;
	background:#e4f3fa;
}
#userlist{
    border:1px solid #c8e4f2;
}#userlist li#userlisttd{
    padding:5px;
}#userlist li#userlisttd table{
    background:#eee;
}#userlist li#userlisttd td{
    border-bottom:1px solid #fff;
}#userlist li#showpage{
    height:30px;
	line-height:30px;
	text-align:center;
	background:#e4f3fa;   
}
/*Thumb 90*108 Half*/
.img_90_{
    border:1px solid #999;
	width:92px;
	height:110px;
	overflow:hidden;
	padding:4px;
}.img_90_ img{
    width:90px;
	height:108px;
	display:block;
	margin:0px;
}
/*Thumb 130*90*/
.img_130_border{
    width:142px;
	height:122px;
	float:left;
	overflow:hidden;
	border:2px solid #e9e9e9;
}.img_130{
    width:140px;
	height:116px;
	border:1px solid #999;
	padding-top:4px;
	overflow:hidden;
}.img_130 li.img_130_thumb{
    width:132px;
	height:92px;
	margin:0px auto;
	overflow:hidden;
	font-size:0px;
}.img_130 li.img_130_thumb img{
    display:block;
	width:130px;
	height:90px;
	margin:0px;
	overflow:hidden;
}.img_130 li.img_130_title{
    width:100%;
	height:20px;
	line-height:20px;
	background:#e4f3fa;
	border:none;
	text-align:center;
	text-indent:0px;
}
/*Thumb 90*108*/
.img_90_border{
    width:102px;
	height:136px;
	overflow:hidden;
    border:2px solid #e9e9e9;
	float:left;
}.img_90{
    widows:100px;
	height:130px;
	padding-top:4px;
	overflow:hidden;
    border:1px solid #999;
}.img_90 li.img_90_thumb{
    width:92px;
	height:110px;
	overflow:hidden;
	margin:0px auto;
	border:none;
	font-size:0px;
}.img_90 li.img_90_thumb img{
    display:block;
	width:90px;
	height:108px;
	margin:0px;
	overflow:hidden;
}.img_90 li.img_90_title{
    width:100%;
	height:20px;
	line-height:20px;
	background:#e4f3fa;
	border:none;
	text-align:center;
	text-indent:0px;
}
/*Thumb 170*90*/
.img_170_border{
	width:186px;
    float:left;
}.img_170{
    border:2px solid #e9e9e9;
}.img_170 li.img_170_thumb{
    border:1px solid #999;
	text-align:center;
	width:172px;
	height:130px;
	padding:4px;
	overflow:hidden;
}.img_170 li.img_170_thumb img{
    display:block;
	margin:0px;
}.img_170_title{
    width:100%;
}.img_170_title li{
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
}.img_170_title li span{
    color:#bf0000;
}
/*Slide*/
#SlidePad{
    width:302px;
	border:1px solid #c8e4f2;
	background:#e4f3fa;
	padding:4px;
	float:left;
	margin-bottom:4px;
}
#SlideMain{
    width:300px;
	border:1px solid #c8e4f2;
}
div#MainPromotionBanner{
	width:300px;
	height:185px;
}
#MainPromotionBanner #SlidePlayer{
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 185px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li{
	float: left;
	width: 300px;
	height: 185px;
}
#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 300px;
	height: 185px;
}
#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 155px; 
	right: 5px;
	z-index: 10;
	height: 20px;	
         filter:alpha(opacity=75);
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #ffffff;
	text-align: center;
	line-height:15px;
	width: 14px;
	height: 15px;
	font-family: Arial;
	font-size: 9px;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 5px;
	background: url(/skin/images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(/skin/images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.1em;
	line-height: 20px;
	height: 20px;
	width: 20px;
	margin:0 6px; 
}
.ad_01{
    width:100%;
	height:53px;
	overflow:hidden;
	margin-bottom:4px;
}
.ad_01 img{
    width:312px;
	height:53px;
	display:inline;
}

/*CoolWeb Content*/
.cool_left{
    width:686px;
	float:left;
	text-align:center;
}
.coolinfo{
    border:1px solid #c8e4f2;
	margin-bottom:5px;
}.coolinfo li.h1{
    height:30px;
	line-height:30px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	color:red;
	background:#e4f3fa;
	border-bottom:1px solid #c8e4f2;
}.coolinfo li.td{
	padding-top:5px;
}
.cooltext{
    width:334px;
	float:left;
}.cooltext ul{
    width:265px;
	margin:0px auto;
	margin-bottom:4px;
}.cooltext li{
    height:20px;
	line-height:20px;
	text-align:left;
	border-bottom:1px dashed #c8e4f2;
	text-transform:capitalize;
}
.img_al {width:85px;float:left;height:26px;margin-left:34px;display:inline;}
.img_al img {display:block;}
.img_a {width:85px;float:left;height:26px;margin-left:5px;display:inline;}
.img_a img {display:block;}
.coolad {width:350px;float:right;background:#000;}

.cooltd{
    border:1px solid #c8e4f2;
	margin-bottom:5px;
}.cooltd li.h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
	text-align:left;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}.cooltd li.td{
    line-height:20px;
}.cooltd li#softimg{
    padding:5px 0px;
	clear:both;
	height:128px;
	overflow:hidden;
}.cooltd li#softimg .img_130_border{
    margin-left:12px;
	display:inline;
	margin-bottom:10px;
}

.cool_right{
    width:210px;
	float:right;
	text-align:center;
	background:#e4f3fa;
	margin-bottom:5px;
}.cool_right ul{
    border:1px solid #c8e4f2;
}.cool_right li.h1{
    width:100%;
    height:30px;
	line-height:30px;
	text-indent:20px;
	border-bottom:1px solid #c8e4f2;
	text-align:left;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}
/*Index[Homepage]v4*/

#v4_search{
    height:20px;
	overflow:hidden;
	float:right;
	text-indent:10px;
	clear:both;
}#v4_search li{
    float:left;
	overflow:hidden;
}#v4_search li#h1{
    width:80px;
    height:25px;
	line-height:25px;
	text-indent:20px;
}#v4_search li#h2{
    visibility:hidden;
	width:0px;
	font-size:0px;
	line-height:0px;
}#v4_search li#h3{
    width:150px;
	overflow:hidden;
	padding-top:0px;
}#v4_search li#h3 input{
    background:none;
	border:1px solid #111;
	height:15px;
	line-height:15px;
	color:#222;
	width:140px;
}#v4_search li#h4{
    padding-top:0px;
}#v4_search li#h4 input{
    border:none;
	height:19px;
	line-height:19px;
}
.v4_topleft{
    width:312px;
	float:left;
}#v4_notice{
    width:310px;
	float:left;
	height:30px;
	line-height:30px;
	border:1px solid #c8e4f2;
	clear:both;
	margin-bottom:4px;
	background:#e4f3fa;
}#v4_notice li a{
    color:#000;
}#v4_notice li a:hover{
    color:#666;
}#v4_notice li#h1{
    width:70px;
    height:30px;
	line-height:30px;
	text-indent:10px;
	font-weight:bold;
	border-bottom:none;
    float:left;
}#v4_notice li#h1 a{
    color:#333;
}#v4_notice li#td{
    width:200px;
    float:left;
	overflow:hidden;
}

.v4_ad_01{
    width:100%;
	height:21px;
	overflow:hidden;
	margin-bottom:4px;
}
.v4_ad_01 img{
    width:312px;
	height:21px;
	display:inline;
}

/*选项卡*/
#v4_artnew{
    float:left;
	margin-left:5px;
    border:1px solid #c8e4f2;
	width:310px;
	height:231px;
	overflow:hidden;
	margin-bottom:5px;
	background:url(/skin/images/title.gif) repeat-x top;
}#v4_artnew li{
    width:100%;
}.tabcontent{
    width:100%;
}.tabcontent div{
    width:98%;
	margin:0px auto;
	height:24px;
	line-height:24px;
	border-bottom:1px dashed #c8e4f2;
}#v4_artnew li .tabblock{
	width:100%;
}.tabblock h3{
    margin: 0; 
    line-height: 25px; 
    height: 25px; 
    font-size: 9pt; 
    margin-right: 10px; 
}.tabblock h3 .tab {
    font-weight: normal; 
    float: left;
    height:25px;
    line-height:25px;
    width:59px;
    text-align:center;
    color: #000; 
    border-right:1px solid #c8e4f2;
}.tabblock h3 .curtab{
    font-weight: bold; 
	background:#fff;
    border-top:2px solid #fff;
    height: 22px; 
    overflow: hidden;
}#v4_artnew li .tabblock a.more { float: right; line-height: 22px; padding-right: 10px; font-weight: normal; color: #444; }

.v4_right{
    width:266px;
	float:right;
	overflow:hidden;
}.v4_right .artlist{
	border:1px solid #c8e4f2;
	padding-bottom:5px;
	margin-bottom:5px;
}.v4_right .artlist li{
    width:98%;
	margin:0px auto;
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	text-indent:10px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.v4_right .artlist li.h1{
    width:100%;
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	padding:none;
	border-bottom:none;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}

.v4_left{
    width:629px;
	float:left;
}.v4_left .h1{
    height:25px;
	line-height:25px;
	text-indent:20px;
	padding:none;
	border:1px solid #c8e4f2;
	border-bottom:none;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}
.v4_ll{
    width:310px;
	float:left;
	border:1px solid #c8e4f2;
	margin-bottom:5px;
	padding-bottom:5px;
}.v4_ll li{
    width:96%;
	margin:0px auto;
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	text-indent:10px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.v4_ll li.h1{
    width:100%;   
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	padding:none;
	border:none;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}
.v4_lr{
    width:310px;
	float:right;
	border:1px solid #c8e4f2;
	margin-bottom:5px;
	padding-bottom:5px;
}.v4_lr li{
    width:98%;
	margin:0px auto;
    height:25px;
	line-height:25px;
	border-bottom:1px dashed #c8e4f2;
	text-indent:10px;
	background:url(/skin/images/articon_01.gif) no-repeat left;
}.v4_lr li.h1{
    width:100%;   
    height:25px;
	line-height:25px;
	text-indent:10px;
	font-weight:bold;
	padding:none;
	border:none;
    background:url(/skin/images/title.gif) repeat-x #e4f3fa;
}
