.content-detail .glbf{
    background-color: #2d66a5 !important;
    color: #fff !important;
    width: 100% !important;
    background-image: url(../img/icon_gkzn.png) !important;
    background-repeat: no-repeat !important;
    background-position: 20px bottom !important;
  }
.content-detail .right {
    padding-bottom: 20px;
}

.content-detail .glbf-content {
    margin-left: 25px;
    margin-right: 25px;
    max-height: 800px;
    overflow-y: auto;
    width: 96%;
}
.content-detail .glbf-content p{
            font-size: 16px;
            width: 90% !important;
            color: #4d4d4d;
            line-height: 30px;
            margin-bottom: 15px;
            text-indent: 2rem;
            text-align: justify;width: 100%;
        }


::-webkit-scrollbar {
  width: 10px;  /* 滚动条的宽度 */
  height: 800px; /* 如果需要垂直滚动条，可以设置高度 */
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f2f2f2; /* 轨道颜色 */
  border-radius: 6px; /* 滑块圆角 */

}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #2d66a5; /* 滑块颜色 */
  border-radius: 6px; /* 滑块圆角 */
}