/* 文章列表 */
//.listtext .panel-body{padding: 12px 0 0; line-height: 30px; font-size: 14px;}
//.listtext .panel-body ul li{ height: 30px; line-height: 30px; padding-left: 15px; vertical-align: bottom; background: url(/assets/design/page/web1/imgs/ico_red.gif) 0 center no-repeat;}
//.listtext .panel-body ul li a{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
//.listtext .panel-body ul li .date,
//.listtext .panel-body .list li .date{float: right; color: #999999; font-size: 12px;}

.listtext{
  .panel-body{
    padding: 12px 0 0; line-height: 30px; font-size: 14px;
    ul{
      li{
        height: 30px; line-height: 30px; padding-left: 15px; vertical-align: bottom; background: url(../imgs/ico_red.gif) 0 center no-repeat;
        a{
          white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;
        }
        .date{
          float: right; color: #999999; font-size: 12px;
        }
      }

    }
  }
}
