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

.guidePart{
    background: linear-gradient(to right, rgba(236,254,255,0.4), rgba(220,228,250,0.4));
    padding: 90px 0px;
    position: relative;
    z-index: 5;
}

.pubBtnRight a{
    width:240px;
}
.guidePart .pubIntroTxt,
.listenSwiper .contIntroTxt,
.mainInstSwiper .smallIntro{
    text-align: justify;
}





.listenpubPart .pubTitle{
    padding: 0px 10px;
}
.listenSwiper{
    margin-top:40px;
}
.listenSwiper .swiper-slide{
    padding: 10px;
}
.listenSwiper .introItem .introBg {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 2px 10px 5px rgba(16, 16, 16, 0.05);
    height: 100%;
}
.listenSwiper .swiper-slide{
    height: auto;
}

.listenSwiper .swiper-wrapper{
    align-items: stretch;
}


.smallIntro{
    margin-top:20px;
    display:none;
    line-height:1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainInstSwiper .introItem:hover .smallIntro{
    display:block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainInstSwiper .introItem{
    cursor: pointer;
}


.mainInstSwiper .imgCover{
    border-radius: 0px;
}


/* 适配 */
@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:460px;
    }

    .pubBtnRight a{
        width:160px;
    }
    .btnRight{
        margin-top:20px;
    }

    .guidePart{
        padding:30px 0px;
    }


}