.bannertext {
  position: absolute;
  font-weight: 600;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -100px;
}
.ywzy {
  height: 1100px;
}
.ywzycon {
  width: 100%;
  height: 100%;
  /* box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.09); */
  border-radius: 4px;
  border-radius: 4px;
  margin-top: 60px;
  padding: 40px 0px 0px 40px;
}
.ywzycon .sameywzy {
  width: 100%;
}
.ywzycon .sameywzy .ywzyheader {
  width: 300px;
  height: 70px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 70px;
  background: #4c2d82;
  margin-bottom: 40px;
  font-weight: bold;
}
.ywzycon .sameywzy .sameywzycon {
  width: 100%;
  display: table;
}
.ywzycon .sameywzy .sameywzycon span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  width: 20%;
  float: left;
  text-align: left;
  margin-bottom: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jswrapper {
  min-height: 900px;
}
.jscon {
  width: 100%;
  height: 100%;
  min-height: 900px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  border-radius: 4px;
  margin-top: 60px;
  padding: 0px 40px;
}
.jsheader {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  /*height: 40px;*/
  line-height: 40px;
}
.duanluo p {
  font-size: 16px;
  color: #666666;
  text-indent: 25px;
  line-height: 32px;
}
.navwarp {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #b0b0b0;
  padding-top: 6px;
  overflow: hidden;
}
.navwarp .nav {
  width: 105px;
  float: left;
  text-align: center;
  height: 39px;
  color: #666666;
  cursor: pointer;
  background-color: #eeedec;
  margin-right: 5px;
  overflow: hidden;
  line-height: 39px;
  font-size: 12px;
}
.navwarp .nav_s {
  width: 105px;
  float: left;
  height: 39px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background-color: #4c2d82;
  margin-right: 5px;
  overflow: hidden;
  line-height: 39px;
  font-size: 12px;
}
.orangelink {
  color: #fe7529;
}

.ywzy-table p{
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	text-align: center;
	min-width: 40px;
}
@media (max-width: 1200px) {
	.ywzy {
	  height: auto;
	}
	.ywzycon {
	  padding: 1rem;
	}
	.ywzycon .sameywzy .ywzyheader {
	  display: inline-block;
	  width: auto;
	  line-height: 48px;
	  height: auto;
	  padding: 1rem 2rem;
	  margin-bottom: 0;
	}
	.ywzycon .sameywzy .sameywzycon {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 20px 40px;
	  padding: 1rem 0;
	}
	.ywzycon .sameywzy .sameywzycon span {
	  width: auto;
	  line-height: 40px;
	  margin: 0;
	  padding: 0 1rem;
	  background-color: #fff;
	}
	.jscon {
		padding: 0 10px;
	}

}