﻿.newsContent {
    background-color: #fff;
    width: 100%;
    margin: 20px 0;
    padding: 45px 122px;
    border: 1px solid #eeeeee;
}

.newsContent > div {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.newsContent .title {
    font-size: 24px;
    color: #333;
}

.newsContent .date {
    font-size: 12px;
    color: #888;
    line-height: 30px;
}

.newsContent .content {
    font-size: 14px;
    color: #333;
}

.newsContent img {
    display: inline !important;
}

.titleWrapper {
    position: relative;
}

.btn {
    position: absolute;
    right: 0;
    bottom: 25px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    width: 125px;
    height: 45px;
    border-radius: 30px;
    line-height: 45px;
    color: #333;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    box-shadow: 0 0 5px #ddd;
}