.news{
	margin: -10px 0;
	width: 100%;
}
.news ul{
	padding: 0;
	list-style: none;
}
.news li{
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
.news li.odd{
	background: #fafafa;
}
.news li:after {
	content: '';
	display: block;
	clear: both;
}
.news .date{ background:#6f7273; font-family: sans-serif;
	width: 40px;
	margin: 0 15px 15px 0;
	height: 15px;
	font-size: 15px;
	color: #fff;
	padding: 7px 10px;
}
.news a{
	font-family: sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #333;
	text-decoration: none;
}
.news p {
	margin: 0px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}
.news1{
	margin: 25px 0;
	width: 100%;
}
.news1 ul{
	padding: 0;
	list-style: none;
}
.news1 li{
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
.news1 li.odd{
	background: #fafafa;
}
.news1 li:after {
	content: '';
	display: block;
	clear: both;
}
.news1 .date{
	float: left;
	padding-top: 8px;
	height: 65px!important;
	width: 55px;
	margin: 5px 15px 0 0;
	height: 50px;
	font-size: 24px;
	color:#0065ab;
	font-family: sans-serif;

}
.news1 a{
	font-family: calibri;
  	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.news1 p {
	margin: 15px 0 0;
	font-size: 14px;
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}