﻿/*Reset Css*/
pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;} 
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
ol,ul{list-style:none;} 
caption,th{text-align:left;} 

article,header,footer,aside,canvas,details,figcaption,figure,hgroup,menu,nav,section,summary,time{display:block;}


/* Link */
a{ cursor:pointer;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:none;}

/* Color */
.cRed,a.cRed:link,a.cRed:visited{color:#c62222;}
.cGray,a.cGray:link,a.cGray:visited{color:#4F544D;}
.cWhite,a.cWhite:link,a.cWhite:visited{color:#fff;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
.fline,a.fline:link,a.fline:visited{text-decoration:underline; }
a.fline:hover{text-decoration:none;}

/* Font */
.fb{font-weight:700;}
.fn{font-weight:normal;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}

/* clearfix*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { *zoom: 1; }

/* Other */
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clear{clear:both; height:0px; line-height:0px; font-size:0px; padding:0px; margin:0px;}
.hidden{display:none;}
.t_l{text-align:left;}
.t_r{text-align:right;}
.t_m{text-align:center;}
.blank{clear:both;display:block;font-size:1px;height:9px;overflow:hidden;}


/* ddlevelsmenu start------------------------------------------------------- */
.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color: #F2F2F2;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* 问卷调查 内容区域样式-------------------------------------------------------------- */  
.voteBody { float:left;}
.voteBody .title { line-height:20px; text-align:center;  font-weight:bold; }
.voteBody .list { padding:0px; }
.voteBody .btn { text-align:center; padding-top:10px; }
.voteBody .btn input { padding:2px 5px 2px 5px; font-family: verdana; background-color: #eeeeee; border-bottom: #ffffff 1px solid; border-left: #cccccc 1px solid; border-right: #ffffff 1px solid; border-top: #cccccc 1px solid; font-size: 12px;}

/* 登录 内容区域样式-------------------------------------------------------------- */  
.loginBody {text-align:center; padding:5px;}
.loginBody ul {text-align:center;}
.loginBody ul li {text-align:left; line-height:25px;}


#divUserInfo {float:left; text-align:left; padding:5px;}
#divUserInfo ul {text-align:center; list-style-type:none; }
#divUserInfo ul li {text-align:left; line-height:20px; padding-left:5px;}

li a .fixedtop{ text-align:left; color:#ff0000; background:url(../images/news.gif) no-repeat; padding:0px 8px 0px 8px; background-position:0 0px;}
li a .top{ text-align:left; color:#ff0000; background:url(../images/news.gif) no-repeat; padding:0px 8px 0px 8px; background-position:0 -16px;}
li a .new{ text-align:left; color:#ff0000; background:url(../images/news.gif) no-repeat; padding:0px 8px 0px 8px; background-position:0 -32px;}
li a .hot {text-align:left; color:#ff0000; background:url(../images/news.gif) no-repeat; padding:0px 8px 0px 8px; background-position:0 -48px;}
li a .recommend {text-align:left; color:#ff0000; background:url(../images/news.gif) no-repeat; padding:0px 8px 0px 8px; background-position:0px -64px;}


.bodyMore {cursor:hand; float:right; display:block; height:30px; line-height:30px; margin-right:20px; }
