﻿/*----主页面和布局相关css*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#000;
	line-height:150%;
	
	}
td,p,li,select,input,textarea,div{font-size:12px;}

ul,ol{list-style-type:none;}
select,input{vertical-align:middle;}

a{text-decoration:underline;}
a:link{color:#009;}
a:visited{color:#800080;}
a:hover,a:active,a:focus{color:#f00;}
#container
{
	margin-bottom:0px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:100%;
	font-size:12px;
	background:#fff;
	color:#000;
}

#head
{
	width:750px;
	height:20%;
	
}
#navigation
{
	width:750px;
	
}
#left
{
	
	float:left;
	margin:5px 5px 5px 0px;
	width:150px;
	
	clear:left;
	
}
#body
{
	float:left;
	margin:5px 0px 5px 0px;
	width:595px;
	display:inline;
	clear:right;
}
#center
{
	
	float:left;
	margin:5px 5px 5px 0px;
	
	width:340px;
	height:60%;
	
}
#right
{
	
	float:left;
	margin:5px 0px 5px 0px;
	width:245px;
	height:60%;
	
}
#foot
{
	float:left;
	margin:5px;
	width:740px;
	height:20%;
	display:inline;
	clear:both;
	
}
.divcontent
{
   
   padding:5px 0px 5px 5px;
	
	width:inherit;
	
}
.divAll
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	width:inherit;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.divLogin
{
	
	
	
	
	width:inherit;
	margin:0px 0px 5px 0px;
}
.Pad
{
	margin-left:5px;
	
}

.divcontent h1
{
	font-size:16px;
	color:Green;
}
.search
{
	margin:5px;
}
/*------------------新闻页面css*/
.news
{
	
	padding:10px 0 0 0; 
	border:1px #cbd7ec solid; 
	
	}
	.newsTitle
	{
		text-align:center;
		
		font-size:22px;
		font-weight:bold;
		
		
		color:#03005C;
		
	}
	.texture
{
	
		
		font-size:14px;
		
		
		
		
}