/* CSS Document */
body{ padding:0; margin:0; color:#fff;}
img{ border:none;}

.view-first{position:relative;}
.view-first img{-webkit-transition:all .2s ease-in; -moz-transition:all .2s ease-in; -o-transition:all .2s ease-in; -ms-transition:all .2s ease-in; transition:all .2s ease-in;}
div.mask-hover img, .view:hover img{width:100px; height:100px;}
.view{position:relative; text-align:center; cursor:default; width:190px; height:225px; margin-left:auto; margin-right:auto; overflow:hidden;}
.view .mask{width:100%; overflow:hidden; margin:0 auto;}
.view .title{text-align:center; position:relative; font-size:12px; margin-top:14px; height:26px; line-height:26px;}
.view .title a{
	color:#666;
	text-decoration:none;
	font-size: 14px;
	font-weight: bolder;
}
.view .text{position:relative; text-align:left; font:normal 12px/16px 'ËÎÌå'; color:#999; }
.ttpu{margin-bottom:20px; width:845px; overflow:hidden;}