.newsInArea{
    padding: 7% 15% 3% 15%;
    background: #071760;
}

.newsInArea .title h4,.newsInArea .title h3{
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2%;
}

.newsInArea .title h3{
    margin-top: 2%;
    line-height: 1.5;
    text-align: justify;
}

.newsInArea .Img .innerImg{
    padding-top: 70%;
}

.newsInBox{
    border-top: 1px solid #ffffff8f;
    border-bottom: 1px solid #ffffff8f;
    color: #fff;
    margin: 5% 0;
    padding: 2% 10% 5% 10%;
}

.newsInBox .breadcrumbBox{
    display: flex;
    justify-content: end;
    margin-bottom: 5%;
}

.newsInBox .breadcrumbBox a:hover{
    color: #fff;
    font-weight: 400;
}

.newsInBox .textEditor p{
    margin-bottom: 1rem;
}

.newsInBox .textEditor img{
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .newsInArea{
        padding: 10% 5% 3% 5%;
    }

    .newsInArea .title{
        margin-bottom: 5%;
    }

    .newsInBox{
        margin: 10% 0;
        padding: 2% 0 5% 0;
    }
}

