/* 增对hanweb.css====问题的覆盖样式！ */
body {
  font-family:'Microsoft Yahei'; /**根据项目自行修改**/
  font-size:14px;
  text-align:center;
}
a {transition: all 0.2s ease-out 0s; color:#333}
a:hover{transition: all 0.2s ease-out 0s; color:#F00}

/****************意见征集==样式开始*******************/
.idea_title{height:50px; background:#eaeaea; padding:0 100px;}
.idea_title span{ float:left; line-height:50px; font-size:15px; color:#0b0b0b}
.idea_cen{ padding:0 100px; text-align:left; overflow:hidden}
.idea_box{ width:1000px; height:auto; margin:0 auto; padding:0 100px;*+width:800px; text-align:left}
.idea_box table{ font-size:15px;}
.idea_box .sp_01{ color:#999; font-size:13px;}
.idea_box  .idea_select{width:100%; background:#f0f0f0; border:0; padding-left:2px; margin-left:10px; float:left}

/**留言样式**/
.idea_message{width:100%; height:auto; float:left; overflow:hidden; padding:10px 0 20px 0}
.idea_message ul{ margin:0; padding:0}
.idea_message li{ width:100%; height:auto; border-bottom:#CCC dashed 1px; padding:5px 0; overflow:hidden}
.idea_message li h2{ width:100%; display:block; height:30px; line-height:30px; font-size:15px; color:#666666; font-weight:100; margin:0; float:left}
.idea_message li span{ height:25px; line-height:25px; font-size:12px; color:#999; padding-right:10px; float:left}
.idea_message li .time{padding-right:50px;}
.idea_message li img{ float:left; margin:3px 5px 0 0}

/**表单样式**/
.idea_text{width:405px; height:35px; background:#f0f0f0; border:0; padding-left:2px; line-height:35px; color:#333; margin-left:10px; float:left}
.idea_text2{width:85px; margin-right:5px}
.idea_textarea{width:550px; height:100px; background:#f0f0f0; border:0; padding-left:2px; line-height:35px; color:#333; margin-left:10px; float:left;
 margin:7px 0 7px 10px}
.idea_bnt{width:102px; height:37px; float:left; margin-right:100px; background:none; border:none}
.idea_bnt_01{ background:url(../images/zj_submit.jpg) no-repeat}
.idea_bnt_02{ background:url(../images/zj_reset.jpg) no-repeat}

/*表单样式**/
.textarea{width:757px; height:102px; border:#d3d3d3 solid 1px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius:5px;  
		-webkit-box-shadow: 1px 1px 2px #b1b1b1;  
		-moz-box-shadow: 1px 1px 2px #b1b1b1;  
		box-shadow: 1px 1px 2px #b1b1b1; 

}
.text{width:110px; height:25px; border:#d3d3d3 solid 1px; float:left; }
.text2{width:60px; height:25px; border:#d3d3d3 solid 1px; float:left; margin-right:5px }
.checkbox{ float:left; margin-top:7px }
.sp_01{ float:left; padding:0 10px 0 15px; display:block; line-height:25px; font-size:13px;}
.bnt_01{ margin-top:5px; float:right}


