/* 通用头部位置 start */
.czj-ty-header {
  width: 100%;
  height: 54px;
  margin-top: 20px;
  line-height: 54px;
  background-color: #f0f8ff;
}

.czj-ty-header-z-img {
  margin-top: 18px;
  margin-left: 22px;
}

.czj-ty-header-y-img {
  float: right;
}

.czj-ty-header a {
  font-size: 16px;
}

/* 通用头部位置  end */
.sbzx-t {
  width: 100%;
  min-height: 428px;
  padding-top: 40px;
}

.top-view {
  position: relative;
  float: left;
}

/*轮播图样式*/
#slideShowContainer {
  height: 420px;
  overflow: hidden;
}

#slideShowContainer img {
  width: 600px;
  height: 420px;
}

#picUl {
  list-style: none;
}

#dotUl {
  list-style: none;
  display: flex;
  flex-direction: row;
  /*使用绝对布局，固定于左下角*/
  position: absolute;
  right: 21px;
  bottom: 16px;
  /*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/
  z-index: 2;
}

#titleDiv {
  position: absolute;
  width: 100%;
  height: 42px;
  bottom: 0;
  left: 0px;
  background-color: #000000;
  /*设置透明度，实现标题栏半透明效果*/
  opacity: 0.7;
  z-index: 1;
  margin-right: 10px;
}

#titleDiv>span {
  line-height: 42px;
  color: #FFFFFF;
  margin-left: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#titleDiv>span>a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}

#dotUl .selected {
  width: 12px;
  height: 12px;
  background-color: #df0000;
  color: transparent;
  margin-left: 9px;
  cursor: pointer;
  border-radius: 12px;
}

#dotUl .unselected {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  color: transparent;
  margin-left: 9px;
  border-radius: 12px;
}

#titleDiv .hide {
  display: none;
}

#titleDiv .show {
  display: block;
}

.sbzx-table {
  width: 576px;
}

.sbzx-table-title {
  width: 99%;
  margin-left: 16px;
}

.sbzx-table-title li {
  margin-right: 10px;
  height: 32px;
  border-bottom: 1px solid #ccc;
}

.sbzx-table-title li a {
  display: block;
  width: 142px;
  height: 30px;
  padding-left: 10px;
  font-size: 18px;
  border-bottom: 4px solid #0168b7;
  text-align: left;
  line-height: 30px;
  color: #0168b7;
  position: relative;
}

.sbzx-table-title li a img {
  margin-top: 5px;
}

.sbzx-table-list {
  width: 576px;
  min-height: 395px;
  background-color: #fff;
}

.sbzx-table-box {
  width: 100%;
}

.sbzx-table-box .sbzx-mobile-tomore {
  display: none;
}

.sbzx-table-box ul {
  padding-top: 20px;
  padding-bottom: 15px;
}

.sbzx-table-box ul li {
  padding-left: 40px;
  width: 92%;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.sbzx-table-box ul li img {
  width: 6px;
  height: 6px;
  margin-top: 12px;
  margin-right: 5px;
}

.sbzx-table-box ul li a {
  /* display: inline-block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.sbzx-table-box ul li p {
  display: inline-block;
  width: 74%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.sbzx-table-box ul li a b {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  margin-right: 5px;
  margin-top: -10px;
  background-color: #ccc;
  position: absolute;
  top: 27px;
  left: 18px;
}

.sbzx-table-box ul li span {
  height: 30px;
  color: #a6a6a6;
  font-size: 16px;
  float: right;
}

.sbzx-table-box ul li:hover b {
  background-color: #2181d4;
}

.sbzx-table-box ul li:hover a {
  color: #2181d4;
}

.sbzx-table-box ul li:hover span {
  color: #2181d4;
}

.sbzx-table-z {
  width: 600px;
}

.sbzx-table-title-z {
  width: 98%;
  margin-left: 0px;
}

.sbzx-table-box-z ul li {
  width: 93%;
}

@media screen and (max-width: 1200px) {
  .common-box {
    width: 100%;
    background-color: transparent;
  }

  .sbzx-t {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 0rem;
  }

  .sbzx .top-view {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
  }

  /*轮播图样式*/
  #slideShowContainer {
    height: 4rem;
    margin-right: 0;
  }

  #slideShowContainer img {
    height: 4rem;
    width: 100%;
  }

  #dotUl {
    right: 0.3rem;
    bottom: 0.2rem;
  }

  #dotUl .selected {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.14rem;
    margin-left: 0.09rem;
  }

  #dotUl .unselected {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.12rem;
    margin-left: 0.09rem;
  }

  #titleDiv {
    width: 100%;
    height: 0.6rem;
    margin-right: 0;
  }

  #titleDiv>span>a {
    font-size: 0.22rem;
  }

  #titleDiv>span {
    line-height: 0.6rem;
    margin-left: 0.2rem;
  }

  .sbzx-table {
    width: 100%;
  }

  .sbzx-table-title {
    width: 100%;
    margin: 0 auto;
  }

  .sbzx-table-title li {
    margin-right: 0.1rem;
    height: 0.6rem;
    border-bottom: 0.01rem solid #ccc;
  }

  .sbzx-table-title li a {
    display: block;
    width: 28%;
    height: 0.6rem;
    padding-left: 0.1rem;
    font-size: 0.26rem;
    border-bottom: 0.04rem solid #0168b7;
    text-align: left;
    line-height: 0.7rem;
    color: #0168b7;
    position: relative;
  }

  .sbzx-table-title li a img {
    margin-top: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .sbzx-table-list {
    width: 100%;
    background-color: #fff;
    min-height: 0rem;
  }

  .sbzx-table-box {
    width: 100%;
  }

  .sbzx-table-box .sbzx-mobile-tomore {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.22rem;
  }

  .sbzx-table-box .sbzx-mobile-tomore-btn {
    width: 100%;
    display: block;
    line-height: 0.5rem;
    color: #b8b8b8;
  }

  .sbzx-table-box ul {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .sbzx-table-box ul li {
    padding-left: 0.45rem;
    width: 92%;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
  }

  .sbzx-table-box ul li img {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
  }

  .sbzx-table-box ul li a {
    /* display: inline-block;
    width: 74%;
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
  }

  .sbzx-table-box ul li p {
    display: inline-block;
    width: 74%;
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sbzx-table-box ul li a b {
    display: inline-block;
    height: 0.1rem;
    width: 0.1rem;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
    margin-top: 0.02rem;
    background-color: #ccc;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
  }

  .sbzx-table-box ul li span {
    height: 0.5rem;
    color: #d3d3d3;
    font-size: 0.22rem;
    float: right;
  }

  .sbzx-table-box ul li:hover b {
    background-color: #2181d4;
  }

  .sbzx-table-box ul li:hover a {
    color: #2181d4;
  }

  .sbzx-table-box ul li:hover span {
    color: #2181d4;
  }

  .czj-ty-header {
    width: 96%;
    height: 0.6rem;
    margin-top: 0.2rem;
    margin: 0 auto;
    line-height: 0.6rem;
    background-color: #f0f8ff;
  }

  .czj-ty-header-z-img {
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    width: 0.24rem;
    height: 0.24rem;
  }

  .czj-ty-header-y-img {
    float: right;
    height: 100%;
    margin-right: 0.2rem;

  }

  .czj-ty-header a {
    font-size: 0.22rem;
  }
}