body{
    background-color: #f3f3f3;
}
.note-ul li{
    padding: 10px;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    border-bottom:1px solid #eee;
}
.side-note{
    flex-basis: 38px;
    height:100%;
}
.side-note-avatar{
    width: 38px;
    height:38px
    border-radius: 3px;
}

.note-main{
    flex: 1;
    width: 660px;
    margin-left:10px;
    overflow: hidden;
}

.note-title a{
    color: #259;
    font-size:14px;
    font-weight: 900;
}
.note-author{
    font-size: 12px;
    margin-top: 5px;
}
.note-content{
    margin-top: 5px;
    font-size:12px;
}
.note-detail{
    text-align: right;
    margin-top: 10px;
}
.note-detail .note-author{
    margin-right:10px;
}

.note-group{
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px;
}

.note-group-head{
    overflow: hidden;
    list-style: none;
}

.note-group-head li{
    float: left;
    padding: 5px 10px;
}

.note-group-head li a{
    color:#333;
}

.note-group-head li.active{
    background: #ccc;
}

.note-list-group li{
    overflow: hidden;
    padding-bottom: 20px;
}

.author-avatar-group{
    float: left;
}

.author-avatar-group img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.note-info-group{
    float: left;
    border-bottom: 1px solid #e6e6e6;
    width: 85%;
    padding-bottom: 10px;
}

.note-info-group .note-info{
    margin-top: 10px;
    font-size: 12px;
    color: #8c8c8c;
}

.note-info span{
    margin-right: 10px;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style: none;
}

button{
    outline: none;
    border: none;
}

.main-container{
    width: 1190px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
}

.lg-container{
    width: 920px;
    float: left;
}

.sm-container{
    width: 260px;
    float: right;
}

.newsRecommendTitle{
    width: 260px;
    height: 60px;
    background: url(../img/newscontentrecmdtitle.png) no-repeat left top;
    padding-top: 20px;
}
.newsRecommendBottom {
    width: 250px;
    padding: 1px;
    background: #fff;
  }
.list-g-item {
    white-space: nowrap;
    font-size: 0.95rem;
    line-height: 2rem;
    padding-left: 2px;
}
ul li a {
    /* color: #337ab7; */
    text-decoration: none;
}