
.bbs-recommend {
    padding-bottom: 20px;
}

.bbs-recommend .recommend-img {
    overflow: hidden;
    background-color: orange;
}

.bbs-recommend .recommend-img img {
    width: 100%;
}

.recommend-news .recommend-news-rows a{
    display: inline-block;
    width: 100%;
    height: 106px;
    padding: 20px 25px;
    border-top: 1px dashed #e2e9ef;
}

.recommend-news .recommend-news-rows i {
    top: -17px;
    position: relative;
    color: silver
}

.recommend-news .recommend-news-rows:hover {
    background: #E2E9EF;
}
.recommend-news .recommend-news-rows:hover i {
    color: black;
}

.recommend-news .recommend-news-rows:first-child {
    border-top: 0;
}

.recommend-news .recommend-news-rows h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.recommend-news .recommend-news-rows p {
    color: #7a7a7a;
    font-size: 14px;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
}

.bbs-recommend .exchange-center {
    overflow: hidden;
}

.bbs-recommend .exchange-center a:hover {
    color: #ff5949 !important;
}

.exchange-center-nav {
    overflow: hidden;
}

.bbs-recommend .exchange-center:first-child {
    margin-top: 20px;
}

.bbs-recommend .exchange-center {
    margin-top: 30px;
}

.bbs-recommend .exchange-center h2 {
    color: #03b3b2;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.exchange-center-nav .exchange-green-border {
    border-top: 2px solid #03b3b2;
    padding: 10px 0 20px;
}

.exchange-center-nav .exchange-expect-green {
    border-top: 2px solid #dbdbdb;
    padding: 10px 0 20px;
}

.exchange-center-inner {
    overflow: hidden;
}

.exchange-center-inner .bbs-article {
    font-size: 14px;
    line-height: 14px;
    color: #404040;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.exchange-center-inner .bbs-article:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #797979;
    position: absolute;
    left: 4px;
    top: 14px;
}

.exchange-center-inner li a {
    color: #404040;
}

.bbs-recommend .exchange-center .exchange-miaoshou {
    overflow: hidden;
    padding-left: 30px;
}

.bbs-recommend .exchange-center .exchange-miaoshou li {
    float: left;
    position: relative;
    padding-right: 17px;
}

.bbs-recommend .exchange-center .exchange-miaoshou .li-on a {
    color: #ff5949 !important;
}

.bbs-recommend .exchange-center .exchange-miaoshou li:after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #797979;
    position: absolute;
    right: 6px;
    top: 8px;
}

.bbs-recommend .exchange-center .exchange-miaoshou li:last-child:after {
    display: none;
}

.exchange-desc .exchange-center-ms-logo .free-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 18px;
    background: url('../../img/home/free_icon.png') no-repeat top right;
}

.exchange-desc .exchange-center-ms-logo li {
    display: block;
    background-color: #fff;
    border: 1px solid #ECEDEF;
    text-align: center;
    padding: 5px 0;
    position: relative;
}

.exchange-desc .exchange-center-ms-logo li img {
    padding: 13px 0 0;
}

.exchange-desc .exchange-center-ms-logo .exchange-center-ms-logo {
    display: block;
    background-color: #fff;
    border: 1px solid #ECEDEF;
    text-align: center;
    padding: 24px 10px 5px;
    position: relative;
    text-decoration: none;
}

.exchange-desc .exchange-center-ms-logo .log-desc {
    margin-bottom: 0;
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.exchange-desc .exchange-center-ms-logo li:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0.6;
    display: none;
}

.exchange-desc .exchange-center-ms-logo .show-desc {
    position: absolute;
    color: #fff;
    left: 50%;
    display: none;
    width: 84px;
    z-index: 3;
    background: #ff5949;
    border-radius: 3px;
    margin-left: -42px;
    height: 28px;
    top: 50%;
    line-height: 28px;
    font-size: 12px;
    margin-top: -14px;
}
.exchange-desc .exchange-center-ms-logo li:hover:before,.exchange-desc li:hover .show-desc {
    display: block;
}

.functions {
    background-color: #f7f8f9;
}

.functions .function {
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #e2eaef;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.functions .function:hover {
    background-color: #f6ffff;
    border: 1px solid #00dad9;
}

.functions .function .icon {
    padding: 20px;
}

.functions .function h2 {
    color: #434343;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.functions .function p {
    color: #7E7E7E;
    padding-right: 10px;
    font-size: 13px;
}

.functions .more-list {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    color: #404040;
}

.functions .more-list > li {
    float: left;
    padding: 10px;
    width: 25%;
    text-align: center;
}

.functions .intro-menu {
    padding: 48px 0;
    width: 100%;
}

.functions .intro-menu p {
    font-size: 15px;
    margin-bottom: 20px;
}

.recommend_nav {
    white-space:nowrap;
    overflow: hidden;
    position: relative;
    height: 35px;
}

.recommend_nav > i {
    padding: 5px 15px;
    background: white;
    cursor: pointer;
    transition: all 0.5s ease;
    top: 5px;
    position: relative;
}

.recommend_nav > .fa-chevron-right {
    box-shadow: white -10px 0 10px;
}

.recommend_nav > .fa-chevron-right:hover {
    text-shadow: #FF4F5B -5px 0 10px;
}

.recommend_nav > .fa-chevron-left {
    box-shadow: white 10px 0 10px;
}
.recommend_nav > .fa-chevron-left:hover {
    text-shadow: #FF4F5B 5px 0 10px;
}

.recommend_nav_content {
    position: absolute;
    left: 0;
    border-bottom: #ccc 1px solid;
}

.recommend_nav_content > span {
    display: inline-block;
    padding: 5px 20px;
    border-bottom: #ccc 1px solid;
    cursor: pointer;
    margin-bottom: -1px;
    transition: all 0.5s ease;
    font-size: 16px;
    color: #9A9A9A;
}

.recommend_nav_content > span.active {
    color: #1F1F1F;
    font-size: 16px;
    border-color: #FF594B;
}

.recommend_nav_content > span:hover {
   color: #FF4F5B;
}

.recommend_body_item {
    display: none;
}

.recommend_body_item.active {
    display: block;
}

.bbs-big-news {
    padding: 15px 20px;
    border-top: #EEEEEE solid 1px;
    position: relative;
}

.bbs-big-news:first-child {
    border-top: #fff solid 1px;
}

.bbs-big-news-img img{
    width: 100%;
    height: 110px;
}

.bbs-big-news h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.bbs-big-news p {
    color: #7a7a7a;
    font-size: 14px;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
}

.bbs-big-news-content {
    height: 110px;
}

.bbs-big-news-content:hover h3{
    color: #FD5C48;
}

.bbs-big-new-footer {
    position: absolute;
    bottom: 5px;
}

.bbs-news-list {
    padding: 15px 20px;
    color: #aaa;
}

.bbs-news-list > li {
    width: 50%;
    list-style-type: disc;
    float: left;
}

.bbs-news-list > li h3{
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 60px;
    line-height: 35px;
    color: #333;
}

.bbs-news-list > li:hover h3 {
    color: #FD5C48;
}