.banner {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}
.bannerImg {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -65%;
}

.bannerText {
    width: 45%;
    height: 250px;
    position: absolute;
    bottom: 500px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 30px 90px;
    box-sizing: border-box;
}



.bannerText .pName {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
    text-align: center;
}

.bannerText .pDet {
    width: 60%;
    font-size: 18px;
    color: #000;
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin: 20px auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.bannerText .pkey {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}
.banner-li-box{
    width: 1300px;
    height: auto;
    margin: 150px auto 0px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
}
.banner-li{
    width: 32%;
    height: 500px;
}
.banner-li img{
    width: 100%;
    height: 340px;
    top: 0px;
    position: relative;
}
.banner-li .pKey{
    font-family: montserrat,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 0.2em 1em 0.2em 0;
    color: #000;
}
.banner-li .pName{
    font-size: 26px;
    color: #000;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
    margin-top: 15px;
}
.banner-li .pDet{
    font-size: 18px;
    color: #424242;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 15px auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}
@media screen and (max-width:960px) {
    .banner{
        width: 95%;
        
    }
    .bannerText {
        width: 100%;
        height: 150px;
        margin: 0;
        bottom: 0px;
        padding: 20px;
        top: 240px;
    }
    .bannerImg{
        height: 100%;
        height: 390px;
    }
    .banner img{
        height: 240px;
        top: 0px;
    }
    .bannerText .pName{
        font-size: 20px;
    }
    .banner-li-box{
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .banner-li{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .banner-li .pName{
        font-size: 20px;
    }
}