 /*=====================================================
         Banner轮播
  =======================================================*/
  .topBanner {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.topBanner .bannerPlay img {
    width: 100%;
}

/* 轮播图的左右按钮 */
.topBanner .slick-prev,
.topBanner .slick-next {
    z-index: 999;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 104%;
    padding: 0;
    border: none;
    outline: none;
}

.topBanner .slick-prev:focus,
.topBanner .slick-next:focus {
    outline: none;
}

.topBanner .slick-prev.slick-disabled:before,
.topBanner .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.topBanner .slick-prev:before,
.topBanner .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: red;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topBanner .slick-prev {
    left: 45%;
}

.topBanner .slick-prev:before {
    content: "\2039";
}

.topBanner .slick-next {
    right: 45%;
}

.topBanner .slick-next:before {
    content: "\203A";
}


/*=====================================================
       新闻资讯
 =======================================================*/
 .levelTitle p{
    font-size: 14px;
    color: #000;
    font-weight: 600;
 }

.newsDetil-bg {
    position: relative;
}
.newsDetil-bg .news-title{
    margin-top: 60px;
}
.newsDetil-bg .news-title p{
    font-size: 12px;
}
.newsDetil-bg .news-content{
    margin-top: 70px;
}
.newsDetil-bg .news-content p{
    margin-top: 20px;
    text-indent: 2em;
    padding: 0px 7% 0 7%;
    font-size: 14px;
}
.newsDetil-bg .news-content .news-img{
    width: 50%;
    margin-left: 25%;
}
.newsDetil-bg .news-prev-next{
    margin: 60px 0 40px 20px;
    font-size: 14px;
}
.newsDetil-bg .news-prev-next span {
    color: #000;
}
.newsDetil-bg .news-prev-next a{
    color: red;
    width: 50px;
}
.newsDetil-bg .news-prev-next .news-title-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsDetil-bg .newsList {
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}


.newsDetil-bg img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.newsDetil-bg img {
    padding: 20px 0 20px 0;
    cursor: pointer;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

 .bd_weixin_popup {
     width: 250px !important;
     height: 300px !important;
 }

