#anyacg,
#anyacg * {
    box-sizing: border-box;
}
#anyacg{
    display: none;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    background: #F3F3F3;
}
#anyacg .head{
    font-size: 15px;
    font-weight: bold;
    color: #003555;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #d0d8dc;
}
#anyacg .item{
    display: flex;
    width: 25%;
    overflow: hidden;
    padding: 5px;
}
#anyacg .cover{
    width: 60px;
    height: 80px;
    box-shadow: 0 1px 8px rgba(0,0,0,.2), 0 3px 4px rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
}
#anyacg .info{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}
#anyacg .title{
    color: #003555;
    font-weight: bold;
    text-indent: 25px;
}
#anyacg .volcha{
    color: #666;
    font-size: 11px;
    margin-top: 5px;
}
#anyacg .time{
    color: #999;
    font-size: 9px;
    font-style: italic;
}
#anyacg .flag{
    position: absolute;
    top: 1px;
    left: 5px;
    width: 20px;
    height: 16px;
    background-size: 20px 16px;
    background-repeat: no-repeat;
}


#anyacg a:hover{
    color: red;

}