.cardList:nth-child(4n) {
  margin-right: 0;
}
.topListBox .contList {
  width: 1200px;
  margin: 0 auto;
}
.cardList {
  width: 279px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 26px;
}
.cardList .bigImg {
  width: 100%;
  height: 190px;
  border-radius: 4px;
}
.cardList .paddingBox {
  padding: 17px;
  border-bottom: 1px dashed #ccc;
}
.cardList .paddingBox .title {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 13px;
  color: #333333;
  font-size: 16px;
}
.cardList .paddingBox .wenYis .piao {
  color: #999999;
}
.cardList .paddingBox .wenYis span {
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  overflow: hidden;
  /* 超出部分隐藏                */
  text-overflow: ellipsis;
  /* 超出部分显示省略号           */
  white-space: nowrap;
  /* 规定段落中的文本不进行换行    */
}
.cardList .paddingBox .msgList {
  margin-bottom: 15px;
}
.cardList .paddingBox .msgList img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline;
  vertical-align: middle;
  float: left;
}
.cardList .paddingBox .msgList span {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 24px);
  float: left;
}
.cardList .bottomBox {
  display: flex;
  line-height: 14px;
  padding: 14px 17px;
  text-align: center;
}
.cardList .bottomBox .iconName {
  color: #666666;
  font-size: 13px;
  flex: 1;
}
.cardList .bottomBox .iconName img {
  vertical-align: middle;
}
.cardList .bottomBox .iconName span {
  margin-left: 6px;
  vertical-align: middle;
}
.cardList .bottomBox .gray {
  color: #cccccc;
}
.cardList .bottomBox .red {
  color: #e86b76;
}
.screenList {
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
  width: 1200px;
  box-sizing: border-box;
}
.screenList .leftList {
  margin-left: 20px;
  margin-right: 14px;
  display: inline-block;
  cursor: pointer;
}
.screenList .rightList {
  float: right;
  display: inline-block;
  margin-right: 25px;
}
.screenList .rightList .rightListTitle {
  margin-left: 8px;
}
.topListBox {
  width: 1200px;
  border-radius: 4px;
  padding: 15px 20px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding-bottom: 0;
  box-sizing: border-box;
}
.topListBox .contList .leftTitle {
  width: 82px;
  font-size: 14px;
  color: #999999;
  text-align: left;
  float: left;
  display: inline-block;
  line-height: 28px;
}
.topListBox .contList .rightBox {
  display: inline-block;
  width: calc(100% - 87px);
  min-height: 43px;
}
.topListBox .contList .rightList {
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  margin-right: 27px;
  display: inline-block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  padding: 0 13px;
  margin-bottom: 15px;
}
.topListBox .contList .clfBgcColor {
  border-radius: 3px;
  color: #fff;
}
.marginRight0 {
  margin-right: 0;
}
