.bbs-top-banner {
    margin-top: 70px;
}

.bbs-top-banner .top-banner-inner {
    overflow: hidden;
    width: 100%;
    background-color: orange;
}

.bbs-top-banner .top-banner-inner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}


.bbs-news-nav {
    padding: 10px 0;
}

.bbs-news-nav .news-inner {
    background: #ff5949;
    overflow: hidden;
}

.bbs-news-nav .news-inner a {
    color: #FFFFFF;
    display: block;
}

.bbs-news-nav .news-inner li {
    font-size: 15px;
    text-align: center;
    width: 14.28%;
    line-height: 40px;
    float: left;
    color: #FFFFFF;
    cursor: pointer;
}

.bbs-news-nav .news-inner li:hover {
    background-color: #ff3c29;
}

.bbs-news-nav .news-inner .li-on {
    background-color: #ff3c29;
}

.recommend-login {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    height: 320px;
}

.recommend-login .recommend-login-logo {
    text-align: center;
    padding: 16px 0 10px;
}

.recommend-login .recommend-login-tip p {
    color: #797979;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 7px;
}

.recommend-login .recommend-login-btn {
    text-align: center;
    padding: 9px 0;
}

.recommend-login .btn-login-bbs {
    width: 180px;
    height: 48px;
    padding: 10px 0;
    background-color: #32b4b1;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}


.top-green-div {
    border: 1px solid #e2e9ef;
    border-top: 2px solid #03b3b2;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.top-green-div .tel-type {
    font-size: 18px;
    color: #797979;
    line-height: 25px;
}

.show-introduction-div {
    padding: 15px 0;
}

.show-introduction-div .introduce-name {
    font-size: 15px;
    display: block;
    color: #03b3b2;
}

.show-introduction-div .show-introduction {
    display: inline-block;
    width: 84px;
    height: 28px;
    border: 1px solid #ff5949;
    color: #ff5949;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
}

.show-introduction-div .show-introduction:hover {
    border: 1px solid #ffffff;
    background-color: #ff5949;
    color: #FFFFFF;
}

.show-introduction-div .desc-font {
    font-size: 14px;
    color: #797979;
    line-height: 14px;
    padding-top: 10px;
}

.show-introduction-div .introduce-miaoshou-top {
    overflow: hidden;
}

.bbs-bottom-right-banner {
    width: 100%;
    background-color: orange;
}
.bbs-bottom-right-banner img {
    max-width: 100%;
}

.bbs-bg-gray {
    background-color: #f5f5f5;
}