/* 代码整理：懒人之家  www.lanrenzhijia.com */
*, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
/*div { position:relative } */
/* END RESET STYLES */

/* 代码整理：懒人之家  www.lanrenzhijia.com */
html{-webkit-font-smoothing:antialiased;}
/*body{background:#f5f5f5 url("../images/bkg-pat.png") repeat scroll 0 0;font: 12px/1.5em Arial, Helvetica, sans-serif, "Arial Narrow";color:#a5a5a5;}*/
/*a{color:#65a42d;text-decoration:none;}
a:hover{color:#65a42d; text-decoration:underline;}*/
.column-clear{ clear:both;}
/*.wrapper{ margin:0px auto; padding:0px;width:1080px;}*/
.portfolio-content, .portfolio-area{width:100%;}
.title-page{font-size:40px;margin:50px 0px 60px 0px;color:#151515;}
.goto{float:right;width:130px;margin:-80px 30px 0px 0px;}

/**** PORTFOLIO STYLES*****/
.portfolio-categ{margin-bottom:30px;}
.portfolio-categ li{display:inline;margin-right:10px;}
.image-block{ 
	display:block;
	position: relative;
	border: 1px solid #d5d5d5;
    border-radius: 4px 4px 4px 4px;
	height: 80%;
    width: 99%;
	cursor:pointer;
	}
.image-block img{
	background:#FFFFFF;
	max-width: 100%;
    max-height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	}
.image-block:hover{box-shadow:0 1px 0 #01aaed;}
.portfolio-area li{
	float: left;
    margin: 10px 20px 10px 0;
    overflow: hidden;
    width: 22%;
    min-width: 200px;
    height: 210px;
	}
.home-portfolio-text{margin-top:10px;text-align: center}
li.active a{ text-decoration:underline;}
.introductioncon .pagination{
	text-align: center;
	width:100%;
	float:left;
}
.introductioncon .post-title-portfolio{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
/**** END PORTFOLIO STYLES*****/
