@charset "GB2312";

.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: 10px auto;
    width: 1400px;
    min-height: 500px;
    /*-webkit-box-shadow: 3px 3px #CCCCCC;
	box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.3);*/
    background-color: #fff;
    padding: 20px 30px 0 30px;
}
.main_left{
    float: left;
    width: 370px;
    background-color: #Fff;
    min-height:400px;
    margin-right: 30px;
}

.list{float:right;width: 1000px;background-color: #Fff;/* padding:10px 20px; */}
.list h4{height: 50px;/* margin:10px 5px; */padding-left: 30px;line-height:30px;font-size: 24px;color: #00479d;border-bottom: 2px solid #00479d;line-height: 50px;margin-bottom: 30px;}

.list ul li{
	height: 60px;
	line-height: 60px;
	background-image: url(../images/list_left_li_pic.png);
	background-position: 60px center;
	background-size: auto 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
	padding-left: 60px;
}
.list ul li a{float:left;margin-left:20px;width: 850px;color: #3e3a39;font-size: 20px;}	
.list ul li span{float:right;width:110px;color: #3e3a39;}
.list ul li:hover{font-weight:bold}
.page1 {
    line-height: 30px;
    font-size: 13px;
    padding-left: 110px;
    margin: 20px auto;
}
.left_title{
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(../images/list_left_title_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	margin-bottom: 20px;
	
}
.left_title2 {
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../images/list_left_title_bg.png);
    background-repeat: repeat-x;
    color: #fff;
    margin-bottom: 20px;
}
.left_nav{
    line-height: 30px;
    padding-left: 20px;
    background-image: none;
    margin: 10px 0;
    white-space: normal;
    height: auto;
    min-height: 0;
    display: inline-block;
}
.left_nav a{
	float: left;
	font-size: 22px;
	color: #3e3a39;
	margin-left: -20px;
    padding-left: 50px;
	width: auto;               /* È¡Ïû¹Ì¶¨¿í¶È */
    max-width: 310px;
    background-image: url(../images/list_left_li_pic.png);
    background-position: 30px center;
    background-size: auto 7px;
    background-repeat: no-repeat;
    width: 310px;
}
.left_nav a:hover{font-weight:bold}
.left_nav span{float:right;margin-right:10px;color:#999;font-size:20px;}
.active{
    background-color: #eeeeee;
    display: block;
    width: 310px;
    z-index: -1;
}