body {
    min-width: 1208px;
}
.m-w {
    width: 100%;
    min-width: 1210px;
}
.w {
    width: 1210px;
    margin: 0 auto;
}
.new-w {
    width: 700px;
    margin: 20px auto;
}
.news-content {
    width: 1210px;
    margin: 10px auto;
    text-align: left;
}

.stemcell-product p {
    text-align: center;
    font-size: 22px;
    color: #53585a;
    font-weight: bold;
    padding: 42px 0 32px;
}
.stemcell-product .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
}
.stemcell-product .block .block_product {
    margin-right: 30px;
}
.stemcell-product .block .block_product:nth-child(4n) {
    margin-right: 0;
}
.stemcell-product .block .block_product_img {
    width: 280px;
    height: 429px;
    margin-bottom: 27px;
}
.stemcell-product .block .block_agent {
    margin: 38px 30px 10px 30px;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.stemcell-product .block .block_agent_img {
    width: 242px;
    height: 202px;
}
.stemcell-product .block .block_cate_img {
    width: 348px;
    height: 250px;
    margin-bottom: 30px;
}

.stemcell-list .title {
    text-align: left;
    font-size: 22px;
    color: #53585a;
    font-weight: bold;
    padding: 42px 0 32px;
}

.data-list {
    margin-bottom: 80px;
}
.data-list .data-item {
    display: flex;
    align-items: center;
    height: 68px;
    border-bottom: 1px solid #dddddd;
}
.data-list .data-left-img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.data-list .data-time {
    font-size: 14px;
    color: #ef8200;
    margin-right: 20px;
}
.data-list .data-title {
    font-size: 14px;
    color: #53585a;
    margin-right: 20px;
}
.data-list .data-right {
    margin-left: auto;
    font-size: 12px;
    color: #ef8200;
}
.data-list .data-right-img {
    width: 47px;
    height: 18px;
}

.foot-background {
    width: 100%;
    height: 30px;
    background: url('../img/stemcell/divider-repeat.jpg') repeat;
}
.foot-contact {
    width: 100%;
    background: #fef5eb;
    padding-bottom: 40px;
}
.foot-contact p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #53585a;
    font-weight: bold;
    line-height: 86px;
}
.foot-contact img {
    margin: 0 auto;
}

.stemcell-content .title {
    text-align: center;
    font-size: 22px;
    color: #53585a;
    font-weight: bold;
    padding: 42px 0 32px;
}
.stemcell-content .content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}