.news-detail-block {
    padding: 60px 0 75px;
}

.entry-block {
    border: 1px solid #CBCBCB;
    padding: 30px;
}
    .entry-block .meta {
        border-bottom: 1px solid #CBCBCB;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
        .entry-block .meta .label {
            margin-left: 20px;
        }
    .entry-block .text {
        width: 590px;
        float: left;
    }
    .entry-block .photo {
        width: 310px;
        float: right;
        text-align: center;
    }
    .entry-block h1 {
        font-size: 21px;
        font-weight: normal;
        color: #43A0D9;
        margin-bottom: 25px;
    }
    .entry-block .back {
        text-align: center;
        margin-top: 30px;
    }
        .entry-block .back a {
            width: 310px;
            height: 30px;
            line-height: 30px;
            margin: 0 auto;
            text-decoration: none;
            display: block;
            color: #43A0D9;
            background: #fff;
            border: 1px solid #43A0D9;
        }
        .entry-block .back a:before {
            content: '◀';
            margin-right: 10px;
        }
        .entry-block .back a:hover {
            color: #fff;
            background: #43A0D9;
        }
