/*==========@@HTML默认样式 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body{
	color:#000;
	background-color: #FFF;
	padding:0px; 
	margin:0px auto;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	max-width:640px;
}
input{
    border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 3px 0px;
	padding: 5px 3px;
	width:99%;
	line-height: normal;
	cursor:pointer;
}
/*频道body类*/
.body_article, .body_download, .body_picture, .body_product, .body_page, .body_video, .body_job, .body_feedback{ background-color:#e2e3e6; }
.single, .article, .picture, .download, .video, .product, .job, .guestbook, .sitemap, .feedback{ width:99%; margin:0px auto }
a {TEXT-DECORATION: none;color:#326B8D}
a:link {TEXT-DECORATION: none;color:#326B8D}
a:hover {color:#FF3300;text-decoration:none;font-weight: bold;}
a:active {TEXT-DECORATION: none;color:#326B8D}
FONT {display:inline;}
form{margin:0;display:inline;}
div{text-align: left;font-family:Microsoft YaHei;margin:0 auto}
a:link img{border:0px }
/*圣经*/
TD {
	font-family: Times New Roman, times, serif;
	vertical-align: text-top;
	padding-top:10px;
}
table{
            border-collapse: separate;
            border-spacing: 0px 0px;
        }/*设置表格间距的，未用到，所以写成0px*/
.ee {
	font-size: 15px;
	color: #008000;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	width:15%;
}

.page {
	font-size: 15px;a
	color: #000000;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

font{ font-weight:bold}
/*==========@@列表样式 开始@@==========*/
/*列表全局样式*/
.textlist li, .gridlist li, .wxlist li, .thumblist li{ font-size:20px; line-height:1.5em; vertical-align:middle; background-color:#FFF; overflow:hidden;}
.textlist li:hover, .thumblist li:hover, .gridlist li:hover{background-color:#f4f2fa;cursor:pointer;}
.textlist li .price, .gridlist li .price, .wxlist li .price, .thumblist li .price{ color: #F00; float:right}
/*微信列表*/
.wxlist li{
	overflow:hidden;
	border-radius: 5px 5px 10px 10px; -moz-border-radius: 5px 5px 10px 10px; -webkit-border-radius: 5px 5px 10px 10px;-o-border-radius:5px 5px 10px 10px; 
	border:1px solid #d0d1d4;
	margin: 10px auto;
	padding: 8px 8px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);  -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background: url(../ky_img/bottom.png) repeat-x scroll left bottom #FFFFFF;
	background-size:2px auto;
}
.wxlist li .InfoTime{}
.wxlist li .GoTop{ text-align:center; font-weight:bold; height:30px; line-height:30px; color:#000}
.wxlist li .InfoPicture, .wxlist li .ChannelPicture{ border: 0px solid red}
.wxlist li .InfoPicture img, .wxlist li .ChannelPicture img{ width:100%;}
.wxlist li .InfoSContent, .wxlist li .ChannelSContent{ line-height: 1.3em; border:0px solid #900; padding:5px 2px; color:#222222; font-size:20px; text-align:justify;}
.wxlist li .ShowInfo{ }
.wxlist .InfoTimeSide {
/*侧边时间显示*/
margin:10px 8px 0px 0px;
width:auto;
font-size:12px;
float:left;
background-color:#6c6b6a;
padding:5px;
position:relative;
border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;
box-shadow:0 2px 1px 0 rgba(0,0,0,0.20);-webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,0.20);-moz-box-shadow:0 2px 1px 0 rgba(0,0,0,0.20);-o-box-shadow:0 2px 1px 0 rgba(0,0,0,0.20);
font-family:Georgia,"Times New Roman",Times,serif;
}
.wxlist  InfoTimeSide p{color:#FFF}
.wxlist  .InfoTimeSide p b {font-size:20px; }
.wxlist  .InfoTimeSide p i {font-size:11px; }
.wxlist  .InfoTimeSide span {position:absolute;top:10px;right:-4px;
border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;
width:12px;height:12px;
transform:rotate(45deg) ;
-webkit-transform:rotate(45deg) ;-moz-transform:rotate(45deg) ;-o-transform:rotate(45deg) ;-ms-transform:rotate(45deg) ;
background-color:#6c6b6a;
}
/*==========@@列表样式 结束@@==========*/
/*==========@@公共板块样式 开始@@==========*/
/*公共样式 可在具体频道模型被重载*/
#top{} /*主要用于页面顶部特殊功能，宽度通常全屏*/
#header, #content , #footer{ width: 98%;  margin: 0px auto; border:0px solid green;}
#bottom{} /*主要用于页面底部特殊功能，宽度通常全屏*/
/*顶部工具条 开始*/
#toolbar{width: 100%; height: 46px; line-height:46px; z-index: 3; position: fixed;left: 0;top: 0;right:0;}
#toolbar .fixed {
	display: block;
	margin: 0 auto;
    min-width: 320px;
	height: 45px;
	top: 0;
	border-bottom: 1px solid #305196;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6DACED), to(#3C63B9));
	background-image:-webkit-linear-gradient(#6DACED, #3C63B9);
	background-image:-moz-linear-gradient(#6DACED, #3C63B9);
	background-image:-ms-linear-gradient(#6DACED, #3C63B9);
	background-image:-o-linear-gradient(#6DACED, #3C63B9);
	background-image:linear-gradient(#6DACED, #3C63B9);
	/*opacity: 0.95;*/
}
#toolbar .fixed-green, #toolbar .fixed-blue{	display: block; margin: 0 auto; min-width: 320px; height: 45px; top: 0;} 
#toolbar .fixed-green {
	border-bottom: 1px solid #7e7b7a;	
	box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,5);-o-box-shadow:0 0 5px 0 rgba(0,0,0,5);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#bab7b6),to(#6c6b6a));
	background-image:-webkit-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-moz-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-ms-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-o-linear-gradient(#bab7b6, #6c6b6a);
	background-image:linear-gradient(#bab7b6, #6c6b6a);
	/*opacity: 0.95;*/
}
#toolbar .fixed-blue {
	border-bottom: 1px solid #305196;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6DACED), to(#3C63B9));
	background-image:-webkit-linear-gradient(#6DACED, #3C63B9);
	background-image:-moz-linear-gradient(#6DACED, #3C63B9);
	background-image:-ms-linear-gradient(#6DACED, #3C63B9);
	background-image:-o-linear-gradient(#6DACED, #3C63B9);
	background-image:linear-gradient(#6DACED, #3C63B9);
	/*opacity: 0.95;*/
}
#toolbar .fixed-pink {
	border-bottom: 1px solid #f1418f;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffa0ca), to(#ff4f9d));
	background-image:-webkit-linear-gradient(#ffa0ca, #ff4f9d);
	background-image:-moz-linear-gradient(#ffa0ca, #ff4f9d);
	background-image:-ms-linear-gradient(#ffa0ca, #ff4f9d);
	background-image:-o-linear-gradient(#ffa0ca, #ff4f9d);
	background-image:linear-gradient(#ffa0ca, #ff4f9d);
	/*opacity: 0.95;*/
}
#toolbar .fixed-gray {
	border-bottom: 1px solid #464747;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C2BEC0),color-stop(1, #464747));
	background-image: -o-linear-gradient(bottom, #C2BEC0 0%, #464747 100%);
	background-image: -moz-linear-gradient(bottom, #C2BEC0 0%, #464747 100%);
	background-image: -webkit-linear-gradient(bottom, #C2BEC0 0%, #464747 100%);
	background-image: -ms-linear-gradient(bottom, #C2BEC0 0%, #464747 100%);
	background-image: linear-gradient(to bottom, #C2BEC0 0%, #464747 100%);
}
.ui-title{min-height: 46px; text-align: center; font-size: 20px; font-weight:normal; display: block; margin: 10px 70px 0; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; display:none;text-indent: -10px; color:#FFF;text-shadow:0 1px #3C63B9}
.ui-btn-back, .ui-btn-refresh, .ui-btn-menu, .ui-btn-home{  
	display:block; position:absolute; width:50px; height:44px;
	text-indent: -9999px; margin:0; padding:0; 
}
.ui-btn-back { top:0px; left:0px; background:url(../ky_img/back.png) no-repeat center center;  background-size:24px auto;}
.ui-btn-refresh { top:0px; right:0px; background:url(../ky_img/refresh.png) no-repeat center center; background-size:28px auto;}
.ui-btn-menu { top:0px; right:0px; background:url(../ky_img/menu.png) no-repeat center center; background-size:24px auto;}
.ui-btn-home { top:0px; right:0px; background:url(../ky_img/home.png) no-repeat center center;  background-size:24px auto;}
.ui-btn-submit{
	width:100%; padding:9px 0px;font-size:20px;text-decoration:none; margin:5px 0px;
	background-color:#6c6b6a;border:1px solid #6c6b6a;
	background-image:linear-gradient(bottom,  #6c6b6a 0%, #bab7b6 100%);background-image:-o-linear-gradient(bottom, #6c6b6a 0%, #bab7b6 100%);
	background-image:-moz-linear-gradient(bottom, #6c6b6a 0%, #bab7b6 100%);
	background-image:-webkit-linear-gradient(bottom, #6c6b6a 0%, #bab7b6 100%);
	background-image:-ms-linear-gradient(bottom, #6c6b6a 0%, #bab7b6 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #6c6b6a),color-stop(1, #bab7b6));
	-webkit-box-shadow:0 1px 0 #bab7b6 inset, 0 1px 2px rgba(0, 0, 0, 0.5); -moz-box-shadow:0 1px 0 #bab7b6 inset, 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow:0 1px 0 #bab7b6 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	border-radius:5px;-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; 
	color:#ffffff; display:block; text-align:center; text-shadow:0 1px rgba(0, 0, 0, 0.2);
	cursor:pointer;	
}
.ui-btn-submit:active{
	padding:9px 0px;top:0px;
	background-image:linear-gradient(bottom, #bab7b6 0%, #6c6b6a 100%);background-image:-o-linear-gradient(bottom,  #bab7b6 0%, #6c6b6a 100%);
	background-image:-moz-linear-gradient(bottom,  #bab7b6 0%, #6c6b6a 100%);background-image:-webkit-linear-gradient(bottom,  #bab7b6 0%, #6c6b6a 100%);
	background-image:-ms-linear-gradient(bottom,  #bab7b6 0%, #6c6b6a 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #bab7b6),color-stop(1, #6c6b6a));
	-webkit-box-shadow:0 1px 0 #bab7b6 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 0 #bab7b6 inset, 0 1px 2px rgba(0, 0, 0, 0.5);box-shadow:0 1px 0 #bab7b6 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}
#popmenu{cursor:pointer; display:block; position:relative;  text-align: center; width: 200px; margin:0 auto; line-height:48px; color:#FFFFFF}
#popmenu:after {content: "";width: 0;height: 0;position: absolute;right: 50px;top: 50%;margin-top: -2px;border-width: 5px 5px 0 5px;border-style: solid;border-color: #ffffff transparent;}
#overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;filter:alpha(opacity=0);display:none;z-index: 4;}
/*导航窗口*/
#window{position: fixed;top:55px;left:50%;width: 200px;margin:0 0 0 -100px; display:none; z-index: 5;}
.windowlist {
    /* Size and position */
    position: relative;
	display:block;
    margin: 0 auto;
    padding: 5px;
    /* Styles */
    background-color: rgba(47, 47, 47, 1);
    border-radius: 7px;-webkit-border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; 
    border: 1px solid rgba(0,0,0,0.15);
	box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15);-o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    outline: none;
	list-style: none outside none;
}
.windowlist:after {content: "";width: 0;height: 0;position: absolute;bottom: 100%;right: 90px;border-width: 0 6px 6px 6px;border-style: solid;border-color: rgba(47, 47, 47, 0.9) transparent;    }
.windowlist:before {content: "";width: 0;height: 0;position: absolute;bottom: 100%;right: 88px;border-width: 0 8px 8px 8px;border-style: solid;border-color: rgba(0,0,0,0.1) transparent;    }
.windowlist li {background-color: rgba(58, 58, 58, 1);display: block;float: left;height: 37px;width: 50%;}
.windowlist li span{
    border-color: #494949 #181818 #181818 #494949;
    border-left: 1px solid #494949;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
	line-height: 37px;
    display: block;
    font-size: 15px;
    height: 37px;
    text-align: center;
    text-shadow: 0 2px 2px #000000;
    width: 100%;
}
.windowlist li:hover {background-color: rgba(0, 0, 0, 0.9);}
/*顶部工具条 结束*/
/*当前位置*/
.current_location{ padding:3px 0px;margin: 0; border-bottom: 1px solid #16b7b7;color:#000;  height:22px; line-height:1.5em; background:url(../ky_img/loc.gif) 3px center no-repeat; text-indent:22px}
.current_location a{color:#000}
/*版权信息*/
.copyright{ padding:5px; text-align:left; font-size:12px; color:#666; border:0px solid red}
.copyright a{color:#666;}
/*==========@@公共板块样式 结束@@==========*/
/*==========@@重用组件 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
/*清除浮动*/
.clear { display:block; clear:both;}
/*必须输入，主要*/
.required{ color:red; font-weight:bold;}
/*按钮*/
a.btn{
	display:block; 
	width: 99%;
	color:#000000; 
	font-size: 20px;
	padding: 8px 0px;
	background-color: rgb(255, 255, 255);
	background-image: linear-gradient(to top, rgb(245, 245, 245), rgb(255, 255, 255));
	border: 1px solid rgb(211, 211, 211);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 1px 2px 0 rgba(0, 0, 0, 0.15);-webkit-box-shadow:0px 1px 2px 0 rgba(0, 0, 0, 0.15);-o-box-shadow:0px 1px 2px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 0.5px 0.5px 1px rgb(255, 255, 255);
	text-align: center;
	vertical-align:middle;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius:3px;
	cursor: pointer;
}
/*箭头*/
.arrow{ 
background:url(../ky_img/arrow1.png) center center no-repeat; 
background-size:20px;
width:30px; height:30px; display:block; float:right;
vertical-align:middle;
}
/*==========@@重用组件 结束@@==========*/
/*==========@@其它样式定义 开始@@==========*/
/*==========@@其它样式定义 结束@@==========*/
a {TEXT-DECORATION: none;color:#000000}
a:link {TEXT-DECORATION: none;color:#000000}
a:hover {color:#FF3300;text-decoration:none;font-weight: bold;}
a:active {TEXT-DECORATION: none;color:#326B8D}
FONT {display:inline;}
form{margin:0;display:inline;}
div{text-align: left;font-family:Microsoft YaHei;margin:0 auto}
a:link img{border:0px }
img{border: 0px;}
ul{list-style-type:none;clear: both;text-align: left;}
p{TEXT-DECORATION: none;margin:0px;}
t{color:#ff0000}
.topuser {PADDING:3px 0px 4px 0px ;WIDTH:100%; BACKGROUND: #f0fafd;display:block;overflow:hidden;}
.user{WIDTH:500px;FLOAT:left;PADDING:3px 0px 0px 5px ;}
.user .inputText {height: 13px;}
.toplink{PADDING:3px 5px 0px 0px;FLOAT:right;font-size:12px;}
.inputText {height:19px;WIDTH: 100px;}
.toptx {MARGIN-TOP: 12px; WIDTH:350px; FLOAT: left; FONT-SIZE: 12px; FONT-WEIGHT: bold;PADDING:0px 0px 0px 12px;}
.topty {MARGIN-TOP: 12px; FONT-SIZE: 12px; FONT-WEIGHT: bold;FLOAT: right;PADDING:0px 4px 0px 12px;display:inline-block;}
.logo {WIDTH: 200px; FLOAT: left}
.logo a{FONT-SIZE: 12px; FONT-WEIGHT: normal}
.topso {MARGIN-top:12px;MARGIN-left:8px; FLOAT:left;WIDTH: 68%}
.topso1 {WIDTH:45%; FLOAT:left;PADDING-left:0px;}
.topso2 {WIDTH:52%;FLOAT:right;margin-top:-12px;_margin-top:0px;font-size:12px;display:block}
.topso2 a:visited {color: #006600;PADDING:3px}
.uu {BORDER: #aaccee 1px solid;height:30px;padding-top:10px;MARGIN-top:2px;MARGIN-BOTTOM:2px;WIDTH:99%; BACKGROUND: #F2F7F7;text-indent: 0.8em;}
.f12 {FONT-SIZE: 12px}
.f14 {FONT-SIZE: 14px}
.f16 {FONT-SIZE: 16px}
.f18 {FONT-SIZE: 18px}
.ac {BORDER-BOTTOM: #aaccee 1px solid; PADDING:10px 5px 4px 5px; LINE-HEIGHT: 20px; FONT-VARIANT: normal; FONT-STYLE: normal;WIDTH:99%;BACKGROUND: #ffffff; FONT-WEIGHT: normal;display:inline-block;FONT-SIZE:14px;}
.aa {BORDER-BOTTOM: #aaccee 1px solid; PADDING:10px 3px 4px 5px; LINE-HEIGHT: normal; FONT-VARIANT: normal; FONT-STYLE: normal;WIDTH:99%;BACKGROUND: #ffffff; FONT-WEIGHT: normal;display:inline-block;overflow:hidden;}
.et {WIDTH:89%;FLOAT: right}
.bb {BORDER-BOTTOM: #aaccee 1px solid;LINE-HEIGHT:normal;FONT-VARIANT:normal;FONT-STYLE: normal; WIDTH:99%;BACKGROUND:#ffffff;COLOR:#ff0000;FONT-SIZE:14px;FONT-WEIGHT:bold; PADDING:10px 3px 4px 5px;display:inline-block;}
.cc {PADDING: 0px 0px 0px 4px; LINE-HEIGHT: normal; FONT-VARIANT: normal; FONT-STYLE: normal; FONT-WEIGHT: normal;FONT-SIZE: 14px;}
.dd {LINE-HEIGHT: normal;FONT-VARIANT: normal; FONT-STYLE: normal; PADDING-LEFT: 4px;; COLOR: #ff0000; FONT-SIZE: 18px; FONT-WEIGHT: bold; }
.ff { PADDING:10px; LINE-HEIGHT:30px; FONT-VARIANT: normal; FONT-STYLE: normal;WIDTH:840; BACKGROUND: #ffffff; FONT-SIZE: 14px; FONT-WEIGHT: normal;}
.jj {BORDER-BOTTOM: #aaccee 1px solid;text-indent:0.5em;PADDING:10px 0px 5px 0px;WIDTH:100%;HEIGHT:24px;BACKGROUND:#ffffff;FONT-SIZE:14px;COLOR:#FF66CC;display:inline-block;}
.fa {BACKGROUND: none transparent scroll repeat 0% 0%;}
.ga {COLOR: #ff0000; FONT-WEIGHT: bold}
#mym {WIDTH:99%;MARGIN-BOTTOM:5px;}
.mulu {
	BORDER-BOTTOM: #aaccee 1px solid; BORDER-LEFT: #aaccee 1px solid;WIDTH:12%;_WIDTH:11%;height:auto;BACKGROUND: #f5fcfe repeat-x 1px 1px; FLOAT: left; BORDER-TOP: #aaccee 1px solid; BORDER-RIGHT: #aaccee 1px solid; PADDING: 5px 0px 5px 0px;
}
.mulu a{CLEAR: both;text-indent:0.5em;WIDTH:100%;DISPLAY:block;HEIGHT:20px;}
.mulu LI {
	CLEAR: both; text-indent:0.5em; FLOAT: left;WIDTH:100%;LIST-STYLE-TYPE: none; HEIGHT:20px;
}
.page {WIDTH: 100%;text-indent: 1em;padding-top:10px;height:30px; FLOAT: right;FONT-SIZE:14px;}
.pe{PADDING-top:8px;PADDING-bottom:8px;WIDTH:100%;text-indent:0.5em;BACKGROUND:#83CBEA;FLOAT:right;FONT-SIZE:15px;}
.pc {PADDING-top:4px;PADDING-bottom:4px;WIDTH:100%;BACKGROUND: #d8f1f8; FLOAT: right;}
.zhushi {WIDTH:100%;BACKGROUND: #e6f2ff; FLOAT: right;}
.zhushi .bt{margin-bottom:6px;BACKGROUND: #ffffff;text-indent:0.5em;padding-top:5px;padding-bottom:5px;}
.biaoti {PADDING:3px 0px 5px 3px; WIDTH:99%;FONT-SIZE: 16px;text-indent:0.5em;display:inline-block}
.biaoti2 {BORDER-BOTTOM: #aaccee 1px solid;WIDTH:100%;text-indent:0.5em;padding-top:6px;padding-bottom:4px;margin-bottom:5px;BACKGROUND: #e2fafc; FONT-SIZE: 14px; BORDER-TOP: #aaccee 1px solid; }
.biaoti3 {BORDER: #aaccee 1px solid;  WIDTH: 100%;BACKGROUND: #ffffff; FONT-SIZE: 14px;PADDING:5px 0px 2px 3px;}
.biaoti4{BORDER-top:#aaccee 1px solid;BORDER-BOTTOM:#aaccee 1px solid;WIDTH:97%;BACKGROUND:#ffffff;FONT-SIZE:14px;PADDING:4px 2px 2px 3px;MARGIN:0px 0px 3px 0px}
.biaoti5{BORDER:#aaccee 1px solid;WIDTH:99%;HEIGHT:20px;BACKGROUND:#ffffff;FONT-SIZE:14px;PADDING:3px 2px 1px 3px;display:inline-block;}
.biaoti6{WIDTH:110px;BACKGROUND:#ffffff;PADDING:3px 2px 1px 3px;}
.dbb {WIDTH:100%;PADDING: 20px 0px 15px 0px;margin:0 auto;text-align:center;display:inline-block;}
.dbb a:hover{background:#1C8193;color:#fff}
.new3{float:left;margin-left:5px;width:93%;display:inline-block;}
.new3 a{width:13.3%;height:40px;line-height:40px;float:left;margin:0 auto;margin:3px;text-align:center;background:#E8F5F7;BORDER: #aaccee 1px solid;font-weight: bold;overflow:hidden;}
.new2{float:left;margin-left:5px;width:93%;margin-bottom:-40px;display:inline-block;}
.new2 a{width:13.3%;height:40px;line-height:40px;float:left;margin:0 auto;margin:3px;text-align:center;background:#E8F5F7;BORDER: #aaccee 1px solid;font-weight: bold;overflow:hidden;margin-bottom:48px;}
.sm{float:left;width:30px;height:122px;text-align:center;margin:0 auto;margin-left:8px;background:#ccc;font-size:20px;padding-top:20px}
.xinxi{BACKGROUND: #ffffff;WIDTH:100%;}
.ss{WIDTH:33%;FLOAT: left;PADDING:5px 0px 2px 0px;BACKGROUND: #ffffff}
.s1{WIDTH:96%;FLOAT: right;BORDER: #aaccee 1px solid;PADDING:5px 0px 2px 4px;}
.s2{WIDTH:95%;FLOAT: right;BORDER: #aaccee 1px solid;PADDING:5px 2px 2px 4px;MARGIN-top:3px;HEIGHT:auto;font-size:13px;}
.s2 br{display: none;}
.s2 li{list-style: none;clear: both;text-align: left;HEIGHT:22px;overflow:hidden;font-size:13px;}
.s2a{WIDTH:84%;FLOAT:left;}
.s2b{WIDTH:16%;FLOAT: right;COLOR: #ff0000;}
.tableborder{background: #E1EFFB; border: 1px solid #AACCEE}
.box {border: 1px solid #AACCEE;border-width: 0 1px 1px 1px;}
.box ul{list-style: none;padding: 8px;}
.box ul li{background:url(bullet.html) no-repeat left center;line-height:1.6;padding:2px 0 2px 8px;}
.left{FLOAT:left;PADDING:2px}
.right{FLOAT:right;PADDING:2px;}
.so {height:30px;width:100%;PADDING-top:10px;text-indent: 1em;FONT-SIZE:16px;background:#D7ED8B;display:inline-block;}
.zuo{FLOAT: left;}
.you{FLOAT: right}
.liebiao{PADDING:8px;WIDTH: 98%;BACKGROUND: #ffffff;FLOAT:right;FONT-SIZE:14px}
.liebiao li{list-style-type:none;padding:3px 0px 3px 5px}
.liea{FLOAT:left;width:78%}
.dsd{float:left;width:113px;height:20px;line-height:20px;}
.liea li a{color:#425800}
.di {BORDER: #aaccee 1px solid; PADDING-top:5px;padding-bottom:5px;text-indent: 1em; WIDTH:99%;clear:both;font-size:12px;}
.top2{ font-size:14px;}
.top2 a:hover{ text-decoration:none;}
.top2-dh1{ width:50%; height:19px; background-color:#fff; border-top:1px solid #aaccee;text-align:center; margin-top:5px;margin-left:0px; margin-bottom:6px;float:left; PADDING-top:5px;}
.top2-dh2{ width:49%; height:20px; background-color:#E5E5E5; text-align:center; margin-top:5px;margin-left:0px; margin-bottom:6px;float:left; PADDING-top:5px;}
.top-nr{  line-height:18px; LIST-STYLE-TYPE: none;display:inline-block}
.top-nr-list{ height:18px; width:90px; border-bottom:1px solid #ddd; background-color:#f3f3f3; margin-bottom:1px;LIST-STYLE-TYPE: none}
.lzz {BORDER-BOTTOM: #aaccee 1px solid; PADDING:10px 3px 4px 5px; LINE-HEIGHT: normal; FONT-VARIANT: normal; FONT-STYLE: normal;WIDTH:98%;BACKGROUND: #EDF7FF; FONT-WEIGHT: normal;display:inline-block;}
.top3{ font-size:14px;}
.top3 a:hover{ text-decoration:none;}
.top3-dh1{ width:25%; height:20px; background-color:#fff; border-top:1px solid #aaccee; text-align:center; margin-top:5px;margin-left:0px;margin-bottom:6px;float:left; PADDING-top:5px;}
.top3-dh2{ width:25%; height:20px; background-color:#E5E5E5; border-top:1px solid #aaccee;text-align:center; margin-top:5px;margin-left:0px; margin-bottom:6px;float:left; PADDING-top:5px;}
.top3-dh3{ width:49%; height:20px; background-color:#ccc; text-align:center; margin-top:5px;margin-left:0px; margin-bottom:6px;float:left; PADDING-top:5px;}
.top3-nr{  line-height:18px; LIST-STYLE-TYPE: none;display:inline-block}
.top3-nr-list{ height:18px; width:600px; border-bottom:1px solid #ddd; background-color:#f3f3f3; margin-bottom:1px;LIST-STYLE-TYPE: none}
.comment{
	width:98%;
	border:1px solid #AACCEE;
	margin-top:7px;
}
.comment .commenttitle{
	width:98%;
	height:26px;
	margin:1px auto;
	background:#EDF6FF;
	border-bottom:1px solid #AACCEE;
}
.comment .commenttitle .title{
	float:left;
	margin:5px 0px 0px 12px;
	color:#125A8F;
	display:inline;
}
.comment .commenttitle .title strong{
	letter-spacing:4px;
	color:#444;
	margin-right:10px;
}
.comment .commenttitle .gotopost{
	float:right;
	display:block;
	width:100px;
	height:23px;
}
.comment .commenttitle .gotopost a{
	width:95px;
	height:22px;
	display:inline;
	float:right;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	background:url(../img/ico_gotopost.html) no-repeat;
	margin:1px 3px 0px 0px;
}
.comment .commentbox{
	width:94%;
background:#EDF6FF;
}
.comment .commentbox dl{
	width:94%;
	margin:10px auto 0px;
	border:1px solid #D1DDCE;
}
.comment .commentbox dl dt{
	width:94%;
	background:#F4F9F2;
	line-height:25px;
	text-indent:10px;
	color:#333;
	border-bottom:1px solid #E6ECE3;
}
.comment .commentbox dl dt span{
	color:#669933;
	font-size:11px;
}
.comment .commentbox dl dd{
	padding:10px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
/*---------------内容页:发表评论:标题*/
.comment .posttitle{
	width:95%;
	height:26px;
	margin:10px auto;
	background:#EDF6FF;
	border-top:1px solid #AACCEE;
	border-bottom:1px solid #AACCEE;
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#444;
	display:block;
	margin:7px 0px 0px 13px;
}
.comment .postbox{
	width:95%;
	margin:5px auto;
	overflow:hidden;
}
.comment .postbox .userbox{
	width:93%;
	overflow:hidden;
	margin-top:10px;
}
.comment .postbox .userbox dl{
	width:95%;
}
.comment .postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.comment .postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:80px;
	border-bottom:1px solid #AACCEE;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .userbox dl dd.mtop{
	margin:7px 7px 0px 0px;
}
.comment .postbox .txtbox{
	width:95%;
padding-left:70px;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #ccc;
	width:90%;
	height:80px;
	padding:5px;
	background-color: #FEFEFE;
	background-image: url(../img/toplogoq.html);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.comment .postbox  .sbut{
	margin:10px;
}
.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}
.nTab{
float: left;
width: 100%;
margin: 0 auto;
border-bottom:1px #AACCEE solid;
background:#d5d5d5;
background-position:left;
background-repeat:repeat-y;
margin-top:-2px;
margin-bottom:2px;
margin-right:5px;
}
.nTab .TabTitle{
clear: both;
height: 22px;
overflow: hidden;
}
.nTab .TabTitle ul{
border:0;
margin:0;
padding:0;
}
.nTab .TabTitle li{
float: left;
width: 70px;
cursor: pointer;
padding-top: 4px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 2px;
list-style-type: none;
font-size: 12px;
text-align: center;
margin: 0;
}
.nTab .TabTitle .active{background:#fff;border-left:1px #AACCEE solid;border-top:1px #AACCEE solid;border-right:1px #AACCEE solid;border-bottom:1px #fff solid;}
.nTab .TabTitle .normal{background:#EBF3FB;border:1px #AACCEE solid;}
.nTab .TabContent{
width:auto;background:#fff;
margin: 0px auto;
padding:0px 0 0 0;
border-right:1px #AACCEE solid;border-left:1px #AACCEE solid;
}
.none {display:none;}
#zoom{}
#zoom p{BACKGROUND: #F7FDFF;DISPLAY:block; text-indent:0.5em; FONT-WEIGHT: normal; PADDING-BOTTOM: 8px; OVERFLOW: hidden; WIDTH:100%; LINE-HEIGHT: normal; PADDING-TOP: 10px; BORDER-BOTTOM: #aaccee 1px solid; FONT-STYLE: normal; FONT-VARIANT: normal}
#zoom p font{PADDING-LEFT: 0px; FLOAT: left; WIDTH: 11%; COLOR: #0f6fff; font-size:12px;LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal}
#zoom p d{PADDING-LEFT: 0px; FLOAT: left; WIDTH: 11%; COLOR: #0f6fff; font-size:12px;LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal}
#zoom p span{FLOAT: right; WIDTH: 88%;}
#zoom p span strong{color:#ff0000}
#zoom p b{COLOR: #999;padding-right:3px}
#zoom .cv {text-indent:0.5em;font-size:16px;FONT-WEIGHT: normal; BACKGROUND: #7EBCC6; WIDTH:100%; COLOR: #fff; LINE-HEIGHT: normal; PADDING-TOP: 10px; BORDER-BOTTOM: #aaccee 1px solid; FONT-STYLE: normal; FONT-VARIANT: normal;font-weight:bold}
#zoom .dd {PADDING-LEFT: 5px; FONT-WEIGHT: normal; BACKGROUND: #fff; PADDING-BOTTOM: 4px; WIDTH:100%; COLOR: #ff0000; LINE-HEIGHT: normal; PADDING-TOP: 10px; BORDER-BOTTOM: #aaccee 1px solid; FONT-STYLE: normal; FONT-VARIANT: normal;}
.gongju{FLOAT:left;background: #67A221;padding:3px;margin-right:12px}
.gongju a{color:#fff}
.b{FONT-WEIGHT: bold;COLOR: #ff0000;font-size:18px;}