.aw-topic-list{
    flex-wrap: wrap;
}
.aw-topic-list img{width:16px;height:16px;margin: 0 0 3px 0;}
.aw-topic-list p a.ygz{
    /*border: 1px solid #F9137A;*/
    border-radius: 100px;
    padding: 4px 13px;
    background: #F9137A;
    color: #ffffff;
}
.aw-topic-list p a.gz{
    border: 1px solid #cfd2d7;border-radius: 1rem;padding: 4px 13px;color: #8790a4
}
.aw-topic-list .topic-item:hover{
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}
.aw-topic-list .topic-item{
    /*padding: 12px 16px 16px 16px;*/
    background: #ffffff;
    width: 285px;
    border-radius: 12px;
    margin-right: 20px;
}
.aw-global-focus-count{color:#bfbfbf}
.aw-nav-container > ul > li > a{background: none}
.topic-item .title-container{
    padding: 18px 16px 16px 16px;
    color: #696767;
    height: 142px;
}
.topic-item .item-top{
    padding: 12px 16px;
    border-bottom: 1px solid #efefef;
}
.topic-item .bottom-data
{
    padding: 8px  18px 16px 16px;
    color: #707070;
}
.topic-item .bottom-data a{
    color: #707070;
}