/* *************************GS_0001_C8编号案例库组件自定义样式************************* */
/* 顶部导航 覆盖hanweb.min.css顶部导航字号及颜色 */
.bt-col-0001-C8 .bt-top {
  display: block;
  color: #333333;
  font-size: 1.2rem;
}

/* 顶部导航 覆盖bootstrap.min.css检索按钮样式 */
.bt-col-0001-C8 .btn {
  border-radius: 0 .25rem .25rem 0;
}

/* 当前位置 覆盖hanweb.min.css当前位置字号及行间距等样式 */
.bt-col-0001-C8 .bt-place {
  font-size: 1rem;
  line-height: 1.4rem;
}

.bt-col-0001-C8 .bt-place span {
  padding: 0 0.5rem;
}

.bt-col-0001-C8 .bt-place {
  line-height: 2.5rem;
  font-size: .875rem;
  background: none;
  margin-bottom: 1.875rem;
}

/* 自定义父栏目属性，调整父栏目样式 */
.bt-col-0001-C8 h4.bt-col-flm {
  background: #073c79;
  height: 5rem;
  background-size: 100%;
  line-height: 4.75rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

/* 同级栏目样式 覆盖hanweb.min.css关于同级栏目样式*/
.bt-col-0001-C8 .list-group {
  background: #fff;
  width: calc(100% - 6px);
  border: .0625rem solid #e9e9e9;
  border-radius: 0;
  border-top: none;
  padding: .9375rem;
  margin: -15px auto 0;
}

.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 {
  color: #073c79;
}

/* 信息列表样式 覆盖hanweb.min.css关于同级栏目样式 */
.bt-col-0001-C8 .list-group-item {
  background: #f5f5f5;
  padding-left: 10px;
}

/* 信息列表样式 覆盖hanweb.min.css关于同级栏目样式并添加高亮效果 */
.bt-col-0001-C8 .list-group-item span {
  background: url(bt-jiantou.png) no-repeat right center;
  width: .5rem;
  height: .875rem;
  margin-right: 0;
  position: absolute;
  right: 0.625rem;
  top: 1.375rem;
}

.bt-col-0001-C8 .list-group-item.active span,
.bt-col-0001-C8 .list-group-item.active:focus span,
.bt-col-0001-C8 .list-group-item.active:hover span,
.bt-col-0001-C8 .list-group-item:hover span {
  background: url(bt-jiantou-hover.png) no-repeat right center;
}

.bt-col-0001-C8 .column-list li a {
  margin-right: 1em;
}

.bt-col-0001-C8 .bt-all .bt-list-time {
  margin-left: 0;
  display: inline-block;
}

/* 覆盖hanweb.min.css中信息列表行宽属性：.bt-lists-cover */
.bt-col-0001-C8 .bt-lists-cover {
  width: 100%;
}

/* 信息列表样式 覆盖hanweb.min.css中li标签相关属性并添加鼠标移入效果 */
.bt-col-0001-C8 .bt-allUnder-18 {
  background: #fff;
  flex: 0 0 100%;
}

.bt-col-0001-C8 .bt-allUnder-18 .column-list {
  margin-top: 0;
}

.bt-col-0001-C8 .bt-allUnder-18 .column-list li:hover {
  background-color: #f5f5f5;
}

.bt-col-0001-C8 .column-list li {
  border-bottom: none;
}
.bt-col-0001-C8 .list-group-item.active{
  background: #cbdce5;
  color: #073c79;
}

/* 覆盖hanweb.min.css中信息列表行宽属性：.bt-lists-cover */
.curCol{
  display:none;
}
.bt-col-0001-C8 .bt-lists-cover {
  width: 100%;
}

/* 弹出子栏目 */
.bt-col-0001-C8 .sp_nav {
  display: none;
}

.list-right .list-ul {
  padding-top: 20px;
  overflow: hidden;
}

.list-right .list-ul li {
  float: left;
  border-bottom: 1px dashed #d2d2d2;
  padding: 20px 0;
  width: 100%;
  background-image: url(../images/square.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 10px;
}

.list-right .list-ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
  display: inline-block;
}

.list-right .list-ul li .date {
  float: right;
  color: #9c9c9c;
}

.shiftbtn {
  font-size: 13px;
  margin: 40px 0;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.shiftbtn div {
  float: left;
  margin-left: 5px;
}

.shiftbtn .btnp {
  border: 1px solid #dadada;
}

.shiftbtn .btnp.current {
  background: #0775d1;
  color: #fff;
  border: 1px solid #0775d1;
}

.shiftbtn a {
  width: 52px;
  display: block;
  text-align: center;
}

.shiftbtn .btnp a {
  color: #232323;
  float: left;
  padding: 5px 0;
}

.shiftbtn .btnp.current a {
  color: #fff;
}

.shiftbtn .btnp a:hover {
  background: #0775d1;
  color: #fff;
}

.shiftbtn .btnd {
  border: 1px solid #dadada;
  color: #9c9c9c;
  float: left;
  padding: 5px 0;
}

.shiftbtn .btnd a {
  color: #9c9c9c;
}

.shiftbtn .btnd a:hover {
  color: #9c9c9c;
}

.shiftbtn .btnt {
  color: #9c9c9c;
  margin-left: 22px;
}

.shiftbtn .btnt span {
  color: #0775d1;
  font-weight: bold;
}

.menu-left, .list-right {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.title {
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  font-family: 'Microsoft Yahei';
  margin: 0 0 30px;
  font-weight: bold;
}

.title span {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
}

.title span:first-child {
  margin-left: 0;
}

.title span.on {
  color: #073c79;
}

.jsq {
  width: 100%;
  border-bottom: 1px dashed #d2d2d2;
  color: #6c6c6d;
  padding-bottom: 30px;
}


.jsjg {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}

.js-item {
  display: flex;
  align-items: center;
  height: 55px;
}

.js-item>div {
  position: relative;
  display: flex;
  align-items: center;
}

.js-item>div:first-child {
  width: 235px;
}

.js-item>div:nth-child(2) {
  width: 260px;
}

.js-item>div input {
  width: 170px;
  height: 35px;
  margin-right: 5px;
  padding-left: 8px;
}

.js-item>div:nth-child(3) {
  width: 145px;
}

.js-item>div:nth-child(4) {
  width: 260px;
}

.curChoose {
  width: 170px;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  padding-left: 8px;
  outline: none;
  border: 1px solid #9c9c9c;
  cursor: pointer;
  color: #000;
  background: #e2e2e2 url(down.png) 150px center no-repeat;
}

.chooseList {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 170px;
  max-height:210px;
  overflow-y: auto;
  background: #fff;
  z-index: 999;
  box-shadow: 0rem 0rem 0.5625rem 0.4375rem rgba(0, 0, 0, 0.04);
}

.chooseList li {
  line-height: 35px;
}

.chooseList li span {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  cursor: pointer;
}

.jsq .jisuan {
  display: block;
  background: #288fe5;
  padding: 5px 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 168px;
  border: none;
  height: 40px;
  font-size: 20px;
  margin: 35px auto 25px auto;
}

.jsq .jisuan:hover {
  background: #136bb3;
}

.js-text {
  padding: 10px 0;
}

.jglb-title {
  text-align: center;
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d2d2d2;
}

.jglb-title span {
  font-size: 20px;
}

.jglb-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 18px;
}

.jglb-item span font {
  margin: 0 10px;
  color: #288fe5;
}

.jsfy {
  margin: 30px 0;
  text-align: center;
  width: 100%;
  font-size: 24px;
  position: relative;
  color: #6c6c6d;
}

.jsfy>div {
  margin: 10px 0;
}

.jsfy>div span {
  margin: 0 20px;
  font-size: 30px;
  color: #288fe5;
  min-width: 80px;
}

.jsdb {
  display: flex;
  align-items: center;
}

/* .jsjg .jsdb{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */
.jsjg .jglb {
  min-width: 314px;
  border: 15px solid #f0f8ff;
  padding-bottom: 20px;
}



/* 适老化样式-无需要请注释 */

/* 当前位置 覆盖hanweb.min.css中当前位置样式，提供适老化展示效果，调整行距，字号*/
.old_type .bt-place {
  line-height: 3rem;
  font-size: 1.5rem;
}

.old_type .bt-breadcrumb {
  padding: 20px 0 20px 32px;
}

.old_type h4.bt-col-flm {
  font-size: 32px;
}

.old_type .list-group-item {
  font-size: 32px;
  line-height: 64px;
}

.old_type .title span {
  font-size: 48px;
}

.old_type .js-item {
  height: auto;
  flex-wrap: wrap;
}

.old_type .js-item>div {
  margin-top: 30px;
  font-size: 36px;
}

.old_type .js-item>div input {
  width: 400px;
  height: 70px;
  padding-left: 36px;
}

.old_type .curChoose {
  width: 400px;
  height: 70px;
  line-height: 70px;
  padding-left: 36px;
  background-position-x: 355px;
  background-size: 15px;
}

.old_type .js-item>div:first-child, .old_type .js-item>div:nth-child(3) {
  width: 400px;
}

.old_type .js-item>div:nth-child(2), .old_type .js-item>div:nth-child(4) {
  width: 500px;
}

.old_type .chooseList {
  width: 400px;
  top: 70px;
}

.old_type .chooseList li {
  line-height: 70px;
}

.old_type .chooseList li span {
  padding-left: 36px;
}

.old_type .jsq .jisuan {
  width: 250px;
  height: 70px;
  font-size: 36px;
  margin: 40px auto 40px auto;
}
.old_type .js-text{
  font-size: 36px;
}

.old_type .jsjg{
  padding:30px ;
  flex-wrap: wrap;
  justify-content: center;
}
.old_type .jsjg .jglb{
  min-width: 100%;
}
.old_type .jglb-title span{
  font-size:36px;
}
.old_type .jsdb{
  margin:30px 0;
}
.old_type .jglb-item{
  font-size:36px;
}

.old_type .jsfy{
  font-size:36px;
}
.old_type .jsfy>div span{
  font-size:36px;
}

.old_type .lmlist table td{
  font-size:32px!important;
  line-height: 64px!important;
}