.box-news {
    margin-bottom: 15px;
    border: none !important;
}
.box-news .content-box {
    position: relative;
    border: solid 1px #ccc;
    border-radius: 8px;
    user-select: none;
}

.mce-content-body .box-news .content-box::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
}

.box-news .title-box {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}
.box-news .title-box td {
    padding: 5px 0px;
    border: none !important;
}
.box-news .content-box .body-box {
    color: #ddd;
    padding: 10px;
    border: none !important;
}
.box-news[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
.box-news[align="right"] {
    margin-left: 15px;
    margin-right: auto;
}
.box-news[align="left"] {
    margin-left: auto;
    margin-right: 15px;
}
.box-news .body-box ul {
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
}
.box-news .body-box ul li {
    line-height: 22px;
    margin-bottom: 10px;
}
.box-news .body-box ul li a {
    color: #337ab7;
}