.productsBox{
    /*! width: 100%; */
	/*! background: #fff; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*! padding: 20px; */
	}
.productsBox .nycpjj{
	border: 1px #d8d8d8 solid;
	/*! padding: 20px; */
	/*! width: 98%; */
	margin: 0 auto 30px;}
.productsBox .nycpjj h3{
	text-align: center;
	font-size: 25px;
	border-bottom: 1px dotted #ccc;
	height: 40px;
	line-height: 40px;
}
.productsBox .nycpjj p{
	/*! margin-top: 10px; */
	font-size: 14px;
	line-height: 22px;
	text-indent: 1em;
	width: 98%;
	margin: 10px auto 5px;
}
.main .productsBox .cpList{
	width:100%;
	margin:0 auto;
	}
.main .productsBox .cpList li a{
	border: 1px #d8d8d8 solid;
	display: block;

	/*! height: 365px; */
	margin-bottom:30px;
	overflow: auto;
	}
.main .productsBox .cpList li a:hover{
	border-color:#1f4b9c;}
.main .productsBox .cpList li a:hover .cpImgL{
	border-color:#1f4b9c;}
	.main .productsBox .cpList li a:hover p.proMore{
		background:#1f4b9c;
		color:#ffffff !important;}
.main .productsBox .cpList li a .cpImgL{
	width:35%;
	float:left;
	overflow:hidden;
	/*! border-right: 1px solid #ccc; */	display: flex;
	/*! align-items: ; */
	justify-items: center;
	/*! justify-content: initial; */
	justify-content: center;
	align-items: center;
	/*! height: auto; */
	/*min-height: 240px;*/
	margin-top: 4%;
}
	.main .productsBox .cpList li a .cpImgL img{
		max-height:100%;
		/*! height:365px; */
		width:100%;
		aspect-ratio: 9/9;
		/*! justify-items: revert; */
}
.main .productsBox .cpList li a .cpNr{
	float:right;
	width:64%;
	/*! margin-top: 28px; */
	/*! margin-right: 10px; */	padding: 10px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.main .productsBox .cpList li a .cpNr h2{
	color:#1f4b9c;
	font-size:13pt;
	/*! line-height: 27px; */
	margin-top: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.main .productsBox .cpList li a .cpNr ul.cptx{
	margin:10px 0;
	/*height:121px;*/}
.main .productsBox .cpList li a .cpNr ul.cptx li{
	color:#484848;
	line-height:25px;
	position:relative;
	padding-left:15px;
	/*! margin-bottom:6px; */}	
.main .productsBox .cpList li a .cpNr ul.cptx li:before{
	content:"";
	position:absolute;
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#1f4b9c;
	top:8px;
	left:0;}
.main .productsBox .cpList li a .cpNr p.yyhy{
	color:#484848;
	margin-bottom:15px;
	/*! overflow: hidden; */
/*! white-space: nowrap; */
/*! text-overflow: ellipsis; */}	
.main .productsBox .cpList li a .cpNr p.yyhy span{
	font-weight:bold;
	color:#1f4b9c;}
.main .productsBox .cpList li a .cpNr p.proMore{
	transition: .5s;
	display: inline;
	padding: 5px 20px;
	border: 1px solid #1f4b9c;
	border-radius: 10px;
	color: #1f4b9c;
	}

.productsBox ul { overflow:hidden;}
