﻿body {
    
}


.bannerBox {
    padding-top: 33px;
    padding-bottom:32px;
    height: 385px;
    background:#fff;
    width:100%;
}
.banner {
    width: 1160px;
    height: 385px;
}
    .banner img{
        width:100%;
        height:auto;
    }
    .healthReportBox {
        padding: 33px 0;
    }
.healthReport {
    width: 568px;
    height: 318px;
    background: #fff;
    padding: 25px 26px 16px 22px;
    box-sizing: border-box;
}
    .healthReport.checkReport{
        margin-left:22px;
    }
.moduleTitle {
    color:#000;
    font-size:24px;
    font-weight:bold;
}
.healthReport .btnBox {
    margin-top: 12px;
    width: 520px;
    height: 178px;
    background: url('../img/index_healthTestBg.png') no-repeat center;
    background-size:520px 178px;
    padding-top:130px;
    box-sizing:border-box;
}
.healthReport.checkReport .btnBox {
    background: url('../img/index_checkReportBg.png') no-repeat center;
    background-size: 520px 178px;
}
.healthReport .btnBox .btn{
    width:122px;
    height:38px;
    margin:0 auto;
    font-size:14px;
    color:#fff;
    text-align:center;
    line-height:38px;
    cursor:pointer;
}
.healthReport .text {
    padding-top:16px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(151,151,153,1);
}
.newsListBox{
    background:#fff;
    padding:44px 0;
}
.healthNewsBox{
    width:728px;
}
.centerNewsBox {
    width: 369px;
    margin-left:63px;
}
.moduleTitle span{
    font-size:12px;
    font-weight:normal;
    padding-top:10px;
}
.healthNewsBox .WXimgTop {
    width:336px;
    height:189px;
    overflow:hidden;
    border-radius:4px;
    cursor:pointer;
}
.healthNewsBox .WXimgLeft,
.healthNewsBox .WXimgRight {
    width: 162px;
    height: 156px;
    overflow: hidden;
    border-radius:4px;
    cursor:pointer;
}
.healthNewsBox .WXimgRight{
    margin-left:12px;
}
    .healthNewsBox .WXimgTop img,
    .healthNewsBox .WXimgLeft img,
    .healthNewsBox .WXimgRight img {
        width:auto;
        height:100%;
    }
.healthNewList{
    padding-left:16px;
}
.healthNewList .healthNew {
    padding-bottom: 12px;
    cursor:pointer;
}
    .healthNewList .healthNew:last-child{
        padding-bottom:0;
    }
    .healthNewList .newTitle {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 42px;
        font-size: 14px;
        line-height: 22px;
        box-sizing: border-box;
        width: 276px;
        text-align: justify;
    }
.healthNewList .newImg {
    width:80px;
    height:80px;
    margin-left:20px;
    background:#ccc;
    overflow:hidden;
    border-radius:4px;
}
    .healthNewList .newImg img{
        width:auto;
        height:100%;
    }
    .healthNewList .typeTime {
        font-size: 12px;
        padding-top: 16px;
    }
    .healthNewList .typeTime .newTypeName {
        display: inline-block;
        max-width: 106px;
        height: 18px;
        padding: 1px 6px;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        border-radius:2px;
    }
    .healthNewList .typeTime .setTop {
        padding:1px 3px;
        color: #fff;
        background: #EB544D;
    }
    .centerNewsList {
        padding-top: 16px;
    }
        .centerNewsList .newFirst {
            width: 369px;
            height: 188px;
            margin-bottom: 22px;
            background: #ccc;
            position:relative;
            border-radius:4px;
            overflow:hidden;
        }
            .centerNewsList .newFirst .newFirstTitle {
                padding: 10px 12px;
                color: #fff;
                font-size: 14px;
                background: rgba(0,0,0,0.5);
                bottom: 0;
                left: 0;
                width: 100%;
                position: absolute;
                box-sizing:border-box;
            }
                .centerNewsList .newFirst .newFirstTitle p {
                    max-height: 41px;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }
                .centerNewsList .newFirst .newsTopImg {
                    width: 100%;
                    height: 100%;
                    overflow:hidden;
                    border-radius:4px;
                }
            .centerNewsList .newsTopImg img{
        width:100%;
        height:auto;
    }
    .centerNewsList .centerNews {
        font-size: 14px;
        padding-bottom: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .centerNewsList .centerNews:last-child{
        padding-bottom:0;
    }

.questionListBox{
    padding:44px 0 98px;
}
.questionList{
    padding-top:16px;
}
    .questionList .question{
        width:377px;
        height:174px;
        background:#fff;
        border-radius:4px;
        font-size:14px;
        padding:16px;
        margin-right:14px;
        margin-bottom:14px;
        box-sizing:border-box;
    }
    .questionList .question:nth-child(3n){
        margin-right:0;
    }
    .questionList .questionTitle,
    .questionList .questionAnswer{
        padding-left:40px;
        line-height:22px;
        position:relative;
    }
    .questionList .questionTitle {
        margin-bottom: 16px;
        height:44px;
        word-break:break-all;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .questionList .questionAnswer {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
        .questionList .questionTitle i,
        .questionList .questionAnswer i {
            font-size: 18px;
            position:absolute;
            left:0;
            top:0;
        }