.authorName{
    font-size: 16px;
}
.pubTime{
    color: #797676;
    font-size: 12px !important;
    font-weight: 400!important;
}
article img {
    max-width: 100%!important;
}
.reg__list {
    max-width: 100%;
    margin: 0 auto;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 95%;
}

.reg__item {
    line-height: 30px;
    font-weight: normal;
    list-style: none;
    background: #fff;
    margin-bottom: 1rem;
    padding: 10px;
    width: 100%;
    border-left: 2px solid #009;
    border-right: 2px solid #009;
    border-radius: 4px;
}

.reg__item > a {
    color:#2e6d9d;
    text-decoration: underline;
}

.reg__item > a:hover {
    color: #e11229;
}
.reply{
    padding-left: 40px;
}
.topics p{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 0;
    margin: 0;
}
.topics p:first-child{
    color: #2e6d9d;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;

}
main{
    margin-top: 0;
}