.bbsBannerSlide{
    width:760px;
    overflow: hidden;
    position: relative;
}
.bbsBannerSlide .swiper-slide img{
    width: 950px;
    height: 360px;
}
.bbsBannerSlide .swiper-pagination{
    bottom:12px;
    text-align: right;
    padding-right:17px;
}
.bbsBannerSlide .swiper-pagination-bullet{
    background-color: white;
    opacity: 1;
    width: 9px;
    height: 9px;
    margin:0 2px!important;
}
.bbsBannerSlide .swiper-pagination-bullet-active{
    background-color: red;
}
.bbsBannerSlide .swiper_tit{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 44px;
    background:rgba(0,0,0,0.38);
    font: normal normal bold 22px/50px Microsoft YaHei;
    color: #FFFFFF;
    padding-left: 38px;
    box-sizing: border-box;
    z-index: 9;
}
.bbsBannerRight{
    width: 404px;
    height: 360px;
}
.bbsBannerRight dl{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}
.bbsBannerRight dd{
    width: 190px;
    margin-bottom: 21px;
}
.bbsBannerRight dd:nth-child(3),.bbsBannerRight dd:nth-child(4){
    margin-bottom: 0;
}
.bbsBannerRight dd a{
    display: block;
    position: relative;
}
.bbsBannerRight dd a p{
    position: absolute;
    bottom:0;
    left:0;
    height: 50px;
    width: 100%;
    background:rgba(0,0,0,0.38);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding:0 10px;
}
.bbsBannerRight dd a p span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow:ellipsis;
}
.bbsBannerRight dd img{
    width: 190px;
    height: 170px;
}
.bbsBannerBox{
    padding-top: 40px;
}
.bbsListContent{
    padding-top: 18px;
    padding-bottom: 60px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.bbsDetailContent{
    padding-top:40px;
    padding-bottom: 60px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.bbsListTab{
    width: 760px;
}
.bbsListTab ul.bbsTabTop{
    padding:13px 10px;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    font: normal normal normal 18px/20px Microsoft YaHei;
    color: #999;
}
.bbsListTab ul.bbsTabTop li{
    margin-right: 40px;
    cursor: pointer;
}
.bbsListTab ul.bbsTabTop li.active{
    font-weight: bold;
    color: #333;
}
.bbsListTab .bbsTabContent .item{
    padding-top: 28px;
}
.bbsListTab .bbsTabContent .item a{
    display: flex;
    color: #333;
}
.bbsListTab .bbsTabContent .item a .img{
    margin-right: 34px;
}
.bbsListTab .bbsTabContent .item a .img img{
    width: 258px;
    height: 143px;
    object-fit: cover;
}
.bbsListTab .bbsTabContent .item a .content{
    flex: 1;
}
.bbsListTab .bbsTabContent .item a .content h3{
    font: normal normal normal 20px/24px Microsoft YaHei;
}
.bbsListTab .bbsTabContent .item a .content p{
    font: normal normal normal 16px/24px Microsoft YaHei;
    color: #999999;
    margin-top: 10px;
    height: 70px;
}
.bbsListTab .bbsTabContent .item a .content .tag{
    padding-top: 5px;
}
.bbsListTab .bbsTabContent .item a .content .tag span{
    display: inline-block;
    height: 30px;
    padding:0 12px;
    background: #9F9F9F1A 0% 0% no-repeat padding-box;
    border-radius: 16px;
    font: normal normal normal 14px/30px Microsoft YaHei;
    color: #999999;
}
.bbsSearch{
    height: 50px;
    width: 100%;
    border:1px solid #eee;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.bbsSearch input{
    height: 50px;
    border:0;
    flex: 1;
    padding-left: 10px;
    box-shadow: none;
    outline: none;
    resize: none;
    font-size: 16px;
}
.bbsSearch button{
    border:0;
    background-color: transparent;
    padding:0 10px;
    height: 50px;
    font-size:20px;
}
.bbsHotBox{
    width: 404px;
}
.bbsHotBox .bbsHotTitle{
    padding:13px 10px 13px 0;
    font: normal normal bold 18px/20px Microsoft YaHei;
    color: #333;
}
.bbsHotBox .bbsHotTitle span{
    color: #FF001D;
    font-weight: 500;
    margin-right:8px;
}
.bbsHotLabelList{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    width: 100%;
    padding-bottom:17px;
}
.bbsHotLabelList a{
    height: 40px;
    background: #EDEDED 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding:0 12px;
    margin-top: 10px;
    margin-right:10px;
    font: normal normal normal 18px/40px Microsoft YaHei;
}
.bbsHotLabelList a:hover{
    color: #db5555;
}
/**/
.bbsHotArticleList .item{
    padding-bottom: 16px;
    padding-top: 4px;
}
.bbsHotArticleList .item a{
    display: flex;
    color: #333;
}
.bbsHotArticleList .item a .img{
    margin-right: 22px;
    position: relative;
}
.bbsHotArticleList .item a .img span{
    position: absolute;
    top:0;
    left:0;
    width: 57px;
    height: 22px;
    background:rgba(0,0,0,0.64);
    color: #fff;
    font: normal normal bold 14px/22px Microsoft YaHei;
    text-align: center;
}
.bbsHotArticleList .item a .img img{
    width: 130px;
    height: 76px;
    object-fit: cover;
}
.bbsHotArticleList .item a .content{
    flex: 1;
}
.bbsHotArticleList .item a .content h3{
    font: normal normal normal 18px/20px Microsoft YaHei;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bbsHotArticleList .item a .content .tag{
    padding-top: 11px;
}
.bbsHotArticleList .item a .content .tag span{
    font: normal normal normal 14px/30px Microsoft YaHei;
    color: #999999;
}
/**/
.bbsDetail{
    width: 760px;
}
.bbsDetailFeaturedFirst img{
    width: 100%;
}
.bbsDetailArticle {
    padding-top: 44px;
    font-size:18px!important;
    font-family: Microsoft YaHei;
    line-height: 2;
    color: #333333;
}
.bbsDetailArticle img{
    max-width: 100%;
}
.bbsDetailTitle h1{
    font: normal normal bold 34px/45px Microsoft YaHei;
    color: #000000;
}
.bbsDetailInfo{
    margin-top: 11px;
}
.bbsDetailInfo em{
    height: 34px;
    background: #EDEDED 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: inline-block;
    padding:0 10px;
    font: normal normal normal 15px/34px Microsoft YaHei;
    color: #333333;
    margin-right: 33px;
}
.bbsDetailInfo span{
    font: normal normal normal 16px/34px Microsoft YaHei;
    color: #999999;
    margin-right: 23px;
}
.bbsDetailWelfare{
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 3px solid #C3393A;
    border-radius:0 27px 27px 27px;
    padding:50px 26px 47px 47px;
    position: relative;
    margin-top: 60px;
}
.bbsDetailWelfare .tit{
    position: absolute;
    top:-20px;
    left:-3px;
    background: #BE3935 0% 0% no-repeat padding-box;
    border-radius: 0px 20px 20px 0px;
    width: 155px;
    height: 40px;
    padding:0 26px;
    font: normal normal bold 18px/38px Microsoft YaHei;
    color: #FEE56E;
}
.bbsDetailWelfare .tit span{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-right: 6px;
}
.bbsDetailWelfare .content{
    font: normal normal normal 18px/34px Microsoft YaHei;
    color: #333333;
}
.bbsDetailWelfare p{
    font: normal normal normal 18px/34px Microsoft YaHei;
}
.bbsDetailWelfare p a{
    color: #BE3935;
}
.prevNext, .prevNext a {
    color: #333;
    font-size: 16px;
}
    .prevNext a:hover {
        color: #BE3935;
    }

.paging-demo {
    text-align: right;
    margin: 20px 0px;
}