@charset "UTF-8";
/*图标*/
.brand-sprite-base, .icon-note-index-company, .icon-note-index-house, .icon-note-index-inventory {
  background: url("../images/icon-note-index.png") no-repeat;
  background-size: 15px 62px;
  display: inline-block;
}

.icon-note-index-company {
  width: 15px;
  height: 14px;
  background-position: 0 -48px;
}

.icon-note-index-house {
  width: 15px;
  height: 14px;
  background-position: 0 0;
}

.icon-note-index-inventory {
  width: 15px;
  height: 14px;
  background-position: 0 -24px;
}

/*图标*/
.text-overflow, .ni-banner .ni-banner-detail p, .ni-infos p, .ni-infos a, .ni-phases > li > h2, .ni-note-cmt, .ni-note-inventorys li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#noteIndex {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #f6f6f6;
  margin-bottom: -2px;
}

.ni-banner {
  position: relative;
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #dddddd;
}
.ni-banner .ni-banner-img, .ni-banner .ni-banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ni-banner .ni-banner-cover {
  background-color: rgba(0, 0, 0, 0.28);
}
.ni-banner .ni-banner-wrap {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.ni-banner .ni-banner-user-img {
  float: left;
}
.ni-banner .ni-banner-user-img img {
  width: 44px;
  height: 44px;
  border-radius: 22px;
}
.ni-banner .ni-banner-detail {
  margin-left: 66px;
}
.ni-banner .ni-banner-detail h1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  max-height: 43px;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ni-banner .ni-banner-detail p {
  font-size: 12px;
  line-height: 14px;
  color: #cccccc;
  margin-top: 9px;
}

.ni-infos {
  background-color: #fff;
}
.ni-infos li {
  border-bottom: 1px solid #dcdcdc;
}
.ni-infos p, .ni-infos a {
  display: block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666666;
  padding-right: 20px;
  position: relative;
}
.ni-infos i {
  vertical-align: middle;
  margin-right: 10px;
}
.ni-infos .ni-icon-ra {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0;
  border-top: 2px solid #989898;
  border-right: 2px solid #989898;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 15px;
}

.ni-phases > li > h2 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.ni-phases > li > h2 time {
  font-size: 12px;
  font-weight: normal;
}
.ni-phases > li > ul {
  background-color: #f6f6f6;
}

.ni-notes > li {
  padding: 0 15px;
  border-bottom: 1px solid #c8c8cc;
}

.ni-note-summary {
    margin-top: 14px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    word-wrap: break-word;
    word-break: normal;
}

.ni-note-imgs {
  overflow: hidden;
  margin-top: 2px;
}
.ni-note-imgs li {
  float: left;
  height: 90px;
  margin-right: 3.44828%;
  margin-top: 10px;
  width: 31.03448%;
}
.ni-note-imgs li:nth-of-type(3n) {
  margin-right: 0;
}
.ni-note-imgs li img {
  display: block;
  width: 100%;
  height: 100%;
}

.ni-note-imgs-style4 li:nth-of-type(2n) {
  clear: right;
}
.ni-note-imgs-style4 li:nth-of-type(3n) {
  margin-right: 3.44828%;
}

.ni-note-aside {
  margin: 15px 0;
  height: 18px;
  line-height: 18px;
}
.ni-note-phase {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #00ae62;
  padding: 0 4px;
  float: left;
  border-radius: 2px;
}
.ni-note-aside time{
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;  
  float: left;
}
.ni-note-cmt {
  text-align: right;
  font-size: 12px;
  color: #666666;
}

.ni-note-inventorys li {
  margin-top: 15px;
  background-color: #e2e2e2;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000000;
  padding: 0 8px 0 12px;
}
.ni-note-inventorys li em {
  font-size: 12px;
  color: #666666;
}
.ni-note-inventorys li mark {
  font-size: 14px;
  color: #ff8a00;
  float: right;
}

.ni-note-summary + .ni-note-inventorys {
  margin-top: -3px;
}

.ni-note-inventorys + .ni-note-imgs {
  margin-top: 5px;
}
/* 评论样式 */
.ni-note-comments{
  margin-top: 3px;
  background-color: #f0f1f2;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  margin-bottom: 15px;
  color: #333333;
}
.ni-note-comments:before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: transparent;
  right: 13px;
  border-bottom: 10px solid #f0f1f2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
}
.ni-note-comments > ul{
  padding: 5px 10px;
}
.ni-note-comments > ul em{
  color: #00ae62;
}
.ni-note-comments .ni-note-comments-more{
  border-top: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
}
/* 浮动条样式 */
.pin-wraper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.pin-inner {
  position: absolute;
  width: 100%;
}
.pin-inner h2 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.pin-inner h2 time {
  font-size: 12px;
  font-weight: normal;
}


/*  新分页开始 */
[data-role=widget-pagination]{
  height: 65px;
  background-color: #fff;
  border: 1px solid #fff;
  text-align:center;
  overflow:hidden;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:15px 0;
}
[data-role=widget-pagination] > a,
[data-role=widget-pagination] > div{
  float:left;
  display:block;
  height: 35px;
  line-height:35px;
  font-size:14px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
[data-role=widget-pagination] > a{
  width: 31.25%;
  background-color: #6fd2a6;
  color: #ffffff;
  display: block;
}
[data-role=widget-pagination] > a:first-of-type{
  margin-left: 4.6875%;
}
[data-role=widget-pagination] > a:last-of-type{
  margin-right: 4.6875%;
}
[data-role=widget-pagination] > div{
  width: 28.125%;
  background-color:#fff;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  color:#000000;
  position:relative;
}
[data-role=widget-pagination] .widget-pagination-current-page{
  display: block;
  width: 100%;
  height: 100%;
}
[data-role=widget-pagination] > .widget-pagination-disable{
  background-color:#eee;
  color:#666666;
}
[data-role=widget-pagination] .widget-pagination-pages{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:0;
}

/*  新分页结束 */

[data-role="widget-pagination"]{
  border-top: 1px solid #c8c8cc;
}