/* 面包屑 */

.crumbsBar {
  position: relative;
  height: 44px;
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  line-height: 44px;
}

.crumbsBar a {
  color: #ffffff;
  opacity: 0.9;
}

.crumbsBar a:hover {
  color: #66ccff;
}

.crumbsBar em {
  display: inline-block;
  width: 24px;
  text-align: center;
  opacity: 0.7;
}

.crumbsBar span {
  cursor: default;
  opacity: 0.6;
}
.crumbsBar2 {
  position: static;
  padding-top: 12px;
  padding-bottom: 20px;
}
a.common-back{
  position: absolute;
  display: inline-block;
  background: url(../images/common-back.png);
  width: 135px;
  height: 36px;
  top:4px;
  right:5px;
}
a.common-back:hover{
  background: url(../images/common-back-hover.png);
  width: 135px;
  height: 36px;
}

.page_tit_auto{background: url(../../video_handout/images/ggk_titbg.png) no-repeat 0 0;height: 65px;padding-left: 84px;padding-top: 20px;display: inline-block;padding-right: 10px;position: relative;}
.page_tit_auto span{font-size: 24px;color: #4CE7FF;font-weight: 700;line-height: 34px;}
.page_tit_auto::after{content: '';display: block;width: 10px;height: 65px;background: url(../../video_handout/images/ggk_titbg_right.png) no-repeat left bottom;position: absolute;right: -10px;top: 0;}
