.topImg {
  width: 100%;
  background: url(../img/jczwgk_img.png) top center no-repeat;
  height: 561px;
}

/* slideBox */
.slideBox {
  width: 660px;
  height: 357px;
  position: relative;
  overflow: hidden;
}

.slideBox .hd {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
}

.slideBox .hd ul li.on {
  background: #3264d5;
  width: 20px;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
  width: 660px;
  float: left;
}

.slideBox .bd li img {
  width: 660px;
  height: 357px;
}

.slideBox .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 660px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  opacity: 0.56;
  background-image: linear-gradient(180deg, #0000000d 0%, #000000bd 100%);
}

.slideBox .bd p a {
  color: #fff;
}

/*  */
.list {
  width: 520px;
}

.newList {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.newList li {
  font-size: 16px;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  background: url(../img/li_bg.png) center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
}

.newList li a {
  color: #121212;
  display: block;
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
}

.newList li a:hover {
  color: #275CD9;
}

.newList li span {
  float: right;
  color: #999999;
  font-size: 15px;
}

/* tabBox */
.tabBox>.hd {
  margin-top: 30px;
}

.tabBox>.hd ul li {
  float: left;
  width: 400px;
  height: 90px;
  /* line-height: 111px; */
  background: #EDEEF0;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  color: #000000;
  padding: 17px 0;
  box-sizing: border-box;
}

.tabBox>.hd ul li:nth-child(2) {
  width: 399px;
  margin-right: 1px;
}

.tabBox>.hd ul li.on {
  background-image: url(../img/jczwgk_icon_bg.png);
  background-color: #fff;
  color: #fff;
}

.tabBox>.hd ul li i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/jczwgk_icon1.png) left center no-repeat;
  margin: 14px 13px 0 0;
}

.tabBox>.hd ul li p {
  opacity: .6;
  text-align: left;
  display: inline-block;
}

.tabBox>.hd ul li.on p {
  font-weight: 700;
  opacity: 1;
  color: #fff;
}

.tabBox>.hd ul li:nth-child(2).on {
  width: 400px;
  margin-right: 0;
}

.tabBox>.hd ul li:nth-child(2) i {
  background-image: url(../img/jczwgk_icon2.png);
}

.tabBox>.hd ul li:nth-child(3) i {
  background-image: url(../img/jczwgk_icon3.png);
}

.tabBox>.hd ul li:nth-child(1).on i {
  background-image: url(../img/jczwgk_icon1_h.png);
}

.tabBox>.hd ul li:nth-child(2).on i {
  background-image: url(../img/jczwgk_icon2_h.png);
}

.tabBox>.hd ul li:nth-child(3).on i {
  background-image: url(../img/jczwgk_icon3_h.png);
}

.tabBox>.bd>ul {
  margin-top: 20px;
}

.left,
.right {
  width: 570px;
}

.conBox .title {
  margin-bottom: 15px;
}

.imgBox .left,
.imgBox .right {
  width: 580px;
  margin-bottom: 43px;
}

.link {
  margin-top: 0;
}