﻿body{background-color: #fff}
/*常见问题*/
.message_list{ padding:0px 0 0 24px; overflow:hidden;}
.message_list li{ width:562px; height:auto; border:1px solid #e6e6e6; margin:24px 0 0 0; padding:12px 18px 16px 17px;}
.message_list li div.question{ color:#666;}
.message_list li div.question span{font-size:14px; font-weight:bold; color:#666;}
.message_list li p.answer{ background:#e7e7e7; padding:14px 14px 18px 14px; margin-top:10px; }
.message_list li p.answer i{font-style:normal; color:#333; display:inline-block; height:100%;}

.feedback{width:430px; margin:20px 0 0 40px;}
.feedback tr td{ text-align:right; height:46px; font-size:14px; }
.feedback tr td input{width:347px; height:28px; line-height:28px; border:1px solid #bdbdbd;}
.feedback tr td textarea{ width:347px; height:158px; border:1px solid #bdbdbd;}
.feedback tr td.yzm2{ text-align:left; padding-left:16px;}
.feedback tr td.yzm2 input{ width:73px; height:22px; line-height:22px;}

input.submit{width:92px; height:32px; line-height:32px; text-align:center; border:0 none; background:url(../images/submit.jpg) no-repeat; color:#fff;
margin:16px 0 0 160px; font-family:"微软雅黑"; font-size:14px; cursor:pointer; outline:none;}
input.submit.cancel{ background:url(../images/cancel.jpg) no-repeat; margin:16px 0 0 24px; color:#333;}

.djck{ text-align:right; margin:30px 100px 0 0;}
.djck a{ color:#165bae; font-weight:bold;}
@charset "utf-8";
/* CSS Document */

/*=====================ͨ����ʽ����========================*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,
dl, dt, dd, ul, ol, li, pre,form, fieldset, 
legend, button, input, textarea, th, td{
  margin: 0;
  padding: 0;
}

img{
  border:medium none;
  margin: 0;
  padding: 0;
  vertical-align:middle;
  
}

body,button, input, select, textarea {font: 12px/1.5 simsun,Arial,tahoma, Srial, helvetica, sans-serif;}
body,button,input,select{ vertical-align:middle;} 
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
em{font-style:normal;}

ul, ol { list-style: none; }

a { text-decoration: none; color:#333;}
a:hover { text-decoration: none; color:#333; }

a,area {blr:expression(this.onFocus=this.blur())}  /*For IE/google*/
a:active, a:focus{outline:none;} /*For Firefox*/

table { border-collapse: collapse; border-spacing: 0; }

.clearfloat{
  height:0;
  line-height:0;
  margin:0;
  padding:0;
  font-size:0;
  clear:both;
}

.left{
 float:left;
}
.right{
 float:right;
}

/*=====================CSS IS OVER=======================*/