@charset "UTF-8";
/**
* 湖南省招标公司智慧阳光采购平台建设项目
* date:2024-8-27
* author: xhz;
 */
.right-content {
  padding-top: 0px !important;
  padding-bottom: 40px !important;
}

.content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #226fd8;
}
.content-title .txt {
  font-size: 28px;
  font-weight: bold;
}



.item {
  display: flex;
  justify-content: flex-start;
  color: #000;
}
.item-label {
  height: 27px;
  line-height: 27px;
  margin-right: 5px;
  font-size:20px;
  padding: 15px 10px 0px;
}
.item-flex {
  display: flex;
  justify-content: flex-start;
  min-height: 0;
  padding: 15px 10px 0px;
}
.item-supervise {
  height: 27px;
  line-height: 27px;
  padding: 0 4px;
  box-sizing: border-box;
  margin-left: 17px;
  border-radius: 4px;
  margin-bottom: 6px;
  cursor: pointer;
}
.item-supervise a{
  color: #000;
  font-size:20px;
}
.item-supervise:first-child {
  margin-left: 0;
}
.item-supervise:hover, .item-supervise.current {
  color: #fff;
  background-color: #0d6cf2;
}
.item-supervise:hover a, .item-supervise.current a{
  color: #fff;
}