@charset "UTF-8";
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
.left-nav {
  float: left;
  width: 220px;
  height: 609px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 0px 0px;
}
.left-nav-head {
  height: 62px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background: url("../images/subpage/left_nav_head.png") top center no-repeat;
  background-size: 100% 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-nav-item {
  height: 71px;
  border-bottom: 1px solid #ECECEC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-nav-item.current {
  height: auto;
}
.left-nav-item.current.haschild .sub-list {
  display: block;
}
.left-nav-item.current .text {
  color: #1C77FF;
  font-weight: bold;
  border-color: #1C77FF;
  background: linear-gradient(94deg, rgba(16, 97, 255, 0.17) 0%, rgba(16, 97, 255, 0) 100%);
}
.left-nav-item.current .text::after {
  background: url("../images/subpage/left_nav_after.png") right center no-repeat;
}
.left-nav-item:hover .text {
  color: #1C77FF;
  font-weight: bold;
  border-color: #1C77FF;
  background: linear-gradient(94deg, rgba(16, 97, 255, 0.17) 0%, rgba(16, 97, 255, 0) 100%);
}
.left-nav-item:hover .text::after {
  background: url("../images/subpage/left_nav_after.png") right center no-repeat;
}
.left-nav-item .text {
  position: relative;
  display: block;
  height: 71px;
  padding-left: 64px;
  padding-right: 32px;
  line-height: 71px;
  font-size: 14px;
  color: #333;
  border-left: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-nav-item .text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 21px;
  width: 39px;
  height: 39px;
  background: url("../images/subpage/left_nav_ico.png") center no-repeat;
  background-size: 39px 39px;
}
.left-nav-item .text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 16px;
}
.left-nav-item .sub-list {
  display: none;
  padding-left: 35px;
  padding-right: 32px;
}
.left-nav-item .sub-item {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #e6e6e6;
}
.left-nav-item .sub-item:last-child {
  border-bottom: 0;
}
.left-nav-item .sub-item:hover a, .left-nav-item .sub-item.current a {
  color: #1C77FF;
}
.left-nav-item .sub-item a {
  display: block;
  height: 100%;
  padding-left: 32px;
  color: #333;
}

.right-list {
  float: right;
  margin-left: 37px;
  width: 943px;
}
.right-list .top {
  height: 48px;
  background: #EEF5FF;
  border-top: 1px solid #1C77FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-list .top span {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 48px;
  margin-top: -1px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: -webkit-gradient(linear, left bottom, left top, from(#86BBFF), color-stop(100%, #1F77FB), to(#1F77FB));
  background: linear-gradient(360deg, #86BBFF 0%, #1F77FB 100%, #1F77FB 100%);
  -webkit-box-shadow: 1px 1px 8px 0px #D8E1EA;
          box-shadow: 1px 1px 8px 0px #D8E1EA;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #fff;
  -o-border-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.69)) 1 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.69))) 1 1;
     border-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.69)) 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-list .list {
  padding-top: 27px;
}
.right-list .list-item {
  height: 21px;
  line-height: 21px;
  margin-top: 27px;
}
.right-list .list-item:first-child {
  margin-top: 0;
}
.right-list .list-item a {
  display: block;
  height: 100%;
}
.right-list .list-item a:hover p,
.right-list .list-item a:hover span {
  color: #1C77FF;
}
.right-list .list-item p {
  display: inline-block;
  vertical-align: top;
  width: 835px;
  padding-right: 55px;
  height: 21px;
  font-size: 16px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-list .list-item span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: 84px;
  height: 21px;
  font-weight: 600;
  font-size: 14px;
  color: #999;
}