body{
    background-color: #f3f3f3;
}
.title_up {
    font-size: 16px;
    border-bottom: #e60012 2px solid;
    line-height: 1.5em;
    /* padding-bottom: 5px; */
    padding-top: 15px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-family: "微软雅黑";
    font-weight: bold;
    background-color: rgb(245,245,245);
}

.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: 260px;
    padding: 1px;
    background: #fff;
  }