﻿.jiedu {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.jd1 {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}

.zcjd {
  width: 590px;
  padding: 20px;
  float: left;
  overflow: hidden;
  margin: 5px;
}

.jiedu .title {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.jiedu .title span {
  font-size: 24px;
  font-weight: bold;
  color: #245399;
  padding-left: 25px;
  position: relative;
}

.jiedu .title span::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 23px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: #245399;
}

.jiedu .title span a {
	    font-weight: bold;
 color: #245399;
}

.jiedu .slideBox {
  width: 100%;
  position: relative;
}

.jiedu .slideBox .bd li a {
  display: block;
  position: relative;
}

.jiedu .slideBox .bd li a img {
  width: 100%;
  display: block;
}

.jiedu .slideBox > a {
  width: 40px;
  height: 80px;
  display: block;
  z-index: 9999;
  position: absolute;
}

.jiedu .slideBox > a.prev1 {
  background: rgba(117, 86, 86, 0.3) url('jiedulefarrow.png') center
    center no-repeat;
  left: 0;
  top: 50%;
  margin-top: -40px;
}

.jiedu .slideBox > a.next1 {
  background: rgba(117, 86, 86, 0.3) url('jiedurigarrow.png') center
    center no-repeat;
  right: 0;
  top: 50%;
  margin-top: -40px;
}

.jd1 .zcszf {
  width: 590px;
  padding: 20px;
  float: left;
  overflow: hidden;
  margin: 5px;
}

.zcszf .title span {
  padding-left: 0;
  color: #333;
  cursor: pointer;
  margin-left: 30px;
  font-weight: normal;
}

.zcszf .title span::before {
  display: none;
}
.zcjb .title span::before {
  display: none;
}
.zcszf .title span.on {
  font-weight: bold;
  color: #d50408;
}

.zcszfcon .list {
  display: none;
  opacity: 0;
  transition: all 0.2s linear;
}

.zcszfcon .list.show {
  display: block;
  opacity: 1;
}

.zcszfcon .list li::before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.zcszfcon .list li a {
  width: 80%;
  font-size: 16px;
}
.zcszfcon .list li span {
  width: 20%;
}







.zcszfcon1 .list {
  display: none;
  opacity: 0;
  transition: all 0.2s linear;
}

.zcszfcon1 .list.show {
  display: block;
  opacity: 1;
}

.zcszfcon1 .list li::before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.zcszfcon1 .list li a {
  width: 80%;
  font-size: 16px;
}
.zcszfcon1 .list li span {
  width: 20%;
}














.jd2 > div {
  width: 590px;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
#slideBox2 {
  padding: 0 10px;
}
.jd2 .slideBox > a.prev1 {
  left: 10px;
  top: 50%;
  margin-top: -40px;
}

.jd2 .slideBox > a.next1 {
  right: 10px;
  top: 50%;
  margin-top: -40px;
}

.zcjb .title span {
    padding-left: 0;
    color: #333;
    cursor: pointer;
    margin-left: 30px;
    font-weight: normal;
}
.zcjb .title span.on {
    font-weight: bold;
    color: #d50408;
}
.zcjbcon {
  width: 100%;
  padding: 0 10px;
}
.zcjbcon .item {
	height: 300px;
  width: 254px;
  margin-right: 22px;
  box-shadow: 0 0 10px #f2f2f2;
}
.zcjbcon .item:nth-child(2n) {
  
}
.zcjbcon .item .itemimg {
  width: 100%;
  margin-bottom: 25px;
}
.zcjbcon .item .itemimg img {
  display: block;
  width: 100%;
}
.zcjbcon .item .name {
	    text-align: center;
		    line-height: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding: 0 20px;
}
.zcjbcon .item .intro {
  margin-bottom: 20px;
}
.zcjbcon .item .intro p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding: 0 20px;
}








.zcjbcon1 {
  width: 100%;
  padding: 0 10px;
}
.zcjbcon1 .item {
	height: 300px;
  width: 254px;
  margin-right: 22px;
  box-shadow: 0 0 10px #f2f2f2;
}
.zcjbcon1 .item:nth-child(2n) {
  
}
.zcjbcon1 .item .itemimg {
  width: 100%;
  margin-bottom: 25px;
}
.zcjbcon1 .item .itemimg img {
  display: block;
  width: 100%;
}
.zcjbcon1 .item .name {
	    text-align: center;
		    line-height: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding: 0 20px;
}
.zcjbcon1 .item .intro {
  margin-bottom: 20px;
}
.zcjbcon1 .item .intro p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding: 0 20px;
}




@media screen and (max-width: 992px) {
  .zcjd {
    width: 100%;
    float: none !important;
    padding: 10px;
  }
  .jd1 .zcszf {
    width: 100%;
    float: none !important;
    padding: 10px;
  }
  .jd2 > div {
    width: 100%;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
  }
  .zcjbcon {
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .zcjbcon .item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  
    .zcjbcon1 {
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .zcjbcon1 .item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
