.column-title{
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #0b8bca;
}
.column-title .c-t{
  position: absolute;
  width: 140px;
  top: -15px;
  left: 50%;
  margin-left:-70px ;
  color: #0b8bca;
  text-align: center;
  font-size: 24px;
  background-color: #fff;
}
.column-title .l-t {
    position: absolute;
    padding-right: 10px;
    top: -15px;
    left: 0;
    color: #0b8bca;
    text-align: left;
    font-size: 24px;
    background-color: #fff;
}
.more{
  position: absolute;
  width: 140px;
  top: -13px;
  right: 0;
  width: 70px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #0b8bca;
  background-color: #fff;
  border: 1px solid #0b8bca;
  border-radius: 12px;
  text-align: center;
}
.jia{
  margin-right: 3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/more.png) -1px 0px;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.more:hover i{
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}
.video-more:hover i{
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}
.u-btn:hover i{
   background: url(../images/more.png) -1px -22px;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}
/* 返回顶部 */
.fixed-nav {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 996;
}
.fixed-nav  .fixed-nav-list li {width: 88px;}
.fixed-nav  .fixed-nav-list li.item-ewm a{
  margin-bottom: 5px;
}
.fixed-nav  .fixed-nav-list li span{color: #5994ce;}
.fixed-nav  .fixed-nav-list li a{
  display: inline-block;
  width: 88px;
  height: 88px;
}
.fixed-nav  .fixed-nav-list li a:hover{
  color: #333;
}
.fixed-nav-list .item-totop {
    display: block;
    height: 88px;
}
.fixed-nav  .fixed-nav-list li.item-ewm a{
  background: url(../images/ewm.jpg);
}
.fixed-nav  .fixed-nav-list li.item-totop a{
   background: url(../images/top.png);
}
/* 面包屑 */
.breadcrumb{margin-bottom: 15px;}
.breadcrumb-ago{color:#666;}
.breadcrumb-present{color:#0b8bca;}
/* tab */
.tab-trigger { float: left; cursor: pointer; }
.tab-panel { display: none; }
.tab-panel-active { display: block; }

.tit-bd{
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #0b8bca;
  font-size: 24px;
  color: #0b8bca;
}
