.news-content h3{
    font-family: SFProText-bold;
    color: #223345;
    font-size: 22px;
}
.news-content p{
    color: #323846;
    font-family: SFProText-Regular;
    font-size: 15px;
}
.news-content-des>p{
    font-family: SFProText-bold;
    font-size: 15px;
}
.news-content .content-creation-date span{
    font-size: 13px;
}
.news-content .content-creation-date span:last-child{
    color: #323846;
    font-family: SFProText-Regular;
}
.news-content .view-content span{
    line-height: 10px;
    font-size: 10px;
    padding: 5px;
    background-color: rgba(242, 242, 242, 1);
}
.news-content .view-content span:last-child{
    font-family: SFProText-Regular;
    color: #323846;
}
.related-news .related-news-title{
    line-height: 28px;
}
.related-news .related-news-title img{
    display: inline-block;
}
.related-news .related-news-title h4{
    display: inline-block;
    color: #1200be;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: rgba(18, 0, 190, 1);
}
.news-content .share-facebook>span{
    background-color: rgba(65, 103, 178, 1);
}
.like-facebook>span{
    background-color: rgba(42, 163, 243, 1);
    
}

.news-content .share-facebook>span, .like-facebook>span{
    text-align: center;
    width: 70px;
    height: 20px;
    font-size: 10px;
    color: #ffffff;
    padding: 5px;
    border-radius: 3px;
}
.news-content .share-facebook>span>span .like-facebook>span>{
    margin-left: 5px;
}
.news-content img{
    max-width: 100%;
}
.news-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%!important;
}
.news-content table tbody{
    display: table;
    width: 100%;

}
.news-content table tbody td{
    min-width: 350px;
    padding: 0 40px 0 0;
}
.news-content table tbody td figcaption{
    white-space: normal;
}
.news-content table tbody td {
    padding-right: 15px;
    width: 50%;
}
.news-content table tbody td:last-child {
    padding-right: 0;
}
.news-content table tbody td img {
    width: 100%;
}