body{margin: 0;padding: 0;}
a{text-decoration: none; color: #3a3a3a}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.q_menu_1 {
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding: 6px 0;
}
.q_menu_1 a {
    font-size: 0.45rem;
}
a.btn {
    padding: 6px 0;
}
a.active {
    border-bottom: solid 3px #424242;
}
.q_menu_1 li {
    width: 1.5rem;
}
.q_menu_1 ul {
    display: flex;
    justify-content: start;
    width: 90%;
    margin: auto;
}
.q_content_1 {
    width: 90%;
    margin: auto;
    display: none;
    margin-top: 0.6rem;
}
.q_content_1.show{display: block;}
a.author {
    color: #999;
}
svg.icon-search {
    width: 0.6rem;
}
section.lanmulist {
    font-size: 0.4rem;
    margin-top: 0.4rem;
}
a.item-href {
    display: block;
    padding: 0.1rem 0;
}
.item-noimgl{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.item-detail {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
}
h3.item-title {
    font-weight: normal;
    line-height: 0.6rem;
    color: #222;
}
.item-other {
  
    font-size: 0.32rem;
    color: #999;
}
span.item-author {
    padding-right: 0.1rem;
}
.item-pic {
    width: 31%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.item-pic img {
    width: 100%;
    border: none;
    display: block;
    width: 100%;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity ease .3s;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    text-decoration: none;
    max-height: 65px;
    border-radius: 10px;
}
span.qok {
    padding-right: 0.1rem;
}