body{
    background: #ffffff;
}
.community-main{
    margin-top: 20px;
}

.community-main .top-bg{
    height: 0;
    padding-bottom: 380px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
/* 背景图下的菜单 */
.community-second-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    margin-top: 50px;
    border-bottom: solid 1px #E9E9EE;
}
.community-second-menu .community-menu-left{
    display: flex;
    align-items: center;
}
.community-second-menu .community-menu-left .community-menu-item{
    font-size: 16px;
    color: #222226;
    line-height: 50px;
    margin-right: 48px;
    height: 50px;
    cursor: pointer;
    
}
.community-second-menu .community-menu-left .community-menu-item:hover{
    color: #FA6400;
}
.community-second-menu .community-menu-left .community-menu-item.active{
    border-bottom: solid 2px #FA6400;
    color: #FA6400;
    font-weight: 600;
}

.community-menu-ringht .menu-search{
    width: 338px;
    height: 38px;
    background: #F5F5F5;
    border-radius: 19px;
    padding: 0 18px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.community-menu-ringht .menu-search input{
    height: 100%;
    background: transparent;
    color: #666;
    border: 0;
    outline: none;
    width: calc(100% - 50px);
}

.community-menu-ringht .menu-search img{
    width: 18px;
    height: 18px;
    cursor: pointer;
}




.hot-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0px 25px 30px;
    margin-top: 15px;
}

.hot-content .content-head{
    line-height: 1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.hot-content .content-head .head-icon img{
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
}
.hot-content .content-head .head-icon{
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.hot-content .headline{
    width: 830px;

}
.hot-content .dynamic{
    width: 280px;
    margin-top: 30px;
}
.hot-content .headline-content{
    display: flex;
    justify-content: space-between;
}
.hot-content .headline-content-swiper{
    width: 386px;
    height: 302px;
    margin-top: 20px;
    cursor: pointer;
}
.hot-content .headline-content .swiper-slide .img{
    width: 386px;
    height: 214px;
    object-fit: cover;
    border: 1px solid #F1F1F1;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.hot-content .headline-content .swiper-pagination{
    position: absolute;
    top: 185px;

}
.hot-content .headline-content .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    border-radius: 4px;
    height: 4px;
}
.hot-content .headline-content .swiper-slide .article-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    font-size: 16px;
}
.hot-content .headline-content .swiper-slide .article-desc{
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.hot-content .headline-content-list{
    margin-top: 20px;
    width: 424px;
    height: 302px;
    overflow: hidden;
}
.hot-content .headline-content-group{
    height: 302px;
}
.hot-content .headline-content-item{
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 12px;
    cursor: pointer;
}
.hot-content .headline-content-item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hot-content .headline-content-item .headline-content-item-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;

}
.hot-content .headline-content-item .headline-content-item-title:hover{
    color: #2469F6;

}
.hot-content .headline-content-item .headline-content-item-desc{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #999;
    margin-top: 6px;
    margin-bottom: 8px;
}
.hot-content .headline-content-item .headline-content-item-bottom{
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 12px;
}

.hot-content .dynamic-content{
    height: 300px;
    margin-top: 20px;
}
.hot-content .dynamic-content .dynamic-content-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.hot-content .dynamic-content .dynamic-content-item .dynamic-item-title{
    width: 235px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    height: 25px;
    cursor: pointer;
}
.hot-content .dynamic-content .dynamic-content-item .time{
    color: #999;
    font-size: 12px;
}
.hot-content .dynamic-content .dynamic-content-item .dynamic-item-title:hover{
    color: #2469F6;
}
/* 发布的内容 */
.community-container-left{
    max-width: 1010px;
}

.community-container-left .article-list .article-item{
    background: #fff;
    padding: 32px 0 29px;
    cursor: pointer;
    border-radius: 0px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
}
.community-container-left .article-list .article-item .article-title{
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
    line-height: 28px;
}
.community-container-left .article-list .article-item .article-title:hover{
    color:#FA6400;

}
.community-container-left .article-list .article-item .article-info{
    width: 100%;
}
.community-container-left .article-list .article-item .article-desc{
    line-height: 28px;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
    color:  #555;
}
.community-container-left .article-list .article-item .article-images{
    display: flex;
    width: 1018px;
    overflow: hidden;
    margin-top: 12px;
}
.community-container-left .article-list .article-item .article-img{
    display: flex;
}
.community-container-left .article-list .article-item .article-img .img{
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 244px;
    height: 138px;
    margin-right: 12px;
}

.community-container-left .article-list .article-item .article-label{
    display: flex;
    margin-top: 10px;
}
.community-container-left .article-list .article-item .article-label>span{
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #FA6400;
    padding: 0 5px;
    display: inline-block;
    margin-right: 8px;
}

.community-container-left .article-list .article-item .article-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.community-container-left .article-list .article-item .article-bottom .left{
    display: flex;
    align-items: center;
    color: #eee;
}
.community-container-left .article-list .article-item .article-bottom .left span{
    color: #888;
    font-size: 14px;
    margin-right: 12px;
    line-height: 16px;
}
.community-container-left .article-list .article-item .article-bottom .left .border{
    width: 1px;
    height: 12px;
    background: #D4D9E1;
    display: inline-block;
}
.community-container-left .article-list .article-item .article-bottom .right{
    display: flex;
    align-items: center;
}
.community-container-left .article-list .article-item .article-bottom .right>div{
    margin-left: 30px;
    color: #999;
}

.community-container-left .article-list .article-item .article-bottom .right img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}


.child-recommend-list{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #EEEEEE;
}
.child-recommend-list .child-recommend-item{
    display: flex;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 6px;
    border-bottom: 1px dashed #eee;

}
.child-recommend-list .child-recommend-item .child-recommend-item-head{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content{
    width: calc(100% - 46px);

}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head{
    display: flex;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    align-items: center;

}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .child-title{
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .text{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .child-icon-list{
    display: flex;
    margin-left: 5px;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-head .child-icon-list img{
    margin-right: 5px;
    width: 22px;
    height: 22px;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-content-text{
    color: #555666;
    line-height: 24px;
    white-space: pre-wrap;
    word-break: break-all;
    margin-top: 5px;
}

.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom{
    display: flex;
    justify-content: space-between;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-time{
    color: #999;
    font-size: 12px;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-right{
    display: flex;
    cursor: pointer;
}

.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-right>div {
    margin-left: 25px;
    color: #555666;
}
.child-recommend-list .child-recommend-item .child-recommend-item-content .child-recommend-item-bottom .child-right img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 1px;
}

.child-recommend-item .child-recommend-item-content .child-recommend-content-img{
    display: flex;
    margin: 10px 0;
}
.child-recommend-item .child-recommend-item-content .child-recommend-content-img img{
    width: 146px;
    height: 80px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 10px;
}

.child-recommend-list .child-recommend-item.answer .child-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #999;
    font-weight: 500!important;
    font-size: 14px;

}
.child-recommend-list .child-recommend-item.answer .child-title .child-time{
    font-size: 13px;
    color: #999;

}

.community-container .community-container-right{
    background: #ffffff;
    margin-top: 32px;
}