.articleTitleLine{   
    background-color: #fff;
    padding: 40px 40px 0 40px;
}
.articleContent{
    background-color: #fff;
    padding: 40px 160px 0 160px;
}
.articleTitleLine p{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color:#000 !important;
}
.articleTitleLine p:last-child{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}
.articleTitleLine p .pubdate{
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    color:#333;
}
.articleTitleLine p .bi{
    font-size: 16px;
    color: #333;
    margin: 0 2px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 0 2px;
}
.articleContent p{
    text-indent: 2rem;
    line-height: 2rem;
    text-align: justify;
}
.articleContent p:has(img){
    text-indent: 0rem !important;
}