.vipAndCarouselBox .leftCarousel {
  width: calc(100% - 381px);
  height: 450px;
}
.vipBox {
  width: 381px;
  height: 450px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px #ebe9e9;
  padding: 15px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.vipBox .logoBox {
  width: 100%;
  height: 130px;
  background: url(/css/../imgAll/vipBG.png) no-repeat center / 100% 100%;
}
.logoBox .logo {
  width: 104px;
  height: 50px;
}
.logoBox .cn {
  font-size: 18px;
  color: #d70011;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 10px 0;
}
.vipSign {
  width: 100%;
  height: 74px;
  background: url(/css/../imgAll/sign_bg.png) no-repeat center/100% 100%;
  margin: 10px 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 2px 1px rgba(70, 112, 175, 0.34);
}
.vipSign a {
  width: 48%;
}
.vipBtn {
  width: 100%;
  height: 100%;
  color: #115198;
  font-size: 22px;
  line-height: 74px;
  text-align: center;
}
.vipSign .divider {
  width: 1.4px;
  height: 16px;
  background-color: #115198;
}
.vipAndCarouselBox .serveTypeCarousel {
  width: 100%;
  height: 205px;
}
.serveTypeCarousel a {
  width: 48%;
}
.serveTypeCarousel .carousel-indicators li {
  background-color: #1a5284;
  width: 20px;
  height: 4px;
  border-radius: 10px;
}
.serveBtn {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 1px rgba(70, 112, 175, 0.34);
}
.newBox {
  width: 100%;
  height: 345px;
}
.newBox .leftNewBox {
  width: 385px;
  height: 100%;
  padding: 0 15px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px #eaeaea;
  box-sizing: border-box;
}
.topBox {
  height: 55px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.table-box .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.topBox .title {
  display: flex;
  align-items: center;
}
.topBox .title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #115198;
  margin-right: 10px;
}
.more {
  font-size: 14px;
  color: #154977;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 10px 0;
}
.newBox .newsCarousel {
  width: 100%;
  height: 260px;
}
.newsCarousel .carousel-indicators li {
  background-color: #fff;
  width: 20px;
  height: 4px;
  border-radius: 10px;
}
.middleNewBox {
  width: 561px;
  height: 100%;
  padding: 0 15px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px #eaeaea;
  box-sizing: border-box;
}
.middleNewBox .tab-pane {
  padding: 10px 20px;
  max-height: 250px;
  overflow: hidden;
}
.in-u-box {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #342a2a;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox 隐藏滚动条 */
}
.in-u-box::-webkit-scrollbar {
  display: none; /* Chrome, Safari, 新版本的 Edge 隐藏滚动条 */
}
.in-u-box li > a {
  position: relative;
}
.in-u-box li > a:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #154977;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.tab-pane {
  width: 100%;
  height: 250px;
  overflow-y: auto; /* 开启垂直滚动 */
  scrollbar-width: none; /* Firefox 隐藏滚动条 */
}

.tab-pane::-webkit-scrollbar {
  display: none; /* Chrome, Safari, 新版本的 Edge 隐藏滚动条 */
}

.in-u-box li {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #342a2a;
  margin-top: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.in-u-box li a {
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #342a2a;
  line-height: 22px;
}
.in-u-box li a:hover {
  color: #115198;
}

.in-u-box li .time {
  width: 16%;
  color: #bfbfbf;
  font-size: 16px;
}

.middleNewBox ul li a {
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000; */
}
.middleNewBox ul li a:hover {
  color: #115198;
}
.rightNewBox {
  width: 214px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px #eaeaea;
  padding: 15px;
  box-sizing: border-box;
}
.urbanBox {
  width: 49%;
  height: 365px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px #eaeaea;
  padding: 0 15px 15px;
  box-sizing: border-box;
}
.vipInfoBox {
  width: 49%;
  height: 313px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px #eaeaea;
  padding: 0 15px;
  box-sizing: border-box;
}
.Government .title {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.software span {
  color: #1a5284;
  font-size: 14px;
}
.MemberUnit a {
  width: 23.5%;
  color: #565656;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(#000, 0.16);
  box-shadow: 0px 0px 1px 1px #eaeaea;
  margin: 0 1.5% 20px 0;
}
.MemberUnit a:nth-child(4n) {
  margin-right: 0;
}
.MemberUnit .long-link {
  width: 73.5%;
}
.MemberUnit .long-link-before {
  margin-right: 0;
}
.professionCarousel {
  width: 100%;
  height: 280px;
}
.professionCarousel .carousel-indicators li {
  background-color: #fff;
  border: 2px solid #115198;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.professionCarousel .carousel-indicators .active {
  background-color: #115198;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.characterBox {
  width: 49%;
  height: 135px;
  background-color: #eff4fa;
  padding: 10px;
  margin-bottom: 10px;
}
.characterBox img {
  width: 30%;
  height: 100%;
}
.characterBox .rightBox {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.characterBox .rightBox .name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.characterBox .rightBox .position {
  color: #344b60;
  font-size: 12px;
  margin-left: 10px;
}
.characterBox .rightBox .intro {
  color: #6b7682;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.desc {
  color: #1989eb;
  font-size: 14px;
}
.directoryBox {
  width: 100%;
  height: 66px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 5px;
}
.directoryBox img {
  width: 50px;
  height: 50px;
}
.directoryBox .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.directoryBox .num {
  font-size: 14px;
}
.demeanourBox {
  width: 100%;
  height: 227px;
}
.demeanourCarousel {
  width: 60%;
  height: 227px;
}
.demeanourBox .rightBox {
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.hyfc_box .intro {
  margin-top: 20px;
}
.demeanourBox .rightBox .imgBox {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #eaeaea;
}
.demeanourBox .rightBox .imgBox img {
  width: 100%;
  height: 50px;
}
.demeanourBox .rightBox .intro {
  color: #6b7682;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-box {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}

.tab-content {
  height: calc(100% - 75px);
}

.box-title-class {
  width: calc(100% - 38px);
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #a1a8af;
}
.box-title-class > div {
  margin-right: 23px;
  text-align: center;
  cursor: pointer;
}
.box-title-class > div:last-child {
  margin-right: 0;
}

.box-title-class a {
  font-size: 15px;
  color: #a1a8af;
}

.select-class {
  font-size: 20px;
  color: #115198;
}

.pa-vox-class {
  height: 100%;
  box-sizing: border-box;
}
.rightNewBox .topBox {
  height: 40px;
  margin-bottom: 10px;
}
.rightNewBox ul {
  width: 100%;
  height: calc(100% - 50px);
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox 隐藏滚动条 */
}
.rightNewBox ul::-webkit-scrollbar {
  display: none; /* Chrome, Safari, 新版本的 Edge 隐藏滚动条 */
}
.rightNewBox li {
  width: 100%;
  line-height: 20px;
  margin-bottom: 4.5px;
}
.rightNewBox li:last-child {
  margin-bottom: 0;
}
.rightNewBox a {
  width: 100%;
  display: inline-block;
  color: #342a2a;
  font-weight: 400;
  font-size: 16px;
  /* margin-bottom: 5px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rightNewBox a:hover {
  color: #115198;
}

.in-u-box li a:hover {
  color: #007bff;
}

.characterBox img {
  object-fit: cover;
}

.mask_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.mask {
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -500px;
}
.mask_pic {
  width: 100%;
}
.mask_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.mask_close img {
  width: 100%;
  height: 100%;
}
.person_box {
  cursor: pointer;
}
.default_cursor {
  cursor: default;
}

.carousel-control-button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
