main {
    width: 1300px;
    height: auto;
    margin-top: 10px;
}


.list-one-and-two {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-one {
    width: 66%;
    height: auto;
}

.list-one-li {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.list-one-li-left {
    width: 48%;
    height: 100%;
}

.list-one-li-left img {
    width: 100%;
    height: 100%;
}

.list-one-li-right {
    width: 48%;
    padding: 20px 20px 20px 0px;
}

.list-one-li-right .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;
}

.list-one-li-right .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;
}

.list-one-li-right .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;
   
}

.list-two {
    width: 30%;
    height: fit-content;
    position: sticky;
    top: 90px;
    bottom: auto;
}

.list-two-li {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    position: relative;
}

.list-two-li img {
    width: 100%;
    height: 100%;
}

.list-two-li .pName {
    width: 95%;
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
    margin: 10px;
}

.list-three {
    width: 100%;
    height: auto;
}

.list-three-li-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.list-three-li {
    width: calc((100% - 60px)/3);
    height: 500px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.list-three-li img {
    width: 100%;
    height: 340px;
}

.list-three-li:nth-of-type(3n) {
    margin-right: 0px;
}

.list-three-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;
}

.list-three-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;
}

.list-three-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;
   
}

.list-four{
    width: 100%;
    height: auto;
}

.list-four-li-box{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.list-four-li{
    width: calc((100% - 90px)/4);
    height: auto;
    margin-bottom: 30px;
    margin-right: 30px;
}

.list-four-li img{
    width: 100%;
    height: 340px;
}

.list-four-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;
    margin-top: 30px;
}
.list-four-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: 5px;
}
.list-four-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;
   
}

.list-four-li:nth-of-type(1){
    width: calc((100% - 30px)/2);
}
.list-four-li:nth-of-type(1) img{
    height: 600px;
}
.list-four-li:nth-of-type(4n-1){
    margin-right: 0px;
}

@media screen and (max-width:960px) {
    main{
        width: 95%;
    }
    .list-one{
        width: 100%;
    }
    .list-one-li{
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 20px;
    }
    .list-one-li-left{
        width: 100%;
    }
    .list-one-li-right{
        width: 100%;
    }
    .list-two{
        width: 100%;
    }
    .list-three-li{
        width: 100%;
        height: auto;
        margin-right: 0px;
    }
   .list-four-li{
    width: 100%;
    margin-right: 0px;
   }
   .list-four-li:nth-of-type(1){
    width: 100%;
    margin-right: 0px;
   }
   .list-four-li:nth-of-type(1) img{
    height: 240px;
   }
   .list-four-li img{
    height: 240px;
   }
   .list-one-li-right .pName{
    font-size: 20px;
   }
   .list-three-li .pName{
    font-size: 20px;
   }
   .list-four-li .pName{
    font-size: 20px;
   }
   .list-three-li img{
    height: 240px;
   }
}