@charset "utf-8";
/* CSS Document */
.newsList{
	width: 660px;
	height:auto;
}
.newsList li{
	width: 660px;
	height:157px;
	margin: 0px 0px 39px 0px;
}
.newsList li img{
	display: block;
	width: 195px;
	height:145px;
	padding: 5px;
	border: 1px solid #bdbdbd;
	margin: 0px 10px 0px 0px;
	float: left;
}
.newsList a:hover .newsTxt{
		border-bottom: 1px solid #d76f10;
}


.newsTxt{
	width: 440px;
	height: 156px;
	border-bottom: 1px solid #d8d8d8;
	float: left;
}
.newsTxt h1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #8e6437;
}
.newsTxt h2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #747474;
}
.newsTxt p{
	width: 100%;
	height: 95px;
	line-height: 2;
	font-size: 13px;
	color: #747474;
}

.espcms_book{width:660px;overflow: hidden;padding:15px 0px;}
.espcms_newslist_read{padding:0px 5px;}
.espcms_newslist_read li{float: left;width:48%;text-align:left; padding:0px 0px 5px 0px;overflow: hidden;font-size: 12px;}
a.infolist2 {font-size: 12px;color: #656565;text-decoration: none;} a:visited.infolist2 {color: #656565;text-decoration: none;} a:hover.infolist2 {color: #dc6d09;text-decoration: underline;}
ul.unstyled, ol.unstyled{ list-style:none; }