@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: #fff;
    min-height: 500px;
}

.list-content .list-item{
    position: relative;
    overflow: hidden;
    padding: 25px;
    min-height: 108px;
    border-bottom: 1px solid #efefef;
}
.list-content .list-item .images {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 25px;
    height: 110px;
    overflow: hidden;
    max-width: 160px;
    cursor: pointer;
    text-align: center;
    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;
}
.list-content .list-item .images>a{
    display: block;
    width: 100%;
    height: 100%;
}
.list-content .list-item .images>a>img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s ease-out .1s;
}
.list-content .list-item .list-body{
    padding-left: 175px;
}
.list-item .catname{
    z-index: 3;
    height: 24px;
    float: left;
    margin-top: 2px;
    line-height: 24px;
    padding: 0 15px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    background: #cdefdb;
    color: #23ac38;
    border-radius: 4px;
}
.list-item .catname:hover{
    background-color: #23ac38;
    color: #fff;
}

.list-content .list-item .list-body .title {
    margin: 0 0 4px;
    display: inherit;
    font-size: 16px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.list-content .list-item .list-body p.description{
    margin: 5px 0 8px;
    font-size: 12px;
    line-height: 22px;
    min-height: 48px;
    color: #999;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-content .list-item .list-body .meta{
    padding-right: 0 !important;
    font-size: 12px !important;
    font-weight: 400;
    color: #b4b4b4;
    margin-top: 13px;
    line-height: 18px;
}
.list-content .list-item .list-body .meta span {
    margin-right: 10px;
    color: #b4b4b4;
}
.list-content .list-item .list-body .meta span.time {
    float: right;
}
.list-content .list-item .list-body .meta .nickname,.list-content .list-item .list-body .meta .comment ,.list-content .list-item .list-body .meta .like {
    display: inline-block;
    margin-right: 13px;
    color: #b4b4b4;
}

.list-content .list-item .avatar{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
}

.list-content .list-item .list-body .meta i {
    font-size: 14px !important;
    margin-right: 8px;
    position: relative;
    top:2px;

}

/*右*/
.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;
}
