.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #0058aa;
  content: ">";
}

.breadcrumb-item a {
  color: #0058aa;
}

#navbarCollapse ul li a {
    font-size: 1.150rem;
    font-weight: bold;
}

#navbarCollapse ul li a.nav-link:hover {
  border-bottom: 3px #0058aa solid;
}

#navbarCollapse ul li a.active {
    border-bottom: 3px #0058aa solid;
    color: #0058aa;
}

.top-line-black {
  border-top: 3px black solid;
}

.top-line-white {
  border-top: 3px white solid;
}

.border-3 {
  border: 3px solid #dee2e6 !important;
}

.border-bottom-darkblue {
  border-bottom: 3px #0058aa solid;
}

.bg-blue-deep{
  background-color: #0058aa !important;
  color: #fff;
}

.badge-blue-deep {
  color: #fff;
  background-color: #0058aa;
}

a.badge-blue-deep:hover, a.badge-blue-deep:focus {
  color: #fff;
  background-color: #0058aa;
}

a.badge-blue-deep:focus, a.badge-blue-deep.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mya a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.mya a:hover {
  color: #ffffff;
  text-decoration: none;
}

div.mouse-hover:hover {
  color: #ffffff;
  background-color: #0058aa;
}


div.mouse-hover:hover h5 {
  color: #ffffff;
}

div.mouse-hover:hover p {
  color: #ffffff;
}

div.mouse-hover:hover small {
  color: #ffffff;
}

.bg-gray-black {
  background-color: #e2e2e2;
  color: #1f2d3d !important;
}

.attachment-block .attachment-img {
  float: left;
  height: auto;
  max-height: 100px;
  max-width: 140px;
}

.attachment-block .attachment-pushed {
  margin-left: 150px;
}

.news-contain .news-list li{
    border-bottom: 1px solid #ededed;
}

img.news-img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}

img.news-img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}

.news-contain .news-list li{
    border-bottom: 1px solid #ededed;
}

.news-contain .news-list .news-item{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid #c1c1c1;
}
/* 超长文字单元格省略号显示 */
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* 单元格连续纯字母数字强制换行显示 */
.wordwrap{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.list-group-item.active {
    background-color: #0058aa !important;
}

.nav-pills .nav-link.active {
    background-color: #0058aa !important;
}

#img_show {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    color:#fff;
    display:none;
}


/*#swiper2.swiper{*/
/*    --swiper-navigation-color: #ffffff;!* 单独设置按钮颜色 *!*/
/*    --swiper-navigation-size: 25px;!* 设置按钮大小 *!*/
/*}*/

/*div.radius50 {*/
/*    border-radius: 100%;*/
/*}*/
