/* 信用生活页面样式 */
.c_l_banner{
    background-image: url('https://cdnweb09.96225.com/activity/website/credit_life_banner.png');
}
.c_l_banner .n_title p{
	color: #fff;
}
#black_div{
	display: none;
	height: 60px;
}
.c_l_tab{
	position: relative;
	top: 0;
	padding-left: 11.75%;
	width: 100%;
	height: 60px;
	color: #666666;
	font-size: 18px;
	background: #fff;
	box-shadow: 0px 1px 1px 0px rgba(42, 38, 31, 0.16);
}
.c_l_tab li{
	height: 100%;
	line-height: 60px;
	float: left;
	margin-right: 6%;
	padding: 0 1%;
	cursor: pointer;
}
.c_l_tab .c_l_tab_active{
	color: #333;
	border-bottom: 2px solid #579BF4;
}
/* 信用生活主内容区域 */
/* 信用生活主内容区域 */
.c_l_content{
	width: 76.5%;
    margin: 0 auto;
    padding-top: 5.5%;
}
.c_l_content .c_l_ul{
	display: none;
}
.c_l_content .c_l_li{
	margin-bottom: 9%;
}
.c_l_content .c_l_li .li_title{
	color: #333333;
	font-size: 26px;
	float: left;
	font-family: "Yuanti SC";
	font-weight: bold;
	font-style: italic;
	line-height: 28px;
}
.c_l_content .c_l_li .li_desc{
	color: #666666;
	font-size: 14px;
	float: right;
	width: 73%;
}
.c_l_content .c_l_li .li_alink{
	color: #579BF4;
	font-size: 18px;
	text-decoration: underline;
	padding-top: 4px;
    height: 28px;
    box-sizing: border-box;
}
.c_l_content .c_l_li .li_img{
	margin-top: 4%;
	width: 100%;
}