@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box;}
body{background-color: #fff; font-family: "微软雅黑";}
.w{width: 1200px; margin: 0 auto;}
.clearfix{content: ""; display: table; clear: both;}
a{color:#333333;}
a:hover{color:#005293;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
/*主导航*/

/* 背景图 */

/*当前位置*/
.position{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f1f1f1;
}
.position .position-txt{
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}

/*内容*/
.con{
	margin: 0 auto 30px;
	background: #fff;
	padding: 20px 0 30px 0;
}
/*左侧*/
.con .con-left{
	float: left;
	width: 308px;
	margin:0 20px 0 0px;
	background-color: #efefef;
}
.con-left .con-left-title{
	width: 308px;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #005293;
}
.con-left .con-left-list{
	width:308px;
	font-size: 17px;
	color: #333;
	background-color: #fff;
}
.con-left-list li{
	width: 308px;
	line-height: 45px;
	padding-left: 40px;
	border-bottom: 1px #e3e3e3 solid;
}
.con-left-list li a{
	padding-left: 20px;
	background: url(hui3.png) no-repeat left 16px;
	font-size: 17px;
	color: #333;
	display:block;
}
.con-left-list li:hover a{
	background: url(blue3.png) no-repeat left 16px;
	color:#005293;
}

 .con-left-list li.selected a{
	background: url(blue3.png) no-repeat left 16px;
	color: #005293;
}

/*右侧*/
.con .con-right{
	float: left;
	width: 872px;
	background-color: #f9f9f9;
	border:1px solid #dedede;

}
.con-right .con-right-title{
	width: 870px;
	height: 50px;
	background-color: #e9e9e9;
}
.con-right-title span{
	float: left;
	padding:0 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
	background-color: #e9e9e9;
}


.con-right .con-right-list{
	width: 870px;
	background-color: #fff;
}
.con-right-list ul{
	font-size: 17px;
	color: #333;
	width: 750px;
	margin: 0 0 0 20px;
	padding-top: 10px;
}
.con-right-list ul li{
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	background: url(dian.png) no-repeat left center;
}

.con-right-list ul li a{
	color: #333;
}
.con-right-list ul li span{
	float: right;
	color: #999;
}

/*.footer-banner{*/
	/*width: 100%;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*font-size: 13px;*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*background-color: #427fda;*/
/*}*/

/*.footer{*/
	/*width: 100%;*/
	/*height: 110px;*/
	/*line-height: 110px;*/
	/*font-size: 13px;*/
	/*color: #999;*/
	/*text-align: center;*/
	/*background-color: #dbdbdb;*/
/*}*/
