.box-news {
    display: flex;
    margin-bottom: 15px;
}
.box-news .content-box {
    width: 70%;
    border: solid 1px #ccc;
    /* border-radius: 8px; */
}
.fr-box .box-news .content-box{
    border: none;
}
.box-news .title-box {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    justify-content: center;
    border-bottom: solid 1px #ccc;
}
.box-news .title-box td {
    padding: 5px 0px;
}
.box-news .content-box .body-box {
    color: #ddd;
    padding: 10px;
}
.box-news.center-pos {
    justify-content: center;
}
.box-news.right-pos {
    justify-content: flex-end;
}
.box-news .body-box ul {
    list-style-type: none;
    padding-left: 0px;
}
.box-news .body-box ul li {
    line-height: 22px;
    margin-bottom: 10px;
}
.box-news .body-box ul li a {
    color: #337ab7;
}