@charset "utf-8";
/* CSS Document */
/*整体*/
*{font-size:9pt;border:0;margin:0;padding:0; }
body{font-family:'宋体'; margin:0 auto; background:#FFF;}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
img{border:0;}
dl,dt,dd{margin:0;padding:0;display:block;}
a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#FFF;text-decoration:none;}
table{border-collapse:collapse;border-spacing: 0;}
cite{font-style:normal;}
h2{font-weight:normal;}
html, body { font-size:14px;font-family: "宋体"; font-weight:bold}

/*头部*/
.header{ width:100%; height:100px; background:#015289;line-height:40px; border-bottom:#000 1px solid;}
.header img{ width:300px; height:100px;}

/*中部*/
.news{ width:1024px; overflow:hidden; margin:50px auto; background:#F4F8FF; border:1px solid #015289; }
.title{ width:90%; margin:20px auto; height:30px; line-height:30px; text-align:center; font-size:18px; font-weight:bold; border-bottom:#cbcbcb 1px dotted; }
.mes{ width:98%; margin:20px auto;line-height:25px;}
.mes p{ font-size:px; font-weight:normal; text-indent:25px;}
.mes span{ font-weight:bold;}
.mes img{ margin:0px 20px;}

/*底部*/
.bottom {background: #586683;width: 100%;text-align: center;color: #CCD8E8;padding: 10px 0px;}