.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
body {
  background-color: #FEFCF8;
}
.content .layout {
  background-color: #fff;
  margin-top: 19px;
  min-width: 1200px;
}
.content .item-wrap {
  margin-top: 20px;
}
.content .item-wrap ul li {
  float: left;
  width: 283px;
  margin-right: 22px;
  margin-bottom: 35px;
}
.content .item-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.content .item-wrap ul li a {
  position: relative;
  display: block;
}
.content .item-wrap ul li .flag {
  width: 57px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 11px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 11px;
  text-align: center;
  line-height: 22px;
  z-index: 9;
}
.content .item-wrap ul li .live-stateNotice {
  background-color: #A5A5A5;
}
.content .item-wrap ul li .live-stateing {
  background-color: #BE0000;
}
.content .item-wrap ul li .live-stateRoll {
  background-color: #64BD06;
}
.content .item-wrap ul li .item_pic {
  width: 100%;
  height: 145px;
  position: relative;
}
.content .item-wrap ul li .item_pic .live-time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  padding-bottom: 10px;
}
.content .item-wrap ul li .item_pic .mork {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.content .item-wrap ul li .item_pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.content .item-wrap ul li .item-text {
  width: 100%;
  height: 112px;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 10px 0;
}
.content .item-wrap ul li .item-text p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content .item-wrap ul li .item-text span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  display: block;
}
.content .pagez {
  text-align: center;
}
