/**************** 顶部banner ****************/
.pg-bd-banner {
    position: relative;
}
.pg-bd-banner img {
    display: block;
    width: 100%;
    min-height: 200px;
}
.pg-bd-banner-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.pg-bd-banner-mask > h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

/**************** 导航条 ****************/
.pg-bd-navbar {
    background: #f8f8f8;
}
.pg-bd-navbar-row {
    margin: 0;
}
.pg-bd-navbar-row [class^=col-] {
    padding: 0;
}
.pg-bd-nb-link {
    display: block;
    color: #333333;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
.pg-bd-nb-link.active {
    color: #fff;
    background: #20c7b3;
}
.pg-bd-nb-link:hover,
.pg-bd-nb-link:focus {
    text-decoration: none;
}
.pg-bd-nb-link:hover {
    color: #20c7b3;
}
.pg-bd-nb-link.active:hover {
    color: #fff;
}


/**************** 新闻详情 ****************/
.pg-bd-newsDetail {
    padding: 30px 0;
}

/****** 左侧文章详情 ******/
.pg-bd-nd-title > h2 {
    font-size: 18px;
    color: #333;
    text-align: center;
}
.pg-bd-nd-title > div {
    margin: 15px 0 20px;
    color: #999;
    font-size: 13px;
    text-align: center;
}
.pg-bd-nd-title > div > span {
    margin: 0 10px;
}
.pg-bd-nd-title > div > span em,
.pg-bd-nd-title > div > span i {
    display: inline-block;
    vertical-align: middle;
}
.pg-bd-nd-title > div > span i {
    width: 18px;
    height: 10px;
    background: url("../image/icon-eyes.png") center no-repeat;
}
.pg-bd-nd-cont {
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
}
.pg-bd-nd-cont > img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.pg-bd-nd-cont > p {
    font-size: 13px;
    color: #999;
    line-height: 30px;
    margin: 0;
    text-align: justify;
}
/****** 上下一篇文章 ******/
.pg-bd-nd-prevnext {
    background: #f1f1f1;
    padding: 15px 25px;
    font-size: 13px;
}
.pg-bd-nd-prevnext span {
    color: #999;
}
.pg-bd-nd-prevnext span > a {
    color: #777;
}

/****** 分享到 ******/
.pg-bd-nd-share {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pg-bd-nd-share > a {
    display: inline-block;
    font-size: 13px;
    color: #999;
    vertical-align: middle;
    margin: 0 2px;
}
.pg-bd-nd-share > a > em {
    display: block;
    width: 20px;
    height: 20px;
    background: center no-repeat;
    background-size: cover;
}
.pg-bd-nd-share > a > .icon-weixin {
    background-image: url("../image/icon-share-weixin.png");
}
.pg-bd-nd-share > a:hover > .icon-weixin {
    background-image: url("../image/icon-share-weixin2.png");
}
.pg-bd-nd-share > a > .icon-weibo {
    background-image: url("../image/icon-share-weibo.png");
}
.pg-bd-nd-share > a:hover > .icon-weibo {
    background-image: url("../image/icon-share-weibo2.png");
}
.pg-bd-nd-share > a > .icon-qzone {
    background-image: url("../image/icon-share-qzone.png");
}
.pg-bd-nd-share > a:hover > .icon-qzone {
    background-image: url("../image/icon-share-qzone2.png");
}

/****** 相关推荐 ******/
.pg-bd-nd-righbox {
    border: 1px solid #e8e8e8;
    padding: 30px 20px 0;
    margin-bottom: 30px;
}
.pg-bd-nd-righbox > h5 {
    font-size: 17px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

/****** 热门文章 ******/
.pg-bd-nd-hotart-wrap {
    margin-bottom: 25px;
}
.pg-bd-nd-hotart {
    display: block;
    margin-bottom: 15px;
    color: #333;
    text-decoration: none;
}
.pg-bd-nd-hotart:hover,
.pg-bd-nd-hotart:focus {
    text-decoration: none;
}
.pg-bd-nd-hotart > img {
    display: block;
    width: 100%;
}
.pg-bd-nd-hotart > h6 {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}
.pg-bd-nd-hotart:hover h6 {
    color: #20c7b3;
}
.pg-bd-nd-hotart > div {
    font-size: 12px;
    color: #999;
}
.pg-bd-nd-hotart-refresh {
    text-align: center;
    background: #f0f0f0;
    margin: 0 -20px 0;
    cursor: pointer;
}
.pg-bd-nd-hotart-refresh > em {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 10px 0;
    background: url("../image/icon-refresh.png") center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.pg-bd-nd-hotart-refresh:hover > em {
    background-image: url("../image/icon-refresh2.png");
}


/****** 热门标签 ******/
.pg-bd-nd-hotlabel {
    padding: 30px 0 15px;
}
.pg-bd-nd-hotlabel > li > a {
    display: block;
    height: 38px;
    margin-bottom: 15px;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    color: #777777;
    background: #f2f2f2;
    text-decoration: none;
}
.pg-bd-nd-hotlabel > li > a:hover {
    background: #20c7b3;
    color: #fff;
}


@media (min-width: 768px) {
    .pg-bd-banner img {
        min-height: 280px;
    }
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }

    /**************** 导航条 ****************/
    .pg-bd-nb-link {
        padding: 24px 0;
        font-size: 16px;
    }

    /**************** 新闻详情 ****************/
    .pg-bd-newsDetail {
        padding: 60px 0;
    }

    /****** 左侧文章详情 ******/
    .pg-bd-nd-title,
    .pg-bd-nd-cont-wrap {
        margin-right: 3%;
    }
    .pg-bd-nd-title > h2 {
        font-size: 20px;
    }

    /****** 分享到 ******/
    .pg-bd-nd-share {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 0;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }


}


@media (min-width: 768px) and (max-width: 1199px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }



}


 @media (min-width: 992px) {
     /**************** 导航条 ****************/
    .pg-bd-navbar-row {
        margin: 0 -15px;
    }
    .pg-bd-navbar-row [class^=col-] {
        padding: 0 15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    /**************** 新闻详情 ****************/
    .pg-bd-newsDetail {
        padding: 60px 0;
    }

    /****** 热门标签 ******/
    .pg-bd-nd-hotlabel > li > a {
        display: block;
        height: 36px;
        line-height: 36px;
    }


}


@media (min-width: 1200px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }


}