/* *************************GS_0001_C5编号案例库组件自定义样式************************* */
/* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色 */
.bt-col-0001-C5 .bt-top {
  display: block;
  color: #333333;
  font-size: 1.2rem;
}

/* 顶部导航 覆盖bootstrap.min.css检索按钮样式 */
.btn {
  border-radius: 0 .25rem .25rem 0;
}

/* 当前位置 覆盖hanweb.min.css当前位置字号及行间距等样式 */
.bt-col-0001-C5 .bt-place {
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 1.125rem 0;
}

.bt-col-0001-C5 .bt-place span {
  padding: 0 0.5rem;
}

/* 自定义父栏目属性，调整父栏目样式 */
.bt-col-0001-C5 h4.bt-col-flm {
  background: #0D59A7;
  height: 5rem;
  background-size: 100%;
  line-height: 3.75rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

/* 同级栏目样式 覆盖hanweb.min.css关于同级栏目样式*/
.bt-col-0001-C5 .list-group {
  background: #fff;
  width: calc(100% - 6px);
  border: .0625rem solid #e9e9e9;
  border-radius: 0;
  border-top: none;
  padding: .9375rem;
  margin: -15px auto 0;
}

/* 信息列表样式 覆盖hanweb.min.css关于同级栏目样式 */
.bt-col-0001-C5 .list-group-item {
  background: #f5f5f5;
}
.bt-col-0001-C5 .list-group-item.active {
    color: #0D59A7;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .list-group-item.active, a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: #EDF7FF;
     color: #0D59A7;
}

/* 信息列表样式 覆盖hanweb.min.css关于同级栏目样式并添加高亮效果 */
.bt-col-0001-C5 .list-group-item span {
  background: url(bt-jiantou.png) no-repeat right center;
  width: .5rem;
  height: .875rem;
  margin-right: 0;
  position: absolute;
  right: 1.125rem;
  top: 1.375rem;
}

.bt-col-0001-C5 .list-group-item.active span,
.bt-col-0001-C5 .list-group-item.active:focus span,
.bt-col-0001-C5 .list-group-item.active:hover span,
.bt-col-0001-C5 .list-group-item:hover span {
  background: url(bt-jiantou-hover.png) no-repeat right center;
}
.bt-col-0001-C5 .column-list li a{
  margin-right: 1em;
}
.bt-col-0001-C5 .bt-all .bt-list-time{
  margin-left: 0;
  display: inline-block;
}
/* 覆盖hanweb.min.css中信息列表行宽属性：.bt-lists-cover */
.bt-col-0001-C5 .bt-lists-cover {
  width: 100%;
}

/* 信息列表样式 覆盖hanweb.min.css中li标签相关属性并添加鼠标移入效果 */
.bt-col-0001-C5 .bt-allUnder-18 {
  background: #fff;
  flex: 0 0 100%;
}

.bt-col-0001-C5 .bt-allUnder-18 .column-list {
  margin-top: 0;
}

.bt-col-0001-C5 .bt-allUnder-18 .column-list li:hover {
  background-color: #f5f5f5;
}

.bt-col-0001-C5 .column-list li {
  border-bottom: none;
}

/* 响应式样式 */
@media(max-width:1199px) and (min-width:960px) {

  /* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色，响应式样式*/
  .bt-col-0001-C5 .bt-top {
    display: block;
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }

  /* banner 覆盖hanweb.min.css中banner响应式展示效果，调整行距，字号，背景等属性*/
  .bt-col-0001-C5 .bt-banner {
    height: 15.5rem;
    line-height: 15.5rem;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
  }

  /* 检索 覆盖hanweb.min.css中检索响应式展示效果，调整行距，字号，背景等属性*/
  .bt-col-0001-C5 .bt-search {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    top: 0;
    padding: 1.5rem 1.5rem;
  }

  .bt-col-0001-C5 .bt-search .input {
    width: 75%;
    padding: 1rem;
    height: 3.5rem;
    border: 0.0625rem solid #5F9AEE;
    border-radius: 0.25rem 0 0 0.25rem;
  }

  .bt-col-0001-C5 .bt-search form .btn {
    width: 25%;
    height: 3.5rem;
  }

  .bt-col-0001-C5 .bt-search .input input {
    float: left;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    border: none;
  }

  .bt-col-0001-C5 .bt-search form .btn input {
    font-size: 1.5rem;
  }

  /* 导航 覆盖hanweb.min.css中导航条响应式展示效果，调整行距，字号*/
  .bt-col-0001-C5 .bt-nav .nav>li {
    width: 16.5%;
  }

  .bt-col-0001-C5 .bt-nav .nav>li>a {
    font-size: 1.5rem;
  }

  /* 当前位置 覆盖hanweb.min.css中当前位置样式，提供响应式展示效果，调整行距，字号*/
  .bt-col-0001-C5 .bt-place {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 1.125rem 3%;
    margin-bottom: 1.5rem;
  }

  .bt-col-0001-C5 .bt-breadcrumb {
    background: none;
    padding: 0;
  }

  /* 左侧栏目盒子 覆盖bootstrap.min.css中左侧栏目盒子样式，提供响应式展示效果，调整盒子在不同分辨率下宽度*/
  .bt-col-0001-C5 .col-md-3 {
    flex: 0 0 27%;
    max-width: 27%;
  }

  /* 自定义父栏目属性，调整响应式下父栏目高度样式 */
  .bt-col-0001-C5 h4.bt-col-flm {
    height: 4.5rem;
  }

  /* 右侧列表盒子  覆盖bootstrap.min.css中右侧栏目盒子样式，提供响应式展示效果，调整盒子在不同分辨率下宽度*/
  .bt-col-0001-C5 .col-md-9 {
    max-width: 63%;
  }

  /* 间隔高度  覆盖hanweb.min.css中间隔高度*/
  .bt-col-0001-C5 .bt-height-30 {
    height: auto;
  }

  /* 底部 覆盖hanweb.min.css中底部样式，调整字号与间距*/
  .bt-col-0001-C5 .bt-footer-top {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .bt-col-0001-C5 .bt-footer-bottom {
    font-size: 1.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
  }
}

@media(max-width:959px) and (min-width:768px) {

  /* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色，响应式样式*/
  .bt-col-0001-C5 .bt-top {
    display: block;
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }

  /* banner 覆盖hanweb.min.css中banner响应式展示效果，调整行距，字号，背景等属性*/
  .bt-col-0001-C5 .bt-banner {
    height: 15.5rem;
    line-height: 15.5rem;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
  }

  /* 检索 覆盖hanweb.min.css中检索响应式展示效果，调整行距，字号，背景等属性*/
  .bt-col-0001-C5 .bt-search {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    top: 0;
    padding: 1.5rem 1.5rem;
  }

  .bt-col-0001-C5 .bt-search .input {
    width: 75%;
    padding: 1rem;
    height: 3.5rem;
    border: 0.0625rem solid #5F9AEE;
    border-radius: 0.25rem 0 0 0.25rem;
  }

  .bt-col-0001-C5 .bt-search form .btn {
    width: 25%;
    height: 3.5rem;
  }

  .bt-col-0001-C5 .bt-search .input input {
    float: left;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    border: none;
  }

  .bt-col-0001-C5 .bt-search form .btn input {
    font-size: 1.5rem;
  }

  /* 导航 覆盖hanweb.min.css中导航条响应式展示效果，调整行距，字号*/
  .bt-col-0001-C5 .bt-nav .nav>li {
    width: 16.5%;
  }

  .bt-col-0001-C5 .bt-nav .nav>li>a {
    font-size: 1.5rem;
  }

  /* 当前位置 覆盖hanweb.min.css中当前位置样式，提供响应式展示效果，调整行距，字号*/
  .bt-col-0001-C5 .bt-place {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 1.125rem 3%;
    margin-bottom: 1.5rem;
  }

  .bt-col-0001-C5 .bt-breadcrumb {
    background: none;
    padding: 0;
  }

  /* 左侧栏目盒子 覆盖bootstrap.min.css中右侧栏目盒子样式，提供响应式展示效果，调整盒子在不同分辨率下宽度*/
  .bt-col-0001-C5 .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  /* 自定义父栏目属性，调整响应式下父栏目高度样式 */
  .bt-col-0001-C5 h4.bt-col-flm {
    height: 4.5rem;
  }

  /* 右侧列表盒子 覆盖bootstrap.min.css中右侧栏目盒子样式，提供响应式展示效果，调整盒子在不同分辨率下宽度*/
  .bt-col-0001-C5 .col-md-9 {
    max-width: 70%;
  }

  .bt-col-0001-C5 .bt-height-30 {
    height: auto;
  }

  /* 底部 覆盖hanweb.min.css中底部样式，调整字号与间距*/
  .bt-col-0001-C5 .bt-footer-top {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .bt-col-0001-C5 .bt-footer-bottom {
    font-size: 1.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
  }
}

@media (max-width: 767px) {

  /* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色，响应式样式*/
  .bt-col-0001-C5 .bt-top {
    display: none;
  }

  /* 当前位置 覆盖hanweb.min.css中当前位置样式，提供响应式展示效果，调整行距，字号*/
  .bt-col-0001-C5 .bt-place {
    font-size: 1rem;
    line-height: 2rem;
    padding: 1.125rem 1rem;
  }

  /* 信息列表 覆盖hanweb.min.css中li标签相关属性并添加鼠标移入效果*/
  .bt-col-0001-C5 .bt-all .bt-list-new span {
    margin-left: 0;
    display: block;
    font-size: 2rem;
  }

  .bt-col-0001-C5 .column-list li {
    border-bottom: .0625rem dashed #eeeeee;
  }

  .bt-col-0001-C5 .bt-breadcrumb {
    padding-left: 0;
    background: none;
    font-size: 2rem;
  }

  /* 自定义父栏目属性，调整响应式下父栏目高度样式 */
  .bt-col-0001-C5 h4.bt-col-flm {
    background: #1492ff;
  }

  /* 左侧栏目盒子 覆盖bootstrap.min.css中右侧栏目盒子样式，提供响应式展示效果，调整盒子在不同分辨率下宽度*/
  .bt-col-0001-C5 .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }

  /* 信息列表样式 覆盖hanweb.min.css中li标签相关属性并添加鼠标移入效果 */
  .bt-col-0001-C5 .bt-allUnder-18 .column-list {
    padding:  1.625rem ;
  }

  .bt-col-0001-C5 .list-group {
    overflow-y: hidden;
    margin: 0;
  }

  .bt-col-0001-C5 .list-group-item {
    min-height: auto;
  }

  .bt-height-30 {
    height: auto;
  }

  /* 覆盖hanweb.min.css中底部样式，调整字号与间距 */
  .bt-col-0001-C5 .bt-footer-top {
    font-size: 2.125rem;
    line-height: 4.25rem;
  }

  .bt-col-0001-C5 .bt-footer-bottom {
    font-size: 2.125rem;
    height: 6.5rem;
    line-height: 6.5rem;
  }
}

/* 适老化样式-无需要请注释 */
/* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色，适老化样式*/
.old_type .bt-nav .nav>li {
  width: 16.5%;
  height: 4.75rem;
  line-height: 4.75rem;
}

.old_type .bt-nav .nav>li>a {
  font-size: 2.2rem;
  height: 4.75rem;
  line-height: 4.75rem;
}

/* 当前位置 覆盖hanweb.min.css中当前位置样式，提供适老化展示效果，调整行距，字号*/
.old_type .bt-place {
  line-height: 3rem;
  font-size: 1.5rem;
}

/* 信息列表样式 覆盖hanweb.min.css中li标签相关属性并添加鼠标移入效果 */
.old_type .bt-allUnder-18 .bt-list-new {
  font-size: 2rem;
  line-height: 4rem;
}

.old_type .bt-allUnder-18 .bt-list-new a {
  margin-right: 1rem;
}

.old_type .bt-allUnder-18 .bt-list-time,
.old_type .bt-all-18 .bt-list-time {
  font-size: 2rem;
  margin-left: 0;
  display: inline-block;
}

.old_type .bt-lists-cover li {
  background-size: 8px;
  padding-left: 1.8rem;
}

.old_type h4.bt-col-flm {
  font-size: 2rem;
}

.old_type .list-group-item {
  font-size: 2rem;
  line-height: 4rem;
}

/* 底部 覆盖hanweb.min.css中底部样式，调整字号与间距*/
.old_type .bt-footer-top {
  font-size: 2.5rem;
  line-height: 5rem;
}

.old_type .bt-footer-bottom {
  font-size: 2.5rem;
  height: 8rem;
  line-height: 8rem;
}

/* 响应式下适老化样式 */
@media only screen and (max-width: 767px) {

  /* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色，响应式下适老化样式*/
  .old_type .bt-nav .nav>li {
    width: 33.333%;
    height: 6.25rem;
    line-height: 6.25rem;
  }

  .old_type .bt-nav .nav>li>a {
    font-size: 2.5rem;
    height: 6.25rem;
    line-height: 6.25rem;
  }

  /* 当前位置 覆盖hanweb.min.css中当前位置样式，提供适老化展示效果，调整行距，字号*/
  .old_type .bt-box-1200,
  .old_type .bt-place {
    font-size: 2.5rem;
    line-height: 5rem;
  }

  /* 信息列表样式 覆盖hanweb.min.css中li标签相关属性并添加鼠标移入效果 */
  .old_type .bt-allUnder-18 .bt-list-new {
    font-size: 2.5rem;
    line-height: 4rem;
    padding: 0;
  }

  .old_type .bt-all .bt-list-new span {
    font-size: 2.5rem;
  }

  .old_type .bt-allUnder-18 .bt-list-time,
  .old_type .bt-all-18 .bt-list-time {
    font-size: 2rem;
    margin-left: 0;
    display: block;
  }

  .old_type h4.bt-col-flm {
    font-size: 2.8rem;
    height: 5.6rem;
    line-height: 5.6rem;
  }

  .old_type .list-group-item {
    font-size: 2.5rem;
    line-height: 5rem;
  }

  /* 底部 覆盖hanweb.min.css中底部样式，调整字号与间距*/
  .old_type .bt-footer-top {
    font-size: 2.5rem;
    line-height: 5rem;
  }

  .old_type .bt-footer-bottom {
    font-size: 2.5rem;
    height: 8rem;
    line-height: 8rem;
  }

}