.ejcon {
	width:100%;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
        	background-color: #fff;
}
.ejcon-content {
	width: 1340px;
	overflow: hidden;
	position: relative;
	margin:0 auto;

}
/* 二级左边导航 */
.twonav {
	width:25%;
	min-height: 800px;
	margin-bottom: 5px;
	padding-left: 15px;
	float: left;	
	height: 100%;
	background-color: #f1f1f1;
	position: relative;
	box-shadow: 2px -6px 10px #ccc;
	z-index: 10;
}
.twotitle {
	margin: 20px 0;

	margin-left: 10px;
}
.twotitle p {
	color: #0453a4;
	font-size: 24px;
        font-weight:700;
}
.twotitle span {
	text-transform: uppercase;
	color: #bcc7da;
	font-size: 24px;
        font-weight:700;
        margin-bottom:20px
}
.twonav li {
	width: 85%;
	height: 45px;
	padding: 0 20px;
	line-height: 45px;
	color: #fff !important;
        font-size: 20px !important;
	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: 100%;
}/*二级右边 */
.twocon {
	width: 70%;
	min-height: 800px;
	margin-bottom: 5px;
	padding-left: 40px;
	float: left;
	background-color: #fff;	
	
}
.twocon-top{
                line-height:100px; 
                height:100px;
	        border-bottom: 2px solid #ededed;
}
.twocon-top  h2 {
	color: #222;	
	font-size: 20px;
	font-weight:500;	
	float:right;

}
.twocon-top li a{
        color: #222;	
	font-size: 20px;
}
.twocon-top li a:hover {
        color: #6f0a10;	
}
.twocon-bottom{
                margin:0 auto;
                }
/* 二级右边内容 */
.twocontent {
	padding-right: 2px;
        margin-top:20px;
}
.twocontent li {
	width: 100%;
	border-bottom: 1px dotted #a1a1a1;
	height: 48px;
	line-height: 48px;
	font-size:18px;
}
.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;
	font-size:16px;
}
.twocontent li a:hover {
	color: #6f0a10;
}
.twocontent li span {
	font-size: 16px;
	color: #999;
	display: block;
	float: right;
	padding-right: 25px;
}