.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
body {
  background-color: #F9F9F9;
}
.item-wrap {
  margin-top: 20px;
}
.item-wrap ul li {
  float: left;
  width: 283px;
  margin-right: 22px;
  margin-bottom: 35px;
}
.item-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.item-wrap ul li a {
  position: relative;
  display: block;
}
.item-wrap ul li .flag {
  width: 56px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  z-index: 9;
}
.item-wrap ul li .live-stateNotice {
  background-color: #A5A5A5;
}
.item-wrap ul li .live-stateing {
  background-color: #4A90E2;
}
.item-wrap ul li .live-stateRoll {
  background-color: #64BD06;
}
.item-wrap ul li .item_pic {
  width: 100%;
  height: 145px;
}
.item-wrap ul li .item_pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.item-wrap ul li .item-text {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 13px;
}
.item-wrap ul li .item-text p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.item-wrap ul li .item-text .live-time {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding-bottom: 10px;
}
.item-wrap ul li .item-text span {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  display: block;
}
.pagez {
  text-align: center;
}
