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;
        /* 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: 1320px;
    background:url(../images/l_three/c_bg.png) no-repeat center center;
    overflow: hidden;
}
.container-card-list .containerlh{
		width: 1200px;
		min-height: 700px;
        margin: 0 auto;
		padding-top: 50px;
	}
/* 菜单 没有二级菜单的样式*/
 /* .container-card-list .containerlh .menulh{ */
		/* width: 280px; */
		/* min-height: 280px; */
		/* border-radius: 10px; */
		/* -webkit-border-radius: 10px; */
		/* -moz-border-radius: 10px; */
		/* behavior: url(css/PIE.htc); */
		/* margin-left: 20px; */
		/* float: left; */

	/* } */
	/* 左边菜单-最新资讯 */
   /* .container-card-list .containerlh .menulh p{ */
	   /* width: 250px; */
	   /* height: 100px; */
	   /* background:url(../images/l_three/tbg_creditcard2.png); */
	   /* padding-left:30px; */
	   /* font-size: 28px; */
	   /* color:#fff; */
	   /* line-height: 100px; */
	   /* font-weight: 500; */
	/* } */
    /* .container-card-list .menulh ul{ */
		/* min-height: 200px; */
		/* width: 280px; */
		/* background: #fff; */
    /* } */
	/* .container-card-list .menulh ul li{ */
		/* width: 250px; */
		/* height: 60px;    */
		/* margin: 0 auto; */
		/* background: orange; */
		/* padding-left: 30px; */
		/* line-height: 60px; */
		/* font-size:20px ; */
		/* line-height: 70px; */
	/* } */
	/* .menulh .ulmenu1 .seceli{ */
		/* width: 248px; */
		/* height: 60px;    */
		/* margin: 0 auto; */
		/* border-left: 2px solid #C91F1D; */
		/* background:rgba(231,209,180,.2); */
	/* } */
	/* .menulh .ulmenu1 .seceli .selected{ */
		/* width:220px ; */
		/* height: 59px; */
		/* display: block; */
		/* border-bottom: 1px solid #ccc; */
		/* color: #C91F1D; */
	/* } */
	/* .menulh ul li a{ */
		/* width:220px ; */
		/* height: 59px; */
		/* display: block; */
		/* border-bottom: 1px solid #ccc; */
		/* color: #666; */
	/* } */
	 /* .container-card-list .menulh ul{ */
		/* list-style: none; */
	/* } */
/* 菜单 */
	.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: 1076px;
		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: 790px;
		height: 1076px;
		background: #fff;
		padding:0 30px 0 30px;
	}
    .contentlh .menu1{
		width: 790px;
		height: 100%;
		padding-top: 21px;

	}
	 .contentlh .menu1 .tab {
		height: 90%;
		width: 790px;
		
		font-size: 16px;
		line-height: 48px;
		display: none;
	}

	 .contentlh .menu1 .active{
		display: block;
	} 

	.container-card-list .contentlh .menu1 .tab .tt{
		width:790px ;
		height: 240px;
		/* display: flex; */
		color: #333;
		border-bottom: 1px solid #D9D9D9;
		/* justify-content: space-between; */
		
	} 
	 .contentlh .menu1 .tab .tt .ptitle{
		width:280px ;
		height: 240px;
		float:left;
		vertical-align:middle;
		
	}	
	.contentlh .menu1 .tab .tt .ptitle img{
		width: 280px;
		height: 180px;
		margin-top: 30px;
		
	}
	.contentlh .menu1 .tab .tt .ptime{
		width: 480px;
		height: 240px;
		float:left;
		vertical-align:middle;
		margin-left:30px;

	} 
	.menu1 .ptime .zunCard{
		display: block;
		height: 60px;
		font-size: 20px;
		color: #333;
		line-height: 80px;
		margin-top:7px;
	}
	.menu1 .ptime .pdetail{
		display: block;
		font-size: 14px;
		color: #666;
		line-height: 26px;
		word-break: break-all;
	}
	.menu1 .ptime .btn{
		width: 140px;
		height: 40px;
		line-height:40px;
		text-align: center;
		font-size: 14px;
		color: #C91F1D;
		border:1px solid #C91F1D;
		background: #ffffff;
		margin-top: 15px;
		
	}
	.menu1 .btn a{
		display:block;
		height:100%;
		width:100%;
		
	}
	.menu1 .ptime .btn:hover{
		background: #C91F1D;
		/* color: #ffffff; */
	}
	.menu1 .ptime .btn:hover a{
		/* background: #C91F1D; */
		color: #ffffff;
	}
	.paging-device{
		width: 383px;
		height: 36px;
		background: blue;
		margin-top: 40px;
		margin: 40px auto 39px auto;
	}