.whydonews{
	margin-top: 10px;
}
.whydonews li{
	width: 33.3333%;
	float: left;
	height: 170px;
	border-radius: 5px;
	padding: 0 8px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.whydonews li div{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background:#FF7200;
	text-align: center;
	line-height: 50px;
	font-size: 1.2rem;
	color:#fff;
	margin: -25px auto;
	margin-bottom: 5px;
}
.whydonews li p{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0C112F;
	line-height: 17px;
}
.space{
	width: 100% !important;
	height: 80px !important;
	margin-bottom: 10px !important;
}
.youshi img{
	width: 40px;
	height: 40px;
	margin-top: 20px;
}
.youshi li{
	height: 220px !important;
}
.youshi h3{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #19202E;
	margin: 10px 0;
}
.youshi p{
	font-size: 0.8rem !important;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F !important;
	line-height: 17px;
}
.youshi .spved{
	width: 100% !important;
	height: 90px !important;
}
.spved img{
	float: left;
	margin-right: 10px;
}
.fabu{
	margin: 30px auto;
	display: block;
	width: 50%;
	height: 40px;
	background: #2B78D9;
	box-shadow: 0px 5px 10px 0px rgba(245, 52, 80, 0.3);
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}

.mtitem{
	width: 100%;
	position: relative;
}
.mtitem .mtimg{
	width: 80%;
	height: 300px;
	overflow: hidden;
	z-index: 0;
}
.mtitem .mtcon{
	position: absolute;
	width: 60%;
	height: 260px;
	top:20px;
	z-index: 1;
	background: #fff;
	padding: 20px;
}
.mtitem .mtcon h3{
	font-size: 1.3rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #19202E;
}
.mtitem .mtcon p{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F;
	line-height: 17px;
	margin: 15px 0;
}
.mtitem .mtcon span{
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F;
	line-height: 17px;
	margin-bottom: 10px;
}
.mtitem .mtcon a{
	display: block;
	width: 150px;
	height: 34px;
	background: #2B78D9;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 1.2rem;
}