﻿body
{
    background: #f7f8fa;
}
.content .breadcrumbs
{
    margin-bottom: 16px;
    margin-top: 24px;
}/* 左侧菜单 */
.main
{
    margin-bottom: 24px;
    display: table;
    font-size: 14px;
    line-height: 22px;
    color: #1d2128;
    table-layout: fixed;
}
.main-left
{
    display: table-cell;
    vertical-align: top;
    width: 20%;
    padding-right: 16px;
}
.main-right
{
    display: table-cell;
    vertical-align: top;
    width: 80%;
    background: #fff;
    padding: 24px;
}
.main-left .menu
{
    background: #fff;
    border-top: 2px solid #c03a3a;
    padding-bottom: 20px;
    box-shadow: 0 0 10px 0 #0000000d;
    min-height: 400px;
}
.menu-title
{
    display: block;
    border-bottom: 1px dashed #e5e6eb;
    color: #1d2128;
    position: relative;
}
.menu-title a
{
    display: block;
    color: #000;
    padding: 8px 24px;
    cursor: pointer;
}
.child-menu
{
    display: none;
}
.child-menu>.menu-title
{
    color: #505968;
}
.child-menu>.menu-title a
{
    padding-left: 40px;
}
.child-menu>.menu-title::before
{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #1d2128;
    margin-bottom: 2px;
    float: left;
    margin-top: 18px;
    margin-left: 28px;
    margin-right: 12px;
}
.menu-title:hover
{
    background: #e5e6eb;
}
.menu>.menu-title.active
{
    background: #f9ebeb;
    background-color: #c03a3a1a;
    color: #c03a3a;
    font-weight: bold;
}
.menu .menu-title.active a
{
    color: #c03a3a;
}
.child-menu>.menu-title.active
{
    color: #c03a3a;
}
.child-menu>.menu-title.active::before
{
    background: #c03a3a;;
}/* 栏目标题 */
.category-title
{
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1d2128;
}
.category-title i
{
    display: inline-block;
    margin-bottom: -3px;
    width: 5px;
    height: 18px;
    border-radius: 0 10px 0 10px;
    background: #c03a3a;
    margin-right: 8px;
}
.documents-list a
{
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid #f2f3f5;
    font-size: 14px;
    line-height: 22px;
    color: #1d2128;
}
.documents-list a:hover
{
    color: #c03a3a;
}
.documents-list a i
{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c03a3a;
    margin-right: 8px;
    margin-bottom: 3px;
}
.documents-list a>span
{
    width: calc(100% - 110px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
}/* 详情正文 */
.document-title
{
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #1d2128;
    border-bottom: 1px solid #f2f3f5;
    margin-bottom: 10px;
}
.document-content
{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #1d2128;/* overflow-x: auto; */
    text-indent: 32px;
    word-break: break-all;
}
.document-content p+p
{
    margin-top: 16px;
}
.document-content img
{
    max-width: 100%;
}/* A股H股等板块的 nav */
.channel-list
{
    margin-bottom: 24px;
}
.channel-list a
{
    display: inline-block;
    padding: 5px 15px;
    color: #1d2128;
    border: 1px solid #f2f3f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    float: left;
}
.channel-list a+a
{
    border-left: 0;
}
.channel-list a:hover
{
    color: #c03a3a;
}
.channel-list a.active
{
    border: 1px solid #c03a3a;
    background: #c03a3a;
    color: #fff;
}/* 理财公告 */
.channel-card
{
    margin-bottom: 16px;
}
.channel-card .channel-title
{
    padding: 8px 14px;
    background: #f2f3f5;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #1d2128;
}
.channel-card .channel-title a
{
    display: inline-block;
    font-weight: 400;
    color: #c03a3a;
    border: none;
    padding: 0;
}
.channel-card .channel-title+p
{
    margin-top: 8px;
}/* 检索结果-检索框 */
.siteSeacrh
{
    margin-bottom: 32px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}
.siteSeacrh input
{
    display: inline-block;
    width: 800px;
    border-radius: 4px;
    border: 1px solid #c03a3a;
    padding: 7px 50px 7px 15px;
    margin-right: 12px;
}
.siteSeacrh img
{
    position: absolute;
    width: 18px;
    top: 10px;
    left: 766px;
}
.siteSeacrh button
{
    display: inline-block;
    border-radius: 4px;
    padding: 8px 32px;
    background: #c03a3a;
    color: #fff;
    cursor: pointer;
}
.searchContent .documents-list
{
    margin: 16px 0;
}
.searchContent .documents-list a
{
    padding: 16px;
    border-bottom: 1px dashed #e5e6eb;
}
.searchContent .documents-list a:first-child
{
    border-top: 1px dashed #e5e6eb;
}
.searchContent .child-menu
{
    display: block;
}
.searchContent .documents-list a span
{
    display: block;
}
.searchContent .documents-list a .fr
{
    font-weight: 400;
    color: #505968;
}
.searchContent .documents-list .red
{
    color: #c03a3a;
}
.searchContent .documents-list a span:first-child
{
    font-weight: bold;
}
.searchContent .documents-list a span+span
{
    margin-top: 8px;
}/* .searchContent .documents-list a:hover{
  color: initial;
} */
.searchTotal
{
    color: #1d2128;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}
.searchTotal span
{
    color: #c03a3a;
}
.main .menu .show-arrow::after
{
    content: '';
    background: url(/png/tkd5jvjt.png) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 16px;
}
.main .menu .arrowUp::after
{
    content: '';
    background: url(/png/gxn0lsny.png) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 16px;
}
@media(max-width: 1120px)
{
    .main
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    .main-left
    {
        display: block;
        width: 100%;
        padding: 0;
        min-height: auto;
    }
    .main-right
    {
        display: block;
        width: 100%;
        margin-top: 24px;
    }
    .main-left .menu
    {
        min-height: auto;
    }
    .active-nav+.menu
    {
        margin-top: 24px;
    }
    .active-nav
    {
        background: #e5e6eb;
        font-size: 20px;
        text-align: center;
        padding: 8px 20px;
    }
    .main .main-left .menu
    {
        padding-bottom: 0;
    }
}
@media(max-width: 767px)
{
    body
    {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .content.main
    {
        flex: 1;
    }
    .main-right
    {
        padding: 12px;
    }
    .document-content::-webkit-scrollbar
    {
        display: none;
    }
}
