

.con_sjfb {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 25px 15px;
}
.con_sjfb .tit_sjfb {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.con_sjfb .tit_sjfb:after {
	content: "";
	position: absolute;
	left: calc(50% - 10px);
	bottom: 0px;
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background-color: #409EFF;
}
.con_sjfb .list_sjfb {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.con_sjfb .list_sjfb .col_sjfb {
	width: 250px;
	height: auto;
	min-height: 220px;
	margin: 0 15px;
}
.con_sjfb .list_sjfb .item_sjfb {
	width: 100%;
	min-height: 220px;
	border-radius: 10px;
	background-image: linear-gradient(135deg,#E7F2FF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF);
	box-shadow: 0 0 20px rgba(68,149,239,.1);
	margin-bottom: 20px;
}
.list_sjfb .item_sjfb .item_sjfb_top {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #E9F3FF;
	padding: 20px 20px 10px;
}
.list_sjfb .item_sjfb .item_sjfb_con {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px 20px 20px;
}

.list_sjfb .item_sjfb .item_sjfb_con li {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	list-style:none;
	box-sizing: border-box;
	padding: 8px 0px;
	padding-left: 20px;
}
.list_sjfb .item_sjfb .item_sjfb_con li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 13px;
	height: 14px;
	background: url(../images/icon_list.png) left center no-repeat;
}
.list_sjfb .item_sjfb .item_sjfb_con li:hover a {
	color: #4495EF;
}
.list_sjfb .item_sjfb .item_sjfb_con li:hover:before {
	background-image: url(../images/icon_list_h.png);
}
.list_sjfb .item_sjfb .item_sjfb_con li a {
	color: #2A2D33;
}

/*面包屑*/
.mbx_sjfb {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}
.mbx_sjfb span {
	color: #7D8899;
	margin-right: 10px;
}
.mbx_sjfb em {
	font-style: normal;
	color: #333333;
}

/*标签切换*/
.nav_sub {
	overflow: hidden;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #E1EBFA;
	padding-bottom: 13px;
	margin-bottom: 15px;
}
.btn_con {
	float: right;
}
.btn_sjfb {
	cursor: pointer;
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	color: #4F5661;
	font-size: 14px;
	background: left center no-repeat;
	padding-left: 26px;
	margin-left: 20px;
}
.btn_sjfb.on {
	color: #015FF6;
}
.btn_sjfb.btn_table {
	background-image: url(../images/icon_table.png);
}
.btn_sjfb.btn_table.on {
	background-image: url(../images/icon_table_h.png);
}
.btn_sjfb.btn_chart {
	background-image: url(../images/icon_chart.png);
}
.btn_sjfb.btn_chart.on {
	background-image: url(../images/icon_chart_h.png);
}
.btn_download {
	background-image: url(../images/icon_download.png);
}
.nav_con {
	float: left;
}
.nav_item {
	position: relative;
	cursor: pointer;
	float: left;
	color: #4F5661;
	margin-right: 25px;
	font-weight: bold;
}
.nav_item.on {
	color: #015FF6;
}
.nav_item.on:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 100%;
	height: 2px;
	background-color: #015FF6;
}

/*内容区域*/
.swiper_sub {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.swiper_sub .btn_con {
	overflow: hidden;
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.swiper_sub .btn_con .btn_sjfb {
	float: right;
}

.title_sifb {
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 30px;
	margin-top:0;
}
.title_sifb span {
	color: #4495EF;
}