﻿@charset "utf-8";
*{list-style: none;margin:0;padding:0}
a{
	text-decoration: none;
	font-family: "MicrosoftYaHei";
}
body{
	background-color: #F0F4F7;
	background-image: url(../images/bg-m.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.location{
	margin: 0 auto;
	padding-left:20px;
	width: 1380px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 15px;
	background-image: url(../images/icon-index.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px auto;
}
.location a {margin:0 10px;color:#666;font-size:15px}
.main{
	margin: 0 auto;
	width: 1400px;
	min-height: 500px;
	
	/*-webkit-box-shadow: 3px 3px #CCCCCC;
	box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.3);*/
}
.main_left{
	float: left;
	width: 300px;
	border: 1px solid #CCCCCC;
	background-color: #Fff;
	min-height:400px;
}
.list{float:right;width:1030px;background-color: #Fff;padding:10px 20px}
.list h4{height:30px;margin:10px 5px;padding-left:10px;line-height:30px;font-size:20px;color:#039;border-left: 5px solid #CC0000;}

.list ul li{
	height: 50px;
	line-height: 50px;
	background-image: url(../images/arr.png);
	background-position: left center;
	background-size: auto 8px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
}
.list ul li a{float:left;margin-left:20px;width:920px;color:#333}	
.list ul li span{float:right;width:90px;color:#666
}
.list ul li:hover{font-weight:bold}
.page1 {
	line-height: 30px;
	font-size:13px;
}
.left_title{
	height: 95px;
	line-height: 95px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 3px solid #0e5899;
	background-image: url(../images/bg-lm-4.jpg);
	background-repeat: repeat-x;
	color: #CC0000;
}
.left_nav{height:50px;line-height:50px;border-bottom: 1px dotted #cccccc;padding-left:20px;}
.left_nav a{
	float: left;
	color: #666;
	font-size: 20px;
	color: #039;
	
}
.left_nav a:hover{font-weight:bold}
.left_nav span{float:right;margin-right:10px;color:#999;font-size:20px;}