.share-module {
	width: 100%;
	padding: 2%;
}

.share-module .share-list {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}

.share-module .column-box {
	text-align: center;
	margin-bottom: 20px;
}

.share-module .image-box {
	width: 150px;
	height: 150px;
}

.share-module .image-box img{
	width: 100%;
	height: 100%;
}

.share-module .title-box {
	font-size: 22px;
}

.share-module .more-box {
	margin-top: 5%;
}

.share-module .detail-link {
	cursor: pointer;
	font-size: 12px;
	color: #DA4558;
	border: 1px solid #DA4558;
	border-radius: 3px;
	display: inline-block;
	width: 50%;
	height: 35px;
	line-height: 35px;
}

.share-module .detail-link:hover{
	background-color: #DA4558;
	color: #ffffff;
}