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: #ffffff;
  padding: 24px;
}

.main-left .menu {
  background: #ffffff;
  border-top: 2px solid #C03A3A;
  padding-bottom: 20px;
  box-shadow: 0px 0px 10px 0px #0000000D;
  min-height: 400px;
}

.menu-title {
  display: block;
  border-bottom: 1px dashed #E5E6EB;
  color: #1D2128;
  position: relative;
}

.menu-title a {
  display: block;
  color: #000000;
  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: 0px 10px 0px 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: #ffffff;
}

/* 理财公告 */
.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: #ffffff;
  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(./arrow-up.png) no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 16px;
}

.main .menu .arrowUp::after {
  content: '';
  background: url(./arrow-down.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;
  }
}