main {
    width: 78%;
    height: auto;
    margin: 10px auto;
}

main img {
    object-fit: cover;
}

.list-title {
    width: 100%;
    height: 50px;
    border-top: 2px solid;
    position: relative;
}

.list-title p {
    width: auto;
    display: inline;
    color: #fff;
    padding: 8px 15px;
    background-color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    top: 0px;
    letter-spacing: 2px;
}

.list-one {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

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

.list-one-li-box img {
    width: 100%;
    height: 200px;
}

.list-one-li {
    width: calc((100% - 60px)/4);
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}

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

.list-one-li .pKey {
    font-size: 12px;
    font-family: WiredMono, helvetica, sans-serif;
    font-weight: 400;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list-one-li .pName {
    color: #000;
    font-size: 18px;
    font-family: Apercu, helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-one-li .pdet {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
}


.list-two {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

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

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

.list-two-li:nth-of-type(1) {
    width: 100%;
    height: 550px;
    margin-right: 0px;
}

.list-two-li:nth-of-type(1) img {
    width: 65%;
}

.list-two-li:nth-of-type(1) .list-two-li-tex {
    width: 33%;
}

.list-two-li:nth-of-type(4n+1) {
    margin-right: 0px;
    border: none;
}

.list-two-li {
    width: calc((100% - 60px)/4);
    height: 100px;
    border-right: 1px solid gainsboro;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
}

.list-two-li-tex {
    width: 65%;
}


.list-two-li .pKey {
    width: 100%;
    font-size: 12px;
    font-family: WiredMono, helvetica, sans-serif;
    font-weight: 400;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-two-li .pName {
    width: 100%;
    color: #000;
    font-size: 20px;
    font-family: Apercu, helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-two-li:nth-of-type(1) .pName {
    font-size: 48px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}

.list-two-li .pdet {
    width: 100%;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-two-li:nth-of-type(1) .pdet {
    width: 100%;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 2;
    -webkit-line-clamp: 3;
}


.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-box img {
    width: 100%;
    height: 220px;
}

.list-three-li:nth-of-type(1) {
    width: 100%;
    height: 550px;
    margin-right: 0px;
}

.list-three-li:nth-of-type(1) img {
    width: 65%;
    height: 100%;
}

.list-three-li:nth-of-type(1) .list-three-li-tex {
    width: 33%;
}

.list-three-li:nth-of-type(4n+1) {
    margin-right: 0px;
    border: none;
    padding-right: 0px;
}

.list-three-li {
    width: calc((100% - 60px)/4);
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 5px;
}

.list-three-li-tex {
    width: 100%;
}


.list-three-li .pKey {
    width: 100%;
    font-size: 12px;
    font-family: WiredMono, helvetica, sans-serif;
    font-weight: 400;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-three-li .pName {
    width: 100%;
    color: #000;
    font-size: 20px;
    font-family: Apercu, helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-three-li:nth-of-type(1) .pName {
    font-size: 48px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}

.list-three-li .pdet {
    width: 100%;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   
}

.list-three-li:nth-of-type(1) .pdet {
    width: 100%;
    color: #333;
    font-size: 20px;
    font-family: fangsong;
}


.list-four {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

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

.list-four-li-box img {
    width: 30%;
    height: 100%;
}

.list-four-li:nth-of-type(1) {
    width: 100%;
    height: 550px;
    margin-right: 0px;
}

.list-four-li:nth-of-type(1) img {
    width: 65%;
}

.list-four-li:nth-of-type(1) .list-four-li-tex {
    width: 33%;
}

.list-four-li:nth-of-type(4n+1) {
    margin-right: 0px;
    border: none;
}

.list-four-li {
    width: calc((100% - 60px)/4);
    height: 100px;
    border-right: 1px solid gainsboro;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
}

.list-four-li-tex {
    width: 65%;
}


.list-four-li .pKey {
    width: 100%;
    font-size: 12px;
    font-family: WiredMono, helvetica, sans-serif;
    font-weight: 400;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-four-li .pName {
    width: 100%;
    color: #000;
    font-size: 20px;
    font-family: Apercu, helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-four-li:nth-of-type(1) .pName {
    font-size: 48px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}

.list-four-li .pdet {
    width: 100%;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.list-four-li:nth-of-type(1) .pdet {
    width: 100%;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 2;
    -webkit-line-clamp: 3;
}


@media screen and (max-width:960px){
    main{
        width: 95%;
    }
    .list-one-li{
        width: 100%;
        margin-right: 0px;
    }
    .list-two-li{
        width: 100%;
        border: none;
    }
    .list-two-li:nth-of-type(1){
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .list-two-li:nth-of-type(1) img{
        width: 100%;
        height: auto;
    }
    .list-two-li:nth-of-type(1) .list-two-li-tex{
        width: 100%;
    }
    .list-two-li:nth-of-type(1) .pName{
        font-size: 20px;
    }
    .list-three-li{
        width: 100%;
        margin-right: 0px;
        border: none;
        padding-right: 0px;
    }
    .list-three-li:nth-of-type(1){
        flex-wrap: wrap;
        height: auto;
    }
    .list-three-li:nth-of-type(1) img{
        width: 100%;
        height: auto;
    }
    .list-three-li:nth-of-type(1) .list-three-li-tex{
        width: 100%;
    }
    .list-three-li:nth-of-type(1) .pName{
        font-size: 20px;
    }
    .list-three-li:nth-of-type(1) .pName{
        text-transform: initial;
    }

    .list-four-li:nth-of-type(1){
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .list-four-li:nth-of-type(1) img{
        width: 100%;
        height: auto;
    }
    .list-four-li:nth-of-type(1) .list-four-li-tex{
        width: 100%;
    }
    .list-four-li:nth-of-type(1) .pName{
        font-size: 20px;
    }
    .list-four-li{
        width: 100%;
        border-right: none;
        padding: 0px;
    }
}
