/**************** 顶部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-news {
    padding: 30px 0;
}

/****** 新闻推荐 ******/
.pg-bd-news-recomd-text {
    padding-left: 0;
}
.pg-bd-news-recomd-cover {
    position: relative;
}
.pg-bd-news-recomd-cover > img {
    display: block;
    width: 100%;
    height: 198px;
}
.pg-bd-news-recomd-btmtext {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.pg-bd-news-recomd-btmtext p{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    width: 70%;
}

.pg-bd-news-slider1 .swiper-pagination-bullet {
    opacity: 0.5;
    background: #fff;
}
.pg-bd-news-slider1 .swiper-pagination-bullet-active {
    opacity: 1;
}
.pg-bd-news-slider1 > .swiper-pagination-bullets {
    left: auto;
    right: 20px;
    bottom: 15px;
    width: auto;
}

.pg-bd-news-recomd-text > h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bolder;
    margin-top: 15px;
}
.pg-bd-news-recomd-text > p {
    font-size: 13px;
    line-height: 30px;
    color: #888;
    text-align: justify;
    margin: 10px 0 20px;
}
.pg-bd-news-recomd-text > a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #54c1b7;
    border-radius: 3px;
    text-decoration: none;
}
.pg-bd-news-recomd-text > a:hover {
    background: #5dcec0;
}

/****** 新闻列表 ******/
.pg-bd-news-list {
    display: block;
    margin-top: 30px;
    text-decoration: none;
    border-top: 1px solid #ececec;
}
.pg-bd-news-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.pg-bd-news-item-cover > img {
    display: block;
    width: 100%;
}
.pg-bd-news-item-text > h2 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: bolder;
}
.pg-bd-news-item:hover .pg-bd-news-item-text > h2 {
    color: #54c1b7;
}
.pg-bd-news-item-text > p {
    font-size: 13px;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    color: #888;
    text-align: justify;
    margin: 0 0 5px;
}
.pg-bd-news-item-text > div {
    font-size: 13px;
    color: #999;
}


/****** 分页 ******/
.pg-bd-list-pagni {
    margin-top: 30px;
    text-align: center;
}
.pg-bd-list-pagni > a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    color: #999;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    font-family: "宋体";
}
.pg-bd-list-pagni > a:hover,
.pg-bd-list-pagni > a.active {
    border-color: #54c1b7;
    background: #54c1b7;
    color: #fff;
}



@media (min-width: 768px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner img {
        min-height: 280px;
    }
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }
    .pg-bd-news-recomd-btmtext p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 80%;
    }
    /**************** 导航条 ****************/
    .pg-bd-nb-link {
        padding: 24px 0;
        font-size: 16px;
    }

    /**************** 新闻资讯 ****************/
    .pg-bd-news {
        padding: 60px 0;
    }

    /****** 新闻列表 ******/
    .pg-bd-news-list {
        margin-top: 40px;
    }
    .pg-bd-news-item {
        padding: 40px 0;
    }
    .pg-bd-news-item-text > h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .pg-bd-news-item-text > p {
        font-size: 13px;
        line-height: 30px;
        height: auto;
        margin: 10px 0 10px;
    }
    .pg-bd-news-item-text > div {
        font-size: 13px;
    }

    /****** 分页 ******/
    .pg-bd-list-pagni {
        margin-top: 60px;
    }
    .pg-bd-list-pagni > a {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .pg-bd-news-recomd-cover > img{height: 378px;}


}


@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) and (max-width: 1199px) {
    /**************** 新闻资讯 ****************/
    /****** 新闻推荐 ******/
    .pg-bd-news-recomd-text {
        padding-left: 0;
    }
    .pg-bd-news-recomd-cover > img {
        display: block;
        width: 100%;
    }
    .pg-bd-news-recomd-text > h2 {
        font-size: 18px;
        margin-top: 0;
    }
    .pg-bd-news-recomd-text > p {
        margin: 5px 0;
    }
    .pg-bd-news-recomd-text > a {
        display: block;
        width: 130px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
        text-align: center;
        background: #54c1b7;
        border-radius: 3px;
        text-decoration: none;
    }
    .pg-bd-news-recomd-text > a:hover {
        background: #5dcec0;
    }

    /****** 分页 ******/
    .pg-bd-list-pagni {
        margin-top: 30px;
        text-align: center;
    }
    .pg-bd-list-pagni > a {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
        color: #999;
        font-size: 13px;
        text-decoration: none;
        border: 1px solid #e3e3e3;
        border-radius: 50%;
    }
    .pg-bd-list-pagni > a:hover,
    .pg-bd-list-pagni > a.active {
        border-color: #54c1b7;
        background: #54c1b7;
        color: #fff;
    }


}


 @media (min-width: 992px) {
     /**************** 导航条 ****************/
    .pg-bd-navbar-row {
        margin: 0 -15px;
    }
    .pg-bd-navbar-row [class^=col-] {
        padding: 0 15px;
    }

}



@media (min-width: 1200px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }

    /**************** 新闻资讯 ****************/
    .pg-bd-news {
        padding: 60px 0;
    }

    /****** 新闻推荐 ******/
    .pg-bd-news-recomd-text {
        padding-left: 3%;
    }

    .pg-bd-news-recomd-text > h2 {
        font-size: 20px;
    }
    .pg-bd-news-recomd-text > p {
        font-size: 13px;
        line-height: 30px;
        margin: 20px 0 50px;
    }
    .pg-bd-news-recomd-text > a {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .pg-bd-news-recomd-text > a:hover {
        background: #5dcec0;
    }

    /****** 新闻列表 ******/
    .pg-bd-news-item-text > h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .pg-bd-news-item-text > p {
        margin: 12px 0 20px;
    }

    /****** 分页 ******/
    .pg-bd-list-pagni {
        margin-top: 30px;
        text-align: center;
    }
    .pg-bd-list-pagni > a {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
        color: #999;
        font-size: 13px;
        text-decoration: none;
        border: 1px solid #e3e3e3;
        border-radius: 50%;
    }
    .pg-bd-list-pagni > a:hover,
    .pg-bd-list-pagni > a.active {
        border-color: #54c1b7;
        background: #54c1b7;
        color: #fff;
    }


}