@charset "utf-8";
/*导航*/
.topic-top{
    position: relative;
    margin-top: 15px;
    display: block;
    clear: both;
    overflow: hidden;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.topic-top .topic-bg{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    max-height: 160px;
    min-height: 150px;
    background-color: rgba(0, 0, 0, .1);
	width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 120%;
    background-repeat: no-repeat;
    filter: blur(5px);
    transform: scale(1.1);
}

.topic-top .topic-bg>img{
    width: 100%;
    min-height: 150px;
}
.topic-top .topic-header {
    padding: 20px;
    position: relative;
    min-height: 85px;
    box-sizing: border-box;
	background-color: #fff;
}

.topic-top .topic-header .images {
    position: absolute;
    height: 130px;
    width: 130px;
    left: 20px;
    top: -60px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 5px;
    z-index: 100;
    text-align: center;
}
.topic-top .topic-header .images> img {
    vertical-align: middle;
    max-height: 126px;
    max-width: 126px;
    min-width: 100%;
}
.topic-top .topic-header h1.title {
    display: inline-block;
    line-height: 1.8;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    margin-left: 160px;
}
.topic-top .topic-header p.info {
    color: #999;
    margin-left: 160px;
    width: 730px;
    line-height: 18px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.topic-top .topic-header .btn-container{
    position: absolute;
    top: 25px;
    right: 10px;
}
.topic-top .topic-header .btn-container>button{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
}

.topic-header .btn-container .topic-contribute {
    background-color: #5291fc !important;
}
.topic-header .btn-container .topic-collection {
    background-color: #4FC277 !important;
}
.topic-header .btn-container .send-praise {
    background-color: #FFB800 !important;
}


/*内容*/
.topic-block{
    margin-top: 10px;
}
/*右*/
.topic-block .left-main{
    width: 880px;
    background: #fff;
    border: 1px #EFEFEF solid;
}
.topic-block .left-main .topic-tabs-title{
    text-align: center;
    height: 55px;
    border: none;
    padding-right: 30px;
    border-bottom: 1px solid #efefef;
}

.left-main .topic-tabs-title li {
    display: inline-block;
    padding: 0 60px;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    line-height: 55px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}
.left-main .topic-tabs-title li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.topic-tabs-title .choose,.topic-tabs-title .choose>a{
    color: #23ac38 !important;
}
.topic-tabs-title .choose::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
    height: 56px;
    border-bottom: 2px solid #23ac38 !important;
}


/*列表*/
.topic-block  .list-content{
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 5px;
    min-height:500px;
}

.list-content .list-item{
    position: relative;
    overflow: hidden;
    padding: 25px;
    min-height: 108px;
    border-bottom: 1px solid #efefef;
}
.forum-list{
    display: flex;
    padding: 15px !important;
    min-height: auto !important;
}
.forum-list .userInfo {
    text-align: center;
    margin-right: 20px;
}
.forum-list .nav-img {
    margin: 0;
    position: relative;
    top: 1px;
    width: 47px;
    height: 47px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.forum-list .content {
    position: relative;
    height: auto;
    flex: 10;
    padding: 0 !important;
}
#waterfall{
    width: 870px;
    margin: 0 auto;
    padding: 10px 0 22px 7px;
    min-height:500px;
}
#waterfall li{
    width:200px;
    background-color: #fff;
    margin:8px 4px 20px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -moz-box-shadow: 0 -1px 5px 1px rgba(208, 208, 208, 0.2);
    -webkit-box-shadow: 0 -1px 5px 1px rgba(208, 208, 208, 0.2);
    box-shadow: 0 -1px 5px 1px rgba(208, 208, 208, 0.2);
    border: 1px solid #dedfe0;
    /*box-sizing: border-box;*/
    transition: top 0.2s;
}
#waterfall li:hover{
    background: #fff;
    -moz-box-shadow: 0 -4px 25px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -4px 25px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 25px 1px rgba(0, 0, 0, 0.2);
}

#waterfall .img-block {
    position: relative;
}
#waterfall .img-block img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
#waterfall .img-block img:hover {
    filter: Alpha(opacity=90);
    -moz-opacity: .9;
    opacity: 0.9;
}
#waterfall .img-block>a{
    background-color: #F9F9F9;
    border-radius: 2px;
    cursor: pointer;
    color: #999999;
    display: block;
    width: 200px;
    height: 250px;
}
#waterfall .img-block >a:hover{
    background-color: #F9F9F9;
    color: #666;
}
#waterfall .img-block>a>i{
    font-size: 16px;
}

#waterfall .img-info{
    padding: 5px 10px 0 10px;
    font-size: 13px;
    overflow: hidden;
}
#waterfall .img-info .pic-title{
    font-size: 13px;
    line-height:30px;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#waterfall .img-info .pic-dynamic{
    margin-top: 8px;
    font-size: 13px;
    color: #a4a4a4;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
}
#waterfall .img-info .pic-dynamic>p{
    display: inline-block;
    padding-right: 16px;
}
#waterfall .img-info .pic-dynamic>p::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin-left:10px;
    margin-top: 9px;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all .36s ease;
}
#waterfall .img-info .pic-dynamic>p>i{
    font-size: 14px;
    padding-right: 3px;
}


/*右*/
.topic-block .right-main{
    width: 308px;
    margin-left: 20px;
}

.right-main .topic-data{
    position: relative;
    padding: 20px 0 15px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.topic-data .data-item {
    position: relative;
    width: 35%;
}
.topic-data p.title {
    color: #888;
}
.topic-data p.data {
    font-size: 20px;
    display: block;
    margin-top: 18px;
    color: rgba(82, 145, 252,.8);
}
.topic-data .data-item:last-child {
    width: 37%;
}
.topic-data .data-item:after {
    position: absolute;
    content: " ";
    height: 25px;
    width: 1px;
    right: -1px;
    top: 35%;
    background-color: #efefef;
}
