#main-article .mask {
	width: 960px;
	overflow: hidden;
}

#main-article .mask ul {
	width: 980px;
}

#main-article .mask ul li {
	display: block;
	width: 225px;
	height: 186px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#main-article .mask ul li a {
	display: block;
	width: 225px;
	height: 140px;
	color: #222;
	font-size: 14px;
	font-family: 'MyriadProLight', sans-serif;
	letter-spacing: -.05em;
	font-weight: normal
	line-height: 18px;
	position: relative;

	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#main-article .mask ul li a:hover {
	text-decoration: none;
	color: #06f;
}

#main-article .mask ul li a .image {
	display: block;
	width: 223px;
	height: 138px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid #d3d3d9;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#main-article .mask ul li a:hover .image {
	border-color: #999;

	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
}

#main-article .mask ul li a .image img {
	display: block;
	width: 223px;
	height: 138px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#main-article .mask ul li a .text {
	display: block;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
	text-align: center;
	width: 223px;
	height: 36px;
}
