.cptop{
	width: 100%;
	height:450px;
	background: url(../img/jjfa/banner_jjfa.png) center  no-repeat;
	-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -ms-background-size: cover;
	    background-size: cover;
		/* background-color: #000000; */
}
.cptop-wn{
	margin: 0 auto;
	color: white;
	width: 1200px;
	padding-top:245px;
}
.cptop-wn h1{
	font-size: 36px;
}
.cptop-wn p{
	margin-top: 30px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 20px;
	color: #CCCCCC;
}
.fabt {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top:60px;
	display: flex;
	justify-content: center;
}
.cpnr{
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	margin-top:60px;
	/* background: #000000; */
	width: 1200px;
}

.cpnr > div {
	display: flex;
	width: 580px;
	height: 140px;
	background: #F6F6F6;
	margin-left:20px;
	margin-bottom: 20px;
	
}
.cpnr > div:hover{
	
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	background-color: white;
}
/* .cpnr  >  p{
	margin-top:30px;
	font-size: 16px;
} */
.cpnr > div > img {
	width: 140px;
	height: 140px;
	display: block;
}
.cpnr > div > div {
	width: 394x;
	padding-top:20px;
	padding-left: 30px;
}
.cpnr > div > div  > p:nth-child(1){
	font-size: 18px;
	font-family: SourceHanSansCN-Regular;
	line-height: 30px;
	color: #333;
}
.cpnr > div > div  > p:nth-child(2){
	width:  394px;
	height: 39px;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	line-height: 22px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cpnr > div > div  a{
	margin-top:10px;
	display: inline-block;
	width: 100px;
	height: 26px;
	background: #245ADA;
	line-height:26px ;
	text-align: center;
	color: white;
	margin-left: 294px;
	display: none;
}
.cpnr > div:hover a{
	display: block;
}