﻿.home_news {
	background: url(../images/news_bg.jpg);
	padding: 50px 0 100px;
}
.icon_title {
	text-align: center;
}
.icon_title span {
	color: #393939;
	font-size: 33px;
	font-weight: bold;
	padding: 0 24px;
	background: url(../images/icon3.png) no-repeat left top;
	position: relative;
}
.icon_title span:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 17px;
	background: url(../images/icon4.png) no-repeat center center;
}
.icon_title span i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #033e88;
	border-radius: 2px;
	position: relative;
	top: -9px;
	margin: 0 18px;
}
.icon_title span em {
	font-style: normal;
	text-transform: uppercase;
	color: #033e88;
	font-size: 26px;
	font-family: "SourceHanSansCN_";
}
.home_news .con_box {
	margin-top: 10px;
}
.home_news .con_box .left {
	width: 40%;
	position: relative;
}
.home_news .con_box .left span {
	width: 100%;
	line-height: 0;
	display: block;
	overflow: hidden;
}
.home_news .con_box .left .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.4);
	padding-left: 20px;
}
.home_news .con_box .left .text p {
	max-width: 96%;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #ffffff;
	font-size: 17px;
}
.home_news .con_box .left .text em {
	float: right;
	display: inline-block;
	background: #f08921;
	font-style: normal;
	color: #ffffff;
	font-size: 14px;
	font-family: arial;
	padding: 0 18px;
}
.home_news .con_box .left .text em i {
	display: inline-block;
	background: url(../images/more2.png) no-repeat center center;
	width: 24px;
	height: 6px;
	position: relative;
	margin-left: 10px;
	top: -2px;
}
.home_news .con_box .right {
	width: 54%;
}
.home_news .con_box .right ul li {
	float: left;
	width: 100%;
	background: #fff;
	height: 137px;
	margin-bottom: 3px;
}
.home_news .con_box .right ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 50px;
}
.home_news .con_box .right ul li a .text_con {
	padding-top: 5%;
}
.home_news .con_box .right ul li a .text_con .text {
	width: 80%;
}
.home_news .con_box .right ul li a .text_con .text h3 {
	color: #323232;
	font-size: 17px;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.home_news .con_box .right ul li a .text_con .text p {
	margin-top: 8px;
	color: #888888;
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.home_news .con_box .right ul li a .text_con .data span {
	text-align: center;
	display: block;
	color: #666666;
	font-size: 42px;
}
.home_news .con_box .right ul li a .text_con .data em {
	font-style: normal;
	color: #919294;
	font-size: 16px;
	font-family: arial;
}
.home_news .con_box .right ul li:hover {
	background: #093c89;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
