body{ background-color: #fafafa;}
.clearfix:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.show{
    visibility: visible;
}
.hide{
    visibility: hidden;
}
.box{
    position: absolute;
    left: 30%;
    top: 25%;
    width: 620px;;
    height: 400px;
}
h1{
    padding: 4%;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    color: #222222;
    font-size: 2.625em;
}
.name{
    letter-spacing: 30px;
}
.main{
	width: 100%;
    height: 56%;
    margin-top: 10%;
}

#list li{
	position: relative;
	float: left;
    width: 24%;
	height: 140px;
    margin: 0 20px;
    list-style: none;
}
.link{
    display: block;
	width: 100%;
	height: 140px;
    color: #888888;
    text-decoration: none;
    text-align: center;
}
.icon{
    position: absolute;
	top:0;left: 0px;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
}
.blog{
	width: 118px;
    height: 118px;
    margin-top: -10px;
}
.title{
	position: absolute;
	top: 100px;
	left: 35px;
    font-size: 0.75em;
    font-family: "微软雅黑";
}
.blog_title{top:106px;left: 50px;}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6%;
    color: #888888;
    text-align: center;
    font-size: 12px;
    font-family: "微软雅黑";
}
footer img{
    width: 14px;
    height: 12px;
    border: none;
}