.a_item .a_body::-webkit-scrollbar {width: 7px;}
.a_item .a_body::-webkit-scrollbar-track {box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);}
.a_item .a_body::-webkit-scrollbar-thumb {background-color: #999; outline: 1px solid slategrey;}
.a_item .a_body::-webkit-scrollbar-thumb:hover {background-color: #777;}

.a_item .a_body{max-height: 250px; background-color: #fcfcfc; overflow: auto; overflow-x: hidden; transition: 500ms;}
.a_item .a_body:hover{max-height: 500px;}
.a_item p{margin: 0;}
.a_item .a_body hr{margin: 10px; border-top: 1px dashed #999;}
.a_item .a_header .f_line{font-size: 110%; font-weight: bold}
.a_item .a_header .f_line a{color: #2c3e50;}
.a_item .a_header .badge{font-size: 90%;}
.a_item .user_avatar{height: 50px;}