﻿.news_content_content p {
    margin-top: 10px;
}

.tile-region::after {
    clear: both;
    content: "";
    display: block;
}

.tile-region {}

.tile-group::after {
    clear: both;
    content: "";
    display: block;
}

.tile-group.full {
    width: 100%;
}

.tile-group {
    float: left;
    width: 300px;
}

.tile.auto-height {
    height: auto;
}

.tile.full {
    width: 100%;
}

.tile {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 150px;
    padding: 3px;
    position: relative;
    width: 150px;
}

.tile.color-panel>.wrap {
    color: #666;
    padding-bottom: 30px;
}

.tile>.wrap {
    color: #888;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.tile.color-panel>.wrap {
    color: #666;
}

.box-tile {
    margin-bottom: 20px;
}

.box-tile .box-title {
    border-bottom: 1px solid #f1f1f1;
    font-family: "Microsoft Yahei";
    font-size: 1.125em;
    line-height: 3em;
    padding: 0 30px;
    position: relative;
}

.location::before {
    content: "  ";
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}

.location {
    cursor: default;
    font-size: 13px;
    line-height: 48px;
    margin-left: 10px;
}

.location span:first-child::before {
    content: "";
}

.location span::before {
    content: " > ";
}

.location span {
    font-size: 12px;
}

.news_content_wrap {
    min-height: 400px;
    padding: 10px 30px 20px;
}

.news_content_head {
    margin: 0 30px;
}

.news_content_title {
    color: #444;
    font-family: "Microsoft Yahei";
    font-size: 22px;
    line-height: 27px;
    margin-top: 20px;
    text-align: center;
}

.news_content_date {
    border-bottom: 1px solid #eee;
    color: #888;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 0;
    text-align: center;
}

.news_content_body {
    padding: 10px 30px;
}

.news_content_content {
    font-size: 16px;
    line-height: 28px;
}

.news_content_other {
    padding: 10px 30px;
}

.news-content-share {
    float: left;
}

.news-content-function {
    float: right;
    font-size: 12px;
    margin-top: 20px;
}

.news-content-function a {
    display: block;
    width: 80px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    border: none;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    color: #ffffff;
    background-color: #BB2F3C;
}