.filterContainer ul li .filterBar {
  width: 1070px;
}
.filterContainer ul li .filterTitle {
  width: 78px;
}
.tabBox {
  background: #f4f7fc;
  width: 1200px;
  height: 36px;
  margin: 20px auto 10px;
}
.tabBox p {
  width: 230px;
  background: #fff;
  height: 36px;
}
.tabBox a {
  padding: 0 20px;
  border: 1px solid #ededed;
  height: 34px;
  line-height: 34px;
  margin-right: 10px;
  border-radius: 4px;
  color: #8b94a1;
}
.tabBox a.on {
  background: #1371e6;
  border: 1px solid #1371e6;
  color: #fff;
}
.tabBox a.on em {
  width: 10px;
  height: 5px;
  background: url(../../public/images/icons/fileArr.png) no-repeat center;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
/* 展示区域start */
.w1200 {
  width: 1200px;
}
.borTop {
  border-top: 1px solid #eeeeee;
}
.mainUl {
  padding-top: 20px;
}
.mainUl li {
  width: 275px;
  margin-right: 20px;
  margin-bottom: 20px;
  /* box-sizing: border-box; */
  border: 1px solid #eeeeee;
}
.mainUl li:nth-of-type(4n) {
  margin-right: 0px;
}
.mainUl .topLi img {
  width: 100%;
  height: 154px;
  display: block;
}
.mainUl li a:hover .bltitle {
  color: #126cfe;
}
.botLi {
  padding: 0 10px;
}
.bltitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* text-align: center; */
  line-height: 50px;
}
.tagLi {
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  color: #8b94a1;
  border: 1px solid #d8e1ee;
  border-radius: 4px;
  background-color: rgba(244, 247, 252, 1);
}
.bor {
  height: 1px;
  background-color: #ededed;
}
.position {
  line-height: 50px;
  padding-left: 20px;
  color: #8b94a1;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.position::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 15px;
  top: 17px;
  left: 0;
  background-image: url(../image/time.png);
  background-size: 100% 100%;
}
/* 头部处理 a替换成i */
.filterContainer .filterBar i {
  padding: 0 10px;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  border-radius: 50px;
  margin-left: 12px;
  border: 1px solid #fff;
  font-style: normal;
}
.filterContainer .filterBar i:hover {
  background-color: #eee;
  cursor: pointer;
}
.filterContainer .filterBar i.on {
  background-color: #e7f1fc;
  color: #1371e6;
  border: 1px solid #1371e6;
}
