.xt-sheet{
	width:100%;
}

.xt-postheader, .xt-postcontent h2{
	width: 900px;
	margin: auto;
	margin: 30px auto 20px auto;
}
	
.xt-post {
	margin-top:0px;
}


/*header*/
.xt-ContentWrapColor{
	width:100%;
	overflow: hidden;
	border: 1px solid #E0DFDF;
	background-color:#F5F5F5;
}
.xt-ContentWrap{
	width:100%;
	overflow: hidden;
}

.xt-Contenttxt{
	margin:auto;
}


@media screen and (max-width:900px){
	.xt-Contenttxt{
		width:100%;
	}
}

.xt-Contenttxt h2.xt-h2, .xt-Contenttxt h3.xt-h3{
	text-align:center;
}

.xt-Contenttxt h3.xt-h3{
	margin-top:-20px;
	line-height: 21px;
}
	
.xt-headerImg{
	height:350px;
	width:100%;
	background-color:#F5F5F5;
	background-repeat: no-repeat;
	background-position: center top;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*padding-top:80px;*/
}

.xt-headerImgContent{	
	width:900px;
	margin:auto;
	padding-top:120px;
}

.xt-headerImgContent h2{
	font-size:80px;
	color:#FFF;
	text-align:center;
	line-height:102px;
	margin:0px !important;
}

.xt-ul{
	list-style: none;
	margin: 50px auto;
	text-align: center;
	width: 100%;
	position:relative;
}

ul.xt-ul > li{
	display: inline-block;
	zoom: 1;
    *display: inline;
	float: left;
	width: 260px;
	text-align: center;
	margin: 0 20px;
	padding-left: 0px;
	position:relative;
}

ul.xt-ul >li:before{
	display:none;
}
