﻿body {
}
.notelist_waterfall {
    list-style: none;
    /*margin-left: 50px;*/
}

.notelist_waterfall li {
    /*display: inline;*/
    /*line-height: 40px;*/
   float:left;
   height :350px;
   list-style: none;
   margin-top:12px;
   margin-bottom:12px;

}
.notelist_waterfall .pin_bg
{
    overflow:visible;
    margin:8px;
    position: relative;
}
.notelist_waterfall .pin_but
{
    float:none;
    text-align:right;       
    /*width: 100%;*/
    position: absolute;
right:0; bottom:0
}
 .notelist_waterfall .pin_left
{

    float:none;
    text-align:left;       
    /*width: 100%;*/
    position: absolute;
    left:16px; bottom:0
}
.notelist_waterfall a {
    /*color: #fff;*/
    text-decoration: none;
    /*padding: 20px 20px;*/
}
 
.notelist_waterfall a:hover {
    /*background-color: #060;*/
}
/*1、图片不变形*/
.notelist_waterfall .a-common{width:auto;height:auto;}
.notelist_waterfall .a-common img{width:100%;height:auto;}
/*文字溢出处理*/
.notelist_waterfall .title, notelist_waterfall .subtitle{
width:auto;text-align:center;
overflow:hidden;white-space:nowrap;
text-overflow:ellipsis;
}

.notelist_waterfall .txtBox_Content{
width:auto;text-align:center;

}