﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
	font-family: "微软雅黑","宋体","黑体",Helvetica Neue,Tahoma,Arial,'Hiragino Sans GB';

}
img{ 
	border:none;
} 
body {
    font-size: 14px;
    color:#202020;
    min-width: 1180px;
	background:#fff;
}

.container {
    width: 1180px;
    margin:0 auto;
    height: 100%;
}

a {
    text-decoration: none;
    color: #202020;
}

a:hover {
    text-decoration: underline;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}
/*header start*/
.header{
	width:100%;
	display:block;
	background:url(news_header_top.png) repeat-x top center;
	height:392px;
}
.header a{ margin-top:50px; float:left;}

/*pages start*/
.pages { width:95%;text-align:center;clear: both; margin:0 auto; padding:80px 0 100px 0;}
.pages span, .pages a, .pages b {font-size: 14px;margin: 0 2px; color:#000;}
.pages span font {color: #000;font-size: 14px;}
.pages a, .pages b {background: #f0eeee;padding: 6px 10px;text-decoration: none;}
.pages span { padding-right: 10px}
.pages b, .pages a:hover {background: #1e98d7;color: #FFFFFF;}

/*footer start*/
.footer {width:100%; background-color:#00A4E3; margin-top: 12px; padding-top:18px; height: 110px; min-width:1180px;}
.footer * { font-size: 12px; color:#fff;}
.foot { width:1180px; margin: 0 auto;}
.footer .footer_l{ float:left;width:66px; height:89px; margin-left:200px;  display:inline;}
.footer .footer_r{ float:left; width:700px; margin-left: 20px; display: inline;}
.footer .footer_r p{ line-height:28px; text-align: center;}





