.news-banner {
	width: 100%;
	height: 450px;
	background: url(../images/news-banner.png) no-repeat;
	background-size: 100% 100%;
	margin: 10px 0 42px;
	box-sizing: border-box;
	padding: 123px 0 0 81px;
}
.news-banner .text {
	width: 591px;
	height: 176px;
	background: rgba(255,255,255,0.58);
	padding: 30px 27px;
}
.title {
	float: left;
	padding: 30px 10px;
	font-size: 28px;
	border-bottom: 1px solid #f6f6f6;
}
.select {
	width: 171px;
	float: right;
	padding: 32px 18px;
	margin-bottom: 3px;
	position: relative;
}
.select .selected {
	text-align: center;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: #f6f6f6 url(../images/down.png) 130px center no-repeat;
    cursor: pointer;
}
.select .option {
	position: absolute;
	top: 75px;
	left: 18px;
	width: 171px;
	z-index: 999;
	display: none;
}
.select .option li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eeeeee;
	background: #fff;
}
.select .option li:hover {
	background: #f6f6f6;
}
.select .option li a {
	display: block;
}
.content {
	padding: 0 10px 70px;
}
.content ul li {
	height: 264px;
	box-sizing: border-box;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
}
.content ul li .con a:hover {
	background: #c41714;
	color: #fff;
}
.content ul li:hover .tit {
	color: #c41714;
}
.content .time {
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	padding: 15px 0;
}
.content .box {
	overflow: hidden;
	padding: 0 45px 0 10px;
}
.content .tit {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.content .con .con-img {
	float: left;
	margin-right: 40px;
	height: 150px;
    width: 229px;
}
.content .con .con-img img {
	width: 100%;
	height: auto;
}
.content .con .con-text {
	color: #808080;
	line-height: 24px;
	height: 110px;
}
.content .con a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 129px;
	color: #c41714;
	text-align: center;
}