.navBreadcrumb .baseContent .navBreadBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navBreadcrumb .navBreadBoxLt a:last-child {
	color: #555;
}

.navBreadcrumb .navBreadBox .newClsLs a {
	padding: 0 20px;
	font-size: 16px;
	color: #555;
	margin: 0;
	transition: .3s;
	border-right: 1px solid #dddddd;
}

.navBreadcrumb .navBreadBox .newClsLs a:last-child {
	border:none;
}

.navBreadcrumb .navBreadBox .newClsLs .newClsSele {
	color: #063eaa;
	font-weight: bold;
}

.navBreadcrumb .navBreadBox .newClsLs a:hover {
	color: #063eaa;
	font-weight: bold;
}

.newsClsContImgNewLs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	background-color: #f6f6f6;
}

.newsClsImgBox {
	width: calc(50% - 20px);
}

.newsClsImgBox img {
	width: 100%;
	vertical-align: top;
}

.newsClsContImgNewLs .newsLs a {
	display: block;
	border-bottom: 1px dotted #DDDDDD;
}

.newsLs {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.newsLs .newLsFirst {
	color: #999;
	padding-bottom: 20px;
}

.newsLs .newLsFirst h3 {
	font-size: 16px;
	margin: 26px 0;
	transition: .3s;
	line-height: 1.5;
	color: #333;
}

.newsLs .newLsFirst p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}

.newsLs .newLsFirst p span {
	margin-right: 20px;
}

.newsLs .newLsFirst .newCont {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.itemBox {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itemBox span {
	min-width: 100px;
	font-size: 14px;
	color: #999;
	text-align: right;
}

.itemBox h3 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	height: 20px;
	transition: .3s;
}

.newsClsContImgNewLs .newsLs a:hover h3 {
	color: #063eaa;
}

.newsClsContImgNewLs .newsLs a:last-child {
	border: none;
}

.newSomeLs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.newSomeLs .newItem {
	width: calc(50% - 10px);
	padding: 20px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin-top: 20px;
}

.newSomeLs .newItem {
	color: #999;
	padding-bottom: 20px;
}

.newSomeLs .newItem h3 {
	font-size: 16px;
	transition: .3s;
	color: #333;
}

.newSomeLs .newItem p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}

.newSomeLs .newItem p span {
	margin-right: 20px;
}

.newSomeLs .newItem .newCont {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newSomeLs .newItem:hover h3 {
	color: #063eaa;
}

.newListPageBox {
	background-color: #f8f8f8;
	padding-top: 80px;

}

.newListPageBox .newItemBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	background-color: #fff;
	/* margin-bottom: 20px; */
	transition: .3s;
	
}
.newListPageBox .newsLsBoxTwo .newItemBox {
	margin-bottom: 20px;
}

