/* CSS Document */
.home_news {
	background: #ffffff;
	padding: 0% 0px 1%;
}

.home_news .top_all {
	margin-bottom: 3%;
}

.home_news .news_com {
	max-width: 1200px;
	margin: auto;
	width: 98%;
}

.home_news .news_com .n_left {
	width: 44.5%;
	float: left;
	position: relative;
}

.home_news .news_com .n_left .imgd {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.home_news .news_com .n_left .imgd i {
	display: block;
	padding-bottom: 25.89118198874296%;
}

.home_news .news_com .n_left .imgd img {
	transition: 0.3s;
}

.home_news .news_com .n_left .imgd img:hover {
	transform: scale(1.1);
}

.home_news .news_com .n_left .imgd .ri {
	position: absolute;
	background: #e70000;
	z-index: 9999;
	top: 0px;
	left: 0px;
	color: #fff;
	font-family: AvantGardeITCbyBT-Book;
	padding: 5px 10px;
	width: 78px;
}

.home_news .news_com .n_left .imgd .ri i {
	font-style: normal;
	font-size: 40px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	width: 98%;
	margin: auto;
	display: block;
	text-align: center;
	overflow: hidden;
}

.home_news .news_com .n_left .imgd .ri time {
	font-size: 17px;
	width: 98%;
	margin: auto;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

@media (max-width: 480px) {
	.home_news .news_com .n_left .imgd .ri i {
		font-size: 20px;
		height: 25px;
		line-height: 25px;
	}
	.home_news .news_com .n_left .imgd .ri time {
		font-size: 10px;
	}
}

.home_news .news_com .n_left h4 {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	width: 100%;
}

.home_news .news_com .n_left h4 a:hover {
	color: #0067ac;
}

.home_news .news_com .n_left p {
	font-size: 14px;
	max-height: 80px;
	color: #666;
	line-height: 20px;
	margin: 10px 0px;
	overflow: hidden;
}

.home_news .news_com .n_left .more {
	width: 160px;
	height: 36px;
	background: #e70000;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	transition: 0.3s;
}

.home_news .news_com .n_left .more:hover {
	background: #0067ac;
}

.home_news .news_com .n_right {
	width: 52.5%;
	float: right;
}

.home_news .news_com .n_right ul li {
	border-bottom: 1px solid #ededed;
	padding: 10px 0px;
}

.home_news .news_com .n_right ul li .ri {
	width: 15%;
	float: left;
	font-family: "微软雅黑";
	max-width: 90px;
	color: #585858;
	font-weight: 500;
	text-align: center;
}

.home_news .news_com .n_right ul li .ri i {
	font-style: normal;
	font-size: 50px;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	width: 98%;
	margin: auto;
	display: block;
	overflow: hidden;
	margin-bottom: 3px;
}

.home_news .news_com .n_right ul li .ri time {
	font-size: 17px;
	width: 98%;
	margin: auto;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #333;
}

.home_news .news_com .n_right ul li .wen_nei {
	width: 84%;
	float: right;
}

.home_news .news_com .n_right ul li .wen_nei h4 {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #333333;
	margin-bottom: 6px;
	overflow: hidden;
	width: 100%;
}

.home_news .news_com .n_right ul li .wen_nei p {
	color: #666;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.home_news .news_com .n_right ul li:last-child {
	border-bottom: none;
}

.home_news .news_com .n_right ul li:hover .wen_nei h4 {
	color: #0067ac;
}

@media (max-width: 768px) {
	.home_news .news_com .n_left {
		width: 100%;
		margin-bottom: 10px;
	}
	.home_news .news_com .n_right {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.home_news .news_com .n_right ul li .ri {
		width: 20%;
	}
	.home_news .news_com .n_right ul li .ri i {
		font-size: 36px;
		height: 40px;
		line-height: 40px;
	}
	.home_news .news_com .n_right ul li .ri time {
		font-size: 12px;
	}
	.home_news .news_com .n_right ul li .wen_nei {
		width: 79%;
	}
}