/* left主题选项 */
.left-box{
    width: 286px;  
    margin-right: 34px;
}
.left-box .lis-box{
    padding-bottom: 20px;
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.left-box .lis-box div a{
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    color: #444;
    display: block
}
.left-box .lis-box .activate a{
    background-color: #DBF1E1;
    color: #06CC71;
    
}
.left-box .lis-box div a:hover{
    color: #06CC71;
    background-color: #DBF1E1;
}
/* 新的动态资讯 */
.left-zixun{
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
    margin-top: 30px;
    padding: 20px;
}
.left-zixun li a{
    color: #777;
    line-height: 24px;
    padding: 5px 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.left-zixun .public_title{
    margin-bottom: 10px;
}
.left-zixun li a:hover{
    color: #06CC71;
}
/* right边专题 */
.right-box .r-lis li{
    width: 205px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.right-box .r-lis img{
    width: 205px;
    height: 205px;
}
.right-box .r-lis .text{
    padding: 14px 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #777;
    box-sizing: border-box;
}
.right-box .r-lis li:nth-child(4n){
    margin-right: 0;
}
.right-box .r-lis .text:hover{
    color: #06CC71;
}

.right-box .r-lis span{
    color: #999;
}