body {
    font: 15px/1.8 system-ui;
    color: #222;
    background: #fefefe;
    word-break: break-all;
}
body,ul,li,p,h1,h2,h3,figure {
    margin: 0;
}
ul,li {
    padding: 0;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: green;
}
.ab {
    display: block;
}
#h1 {
    width: 100px;
    background: black;
    color: gold;
    text-align: center;
    height: 100px;
}
.arheader {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background: #FDD835;
    height: 100px;
    overflow: hidden;
}
figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
figure img {
    width: 100%;
    height: auto;
}
h2 {
    flex: 1;
    font-size: 1rem;
    padding: 7px 16px 0;
}
h2 a {
    color: #000000;
    display: block;
}
p {
    margin: 20px;
    font-size: 1rem;
}
.time {
    color: #888;
    text-align: right;
    margin-right: 10px;
}


