body,span,p,ul,li,h5,a,div{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #6a6a6a;
}
ul li{
    list-style: none;
}
/* 首页>信用卡 */
.container-first-page{
        width: 1200px;
        height: 72px;
        margin: 0 auto;
        padding-left: 40px;
        line-height: 72px;
        font-size: 16px;
}
.container-first-page .home{
    color: #999;
}
.container-first-page .credit-card{
    color: #C91F1D;
}
/*咨讯列表 */
.container-card-list{
	width: 100%;
	height: 100%px;
    background:url(../images/l_three/c_bg.png) no-repeat center center;
    overflow: hidden;
	background-size:cover;
}
.container-card-list .containerlh{
		width: 1200px;
		height: 100%;
        margin: 0 auto;
		padding-top: 50px;
	}
/* 菜单 */
	.container-card-list .containerlh .menulh {
		width: 280px;
		border-radius: 0 0 10px 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		behavior: url(css/PIE.htc);
		margin-left: 20px;
		float: left;
		padding-bottom: 30px;
		background:#ffffff !important;
	}
   .container-card-list .containerlh .menulh .menTitle{
		width: 250px;
		height: 100px;
		background:url(../images/l_three/tbg_cpfinance.png) no-repeat;
		padding-left: 30px;
		font-size: 28px;
		line-height: 100px;
		color: #fff;
	}
	 /* 菜单区 */
	.accordion{
		width: 280px;
		min-height: 180px;
	}
	/* 一级菜单 */
	.accordion .yi{
		width: 280px;
	
	}
	.accordion .link{
		height: 60px;
		width: 250px;
		padding-left: 30px;
	}
	.accordion .link .lContent{/*一级标题内容区*/
		width: 220px;
		height: 60px;
		border-bottom: 1px solid #f5f5f5;
		line-height: 60px;
		font-size: 20px;

	}
	 .accordion .link i{/*一级标题右侧图标*/
		width: 24px;
		height: 24px;
		display: inline-block;
		background:url(../images/l_three/menu_retract.png) no-repeat;
		margin-top: 18px;
		margin-left:90px;
	} 
    .accordion .lActive{/*一级标题选中的样式*/
		width: 248px;
		border-left: 2px solid #C91F1D;
		border-bottom: none;
		background:rgba(231,209,180,0.3);
		color: #C91F1D;
	}
	.accordion .lActive i{
		width: 24px;
		height: 24px;
		display: inline-block;
		background:url(../images/l_three/menu_open.png) no-repeat;
		margin-top: 18px;
	}
	.accordion .submenu{/*二级菜单*/
		display: none;
		width: 280px;
		padding-top: 19px;
		padding-bottom: 21px;
		background: rgba(231,209,180,.1);
		
	}
    .accordion .submenu li{
		display: block;
		margin-left: 60px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		
	}
	.container-card-list .cIcon{
		width: 14px;
		height: 14px;
		background: orange;
		float: left;
		margin-left: 50px;
		margin-top: 111px;
		background: url(../images/l_three/c.png) no-repeat;
	}
	.accordion .submenu li a{
		color:#666666;
	}
	.accordion .submenu li a:hover{
		color: #C91F1D;
	}
	.accordion .submenu .selected{
		color: #C91F1D;
	}

	/* 内容区的中间的小图标 */
	.container-card-list .cIcon{
		width: 14px;
		height: 14px;
		background: orange;
		float: left;
		margin-left: 50px;
		margin-top: 111px;
		background: url(../images/l_three/c.png) no-repeat;
	}

/* 内容区 */
    .container-card-list .right{
        float: left;
        margin-top: 59px;
        width: 800px;
        height: 100%;
		margin-bottom: 90px;
		margin-left: 10px;
	}
	/*右边媒体视角 */
    .container-card-list .right .rtitle{
		width: 850px;
		height: 58px;
		border-bottom: 2px solid #C91F1D;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        line-height: 58px;
	}
	/* 新闻列表区 */
    .container-card-list .right .contentlh{	
		width: 770px;
		height: 900px;
		background: #fff;
		padding:0 40px 0 40px;
	}
    .contentlh .menu1{
		width: 770px;
		height: 100%;
		padding-top: 35px;
		/* background:blue; */

	}
	 .contentlh .menu1 .tab {
		height: 85%;
		width: 770px;
		
		font-size: 16px;
		line-height: 48px;
	}

	 .contentlh .menu1 .active{
		display: block;
	} 

	.container-card-list .contentlh .menu1 .tab .tt{
		height: 48px;
		color: #333;
		border-bottom: 1px solid #D9D9D9;
		
	} 
	.contentlh .menu1 .tab .tt .ptitle{
		text-align: left;
		line-height: 48px;
		width:620px ;
		text-overflow:ellipsis;
		float: left;
		font-size: 16px;
		cursor: pointer;

	}	
	.contentlh .menu1 .tab .tt .ptitle:hover{
		color: #C91F1D;
	}

	.contentlh .menu1 .tab .tt .ptime{
		text-align: right;
		color: #999;
		font-size: 14px;
		float: right;
	}
	.paging-device{
		width: 383px;
		height: 36px;
		margin-top: 40px;
		background: blue;
		margin: 40px auto 0px auto;
	}
	.container-card-list .contentlh .menu1 .tab .pconte{
	   padding-top: 25px;
		font-size: 16px;
		line-height: 26px;
		color: #666;
        word-break:break-all;
	}