.newslist{
	width: 1308px;
	margin: 15px auto 0;
}
.newslist ul li{
	width: 433px;
	padding: 20px 39px;
	background: #fff;
	border-bottom: 3px solid #fff;
	margin-bottom: 15px;
}

.newslist ul li:hover{
	border-bottom: 3px solid #007084;
}

.newslist ul li img{
	margin-right: 15px;
}
.news-txt{
	width: 250px;
}
.news-txt h4{
	font-weight: normal;
}
.news-txt h4 a{
	color: #000;
	font-size: 12px;
}
.news-txt h4 a:hover{
	text-decoration: underline;
}
.news-txt .date{
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 24px;
}
.news-txt p{
	line-height: 22px;
	font-size: 12px;
}

.news-left{
	width: 208px;
	border: 1px solid #e0e0e0;
}

.news-left dl{
	background: #fff;
}

.news-left dl dt{
	background: #046d80;
	color: #fff;
}

.news-left dl dt,.news-left dl dd{
	height: 49px;
	line-height: 49px;
	text-align: center;
}

.news-left dl dd{
	border-top: 1px solid #e0e0e0;
}

.news-left dl dd a{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.news-left dl dd a.active{
	color: #046d80;
}

.news-right{
	width: 1050px;
}