@charset "UTF-8";
/**
* 烟台市公共资源交易电子服务平台升级扩容建设项目
* date:2024-7-15
* author: xhz;
 */
.detail-banner {
  height: 200px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: start;
  align-items: center;
}
.detail-banner .detail-banner-img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.detail-banner p {
  color: #000;
  font-size: 40px;
}

.com-page-detail {
  margin: 30px auto;
  background: #fff;
  border-radius: 8px;
  padding-bottom: 25px;
}
.com-page-detail .title {
  height: 64px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 15px;
}
.com-page-detail .title .titles {
  display: flex;
  height: 100%;
}
.com-page-detail .title > .txt {
  font-weight: bold;
  color: #b2363a;
  cursor: default !important;
}
.com-page-detail .title > .txt:before {
  display: block !important;
}
.com-page-detail .title .txt {
  font-size: 24px;
  position: relative;
  height: 64px;
  line-height: 62px;
  cursor: pointer;
}
.com-page-detail .title .txt + .txt {
  margin-left: 40px;
}
.com-page-detail .title .txt:hover {
  color: #b2363a;
}
.com-page-detail .title .txt.active {
  color: #b2363a;
  font-weight: bold;
}
.com-page-detail .title .txt.active:before {
  display: block;
}
.com-page-detail .title .txt.current {
  color: #b2363a;
  font-weight: bold;
}
.com-page-detail .title .txt.current:before {
  display: block;
}
.com-page-detail .title .txt:before {
  display: none;
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #b2363a;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.com-page-detail .title .search-box {
  display: flex;
  width: 240px;
  height: 36px;
  z-index: 10;
  border: 1px solid rgb(215, 215, 215);
  overflow: hidden;
  border-radius: 4px;
}
.com-page-detail .title .search-box input {
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 15px;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
}
.com-page-detail .title .search-box button {
  border: none;
  outline: none;
  height: 100%;
  width: 40px;
  cursor: pointer;
  background: #b2363a;
  line-height: 40px;
  text-align: center;
}
.com-page-detail .title .search-box button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  bottom: 4px;
  background: url("../images/detail/com-readglass.png") no-repeat center center;
  background-size: 18px 18px;
}
.com-page-detail .list {
  margin: 10px 15px 0;
}
.com-page-detail .list li a {
  padding: 17px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.com-page-detail .list li a:hover {
  border-bottom: 1px solid #b2363a;
}
.com-page-detail .list li a:hover * {
  color: #b2363a;
}
.com-page-detail .list li a h2 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-page-detail .list li a p {
  color: #666666;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-page-detail .list li a p.date {
  font-size: 16px;
  color: #999;
}
.com-page-detail .list li a .inf {
  margin-top: 5px;
  color: #999;
}
.com-page-detail .list li a .inf span {
  display: inline-block;
  min-width: 90px;
}
.com-page-detail .list li a .inf span + span {
  margin-left: 22px;
}
.com-page-detail .list.nodata {
  height: 600px;
  background: url(../images/detail/nodata.png) no-repeat center;
}
.com-page-detail .list.nodata + .pager {
  display: none !important;
}
.com-page-detail .list.nosearch {
  height: 600px;
  background: url(../images/detail/nosearch.png) no-repeat center;
}
.com-page-detail .list.nosearch + .pager {
  display: none !important;
}