@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,500,500italic,300,300italic);


a { color: #333; text-decoration: none; -webkit-transition: color 0.2s; -moz-transition: color 0.2s; -ms-transition: color 0.2s; -o-transition: color 0.2s; transition: color 0.2s; }
a:hover { color: #666; -webkit-transition: color 0.2s; -moz-transition: color 0.2s; -ms-transition: color 0.2s; -o-transition: color 0.2s; transition: color 0.2s; }

.separator { clear: both; }
.pad0 { padding: 0 !important; }
.mar0 { margin: 0 !important; }

ul.nolist,ol.nolist { list-style: none; }


.article1 ul { display: block; list-style: none; margin: 0; padding: 0; overflow: hidden; }
	.article1 ul li { display: block; list-style: none; float: left; margin: 0 10px 0 0; padding: 0 10px 0 0; width: 263px; height: 120px; }
	/*.article1 ul li:nth-of-type(3) { padding: 0;}*/
		.article1 ul li .a-date { position: relative; top: -146px; left: 10px; z-index: 2; width: 50px; border: 1px #aaa solid; border-top: none; font-size: 12px; }
			.article1 ul li .a-date span:nth-of-type(1) { background: #eee; width: 50px; text-align: center; display: block; }
			.article1 ul li .a-date span:nth-of-type(2) { background: #ddd; width: 50px; text-align: center; display: block; }
		.article1 ul li .a-img { position: relative; top: 0; z-index: 1; }
		.article1 ul li .a-desc { position: relative; padding: 5px; height: 97px; top: -93px; background: url('../images/black-bg-trans.png') repeat; z-index: 2; -webkit-transition: color 0.2s; -moz-transition: top 0.2s; -ms-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; }
			.article1 ul li .a-desc .a-title { padding: 0; height: 26px;  }
			.article1 ul li .a-desc .a-title a { color: #fff; line-height:23px; }
			.article1 ul li .a-desc .a-summary { color: #fff; height: 35px; padding: 10px 0 0 0; font-size: 13px; }
		.article1 ul li:hover .a-desc { top: -140px; -webkit-transition: color 0.2s; -moz-transition: top 0.2s; -ms-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; }
		.article1 ul li:hover .a-img { opacity: .3; -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -ms-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; }

        .local{line-height:23px !important;}