.pixviewhtml {
  width: 320px;
  height: 260px;
  position: relative;
}

.pixviewhtml .pixpics {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 1px #ccc solid;
}

.pixviewhtml .pixpics .pixnav {
  height: 16px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.pixpics img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.pixnav a {
  width: 22px;
  height: 16px;
  line-height: 16px;
  float: right;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: url(/images/f_off.gif) left bottom no-repeat;
  text-decoration: none;
}

.pixnav a.selected,
.pixnav a:hover {
  background: url(/images/f_on.gif) left bottom no-repeat;
}

a.pixtext {
  overflow: hidden;
  padding: 4px 10px;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  position: absolute;
  z-index: 0;
  /* white-space: nowrap; */
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.index-newslist {
  color: #999;
  padding-left: 20px;
}

.index-newslist li {
  line-height: 36px;
  white-space: nowrap;
  /* max-width: 30vw; */
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #ccc;
}