.news {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    padding: 15px;
    margin-bottom: 30px;
    width: 850px;
    display: block;
    color: #475669 !important;
    border-radius: 2px;
}

.news__txt {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
}

.news__bottom div:first-of-type > * {
    display: inline-block;
    vertical-align: middle;
}

.news__bottom {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    align-items: center;
    text-transform: uppercase;
}

.news:hover .news__ttl {
    color: #215f86;
}

.news__ttl {
    font-weight: bold;
    text-transform: uppercase;
    color: #318cc6;
    font-size: 19px;
    line-height: 23px;
    display: block;
}

.news__img img {
    border-radius: inherit;
}

.news__img {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    display: block;
    border-radius: 2px;
}

.news-detail p {

    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.news-detail {
    width: 80%;
}

.news-other a {
    width: calc(100% - 85px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-other p {
    max-width: 98%;
    font-size: 13px;
    overflow: hidden;
    line-height: 13px;
    margin: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-other__img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    background-color: #eee;
}

.news-other__r-col > div {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 13px;
}

.news-other__r-col {
    width: calc(100% - 59px);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.news-detail__stat > div:last-of-type i {
    margin-left: 2px;
}

.news-detail__stat > div:last-of-type {

    color: #999;
}

.news-detail__stat {
    padding: 10px 0;
    margin: 10px 0 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

@media screen and (max-width: 1024px) {
    .news {
        width: 100%;
    }

    .news-detail {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .news__img {
        width: 100%;
    }

    .news__ttl {
        font-size: 14px;
    }

    .news-detail p {

        font-size: 13px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .news__txt {
        font-size: 13px;
        line-height: 19px;
        margin: 5px 0 15px 0;
    }

    .news__bottom div:first-of-type > * {
        font-weight: bold;
    }

    .news__bottom {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .news__img {
        height: 200px;
    }

    .news-other__r-col {
        vertical-align: top;
    }

    .news-other a {
        font-size: 13px;
        width: auto;
        white-space: normal;
    }

    .news-other__r-col > div {
        position: static;
    }

    .news-other p {
        display: none;
    }
}