body{

}
.header{

}
.category{
	margin:20px 0 80px 0;
	position: relative;
	padding-bottom: 13px;
	padding-left: 18px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 25px;
}
.category::before{
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 4px;
	height: 24px;
	background-color: #e20a16;
}
.news-detail{
	padding-bottom: 53px;
}

.news-detail h3{
	margin: 35px;
	margin-bottom: 34px;
	font-size: 35px;
	color: #464646;
}
.news-detail .info{
	font-size: 16px;
	color: #a8a8a8;
	margin-bottom: 34px;
}
.news-detail  .content{
	padding-bottom: 47px;
	font-size: 17px;
	line-height: 35px;
	text-align: left;
}
.news-detail  .content img{
    width: 100%;
}
.news-detail .news-page{
	padding: 0 15px;
	height: 60px;
	background-color: #eeeeee;
	line-height: 60px;
}
.news-detail .news-page a{
	color: #6f6f6f;
}
.chaxun{
	padding: 30px 0;
}
.chaxun .tit{
	font-size: 27px;
	margin-bottom: 30px;
	font-weight: bold;
}

.cx-form{
	width: 838px;
	margin: 0 auto;
}
.cx-form input{
	margin-bottom: 28px;
	width: 100%;
	height: 52px;
	background-color: #f4f4f4;
	border: solid 1px #ffffff;
	outline: none;
	padding: 0 15px;
}
.cx-form .btn{
	width: 100%;
}
.cx-form .btn button{
	width: 157px;
	height: 46px;
	background-color: #e20a16;
	outline: none;
	border:none;
	color: #fff;
}
.cx-form .btn button:last-of-type{
	margin-left: 20px;
	background-color: #9e9e9e;
}
.result{
	display: flex;
	width: 700px;
	margin: 59px auto 0 auto;
}
.result .img{
	margin-right: 11px;
	width: 225px;
}
.result  .info{
	width: 352px;
}