﻿/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0px;border:0;}
body{color:#333;font:16px Arial,'微软雅黑';font-family: "微软雅黑","Arial Narrow",HELVETICA;}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:16px; font-weight:normal; margin:0px; padding:0px;}
input,button,textarea,select{font:100% Arial,'微软雅黑';}

/* 默认全局样式超链接样式*/
a:link{color:#333; text-decoration:none;}/* 链接基本样式 */
a:visited {color:#333; text-decoration:none;}/* 链接点击过后的样式 */
a:hover{color:#e61101;text-decoration:none;cursor:pointer;}/* 链接移上时的样式 */
a:active{color:#e61101;text-decoration:none;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */

.fl{ float:left;}
.fr{ float:right;}
.clear{ clear: both;}
.noBorder{border:none;	}

img,li{ vertical-align:top;}/* 解决图片和LI的高度空隙问题 */


body{ background:url(../images/zwgkpt-bg.jpg) no-repeat center top;}

ul{ width:100%;overflow:hidden;zoom:1;}
ul li.last{ margin:0 !important; border-right:none !important;}



.all{ width:100%;}
.hd{width:100%;}
.bd{width:100%;}
.from-control{ border:none; color:#444; outline:none; font-size:14px;}
.btn{ border:none; outline:none; cursor:pointer;}


/*---通用样式-------*/
.newlist{ width:100%;}
.newlist li{ overflow:hidden; zoom:1; line-height:43px;padding-left:5px; font-family:"微软雅黑";}
.newlist li a{ display:inline-block; float:left; max-width:82%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.newlist li span{ width:100px; float:right; color:#888888; text-align:center;  font-size:15px;  }
.newlist li.line2{border-bottom:1px dashed #d2d2d2; height:1px; margin:5px 0px; background:none;}





/*---页脚样式---*/
.foot{ margin: 0px auto;background: #ffffff;padding-bottom: 20px;margin-top: 22px;} 
.copyright{ width:1200px; margin:0 auto;}
.copytu{ max-width:110px; text-align:right; margin:30px 100px 0px 100px;}
.copywen{ width:590px;  font-size:12px; line-height:24px; margin-top:10px; text-align:center;}
.coylink{ line-height:24px; }
.coylink a{ margin:0 10px;}
.yejwen{ width:100%; text-align:center;}
.yejwen img{ margin-right:5px; vertical-align:middle;}

