hr {
    border: 0;
    height: 1px;
    background: transparent;
    border-bottom: 1px dashed #E6E6E6;
    margin: 16px 0;
}

/* 表格样式 */
table {
    width: 100%;
    table-layout: fixed;
    /* 固定表格布局，配合宽度使用 */
    border-collapse: collapse;
}

table div {
    width: 100%;

}

table thead {
    background-color: rgba(41, 120, 255, .1);
    color: #000;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    padding: 0 10px;
    min-width: 60px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    text-align: center;
}

table tbody {
    position: relative;
    text-align: center;
    vertical-align: top;
}

table tbody tr {
    background-color: rgba(41, 120, 255, .1);
    color: #000;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    padding: 0 10px;
    min-width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;

}


table tbody td {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 8px 10px;
    border-bottom: 1px solid #D2D7DF;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
}

/* Blockquote 标签样式 */
blockquote {
    margin: 16px 0;
    padding: 16px 20px;
    border-left: 4px solid #2978ff;
    background-color: rgba(41, 120, 255, 0.05);
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    font-style: normal;
    position: relative;
}

blockquote::before {
    content: " ";
    font-size: 30px;
    color: rgba(41, 120, 255, 0.3);
    position: absolute;
    top: 5px;
    left: 10px;
}

blockquote::after {
    content: " ";
    font-size: 30px;
    color: rgba(41, 120, 255, 0.3);
    position: absolute;
    bottom: -10px;
    right: 10px;
    transform: rotate(180deg);
}

blockquote p {
    margin: 0;
    padding: 0;
}

/* P 标签样式 */
p {
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* H3 标签样式 */
/*
h3 {
    margin: 20px 0 12px 0;
    font-size: 18px;
    font-weight: 800;
    color: #525a6a;
    line-height: 1.4;
    padding-bottom: 8px;
    position: relative;
}
*/

/* Strong 标签样式 */
strong {
    font-weight: 700;
    color: #2c3e50;
    margin-right: 4px;
}

/* BR 标签样式 */
br {
    display: block;
    content: "";
    height: 10px;
    margin-bottom: 16px;
}

/* OL 标签样式 */
ol {
    margin: 16px 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    counter-reset: item;
}

ol li {
    margin: 8px 0;
    position: relative;
}



em {
    font-style: normal;

}

.pinPic {
    width: 50%;
    height: 500px;
    margin: 0 auto;
    min-width: 500px;
}