.newListPageBox .newItemBox:hover {
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.newListPageBox .newItemBox:hover .newImgBoxCont h3{
	color: #063eaa;
}
.newListPageBox .newItemBox .newImgBox{
	min-width:300px;
	max-width:300px;
	margin-right: 40px;
}
.newListPageBox .newItemBox img {
	width: 100%;
}

.newListPageBox .newItemBox .newImgBoxCont {
	color: #666;
}

.newListPageBox .newItemBox .newImgBoxCont .newTime {
	color: #999;
	font-size: 16px;
	margin: 20px 0;
}

.newListPageBox .newItemBox .newImgBoxCont h3 {
	color: #333333;
	font-weight: 400;
}

.newListPageBox .newItemBox .newImgBoxCont p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newListPageBox .newItemBox .newImgBoxCont p br{
	display: none;
}
.newListPageBox .newItemBox .newImgBoxCont span{
	font-size: 14px;
	color: #828282;
	text-align: center;
	width: 118px;
	height: 34px;
	line-height: 34px;
	display: block;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-top: 15px;
	transition: .3s;
}
.newListPageBox .newItemBox .newImgBoxCont span:hover{
	color: #fff;
	background-color: #063eaa;
	border: 1px solid #063eaa;
}

.newDetailContBox{
	padding: 0 60px 80px;
	background: #fff;
	min-width: calc(100% - 300px);
	box-sizing: border-box;
}
.newDetailContBox .cont{
    font-size: 16px;
    line-height: 26px;
    color: #5a5a5a;
	margin: 15px 0;
	text-align: center;
}
.newDetailContBox .cont h3,
.newDetailContBox .cont h4{
    text-align: left;
}
.newDetailContBox .cont p{
	margin: 10px 0;
	line-height: 1.5;
	text-align: left;
}
.newDetailContBox .cont li{
    text-align: left;
}
.newDetailContBox .cont img{
	/*width: 100% !important;*/
	/*height: unset !important;*/

	margin: 15px 0;
}
.newDetailContBox .newTitleTime{
	padding: 80px 0 40px;
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	color: #555;
	text-align: center;
}
.newDetailContBox .newTitleTime h3{
	font-size: 32px;
	color: #333;
	line-height: 1.5;
}
.newDetailContBox .newTitleTime p{
	margin-top: 20px;
}
.newDetailContBox .newDescribe{
	background: #f8f8f8;
	font-size: 14px;
	line-height: 26px;
	padding: 15px 35px;
	color: #5a5a5a;
	margin-top: 40px;
	
}
.newDetailContBox>p{
	font-size: 14px;
	line-height: 26px;
	color: #5a5a5a;
	margin: 20px 0;
	text-indent: 35px;
}

.newDetailContBox .productList{
	display: flex;
	/* grid-template-columns: repeat(4, 1fr); */
	/* grid-column-gap: 20px; */
	justify-content: space-between;
	width: 100%;
	background: #F8F8F8;
	padding: 30px 15px;
	box-sizing: border-box;
	margin-top: 40px;
}
.newDetailContBox .productList .productItem{
	width: calc(25% - 15px);
}
.productItem img{
	width: 100%;
}
.productItem .productTxt{
	display: block;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}
.productItem .productTxt h3{
	/* height: 20px; */
	color: #666666;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
}
.productItem .productTxt span{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #063eaa;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: auto;
}
.relatedRroduct {
	background-color: #f8f8f8;
}
.relatedNews{
	background-color: #f8f8f8;
}
.relatedNewsBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.relatedNewsBox .relatedNewsItem{
	width: calc(33.3% - 14px);
	box-sizing: border-box;
	padding: 30px 20px;
	background: #fff;
	transition: .3s;
	color: #333;
}
.relatedNewsBox .relatedNewsItem:hover{
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.relatedNewsBox .relatedNewsItem h3{
	font-size: 20px;
	font-weight: 400;
}
.relatedNewsBox .relatedNewsItem:hover h3{
	color: #063eaa;
}
.relatedNewsBox .relatedNewsItem .newsTime{
	margin: 20px 0;
	color: #999;
}
.relatedNewsBox .relatedNewsItem .newsTxt{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newsCoverContBox{
	padding-bottom: 80px;
}
.buyFaq{
	padding: 80px 0;
}
.buyFaq .buyFaqList{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	align-items: stretch;
}
.buyFaq .buyFaqList .buyFaqItem {
	background-color: #f8f8f8;
}

.buyFaq .buyFaqList .buyFaqItem .faqTit{
	display: flex;
	min-height: 48px;
	align-items: center;
	color: #063eaa;
	background-color: rgba(6, 62, 170,.05);
	/* background-color: #fff; */
	padding: 0 20px;
	border-top: 4px solid #063eaa;

}
.buyFaq .buyFaqList .buyFaqItem .faqTit span{
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 20px;
	font-size: 16px;
	background-color: #063eaa;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-right: 10px;

}
.buyFaq .buyFaqList .buyFaqItem .faqCont span{
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 20px;
	font-size: 16px;
	background-color: #999999;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-right: 10px;

}
.buyFaq .buyFaqList .buyFaqItem .faqCont{
	display: flex;
	padding: 20px;
	min-height: 100px;
}
.buyFaq .buyFaqList .buyFaqItem .faqCont p{
	font-size: 14px;
    color: #555;
	line-height: 24px;
	margin-bottom: 12px;
}
.newListPageBox .newsLsBox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap:10px;
	margin-bottom: 30px;
}

@media screen and (min-width:751px)and (max-width:1200px){
	.newDetailContBox .productList .productItem{
		width: calc(25% - 7px);
	}
}
@media screen and (min-width:751px)and (max-width:1000px){
	.newDetailContBox .productList{
		display: none;
	}
}
@media screen and (max-width:750px) {
	.productClsBox {
		border-top: 9px solid #F7F8F8;
		margin-top: 0;
		padding-bottom: 30px;

	}
	.newsCoverContBox .productClsBox {
		margin: 0;
		padding-bottom: 0;
	}

	.newsClsContImgNewLs {
		display: block;
		padding: 15px;
		margin-top: 0;
		background-color: #fff;
	}

	.newsClsImgBox {
		width: 100%;
	}

	.newsClsImgBox img {
		width: 100%;
	}

	.newsLs {
		width: 100%;
		padding: 15px;
		background-color: #f6f6f6;
	}

	.newsLs .newLsFirst h3 {
		margin: 10px 0;
		color: #333;
	}

	.sNewClsLs {
		height: 60px;
		line-height: 60px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 14px;

	}

	.sNewClsLs a {
		color: #555;
		margin-right: 20px;
	}

	.sNewClsLs .sNewClsSele {
		color: #063eaa;
	}

	.newSomeLs {
		display: block;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.newSomeLs .newItem {
		width: 100%;
		display: block;
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid #F7F8F8;
		background-color: #fff;
	}

	.newSomeLs .newItem h3 {
		color: #333333;
	}

	.newSomeLs .newItem p {
		color: #999;
	}
	
	.newListPageBox .newItemBox{
		display: block;
		padding: 15px;
		box-sizing: border-box;
		margin: 15px;
	}
	.newListPageBox .newItemBox .newImgBox{
		min-width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.newListPageBox .newItemBox img{
		vertical-align: top;
		margin-bottom: 15px;
	}
	.newListPageBox .newItemBox .newImgBoxCont h3{
		font-size: 16px;
	}
	.newListPageBox .newItemBox .newImgBoxCont .newTime{
		font-size: 14px;
		margin: 10px 0;
	}
	.newListPageBox{
		padding: 20px 0;
	}
	
	.productListBox{
		padding: 0;
	}
	.newDetailContBox{
		padding: 30px 15px;
	}
	.newDetailContBox .newTitleTime{
		padding: 0;
	}
	.newDetailContBox .newTitleTime h3{
		padding: 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.newDetailContBox .newTitleTime p{
		margin: 10px 0;
	}
	.relatedRroduct {
		padding: 0;
	}
	.relatedNewsBox{
		display: block;
		padding: 0 15px;
	}
	.relatedNewsBox .relatedNewsItem{
		padding: 0;
		margin-bottom: 20px;
		display: block;
		width: 100%;
	}
	.relatedNewsBox .relatedNewsItem img{
		width: 100%;
	}
	.relatedNewsBox .newsCont{
		background-color: #fff;
		padding: 10px;
	}
	.relatedNewsBox .relatedNewsItem h3{
		font-size: 16px;
	}
	.relatedNewsBox .relatedNewsItem .newsTime{
		margin: 10px 0;
		font-size: 14px;
	}
	.newsCoverContBox{
		padding-bottom: 0;
	}
	.buyFaq{
		padding: 48px 15px;

	}
	.buyFaq .buyFaqList{
		display: block;
	}
	.buyFaq .buyFaqList .buyFaqItem{
		margin-bottom: 15px;
	}
	.buyFaq .buyFaqList .buyFaqItem .faqTit h3{
		font-size: 16px;
		line-height: 1.5;
		padding: 10px 0;
		
	}
	.buyFaq .buyFaqList .buyFaqItem .faqCont p{
		font-size: 14px;
		line-height: 20px;
	}
	.newListPageBox .newItemBox .newImgBoxCont span{
		width: 100%;
	}
	.newListPageBox .newsLsBox{
		display: block;
	}
}