﻿@charset "utf-8";


*
{
 margin: 0px;
 padding: 0px;
 list-style:none;
 text-decoration:none;
}
div{
 display:block;
}
body
{
 font-size: 12px;
 background:#F7F7F7;
 font-family: Arial, Helvetica, sans-serif;
}
#wrap
{
 width:100%;
 background-image:url(../images/top_bg.jpg);
 background-repeat:repeat-x;
}
#all
{
 width: 1003px;
 margin: 0 auto;
 clear:both;
 background-color: #fff;
}
#top
{
 width:100%;
 height:120px;
 background-color:#0057a7;
/* background-image:url(../images/topline.jpg);
 border-bottom:2px solid #000;*/
 margin-bottom:2px;
}
#top_nav
{
 width:1003px;
 height:120px;
 margin:0 auto;
}
#logo
{
 float:left;
 width:560px;
 height:120px;
}
#top_nav h2
{
 color:#fff;
 line-height:20px;
 text-align:center;
 display:block;
 font-size:15px;
}
#nav
{
 width:443px;
 float:right;
}
#nav ul
{
 display:block;
 width:443px;
 height:25px;
 margin-top:93px;
 list-style:none;
}
#nav ul li
{
 float:left;
 width:80px;
 height:25px;
 line-height:25px;
 text-align:center;
}
#nav ul li a
{
 color:#fff;
 text-decoration:none;
 font-size:13px;
 font-weight:bold;
}
#nav ul li:hover
{
 background-color:#09F;
}
#banner
{
 width:1003px;
 height:270px;
 background:#fff;
 margin:0 auto;
}
#banner img{
 display:block;
 width:1003px;
}
#content
{
 width:987px;
 padding:8px;
 margin:8px auto 12px auto;
 float:left;
 background:#fff;
}
#left
{
 width:530px;
 height:290px;
 float:left;
 overflow:hidden;
}

#right
{
 width:403px;
 height:145px;
 overflow:hidden;
 float:left;
 margin-left:54px;
}
#content #left ul li,#content #list ul li
{
 line-height:25px;
 background:url(../images/iconNew.png) 0 7px no-repeat;
 padding-left:20px;
}
#content #right ul li
{
 line-height:25px;
 background:url(../images/iconNew.png) 0 -45px no-repeat;
 padding-left:20px;
}
#content span
{
 float:right;
}
#content a, #content span
{
 color:#666;
}
#content a:hover
{
 color:#E10000;
 text-decoration:underline;
}


#footer
{
    width:100%;
 float:left;
    height:90px;
    line-height:90px;
    color:#494949;
	border-top:4px solid #0057a7;
 background-color:#EAEAEA;
/*  position:absolute;
 bottom:0;*/

}
#footer p{
 text-align:center;
}

#contentA{
 width:987px;
}
#contentA h1{
 width:987px;
 height:45px;
 line-height:45px;
 margin-bottom:10px;
 display:block;
 text-align:center;

font-size:25px;
color:#505050;
}
#contentA p{
 text-indent:2em;
 font-size:15px;
line-height:30px;
 font-family:Arial, Helvetica, sans-serif;
 text-align:justify;
    text-align-last:justify;
 color:#666;
}
#list{
 width:987px;
}
#list h1{
 width:987px;
 height:45px;
 line-height:45px;
 margin-bottom:10px;
 display:block;
 display:block;
 font-size:16px;
 color:#666;
}
#content #list ul li{
 border-bottom:1px dashed #666;
 line-height:35px;
 background:url(../images/iconNew.png) 0 12px no-repeat;
}