.news-center .health {
    padding: 15px;
    padding-bottom: 0;
}
body {
    background-color: #F0F0F0;
}
.news-center .health .health-header {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 20px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    text-align: center;
}
.news-center .health .health-header .title {
    width: 100%;
    word-wrap:break-word;
    word-break:normal;
    font-size: 16px;
    color: #333;
    font-weight:bold;
}
.news-center .health .health-header .hint {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.news-center .health .health-header .hint .hint-item {
    margin-right: 30px;
    display: inline-block;
    font-weight:400;
}
.news-center .health .health-header .hint .hint-item .hint-item-icon {
    width: 14px;
    /* height: 10px; */
    margin-right: 7px;
}
.news-center .health .health-header .hint .hint-item .hint-item-text {
    font-size: 12px;
    word-wrap:break-word;
    word-break:normal;
    color: #999;
}
.health-body{
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; */
    padding: 16px 10px 30px;
    word-wrap:break-word;
}
.health-body img{
	width: 100% !important;
	height: auto !important;
}
.health-body .title{
    color: #7C7C7C;
    font-weight:bold;
    font-size: 13px;
    word-wrap:break-word;
    word-break:normal;
    padding-bottom: 20px;
    line-height: 26px;
}
.health .link {
    display: block;
    width: 100%;
    position: relative;
}
.health .pull-right {
    background: #068F1F;
    width: 5.73%;
    min-width: 56px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: -15px;
    bottom: -35px;
    height: 50px;
    line-height: 50px;
}
.health-body .article{
    color: #666;
    font-weight:Regular;
    font-size: 13px;
    /* word-wrap:break-word;
    word-break:normal; */
    padding-bottom: 20px;
    line-height: 26px;
}
.health-body .hint{
    color: #999;
    font-weight:Regular;
    font-size: 13px;
    word-wrap:break-word;
    word-break:break-all;
}
.health-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.health-footer .local {
    width: 100%;
    margin-top: 30px;
}
.bannerPc{
    display: none;
}
.bannerMb {
    display: block;
}
@media screen and (min-width:1280px) {
   
    body{
        background: #F5F5F5;
    }
    .news-center{
        position: relative;
    }
    .health{
        width: 70%;
        margin: 0 auto;
        background: #fff;
        /* position: absolute;
        left: 15%;
        top: 250px; */
        position: relative;
        bottom: 50px;
    }
    
}
@media screen and (max-width: 1080px) and (min-width: 320px){

    .health .pull-right {
        right: 0px;
        bottom: -36px;
        height: 35px;
        line-height: 35px;
        min-width: 40px;
    }
 
    .productList-container {
        padding-top: 42px;
    }
    .news-center .health .health-header,.news-center .health .health-header .hint{
        text-align: left;
    }
    .news-center .health{
        width: 92%;
        margin: 0 auto;
        background: #fff;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 60px
    }
}