@charset "utf-8";
/* CSS Document */

body{font:12px/140% "Microsoft YaHei",Arial,"宋体",Helvetica, sans-serif,Verdana;color:#5a5a5a; margin:0; background:#FFF; }
html,body{-webkit-text-size-adjust:none;}
table,td{font:12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana; color:#5a5a5a;}
table{border-collapse:collapse; border-spacing:0; empty-cells:show; }
th, td { border-collapse:collapse; }
A:link{text-decoration:none; color:#5a5a5a;}
A:visited{text-decoration:none; color:#5a5a5a;}
A:hover{text-decoration:none; color:#01479c;}
img{ border:0; }
div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{   border:none;padding:0 } 
a{blr:expression(this.onFocus=this.blur())} /*for IE*/
a{outline:none;} /*for Firefox*/
ol,ul,li{list-style-type:none;}

.w1004{ width:1004px; margin:0 auto; overflow:hidden;}

.header{
	border-top:4px solid #005bac;
	overflow:hidden;}
.top{ height:97px;}
.logo{
	float:left;
	margin:10px 0 0 -9px;}

.toprg{	float:right;}
.toprg .toplink{
	width:243px;
	height:23px;
	margin-right:2px;
	background:url(../images/bgtoplink_02.jpg) no-repeat center -4px;
	color:#fff;
	line-height:18px;
	text-align:center;}
.toprg .toplink a{
	margin:0 5px;
	color:#fff;}
.toprg .toplink a:hover{ color:#ff7e00;}

.toprg .rexian{
	height:62px;
	background:url(../images/icon-phone_03.jpg) no-repeat left 22px;}
.toprg .rexian p{
	margin:8px 0 16px 36px;
	font-size:16px;}
.toprg .rexian b{
	padding-left:50px;
	font-size:25px;
	color:#ff7e00;}

.nav{
	height:47px;
	background-color:#01479c;}
.nav ul{ text-align:center;}
.nav ul li{
	display:inline-block;
	font-size:16px;
	line-height:46px;}
.nav ul li a{
	display:block;
	padding:0 24px;
	color:#fff;}
.nav ul li a:hover{	background-color:#005bac;}


.footer{
	height:145px;
	background-color:rgb(67, 67, 67);}
.footer .w1200{ width:1200px; margin:auto;}
.foot{ float:left;}
.foot ul{ margin-top:24px;}
.foot ul li{
	display:inline-block;
	line-height:20px;
	width:80px;
	text-align:center;}
.footer a{
	font-size:14px;
	color:#fff;}
.footer a:hover{ color:#ff7e00;}

.foot .copy{
	margin:12px 0 0 26px;
	color:#fff;
	line-height:24px;
    font-size: 14px;
	white-space:pre-wrap;}

.footer .qrcode{
	float:right;}
.footer .qrcode div{
	display:inline-block;
	width:82px;
	margin-top:20px;
	color:#fff;
	line-height:2;}
.footer .qrcode img{
	max-width:112px;
	margin-top:16px;
	vertical-align:top;}

/* 新闻列表 */
.listnews li{
	padding-top: 12px;
    padding-bottom: 23px;
	border-bottom: 1px dotted #dbd4cd;
	overflow: hidden;
	margin: 10px 0;}
 .listnews li .date{
	background: #0f60ba;
    width: 60px;
    height: 59px;
	float: left;
    text-align: center;
    margin-left: 23px;
    color: #fff;}
 .listnews li .date b{
    font-size: 23px;
	height: 41px;
    line-height: 40px;}
 .listnews li .date p{
	height: 18px;
    line-height: 18px;}

 .listnews li .conts{ margin-left:96px;}
 .listnews li .conts h3{
	color: #999;
    font-size: 14px;
    line-height: 18px;}
 .listnews li .conts a{
	font-size: 16px;
    color: #3c78d8;
    font-weight: normal;
    line-height: 140%;}
 .listnews li .conts a:hover{ color:#c00;}
 .listnews li .conts p{
	padding-top: 5px;
    color: #908f8f;
    line-height: 140%;}

