﻿.lblist .pro-nav{
	overflow:hidden;
}
.lblist .pro-nav .nav-item{
	display:block;
	font-size: 16px;
	color:#333;
	padding:8px 15px;
	float:left;
	cursor:pointer;
	font-weight:bold;
	background:#e6ebed;
	margin-right:10px;
	border-radius:4px;
}
.lblist .pro-nav .nav-item.cur{
	background:#245399;
	color:#fff;
}

.lblist .pro-list .list-wrap{
	display:none;
}
.lblist .pro-list .list-wrap.cur{
	display:block;
}
.lblist .pro-list .list-wrap li {
	padding-left: 1em;
	width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: left;
    overflow: hidden;
	font-size: 16px;
}
.lblist .pro-list .list-wrap li a{
	display:block;
	width: 70%!important;
	float:left;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.lblist .pro-list .list-wrap li span{
	display: block;
    float: right;
    color: #999;
    font-size: 14px;
	width:25%;
	text-align:right;
	margin-right:16px;
}
.ny3_main{
	width:1200px;
	margin:0 auto;
}
.interactCommTitle{line-height: 45px;border-bottom:solid 1px #e4e4e4;margin-top:30px;}
.interactCommTitle span{ font-size: 20px; color: #015293;}
.interactCommTitle span img {margin: 0px 10px;}
.interactCommTitle a.more{ line-height: 45px; display: block; float: right; font-size: 14px; color: #666; ~margin-top:-45px;}