@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-family: Arial, "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;;
}
.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
}
.showPc {
  display: block;
}
.showMobile {
  display: none;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
    .hoverColorText {
      color: #000;
    }
    .hoverA:hover{
      border: 1px solid red;
      color: red;
    }
.hoverColorText:hover {
  color: red;
  cursor: pointer;
}
.titleText {
  margin: 10px 15px 0 0;
  padding: 11px 0;
}
.titleText:hover {
  color: red;
}
.activeText {
  color: red;
  border-bottom: 2px solid red;
}
.otherText {
  color: #6c757d;
}
@media screen and (max-width: 767px) {
  .text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .showPc {
    display: none;
  }
  .showMobile {
    display: block;
  }
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
}
.cm-link {
  color: #212529;
}
.cm-link:hover {
  color: rgb(0, 98.4, 204);
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}