@charset "utf-8";


/*内容*/
.topic-block{
    margin-top: 15px;
}

/*左*/
.topic-block .left-main{
    width: 880px;
    background: #fff;
    border: 1px #EFEFEF solid;
}
.topic-block .left-main .left-content{
    overflow: hidden;
    padding: 10px 10px 20px;
    background: white;
    border-radius: 5px;
}
/*导航*/
.topic-tabs-title{
    text-align: center;
    height: 55px;
    border: none;
    border-bottom: 1px solid #efefef;
}
 .topic-tabs-title li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    line-height: 55px;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}
.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;
}
/*导航*/

.left-main .left-content .topic-list{
    overflow: hidden;
    margin-top: 25px;
}
.left-content .topic-list .topic-item{
    width: 266px;
    margin: 0 10px 20px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.topic-list .topic-item .topic-top{
    height: 160px;
    width: 100%;
    margin-bottom: 12px;
}
.topic-item .topic-top> a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 160px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.topic-item .topic-top> a:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.topic-item .topic-top> a .topic-title{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 12px;
}

.topic-item .topic-top>a>img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 160px;
    left: 0;
    top: 0;
}
.topic-item .topic-info {
    color: #999;
    height: 68px;
    padding: 5px 10px 10px 10px;
}
.topic-item .topic-info .topic-des{
    margin-bottom: 10px;
}
.topic-item .topic-info .topic-des p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    font-size: 13px;
    line-height: 22px;
    height: 44px;
}
.topic-item .topic-info .topic-dateview>p{
    font-size: 13px;
    color: #aeaeae;
}
.topic-item .topic-info .topic-dateview>p>i{
    padding-right: 3px;
    padding-left: 6px;
    font-size: 14px;
    color: #aeaeae;
}

/*右*/
.topic-block .right-main{
    width: 308px;
    margin-left: 20px;
}

.hot-right-article{
    margin-top: 0;
}