@charset "utf-8";

.body .items .item{justify-content: flex-start;align-items: flex-start;line-height: 2.2;}
.body .items .item .tag{color: #ff3536;margin-right: 10px;}
.body .items .item .author{color: #999;margin-left: auto;}
.body .items .item .text{width: calc(100% - 120px);}
.body .items .item .text.subtext{line-height: 1.4;margin-bottom: 6px;display: none;}
.body .items .item .link{color: #ff3536;font-size: 13px;margin-left: auto;}

.body dl{margin-bottom: 10px;}
.body dl dt{color: #333;font-weight: bold;}
.body dl dd{color: #666;}

.sidebar .card .body.city .item{width: 33%;float: left;margin-bottom: 12px;}
