@charset "UTF-8";

.article-detail002-1 .page-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 1rem;
    font-size: 25px;
    font-weight: bold;
 
    border-bottom-width: 1px;
    border-bottom-style: solid;
   
}

.article-detail002-1 .page-title span {
    text-align: center;
}

.article-detail002-1 .news-detail-text{
line-height: 185%;
}

.article-detail002-1 .page-btn {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-top: 60px;
}

.article-detail002-1 .date {
    position: relative;
}

.article-detail002-1 .date::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
   
    width: 20px;
    height: 3px;
}

.article-detail002-1 .date span {

    padding-left: 26px;
    display: block;
}