.ejcon {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;

	background-color: #f1f1f1;
}
/* 二级左边导航 */
.twonav {
	width:300px;
	min-height: 800px;
	
	
	float: left;	
	height: 100%;
	background-color: #f1f1f1;
	position: relative;
	box-shadow: 2px -6px 10px #ccc;
	z-index: 10;
}
.twotitle {
	height:100px;
	color: #fff;
        background-color: #12468f;
}
.twotitle p {
        margin:15px;
	color: #fff;
	font-size: 24px;
        font-weight:700;
}
.twotitle span {
	margin:15px;
        text-transform: uppercase;
        font-size: 22px;
        font-weight:700;
	color: #bcc7da;
}
.twonav li {
	width: 80%;
	height: 45px;
	padding: 10px 20px;
	line-height: 45px;
	color: #222;
	font-size: 22px;
	margin-bottom: 5px;
}
.twonav li:hover, .twonav li.twoxz {
	background-color: #0c85d1;
}
.twonav li:hover a, .twonav li.twoxz a{
	color: #fff;
}
.twonav li a {
	display: block;
	width: 80%;
}
/*二级右边 */
.twocon {
	width: 950px;
	min-height: 800px;
	margin-bottom: 5px;
	padding-left: 40px;
	float: right;
	background-color: #fff;	
	border-right: 1px solid #e1e0e0;
}
.twocon-top{
                height:100px;
	border-bottom: 1px solid #ededed;
}
.twocon-top  h2 {
	color: #12468f;
	padding: 10px 0 30px;
	font-size: 24px;
	margin-top: 40px;
	float:right;
	width:300px;
}
.twocon-bottom{
             margin:0 auto;
float:right;
}

/* 二级右边内容 */
.twocontent {
	padding-right: 25px;
}
.twocontent li {
	width: 100%;
	border-bottom: 1px dotted #a1a1a1;
	height: 48px;
	line-height: 48px;
}
.twocontent li i {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	background: url(../images/news.png) no-repeat;
	background-size: 100%;
	margin: 17px 12px 0;
}
.twocontent li a {
	height: 48px;
	overflow: hidden;
	display: block;
	float: left;
        color:#222;
	font-size: 16px;
}
.twocontent li a:hover {
	color: #014f98;
}
.twocontent li span {
	font-size: 16px;
	color: #999;
	display: block;
	float: right;
	padding-right: 25px;
}