.pubCon_row::before,
.pubCon_row::after {
  content: "";
  display: table;
}
.pubCon_row::before {
  clear: both;
  height: 0;
}
.pubCon_row::after {
  clear: both;
  height: 0;
}
@media (max-width: 992px) {
  .pubCon_row > .row_fl,
  .pubCon_row > .row_fr {
    width: 100% !important;
  }
  .pubCon_row > .row_fr {
    margin-top: 30px;
  }
}
.row_fl {
  float: left;
}
.row_fr {
  float: right;
}
.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;
}
.ldjj-side-menu {
  position: relative;
  height: 100%;
}
.ldjj-side-menu h2 {
  background-color: #1361cb;
  border-radius: 4px;
  color: #ffffff;
  padding: 16px;
  font-size: 22px;
  font-weight: bold;
}
.ldjj-side-menu ul {
  height: 100%;
}
.ldjj-side-menu ul li:not(:first-child) {
  margin-top: 8px;
}
@media (max-width: 992px) {
  .ldjj-side-menu ul li:not(:first-child) {
    margin-top: unset;
  }
}
.ldjj-side-menu ul li > a {
  position: relative;
  display: block;
  padding: 17px 10px;
  padding-left: 0.3rem;
  text-align: left;
  background-color: #f5f7fa;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.ldjj-side-menu ul li > a .name {
  font-size: 18px;
  line-height: 22px;
  color: #808d9f;
}
.ldjj-side-menu ul li > a p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #1361cb;
  display: none;
}
.ldjj-side-menu ul li dl {
  background-color: #f6fbff;
  padding: 10px 0;
  margin-left: 6px;
  display: none;
}
.ldjj-side-menu ul li dl dd > a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 40px;
  position: relative;
  display: block;
  width: 100%;
}
.ldjj-side-menu ul li dl dd.cur,
.ldjj-side-menu ul li dl dd:hover {
  background-image: linear-gradient(90deg, #c1e4ff 1%, #ebf5ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                    normal;
}
.ldjj-side-menu ul li dl dd.cur a,
.ldjj-side-menu ul li dl dd:hover a {
  font-weight: bold;
  color: #1a56a8;
}
.ldjj-side-menu ul li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: #1361cb;
  border-radius: 2px;
  transform: scale(1, 0);
  transition: all 0.3s;
}
.ldjj-side-menu ul li > a:after {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: inline-block;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../images/list_arrow.png) no-repeat center;
}
.ldjj-side-menu ul li.cur dl,
.ldjj-side-menu ul li:hover dl {
  display: block;
}
.ldjj-side-menu ul li.cur > a,
.ldjj-side-menu ul li:hover > a {
  padding-top: 0.24rem;
  padding-bottom: 24px;
  background-image: linear-gradient(90deg, #c1e4ff 1%, #ebf5ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                normal;
}
.ldjj-side-menu ul li.cur > a .name,
.ldjj-side-menu ul li:hover > a .name {
  font-weight: bold;
  color: #1361cb;
}
.ldjj-side-menu ul li.cur > a p,
.ldjj-side-menu ul li:hover > a p {
  display: block;
}
.ldjj-side-menu ul li.cur > a:before,
.ldjj-side-menu ul li:hover > a:before {
  transform: scale(1, 1);
}
.ldjj-side-menu ul li.cur > a:after,
.ldjj-side-menu ul li:hover > a:after {
  opacity: 1;
}
@media (max-width: 992px) {
  .ldjj-side-menu ul {
    height: auto;
    border-radius: 10px;
    background-image: none;
    background-color: #deeeff;
  }
  .ldjj-side-menu ul li {
    float: left;
    width: 33.33%;
  }
  .ldjj-side-menu ul li > a {
    margin: 5px;
    padding: 0 15px;
    line-height: 52px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 3px;
  }
  .ldjj-side-menu ul li > a:before {
    top: 0;
    bottom: 0;
    height: auto;
  }
}
@media (max-width: 540px) {
  .ldjj-side-menu ul li {
    width: 50%;
  }
}
@media (max-width: 440px) {
  .ldjj-side-menu ul li {
    width: 100%;
  }
}
.ldjj_content .ldjj_content_top {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: url(../images/ldwy_bg.png) no-repeat right bottom #f7fbff;
  height: fit-content;
}
.ldjj_content .ldjj_content_top .img {
  width: 145px;
  margin-right: 0.3rem;
}
@media (max-width: 450px) {
  .ldjj_content .ldjj_content_top .img {
    width: 100%;
    text-align: center;
    float: none;
  }
}
.ldjj_content .ldjj_content_top .top_text {
  width: calc(100% - 145px - 0.3rem);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (max-width: 450px) {
  .ldjj_content .ldjj_content_top .top_text {
    width: 100%;
    float: none;
  }
}
.ldjj_content .ldjj_content_top .top_text .ld_name {
  color: #1361cb;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 8px;
}
.ldjj_content .ldjj_content_top .top_text p {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1361cb;
}
.ldjj_content .ldjj_content_bottom h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1361cb;
  padding-left: 20px;
  line-height: 20px;
}
.ldjj_content .ldjj_content_bottom .intro {
  background: url(../images/ldwy_icon01.png) no-repeat left center;
}
.ldjj_content .ldjj_content_bottom .work {
  background: url(../images/ldwy_icon02.png) no-repeat left center;
}
.ldjj_content .ldjj_content_bottom p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #808d9f;
  line-height: 32px;
}
