main {
    width: 100%;
    height: auto;
}

.pName {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.pDet {
    font-size: 16px;
    color: #4b4a4a;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.pTitle,
.pKey {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}



.listOneLiBox {
    width: 1300px;
    margin: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 50px;
}

.listOneLi {
    width: calc((100% - 90px)/4);
    height: auto;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding-bottom: 10px;
}
.listOneLi .pName{
    width: 100%;
    margin: auto;
    padding: 0px 10px;
}

.listOneLi .pDet{
    width: 100%;
    margin: 10px auto 0px;
    padding: 0px 10px;
    -webkit-line-clamp: 1;
}

.listOneLi img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: 50px auto 20px;
}

.listOneLi:nth-of-type(1) {
    height: 500px;
}
.listOneLi:nth-of-type(1) img,.listOneLi:nth-of-type(2) img,.listOneLi:nth-of-type(3) img{
    width: 100%;
    height: 80%;
    border-radius: 10px;
    margin: 0px;
}
.listOneLi:nth-of-type(1) .pDet,.listOneLi:nth-of-type(2) .pDet,.listOneLi:nth-of-type(3) .pDet{
    width: 100%;
    -webkit-line-clamp: 2;
}
.listOneLi:nth-of-type(2) {
    width: calc((100% - 30px)/2);
    height: 500px;
}

.listOneLi:nth-of-type(3) { 
    height: 500px;
}


.listOneLi:nth-of-type(4n-1) {
    margin-right: 0px;
}

.listTwoAndThree {
    width: 1300px;
    margin: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    background-color: #FFFFFF;
}

.listTwo {
    width: 63%;
    height: auto;
    padding-right: 20px;
    border-right: 1px solid rgb(194, 193, 193);
}

.listTwoLi {
    width: 100%;
    height: 240px;
    border-bottom: 1px solid rgb(194, 193, 193);
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.listTwoLi:nth-last-of-type(1){
    border: none;
}

.listThreeLi:nth-last-of-type(1){
    border: none;
}

.listTwoLi img {
    width: 30%;
    border-radius: 0px;
}

.listTwoLiRight {
    width: 65%;
}

.listTwo .listTitle,
.listThree .listTitle {
    width: 100%;
}

.listThree {
    width: 35%;
}

.listThreeLibox,
.listTwoLiBox {
    width: 100%;
    height: auto;
}

.listThree {
    position: sticky;
    top: 0px;
    bottom: 0px;
    height: fit-content;
}

.listThreeLi {
    width: 100%;
    height: 120px;
    border-bottom: 1px dashed rgb(180, 180, 180);
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.listThreeLi img {
    width: 30%;
    border-radius: 0px;
}

.listThreeLiRight {
    width: 65%;
}

.listFour {
    width: 100%;
    margin-bottom: 50px;
}

.listFourLiBox {
    width: 1300px;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #FFFFFF;
}

.listFourLi {
    width: calc((100% - 60px)/4);
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: sticky;
    cursor: pointer;
}

.listFourLi img {
    width: 100%;
    height: 65%;
    border-radius: 10px;
}

.listFourLi:nth-of-type(4n) {
    margin-right: 0px;
}

.listFourliBg {
    width: 100%;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 10px;
}


.listFourliBg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #d7bcfa;
    left: 6px;
    bottom: -6px;
    border-radius: 10px;
    z-index: -20;
}

.listFourliBg .pDet::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #b9d1fa;
    left: 12px;
    bottom: -12px;
    border-radius: 10px;
    z-index: -30;
}
.listFive{
    width: 1300px;
    margin: auto;
    height: auto;
    margin-bottom: 50px;
}
.listFive .listTitle{
    width: 100%;
}

.listFiveLiBox{
    width: 100%;
    height: auto;
}


.listFiveLi{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.listFiveLiLeft{
    width: 50%;
    height: 100%;
}

.listFiveLiLeft img{
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.listFivePob{
    width: 64px;
    height: 64px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #053d61;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
}
.listFiveLiRight{
    width: 50%;
    height: 100%;
    padding: 50px;
    background-color: #FFFFFF;
}

.listFourLi .pDet{
    -webkit-line-clamp: 1;
}

.listTwoLi .pDet{
    -webkit-line-clamp: 5;
}
@media screen and (max-width:960px) {
    .listOneLiBox{
        width: 95%;
    }
    .listTwoAndThree{
        width: 95%;
        flex-wrap: wrap;
    }
    .listTwo{
        width: 100%;
        border-right: none;
    }
    .listTwoLi{
        height: 140px;
    }
    .listThree{
        width: 100%;
        position: relative;
    }
    .listFourLiBox{
        width: 95%;
    }
    .listFour{
        overflow-x: hidden;
    }
    .listOneLi{
        width: 100% !important  ;
        margin-right: 0px;
        height: auto !important;
        padding-bottom: 20px;
    }
    .listFourLi{
        width: 100%;
    }
    .listFourLi:nth-of-type(4n){
        margin-right: 20px;
    }
    .listOneLi .pDet{
        margin: 10px auto 0px;
    }
    .listFive{
        width: 95%;
    }
    .listFiveLi{
        height: 165px;
    }

    .listOneLi:nth-of-type(1) img, .listOneLi:nth-of-type(2) img, .listOneLi:nth-of-type(3) img{
        height: 75%;
    }
    .listTwoLi .pDet{
        -webkit-line-clamp: 2;
        font-size: 15px;
    }
    .listFivePob{
    width: 40px;
    height: 40px;
    }
    .listFiveLiRight{
        padding: 10px 25px;
    }
    .listFiveLi .pDet{
        font-size: 15px;
    }
}