.footer_content{
	width: 100%;
	height: 150px;
	background: -webkit-linear-gradient(#f7f7f7 96%, #e60000 96%,#e60000 100%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f7f7f7 96%, #e60000 96%,#e60000 100%); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#f7f7f7 96%, #e60000 96%,#e60000 100%); /* Firefox 3.6 - 15 */
	background: linear-gradient(#f7f7f7 96%, #e60000 96%,#e60000 100%); /* 标准的语法 */
}
.footer_content_box{
	width: 1420px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_content_text{
	width: 1380px;
	margin-left: 20px;
	display: flex;
}
.footer_content_text:first-child{
	margin-top: 25px;
}
.footer_content_text p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.footer_content_text p a{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.footer_content_text p a:hover{
	color: #E60000;
}
.footer_content_record{
	width: 18px;
	height: 20px;
	display: block;
	margin: auto 5px auto 30px;
}