/* banner start */
.banner-zhaobiao {
  background: url(../../static/image/bidding-bg.jpg) no-repeat center;
  height: 240px;
}
.banner-common {
  background: url(../../static/image/common-bg.png) no-repeat center;
  height: 240px;
}
.banner-common h3 {
  color: #ffffff;
  text-align: center;
  font-size: 34px;
  padding-top: 90px;
}
.banner-abouts {
  background: url(../../static/image/abouts-bg.jpg) no-repeat center;
  height: 240px;
}
/* banner end */
/*中间 start */
.more {
  color: #4465ee;
  font-size: 14px;
}
.container .tab_list {
  width: 975px;
  display: inline-block;
}
.container .tab_list li {
  margin-bottom: -19px;
  width: 116px;
  margin-right: 20px;
  float: left;
  cursor: pointer;
  text-align: center;
  height: 50px;
  line-height: 58px;
}
.container .tab_list li a {
  width: 116px;
  height: 52px;
  display: inline-block;
}
.main {
  width: 100%;
  display: block;
  padding-top: 25px;
  margin-bottom: 142px;
  min-height: 300px;
}
.main .container .secondary-title {
  height: 33px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.main .container .secondary-title ul {
  display: inline-block;
}
.main .container .secondary-title ul li {
  display: inline-block;
  color: #3c3c3c;
  font-size: 14px;
  text-align: center;
  padding: 5px 28px;
  border-radius: 2px;
  cursor: pointer;
}
.main .container .secondary-title ul li.sec-active {
  background-color: #89a1e5;
  color: #ffffff;
}
.main .container .tab_con .table-box {
  display: none;
}
.main .container .secondary_tab_con .table-box {
  display: none;
}
/*中间 end */
/* 招标详情页 */
.main-detail {
  margin-bottom: 106px;
  min-height: 581px;
}
.main-detail .nav {
  padding-top: 20px;
  padding-bottom: 30px;
}
.main-detail .nav a:hover {
  color: cornflowerblue;
}
.main-detail .content h2 {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
}
.main-detail .content .time {
  padding: 25px 0px;
}
.main-detail .project-box {
  height: 122px;
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8;
  padding: 38px 96px;
}
.main-detail .project-box p {
  color: #444444;
  font-size: 14px;
  line-height: 32px;
  width: 326px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.main-detail .project-box .buyer-book {
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  padding: 8px 40px;
}
.main-detail .project-box .join-project {
  cursor: pointer;
  background-color: #537fff;
}
.main-detail .project-box .closed-project {
  cursor: no-drop;
  background-color: #dedede;
}
.main-detail .project-box .middle {
  width: 230px;
  display: inline-block;
}
.main-detail .project-box .middle p {
  width: 230px;
}
.main-detail .project-text {
  margin-top: 50px;
  min-height: 174px;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
}
.main-detail .project-text table {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-detail .project-text table td {
  line-height: 30px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.main-detail .project-text .lan {
  color: cornflowerblue;
}
.main-detail .project-text p {
  line-height: 30px;
  color: #444444;
  font-size: 14px;
}
.main-detail .container .tab_list li {
  margin-bottom: -6px;
  height: 48px;
  line-height: 48px;
}
.main-detail .container .tab_con .table-box {
  display: none;
}
