.news-detail h3{
	margin:0;
	padding-top: 73px;
	padding-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
.news-detail .info{
	color: #747474;
	font-size: 15px;
	text-align: center;
}
.news-detail .content{
	padding:50px 0;
	line-height:2.5;
	font-size: 16px;
}
.pages{
	height: 65px;
	line-height: 65px;
	background-color: #eaeaea;
}
.pages .item{
	margin-bottom: 15px;
}



.pro-detail .pro-info{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.pro-detail .pro-info .left{
	width: 720px;
	background-color: #000000;
}

.pro-detail .pro-info .right{
	width: 670px;
}
.pro-detail .pro-info .right .pro-tit {
	padding-left: 23px;
	position: relative;
	font-size: 25px;
	margin-bottom: 70px;
}
.pro-detail .pro-info .right .pro-tit::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #df0000;
}
.pro-detail .pro-info .right .pro-desc .desc-tit{
	font-size: 20px;
	color: #df0000;
	margin-bottom: 25px;
}
.pro-detail .pro-info .right .pro-desc .desc-info{
	margin-bottom: 52px;
	font-size: 15px;
	color: #868686;
	line-height: 30px;
}
.pro-detail .pro-info .right .pro-desc .contact a{
	display: block;
	width: 148px;
	height: 44px;
	background-color: #df0000;
	line-height: 44px;
	text-align: center;
	color: #fff;
}

.pro-detail .pro-con{
	padding-bottom: 50px;
}
.pro-detail .pro-con h3{
	font-size: 25px;
	color: #333;
	margin-bottom: 50px;
}
.pro-detail .pro-con .content{
	color: #333333;
	line-height: 35px;
}