body {
	padding: 0px;
	margin: 0px;
	background-color: #f5f5f5;
}

ul{
	padding: 0px;
	margin: 0px;
}

li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.top{
	height:26px;
	line-height:26px;
	font-size:12px;
	color:#234b88;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	position: relative;
	z-index: 2;

	box-shadow: 0px 2px 3px #555;
	-moz-box-shadow:0px 2px 3px #555;
	-webkit-box-shadow:0px 2px 3px #555;
	}

.top ul{
	padding:0px;
	margin:0px;
	text-indent:20px;
	}

.top a{
	font-size:12px;
	color:#234b88;
	text-decoration:none;
	}

.header {
	width: 100%;
	padding-top: 10px;
	height: 138px;
}

.logo {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.home_logo {
	float: left;
	position: relative;
	margin: 20px 0 0 20px;
}

.logo img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 0px solid ;
}

.site_name {
	width: auto;
	font-size: 16px;
	font-family: '微软雅黑';
	padding: 3px 10px 3px 10px;
	background-color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	display: inline-table;
	float: right;
	margin: -10px 0 0 0;
	z-index: 1;
}

.header ul{
	width: 1002px;
	margin: auto;
}

.content {
	width: 100%;
	margin: 0 auto;
	background-image:url(../../../images/img/home_content.jpg);
	background-repeat: no-repeat;
	
	
	text-align:center;
	position:relative;
	background-size: 100%;
}

.content-obj {
	width: 1002px;
	margin: auto;
	background-color: #fff;
	box-shadow: 0px 2px 3px #555;
	-moz-box-shadow:0px 2px 3px #555;
	-webkit-box-shadow:0px 2px 3px #555;

	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*MOZ , FF*/
	opacity:0.75; /*CSS3, FF1.5*/
	
	
	position:relative;
    text-align:center;
	
}

.content .menu {
	width: 1002px;
	margin: 0 auto 10px auto; 
	height: 30px;
	background-color: #3368a7;
	box-shadow: 0px 2px 3px #00194d;
	-moz-box-shadow:0px 2px 3px #00194d;
	-webkit-box-shadow:0px 2px 3px #00194d;

	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*MOZ , FF*/
	opacity:0.80; /*CSS3, FF1.5*/

}

.content .menu li{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 0 10px;
	font-family: '微软雅黑';
}

.content .menu li a {
	color: #fff;
	text-decoration: none;
}

.content .menu li a:hover {
	color: #c9d3df;
	text-decoration: none;
}

.item {
	float: left;
	width: 910px;
	height: 250px;
	display: inline-table;
	padding: 0 6px 0 10px;
	margin: 10px 4px 10px 4px;
}

							.item .title{
							    text-align: left;}


.item .list a{
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.item .list a:hover {
	color: #333;
}

.item .list li {
	line-height: 25px;
	text-indent: 10px;
	margin-bottom: 2px;
	border-bottom: 1px #cdcdcd dashed;
}

.item .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-indent: 10px;
	color: #4677b1;
	font-family: '微软雅黑'
}
.item .title a{
	color: #4677b1;
	text-decoration: none;
}

.item .title a:hover{
	color: #000;
	text-decoration: none;
}

.item .time {
	font-size: 12px;
	text-indent: 10px;
	color: #999;
	float: right;
	margin-right: 10px; 
}

.clearfix {
	clear:both; 
	float:none;
}

.footer {
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
	color: #555;
}
.item .con .title {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-bottom: 2px;
	border-bottom: 1px #cdcdcd dashed;
}

.item .con .c {
	font-size: 12px;
	line-height: 25px;
	text-indent: 10px;
	padding: 5px 10px;
}
.contant-side{
	-webkit-box-shadow:0px 0px 40px 5px #999 inset;
	-moz-box-shadow:0px 0px 40px 5px #999 inset;
	box-shadow:0px 0px 40px 5px #999 inset;
}
.page-contant{
	min-height: 400px;
	padding-left: 30px;
	padding-right: 30px;
	text-indent: 25px;
	font-size: 14px;
}