.p_news{
	position: relative;
}
.p_news p{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(51,57,62,0.6);
	padding: 0 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	box-sizing: border-box;
}
.news_big p{
	height: 80px;
	line-height: 80px;
	font-size: 38px;
}
.news_big p:before{
	content: '';
    display: inline-block;
    width: 5px;
    height: 26px;
    margin: -5px 10px 0 -10px;
    vertical-align: middle;
    background: #c7001f;
}
.news_sml {
	display: flex;
	justify-content: space-between;
	padding: 2px 10px;
	background: #9a9a9a;
}
.news_sml li{
	position: relative;
	display: inline-block;
	width: 32.5%;
	margin: 5px 0;
	font-size: 0;
}
.news_sml li p{
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	text-align: right;
}
.news_sml li p img{
	width: 16px;
	vertical-align: middle;
	margin-top: -4px;
}
.news_more{
	display: block;
	height: 80px;
	line-height: 80px;
	color: #ffffff;
	font-size: 40px;
	background: #c7001f;
	text-align: center;
}
.part_title{
	font-family: Arial;
	margin: 25px 0 10px;
	font-size: 44px;
	font-weight: bolder;
	text-align: center;
	color: #4e4e4e;
}
.car_title_group{
	padding-top: 0;
}