.one-third {
    width: 30.36%;
    //40%
}
.one-half, .one-third, .one-fourth {
    float: left;
    margin: 0 0 0 2%;
    padding-bottom: 15px;
}
.one-third .clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.one-third .clearfix {
    display: block;
}
.service-item {
    padding-bottom: 15px;
}
.service-item .service-icon {
    border-radius: 15px;
    display: block;
    float: left;
    height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
}

.service-item .service-icon img {
    border-radius: 15px;
    height: 80px;
    width: 80px;
}
.service-item .service-title {
    color: #555;
    display: block;
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 7px;
}
a.more-link {
    display: block;
    margin-bottom: 10px;
    color: #05a9c5;
    text-decoration: none;
    text-align: center;
}
#content article .wp_item_sn {
	margin-bottom: 5px;
}
.one-third dd {
	margin: 0 5px 5px;
}
.home #content .one-third article {
	margin-bottom: 0px;
}