*{
	padding:0px;
	margin:0px;
	text-decoration:none;
	list-style:none;
	box-sizing: border-box;
 }
body{
	font-size:14px;
	color:#333;
	margin:0px;
	background:#f2f2f2;
}
.text-center{
	text-align: center;
}
/* header开始 */
.header{
	min-height:400px;
	padding:138px 0px 0px;
	position:relative;
	background-size:cover;
	text-align:center;
 	background-image:url(../images/bg.jpg);
}
.logoimg{
	position:absolute;
	left:1%;
	right:1%;
	bottom:-34px;
 }
.logo{
	width:78px;
	height:68px;
	vertical-align:middle;
}
 .logotxt{
 	margin-bottom:30px;
 }
 .logotxt>h1>a{
 	color:#fff;
 	font-weight:700;
 	font-size:64px;
 }
.logotxt h1{
	font-size:36px;
}
.header h2{
	color:#fff;
	padding:0px;
	margin:0 0 45px;
	font-weight:100;
	font-size:34px;
 }
.site-name>span{
	display:none;
	margin-top:6px;
	font-size:65%;
}

/* header结束 */



/* main开始 */
.main{
	margin-top:90px;
}
.tag-ad{
	position:relative;
	margin-bottom:30px;
	padding-bottom:40px;
	background:#fff;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
}
.post-title{
	position:absolute;
	left:0px;
	right:0px;
	bottom:12px;
	font-size:24px;
	z-index:9;
	
	text-align:center;
	margin:0px;
}
.post-title a{
	color:#777;
}
.pagination{
	position:relative;
	text-align:center;
	display:block;
	font-size:13px;
}
.page-number{
	color:#39414a;
}
.older-posts{
	display:block;
	border:1px solid #39414a;
	color:#39414a;
	padding:10px;
	white-space:nowrap;
	text-decoration:none;
	border-radius:3px;
	position:absolute;
	top:-10px;
	right:0px;
}
.older-posts:hover{
	background:#39414a;
	color:#fff;
	text-decoration:none;
}



/* main结束 */

.main-footer{
	background:#202020;
	padding:35px 0px 0px;
	color:#959595;
}
.main-footer .widget{
	padding:0 30px;
}
.widget{
	margin-bottom:35px;
}
.widget .title{
	color:#fff;
	border-bottom:1px solid #303030;
	padding-bottom:7px;
	margin-bottom:21px;
	position:relative;
}
.widget .title:after{
	content:"";
	width:90px;
	height:1px;
	background:#337ab7;
	position:absolute;
	bottom:-1px;
	left:0px;
}
.friend-links a{
	display:block;
	border-bottom:1px dashed #303030;
	padding-bottom:14px;
	margin-bottom:14px;
	color:#959595;
	transition:all 0.2s ease;
}
.content a{
		text-decoration:none;

}
.friend-links a:hover{
	color:#fff;
}
.tag-cloud a{
	padding:2px 7px;
	line-height:1.5em;
	display:inline-block;
	margin:0 7px 7px 0;
	border:1px solid #303030;
}
.tag-cloud a:hover{
	color:#fff;
	background:#337ab7;
}
.copyright{
	background:#111;
	font-size:13px;
	text-align:center;
	color:#555;
	padding-top:14px;
	padding-bottom:20px;
	border-top:1px solid #303030;
}
.copyright a{
	color:#555;
}
.copyright a:hover{
	text-decoration: underline;
}

/* @media(min-width:1200px){
	.container{
		width:1170px;
	}
}
@media(min-width:992px){
	.containter{
		width:970px;
	}
}
@media(min-width:768px){
	.container{
		width:750px;
	}
	
}
 */

/* 
出现问题：
那个标题的定位  还有那个表框
transition:all .2s ease;
滚动条
 */
 .thumbnail1{
 	display: block;
 	padding: 4px 4px;
 	box-sizing: border-box;
 }
  .thumbnail1 img{
  	box-sizing: border-box;
  	width: 100%;
  }