.ysc {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial,Microsoft YaHei;
}
.ysc .sycontent {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ysc .sycontent .content-wrapper .content .ysc {
  margin: 50px 0;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .lab-wrapper {
  height: 670px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .lab-wrapper .lab {
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 30px 0 18px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .lab-wrapper .card img {
  background-size: 100% 100%;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .lab-wrapper .text-wrapper {
  margin-top: -550px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .lab-wrapper .text-wrapper .title {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  margin: 20px;
  word-wrap: break-word;
  word-break: normal;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .lab-wrapper .text-wrapper .text {
  width: 260px;
  height: 110px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
  margin: 0 20px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .item {
  display: flex;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .item .pic {
  height: 750px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .item .pic .desc {
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  color: #404450;
  line-height: 24px;
  margin: 30px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .item .pic .text-wrapper {
  margin-top: -550px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .item .pic .text-wrapper .title {
  height: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  margin: 20px;
  word-wrap: break-word;
  word-break: normal;
}
.ysc .sycontent .content-wrapper .content .ysc .item-leftwrapper .item .pic .text-wrapper .text {
  width: 260px;
  height: 110px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
  margin: 0 20px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper img {
  width: 100%;
  height: 100%;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item {
  width: 33.33%;
  height: 286px;
  /* margin: 10px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-style: solid;
  border-color: #f8f8f8;
  border-width: 1px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-content .item-top {
  display: flex;
  margin: 20px 0 0 23px;
  justify-content: space-between;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-content .item-top .card {
  height: 60px;
  width: 90px;
  overflow: hidden;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-content .item-top .lab-wrapper {
  margin-right: 30px;
  height: 22px;
  width: 40px;
  text-align: center;
  border-style: solid;
  border-color: #31B76B;
  border-width: 1px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-content .item-top .lab-wrapper .lab {
  font-size: 15px;
  font-weight: 400;
  color: #31B76B;
  line-height: 21px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-content .Regular {
  display: block;
  margin: 5px 0 5px 23px;
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  line-height: 30px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-content .zaiyao {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  margin: 0 23px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fea22b;
  height: 35px;
  width: 90px;
  cursor: pointer;
  margin: 23px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .item .item-button .button-content {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc {
  height: 572px;
  margin-top: 77px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.5);
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog {
  display: none;
  position: absolute;
  width: 933px;
  height: 570px;
  z-index: 1000;
  background: #fff;
  left: 0%;
  top: 30%;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
  border-radius: 2px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 20px;
  border-bottom: 1px solid #e4e7e9;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper {
  width: 931px;
  height: 500px;
  overflow: hidden;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar::-webkit-scrollbar {
  width: 5px;
  display: none;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar .dialog-content {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar .dialog-content .content-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar .dialog-content .content-title .lab {
  width: 4px;
  height: 16px;
  background: linear-gradient(192deg, #B0F2FF 0%, #4CBFFF 100%);
  border-radius: 2px;
  margin-right: 5px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar .dialog-content .content-container {
  background-color: #f7f7f7;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar .dialog-content .content-pic {
  margin-top: 20px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .yysc .item-dialog .scrollbar-wrapper .scrollbar .dialog-content .content-pic img {
  width: 890px;
  height: 330px;
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .zbsc {
  height: 572px;
  margin-top: 128px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.5);
}
.ysc .sycontent .content-wrapper .content .ysc .item-rightwrapper .zs {
  height: 572px;
  margin-top: 128px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.5);
}
/*# sourceMappingURL=ysc.css.map */