.page {
    margin: 20px auto 0;
}

.icon {
    margin: 15px 0;
    padding: 6px;
    border: 1px solid #ddd;
    position: relative;
    top: 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.icon:hover {
    border: 1px solid #999;
    top: -10px;
}

.page a {
    display: block;
    overflow: hidden;
}

#page {
    margin: 20px auto;
}

#page a {
	display: inline-block;
}

.icon span {
    padding: 6px;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
    background: #f0f0f0;
}

.icon img {
    height: 200px;
}

.page .text {
    color: #495060;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.page .title {
	font-size: 24px;
}

.page p {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.page img {
    margin: auto;
    display: block;
}

.page .two h3 {
    color: #555555;
    margin: 20px 0;
}

.page .two h3:first-child {
    margin-top: 0;
}

.page .two p {
    color: #777777;
    line-height: 50px;
    margin-bottom: 20px;
}

.page .two hr {
    margin-bottom: 0;
}