.newscontent {
    background: #ffffff url(/Content/News/20210813/bg.jpg) no-repeat center top;
}

    .newscontent p {
        text-align: center;
        font-size: 16px;
        color: rgb(211, 237, 249);
        padding: 0px;
        margin: 0px;
        margin-bottom: 20px;
        text-shadow: rgb(170, 209, 251) 0px 0px 5px;
    }

.img01 {
    text-align: center;
    padding-top: 19px;
}

.line {
    text-align: center;
    padding-top: 19px;
    margin-bottom: 20px;
}

.img01 img {
    margin: 0 auto;
}

p.memotext {
    text-align: center;
    color: #021eaa;
    font-size: 16px;
}

@media (max-width: 640px) {
    .newscontent {
        background: #ffffff url(/Content/News/20210813/bg.jpg) no-repeat center top;
        background-size: 700px;
    }
}
@media (max-width: 480px) {
    .newscontent {
        background: #ffffff url(/Content/News/20210813/bg.jpg) no-repeat center top;
        background-size: 600px;
    }
}
@media (max-width: 360px) {
    .newscontent {
        background: #ffffff url(/Content/News/20210813/bg.jpg) no-repeat center top;
        background-size: 600px;
    }
}