.hidden {
  display: none;
}

.cp-center {
  width: 62.5%;
  margin: 20px auto;
  /* position: relative; */
  display: flex;
  justify-content: space-between;
}

.cp-center .left_nav {
  width: 291px;
}

.cp-center .lmdh {
  margin-bottom: 20px;
}

.cp-center .title {
  padding: 10px 0;
  border-bottom: 2px solid #ccc;
}

.cp-center .title span {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cp-center .title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0050B3;
  bottom: -14px;
  left: 0;
}

.cp-center .lmdh_link {
  margin: 10px 0;
}

.cp-center .lmdh_list {
  padding-left: 20px;
}

.cp-center .lmdh_list .lmdh_title {
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
}

.cp-center .lmdh_list .lmdh_title::before {
  content: ">";
  position: absolute;
  left: 0;
  left: -20px;
}

.cp-center .lmdh_list .lmdh_item {
  margin: 20px 0;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  cursor: pointer;
}

.cp-center .lmdh_list .lmdh_item:hover {
  color: #0050B3;
}

.cp-center .lmdh_list .lmdh_item_active {
  color: #0050B3;
}

.cp-center .lmdh_search {
  position: relative;
}

.cp-center .lmdh_search .search_list {
  position: absolute;
  width: 100%;
  border: 1px solid #fff;
  top: 38px;
  left: 0;
  background: #fff;
  z-index: 2;
  box-shadow: 0 1px 6px rgba(153, 153, 153, 30%);
}

.cp-center .lmdh_search .search_item {
  padding: 5px 16px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cp-center .lmdh_search .search_item:hover {
  background-color: #F2F7FF;
  color: #0050B3;
}

.cp-center .lmdh_search input {
  height: 36px;
  width: 100%;
  padding: 0 30px 0 16px;
  box-sizing: border-box;
}

.cp-center .lmdh_search input:focus-visible {
  border: 1px solid #0050B3;
  outline: none;
}

.cp-center .lmdh_search img {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

.cp-center .lxwm_info {
  margin-top: 16px;
}

.cp-center .lxwm_item {
  margin: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cp-center .info {
  /* position: absolute; */
  /* left: 291px; */
  /* right: 0; */
  width: calc(100% - 331px);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}

.cp-center .info .info_box {
  margin: 10px 0;
}

.cp-center .info .info_box_title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}

.cp-center .info .info_box_title2 {
  font-weight: 400;
  font-size: 16px;
  color: #0050B3;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 8px 12px;
  position: relative;
}
.cp-center .info .info_box_title2::before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0050B3;
  border-radius: 6px;
  position: absolute;
  top: 8px;
  left: -12px;
}

.cp-center .info .info_box_duanluo {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-indent: 2ch;
}


.cp-center .info .jjfa_info_title {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  margin-bottom: 10px;
}

.cp-center .info .jjfa_info_title span {
  padding: 5px 0;
  border-bottom: 2px solid #0050B3;
}

.cp-center .info .jjfa_next {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.cp-center .info .next_box {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}

.cp-center .info .next_box a {
  color: #0050B3;
  margin-left: 10px;
}
