.trends-w1200 {
	width: 1200px;
	margin: auto;
}

.trends {
	height: 800px;
	background: url(https://img.xdjpro.com/xdjmvc/news_center_bg.png) center no-repeat;
	background-size: 100% 100%;
	padding-top: 79px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.trends-img{
	display: block;
	position: absolute;
	bottom: 50px;
	left:calc(50% - 25px);
	
}
.trends-img>img{
	width: 50px;
	height: 50px;
}
.trends-card {
	width: 50%;
	height: 104px;
	float: left;
	padding: 23px 10px;
	box-sizing: border-box;
}

.trends-p1 {
	font-size: 32px;
	color: #000;
}

.trends-p2 {
	font-size: 16px;
	color: #666;
	margin: 21px 0 94px;
}

.trends-card .trends-card-date {
	width: 56px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

.trends-card .trends-card-date>p:first-child {
	color: #376EF2;
	font-size: 17px;
	font-weight: 700;
}

.trends-card-text {
	width: 325px;
	float: left;
	text-align: left;
	margin: 0 23px 0 6px;
}

.trends-card-text-title {
	font-size: 15px;
	color: #454F66;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trends-card-text-content {
	font-size: 14px;
	color: #9AA3B7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trends-card-btn {
	width: 144px;
	height: 56px;
	background-color: #F6F9FF;
	border-radius: 28px;
	float: left;
	font-size: 14px;
	color: #376EF2;
	line-height: 56px;
	cursor: pointer;
}

.trends-card-btn:hover {
	color: #3399cc;
}

.trends-card:hover {
	box-shadow: 0px 8px 29px 0px #F2F2F5;
	background: #FFF;
}

.trends-card:active .trends-card-btn {
	background-color: #96B5FF;
}

.trends-btn {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -20px;
}

.trends-btn a {
	display: inline-block;
	height: 40px;
	border-radius: 50%;
}

.trends-btn a:hover {
	box-shadow: 0px 6px 16px 2px rgba(55, 110, 242, 0.49);
}

.trends-card-text-title:hover a {
	color: #4d96fc;
}

.trends-card-text-title a {
	color: #454F66;
}