@charset "utf-8";
.nav-left{
	width:720px;
	float:left;
}
.nav-left .nav-left-bot{
	border-top:1px solid #a1a1a1;
	padding-top:25px;
	height:170px;
}
.nav-left-bot{
	border-top:1px solid #a1a1a1;
	padding-top:25px;
	height:211px;
}
.nav-left .nav-left-bot:first-child{
	border-top:0;
}
.nav-left-bot img{
	display: block;
	float:left;
}
.nav-right-text{
	float:right;
	width:455px;
	padding-right:30px ;
}
.nav-right-text h3{
	line-height:28px;
	/*padding-top:10px;*/
	text-align:justify;
}
.nav-right-text h3 a{
	font-size:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#000;
	font-weight:700;
}
.nav-right-text p{
	padding-top:12px;
	height:68px;
	overflow:hidden;
	text-align: justify;
	/*overflow:hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;*/
}
.nav-right-text p.p-text{
	height:123px;
}
.nav-right-text p a{
	color:#8b8b8b;
	line-height:24px;
}
.nav-right-text h4{
	font-size:14px;
	font-weight:normal;
	color:#0998fe;
	line-height:24px;
}
.more-info{
	text-align:center;
	margin-top:25px;
	background:url(../images/more-info.png) no-repeat 420px 2px;
	display: none;
}
.more-info a{
	font-size:20px;
	color:#0998fe;
	line-height:24px;
	padding-right:30px;
	margin-left:30px;
}
.nav-right{
	width:320px;
	float:right;
}
.nbox-left{
	width:525px;
	padding-top:10px;
}
.nbox-nav{
	border-top:0;
}
.nbox-left .nav-left-bot .nav-right-text{
	width:260px;
}
.nav-box{
	margin-bottom:32px;
}