
body{
    background:#fff;
    /* max-width:1920px;
    margin:auto; */
}


.fastBox .right ul li{
    margin-bottom:60px;
}
.fastBox .right h2{
    background:#666;
    padding:20px 30px;
    color:#fff;
}
.fastBox .right p{
    margin-top:20px;
}


.pubBtnRight a{
    width:320px;
}

.fastBox .pubIntroTxt{
    text-align: justify;
}




/* 适配 */
@media (max-width: 1680px) {}

@media (max-width: 1440px) {

}

@media (max-width: 1280px) {}

@media (max-width: 767px) {

    .tumorPart{
        margin-bottom:0px;
    }

    .linkTab{
        width: 100%;
        overflow: hidden;
        padding:0px;
    }
    .linkTab ul{
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        text-align: center;
        height: 50px;
        display: block;
        padding: 0px 20px;
    }
    .linkTab ul li{
        display:inline-block;
        min-width: 20px;
        font-size: 16px;
        margin: 0px 15px;
        width:auto;
        margin-left:20px;
    }

    .pubServePart .serveLeft{
        height:400px;
    }

    .fastBox .right ul li {
        margin-bottom: 35px;
    }
    .fastBox .right h2{
        background:#666;
        padding:20px 30px;
        color:#fff;
    }

    .pubBtnRight a{
        width:280px;
    }

}