.fybj_list .fybj_nav li{
	width:145px;
	height: 47px;
	font-size: 18px;
	background: #e3e3e3;
	float: left;
	text-align: center;
	line-height: 47px;
	margin:22px 5px 28px 0;
}
.fybj_list .fybj_nav li a{
	color: #414141;
	display: block;
}
.fybj_list .fybj_nav li.active a{
	background: #2076bd;
	color: #fff;
}
.fybj_con_list{
	width:590px;
	float: left;
	margin-right: 18px;
	margin-bottom: 37px;
}
.fybj_con_list:nth-child(2n){
	margin-right: 0;
}
.common_title{
	font-weight: normal;
	line-height: 25px;
	position: relative;
	padding: 0 0 0 20px;
}
.common_title:before{
	content: '';
	width:4px;
	height: 25px;
	background: #005399;
	position:absolute;
	left: 0;
	top: 0;
}
.common_title_more{
	margin-top: 0;
}
.fybj_txt{
	padding: 8px 0 0 0;
}
.fybj_txt a{
	font-size: 16px;
	color: #414141;
	display: block;
	border-bottom: 1px dashed #006da6;
	line-height: 37px;
	overflow: hidden;
}
.fybj_txt .fybg_txt_left{
	float: left;
	position: relative;
	padding-left: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.fybj_txt .fybg_txt_left:before{
	content: '';
	width:4px;
	height: 4px;
	background: #006da6;
	position:absolute;
	left: 0;
	top: 18px;
	border-radius: 4px;
}
.fybj_txt .fybg_txt_right{
	float: right;
}
.fybj_con{
	padding-bottom: 29px;
}