#page-news {

}

#page-news h2 {
    margin-bottom: 0;
}

#page-news #article-count {
    text-align: right;
    font-size: 14px;
    margin-bottom: 10px;
}

#page-news #article-count span {
    font-weight: bold;
}

#page-news .article {
    margin-bottom: 20px;
    padding: 15px;
}

#page-news .article .inner {

}

#page-news .article .inner .article-head {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px;
    padding: 0 0 15px 70px;
    position: relative;
}

#page-news .article .inner .article-head:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/logo.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

#page-news .article .inner .article-head .article-title {
    font-size: 20px;
    margin: 0 0 10px;
    border: 0;
    text-transform: none;
}

#page-news .article .inner .article-head .article-details {
    margin: 0;
}

#page-news .article .inner .article-head .article-details span {
    font-weight: bold;
}

#page-news .article .inner .article-content {
    width: calc(100% - 260px);
    font-size: 14px;
    padding: 0 0 30px;
    margin-bottom: 10px;
}

#page-news .article .inner .article-content a.postlink {
    word-break: break-word
}

#page-news .article .inner .article-stats {
    width: 240px;
    float: right;
    margin-left: 20px;
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

#page-news .article .inner .article-stats p {
    font-size: 16px;
}

#page-news .article .inner .article-stats p span {
    font-weight: bold;
}

#page-news .article .inner .article-stats .article-url {
    width: 180px;
    display: block;
    white-space: unset;
    color: #105289;
}
#page-news .article .inner .article-stats .article-url:hover {
    color: #D31141;
}

#page-news .article .inner .attach-image img {
    /*max-width: 100%;*/
}

#page-news .article .inner .bbvideo {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 50%;
    position: relative;
}

#page-news .article .inner .bbvideo iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}


@media (min-width: 702px) and (max-width: 920px) {
    #page-news .article .inner .article-content {
        width: calc(100% - 220px);
    }

    #page-news .article .inner .article-stats {
        width: 200px;
    }

    #page-news .article .inner .article-stats .article-url {
        width: 140px;
    }
}

@media (max-width: 701px) {
    #page-news .article .inner .article-content {
        width: 100%;
    }

    #page-news .article .inner .article-stats {
        width: 100%;
    }

    #page-news .article .inner .article-stats .article-url {
        width: calc(100% - 20px);
    }

    #page-news .article .inner .article-stats p {
        width: 50%;
        margin: 0 0 10px 0;
    }

    #page-news .article .inner .article-stats p:first-child {
        float: left;
    }
}