@charset "utf-8";

/* ============================================================
   主动公开 - 单篇文章页（Q-嵌套-主动公开单篇文章.html）专用样式
   整合自原内联 <style> 块
   依赖：无
   ============================================================ */

/* ===== 链接 hover ===== */
a:hover {
    text-decoration: none;
}

/* ===== 文章标题 ===== */
.cont_tit {
    width: 740px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2d66a5;
    line-height: 54px;
    font-family: "微软雅黑";
    padding-bottom: 27px;
}

/* ===== 文章外层容器 ===== */
.xxgk-box {
    width: 740px;
    height: 740px;
}

/* ===== 文章正文（带滚动条） ===== */
.contM {
    margin-left: 17px;
    padding-right: 25px;
    height: 740px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* ===== 右侧容器 ===== */
.xxgk-right {
    width: 768px;
    display: block;
    float: left;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    margin-left: 18px;
    padding: 30px 0;       /* 原文件两个 padding 声明合并，保留后者 */
    overflow: hidden;
}
