.sl-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.sl-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.fjb {
  display: flex;
  justify-content: space-between;
}
.fjc {
  display: flex;
  justify-content: center;
}
.fjbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fjcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hover-style3 li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sjj_content .sjj_left {
  width: 19.66666667%;
}
.sjj_content .sjj_right {
  width: 75.66666667%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.sjj_left .part01 {
  background-color: #ffffff;
  border: solid 1px #e5ecf2;
}
.sjj_left .part01 .title {
  padding-left: 22px;
  font-family: 'PingFang-SC-Bold';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #006ac9;
  height: 71px;
  background-color: #ffffff;
  border-bottom: solid 1px #e5ecf2;
}
.sjj_left .part01 .title img {
  margin-right: 10px;
}
.sjj_left .part01 .tip {
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #006ac9;
  background-color: #f5f8ff;
  padding-left: 22px;
  padding-right: 20px;
  font-family: 'PingFang-SC-Bold';
}
.sjj_left .part01 .sjj_left_list {
  height: 360px;
  overflow-y: scroll;
}
.sjj_left .part01 .sjj_left_list::-webkit-scrollbar-thumb:hover {
  background-color: #ccdcf1;
}
.sjj_left .part01 .sjj_left_list::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 100%;
  border-radius: 2px;
}
.sjj_left .part01 .sjj_left_list::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.sjj_left .part01 .sjj_left_list::-webkit-scrollbar-thumb {
  background-color: #ccdcf1;
  width: 4px;
  height: 129px;
  border-radius: 2px;
}
.sjj_left .part01 .sjj_left_list li {
  padding-left: 6px;
  padding-right: 20px;
}
.sjj_left .part01 .sjj_left_list li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  padding: 8px 0;
  letter-spacing: 0px;
  color: #555555;
  font-family: 'PingFang-SC-Medium';
}
.sjj_left .part01 .sjj_left_list li a span:first-child {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.sjj_left .part01 .sjj_left_list li a span:first-child:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  border: solid transparent;
  border-width: 4px 6px;
  border-left-color: #006ac9;
}
.sjj_left .part01 .sjj_left_list li:hover a,
.sjj_left .part01 .sjj_left_list li.cur a {
  color: #006bc8;
}
.sjj_left .part01 .sjj_left_list li:hover a > span:first-child::before,
.sjj_left .part01 .sjj_left_list li.cur a > span:first-child::before {
  opacity: 1;
}
.sjj_right .result_title {
  justify-content: flex-start;
  font-family: PingFang-SC-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #555555;
  padding-left: 34px;
  height: 70px;
  background-color: #ffffff;
}
.sjj_right .result_title .num {
  font-family: DIN-Bold;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #006ac9;
}
.sjj_right .sjj_right_list li {
  padding: 26px 0 30px 34px;
  min-height: 200px;
  box-sizing: border-box;
  border-top: 1px solid #e5ecf2;
  border-bottom: 1px solid #e5ecf2;
}
.sjj_right .sjj_right_list li .text_box {
  max-width: calc(100% - 115px);
  width: calc(100% - 115px - 9%);
}
.sjj_right .sjj_right_list li .btn {
  width: 115px;
  height: 40px;
  font-family: 'PingFang-SC-Bold';
  font-size: 15px;
  line-height: 15px;
  background-color: #006ac9;
  border-radius: 3px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  border: solid 1px #006bc8;
}
.sjj_right .sjj_right_list li .btn img {
  margin-right: 8px;
}
.sjj_right .text_box h3 {
  font-family: PingFang-SC-Bold;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sjj_right .text_box .data_from {
  flex-wrap: wrap;
}
.sjj_right .text_box p {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.sjj_right .text_box .tag_box {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 6px;
}
.sjj_right .text_box .tag_box div {
  display: inline-block;
}
.sjj_right .text_box .tag_box span {
  margin-top: 10px;
}
.sjj_right .text_box .tag_box span:not(.tag) {
  display: inline-block;
}
.sjj_right .text_box .tag_box span:not(.tag) {
  color: #303b52;
}
.sjj_right .text_box .tag {
  display: inline-block;
  padding: 0 15px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d9dbe0;
  color: #8c93a1;
}
.sjj_right .text_box .tag_body {
  display: inline-block;
  margin-right: 32px;
}
.pagination.p4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 37px 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
}
.pagination.p4 .page {
  display: inline-block;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
  min-width: fit-content;
  height: 40px;
  border: solid 1px #e2e2e2;
  margin: 0 5px;
  color: #333;
  text-decoration: none;
}
.pagination.p4 .current-page {
  background-color: #006ac9;
  color: #fff;
}
.pagination.p4 .dots {
  color: #ccc;
}
.pagination.p4 .sum {
  margin: 0 5px;
}
.pagination.p4 input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: solid 1px #e2e2e2;
  display: inline-block;
}
.pagination.p4 .page:hover {
  background-color: #f5f5f5;
}
.ts_alter.layui-layer {
  width: 432px;
  max-width: 80%;
  box-sizing: border-box;
  height: 180px;
  background-image: linear-gradient(0deg, #ffffff 30%, #d8ecff 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 5px;
  position: relative;
}
.ts_alter.layui-layer::before {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  width: 49px;
  height: 47px;
  background: url(../images/sjjk_layer_img.png) no-repeat center;
}
.ts_alter.layui-layer .layui-layer-title {
  padding-top: 36px;
  padding-left: calc(34px + 22px + 18px);
  color: #000;
  border: none;
  font-weight: normal;
  font-family: 'PingFang-SC-Bold';
  line-height: 18px;
  height: fit-content;
  font-size: 18px;
  position: relative;
  padding-left: 110px;
}
.ts_alter.layui-layer .layui-layer-title::before {
  position: absolute;
  bottom: 0;
  left: 36px;
  margin: auto 0;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/ez_ts_alter23.png) no-repeat center;
}
.ts_alter.layui-layer .layui-layer-content {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 110px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  font-family: 'PingFang-SC-Medium';
  color: #666666;
}
.ts_alter.layui-layer .layui-layer-btn a {
  box-sizing: border-box;
  width: 92px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background-color: #006ac9;
  border-radius: 3px;
  font-family: 'PingFang-SC-Medium';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.ts_alter.layui-layer .layui-layer-btn {
  padding-right: 0.4rem;
  padding-bottom: 0.32rem;
}
.ts_alter.layui-layer .layui-layer-btn .layui-layer-btn1 {
  background-color: #006ac9;
}
@media (max-width: 1048px) {
  .sjj_right .sjj_right_list li {
    padding-left: 34px;
    flex-wrap: wrap;
  }
  .sjj_right .sjj_right_list li .text_box {
    max-width: 100%;
    width: 100%;
  }
  .sjj_right .sjj_right_list li .btn {
    margin-top: 30px;
  }
}
@media (max-width: 878px) {
  .sjj_content {
    display: block;
    padding: 0 10px;
  }
  .sjj_content .sjj_left {
    width: 100%;
  }
  .sjj_content .sjj_right {
    margin-top: 30px;
    padding-right: 0;
    width: 100%;
  }
}
