.topmenuline .line{
    display: block;
    margin-top: 0;
}

.font1.s40{
    font-size: 40px;
}
.font1 h3{
    font-size: 20px;
}

.stcard{
    width: 100%;
    height: fit-content;
    display: block;
    position: relative;
    margin-top: 32px;
    margin-bottom: 24px;
}
.stcard img{
    width: 100%;
    height: 243px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.fil{
    background: rgba(52, 11, 69, 0.7);
    width: calc(100% - 164px);
    height: 143px;
    padding: 50px 82px;
    position: absolute;
    inset: 0 auto auto 0;
    border-radius: 10px;
    overflow: hidden;
}
.stcard .p1{
    line-height: 1.3;
    margin: 0;
    margin-bottom: 20px;
    color: #EEE7F2;
}
.stcard .p2{
    line-height: 1.5;
    height: 72px;
    overflow: hidden;
    color: #EEE7F2;
}

.stcd{
    width: 1043px;
    height: fit-content;
    padding: 20px 0;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(270deg, rgba(149, 89, 189, 0) 0%, rgba(149, 89, 189, 0.7) 26%, #9559BD 52%, rgba(149, 89, 189, 0.7) 77.5%, #9559BD 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
    display: flex;
}
.stcd time{
    color: #6F2DA8;
    line-height: 1.3;
    margin-right: 20px;
}
.stcd a{
    line-height: 1.3;
}

.pagination{
    width: 100%;
    margin-top: 40px;
}


@media only screen and (max-width: 1700px){
    .font1.s40{
        font-size: 36px;
    }
    .font1.w500.s24{
        font-size: 20px;
        font-weight: 400;
    }
    .font1.s20{
        font-size: 18px;
    }
    
    .stcard{
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .stcard img{
        height: 194px;
    }
    .fil{
        width: calc(100% - 128px);
        height: 144px;
        padding: 25px 64px;
    }
    .stcard .p2{
        height: 77px;
    }
    
    .stcd{
        padding: 20px 0 12px 0;
    }

    .pagination{
        width: 100%;
        margin-top: 32px;
    }
}


@media only screen and (max-width: 1140px){
    section{
        width: calc(100% - 48px);
        padding: 0 24px;
    }

    .font1.s40{
        font-size: 18px;
    }
    .font1.w500.s24{
        font-size: 14px;
        font-weight: 400;
    }
    .font1.s20{
        font-size: 16px;
    }
    .font1 h3{
        font-size: 16px;
    }

    .stcard{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .stcard img{
        height: 183px;
    }
    .fil{
        width: calc(100% - 36px);
        height: 143px;
        padding: 20px 18px;
    }
    .stcard .p2{
        line-height: 1.7;
        height: 99px;
    }
    .stcd{
        width: 100%;
        padding: 14px 0 8px 0;
        border-image: none;
        border-bottom: 1px solid #E9DDF2;
        display: block;
    }
    .stcd time{
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .stcd.last{
        border-bottom: 0;
    }

    .pagination{
        width: calc(100% - 48px);
        padding: 0 24px 100px 24px;
        margin-top: 24px;
    }
}