a{
  text-decoration: none;
  color: #000;
}
a:hover{
  text-decoration: none;
  color: rgba(0, 132, 255, 1);
}
.info-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 24px 26px !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-family:MicrosoftYaHei;
  background-color: white;
}
.info-item img{
  width: 10px;
  height: 10px;
}
.info-item:nth-child(2n){
  background:white !important;
}
.all-info-left {
  font-size: 16px;
  color: #0084FF;
}
.info-item:hover{
  background: #F6FAFE !important;
}
.all-info-main {
  font-size: 15px;
  color: #121212;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.all-info-main .all-info-main-title {
  /*width: 1000px;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  flex: 2;
  /*line-height: 22px;*/
  font-size: 17px;
  font-family: MicrosoftYaHei;
  margin-right: 10px;
}
.all-info-main .all-info-main-msg {
  color: #333;
}
.all-info-main a{
  color: #121212;
}
.all-info-main a:hover{
  color: #0081FF;
}
.all-info-main:hover {
  color: rgba(0, 132, 255, 1);
}
.all-info-time {
  font-size: 14px;
  color: #666666;
}
.info-item-bz {
  color: #e1493d;
}
.left-title {
  color: rgba(0, 132, 255, 1);

}

.bid-item {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommend-bid-item {
  padding: 10px 0 !important;
}
.bid-item img {
  width: 10px;
  height: 10px;
}
.bid-item span {
overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  max-width: 180px;
}
.bid-item:hover {
  color: rgba(0, 132, 255, 1);
}
.date {
  padding: 0 2px;
  color: rgba(102, 102, 102, 1);
}
.all-info-main span i{
  width: 20px;
  height: 20px;
}
