﻿.a {
    width: 865px;
    border: 1px solid #5493FF;
    margin: auto;
    box-shadow: 0px 2px 4px 2px rgba(157, 157, 157, 0.7);
    border-radius: 0px;
}

.b {
    padding: 0px 10px 0px 60px;
}
/*主题内容 需要向右偏移才能正确显示, 这个看可能需要优化*/
/* 文字段落样式设置 */
h2 {
    text-align: center;
    background: rgb(165, 3, 157);
    color: white;
    width: 863px;
}

.b h2 {
    background: rgb(71, 130, 206);
    margin-left: -60px
}
/*如总说明等居中标题*/
h3 {
    text-align: center;
    background-color: #ccc;
    margin-left: -60px;
    width: 863px;
    height: 40px;
    line-height: 40px;
}
/* 如 "工程量计算规则和说明"用灰色底纹分隔 */
h4 {
    text-indent: -2em;
    color: #444;
    margin: 8px 0px;
}
/* 如 " 一、" 这样开头的用h4*/
p {
    color: #444;
    text-indent: 2em;
    margin-left: 0em;
    margin: 10px 5px;
}
/*普通段落使用 如： "1."、"(1)" 等普通段落*/

/* 表格设置 */
table {
    border: solid 2px #555;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin: 0 auto;
    width: 800px;
}

    table tr {
        text-align: left;
    }

        table tr:first-child {
            text-align: center;
            background-color: #eee;
            font-weight: bold;
        }

td {
    border: 1px solid #555;
    padding: 3px;
}

/* 表格上面的标题居中设置,用了b标签 */ b {
    text-align: center;
    display: block;
}
/* 去掉a的下划线 */ a, a:hover {
    text-decoration: none;
}
/* 主体内容分割线 */ hr {
    border: 0px solid rgb(71, 130, 206);
}
/* 窗体变小到一定程度后隐藏目录 */
/* @media(max-width:1300px) { #目录 {  display: none;  } } */
/* 目录样式相关设置 */
#目录 hr {
    border: 1px solid rgb(235, 235, 235);
    margin: 2px 0px;
}

.目录标题 {
    background-color: #4782CE;
    height: 20px;
    margin: 0px;
    line-height: 20px;
}

a {
    color: #444;
}

#目录 a {
    padding-left: 10px;
}

#目录 .目录标题 a {
    color: white;
}

#目录 p {
    text-indent: 0em;
    margin: 0px;
    height: 20px;
    line-height: 20px;
}

    #目录 p:hover {
        background-color: #ddd;
    }

#目录 {
    border: 1px solid #5493FF;
    width: 360px;
    position: fixed;
    top: 10px;
    line-height: 11px;
    overflow-y: auto;
    float: left;
    /* border-radius:20px; */
    box-shadow: 0px 2px 4px 2px rgba(157, 157, 157, 0.7);
    margin-left: -380px;
}

.无边框表格 td {
    border: 0px solid #000;
}

table td:nth-child(1) {
    width: 90px;
}

table td:nth-child(2) {
    width: 180px;
}

table td:nth-child(3) {
    width: 180px;
}

table td:nth-child(4) {
    width: 40px;
}

table td:nth-child(5) {
    width: 320px;
}

table td:nth-child(6) {
    width: 300px;
}


table {
    width: 90%;
    font-size: 14px;
}

.一级 {
    height: 20px;
    margin: 0px;
    line-height: 20px;
}

p.一级 + p:not(.一级), p.一级 ~ p:not(.一级) {
    padding-left: 48px;
}

#目录 .一级 a {
    font-weight: bold;
    color: #5d5d5d;
}


/* 点击目录时目录的文字变色,以便知道点击了哪个标题 */
.red-background {
    color: rgb(189, 0, 247);
    font-weight: bold;
}

.红色删除线 {
    color: red;
    text-decoration: line-through;
}

.红色文字 {
    color: red;
}

/*首页使用*/

iframe {
    width: 100%;
    height: auto;
    border: none;
    float: left;
    border: 0px solid #000;
    margin-bottom: 0px;
}
/*有了这句话就可以让iframe标签自动调整高度了*/
.suojin {
    margin-left: 37px;
}
