#content .messages-wrapper .inner {
  display: none;
}

/* 左边侧边栏 */
.block-region-left .block .block-title {
  background: #005826;
  color: #FFF;
  font-weight: bold;
  padding: 0;
}


.block-region-left .block .block-title::before {
  content: "\e602";
  position: relative;
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  color: #fff;
}

/* 右边侧边栏 */
.region-right .block-region-right .block .block-title, .cust-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0;
  background-image: url("/jxjybgs-prod/sites/default/files/underline.png");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: bottom;
  background-size: 5rem;
  border-bottom: none;
  margin-bottom: 1rem;
}

.region-right .block-region-right .block .list > .list-item {
  padding-left: 0;
}
.region-right .block-region-right .block .list > .list-item:hover {
  /*background-color: #2f72a8;*/
  background-color: #005826;
}

.region-right .block-region-right .block .list > .list-item:hover a p {
  color: #FFFFFF;
}

/* TOP */
.block-region-top .block .block-title{
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0;
  background-image: url("/jxjybgs-prod/sites/default/files/underline.png");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: bottom;
  background-size: 5rem;
  border-bottom: none;
  margin-bottom: 1rem;
}
.block-region-top .block .list {
  padding-left: 1rem;
}


.block-region-top .block .list > .list-item {
  padding-left: 0;
  list-style: disc;
}
.block-region-top .block .list > .list-item:hover {
/*  background-color: #2f72a8;*/
  background-color: #005826;
}

.block-region-top .block .list > .list-item:hover a p {
  color: #FFFFFF;
}
.block-region-top .block .list > .list-item a {
  display:flex;
  justify-content: space-between;
}
.block-region-top .block .list > .list-item-line {
  border-bottom: 1px dotted #c6c6c6;
}

.block-region-top .block .list > .list-item a .type{
  display:none
}

  
  