﻿/**!
* 南通市网上招投标系统
* date:2021-04-06
* author: zsy;
*/

.main-box {
    padding-top: 380px;
    background: url("../css/images/special_header.png") no-repeat center top;
}

.evolute-box {
    background-color: #fff;
    box-shadow: 0 0 10px #f4f8fc;
    border-radius: 5px;
    padding: 20px 35px 60px;
    box-sizing: border-box;
}

.evolute-hd {
    height: 57px;
    line-height: 57px;
    background: url("../css/images/hd_line.png") no-repeat center bottom;
    background-size: 100% auto;
    font-size: 18px;
    color: #000;
}

.evolute-hd .iradio {
    float: none;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 20px;
}

.evolute-hd .status {
    font-size: 16px;
    color: #333;
}

.evolute-hd .iradio,
.evolute-hd .iradio:hover {
    background: url("../css/images/status.png") no-repeat;
}

.evolute-hd .iradio.checked {
    background: url("../css/images/status_cur.png") no-repeat;
}

.evolute-bd {
    padding-top: 55px;
}

.info-box .input-tips {
    position: relative;
    font-size: 18px;
    width: 340px;
    height: 50px;
    line-height: 48px;
}

.info-box {
    text-align: center;
}

.info-box .input-tips,
.info-box .title,
.info-box .choose-box {
    display: inline-block;
}

.info-box .title {
    font-size: 18px;
    color: #666;
    width: 130px;
    text-align: right;
    margin-right: 10px;
}

.info-box .input-placeholder {
    position: absolute;
    color: #c7c3c3;
    left: 20px;
    top: 0;
}

.info-box .input {
    width: 100%;
    border: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e8ea;
    border-radius: 5px;
    background: none;
    box-sizing: border-box;
}

.info-box .time-tips {
    background: url("../css/images/date_icon.png") no-repeat 604px center;
}

.info-box .search {
    display: inline-block;
    padding: 0 35px;
    margin-left: 15px;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #1a78cc;
}

.info-box .name-tips {
    width: 340px;
}

.info-box+.info-box {
    /* margin-top: 24px; */
}

.choose-box,
.choose-box .chosen-container,
.choose-box .chosen-container-single .chosen-single {
    height: 50px;
    line-height: 48px;
}

.choose-box {
    width: 643px;
}

.choose-box .chosen-container-single .chosen-single {
    border: 1px solid #e5e8ea;
    border-radius: 5px;
    padding-left: 20px;
}

.choose-box .chosen-container-single .chosen-single span {
    text-align: left;
    font-size: 18px;
    color: #c7c3c3;
    margin-right: 50px;
}

.choose-box .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 5px 5px 0 0;
    border-color: #1a78cc;
}

.choose-box .chosen-container-active.chosen-with-drop .chosen-drop {
    border-color: #1a78cc;
}

.choose-box .chosen-container-single .chosen-single div {
    width: 50px;
}

.choose-box .chosen-search {
    display: none;
}

.choose-box .chosen-container .chosen-drop {
    border-color: #e5e8ea;
}

.choose-box .chosen-container .chosen-results {
    font-size: 18px;
    color: #c7c3c3;
    text-align: left;
    padding-left: 0;
}

.choose-box .chosen-container .chosen-results li {
    padding-left: 20px;
}

.choose-box .chosen-container-single .chosen-single div b {
    background: url("../css/images/namesel_down.png") no-repeat center;
}

.choose-box .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../css/images/namesel_up.png") no-repeat center;
}

.input-tips .input:focus {
    border: 1px solid #1a78cc;
}

.project-box {
    margin-top: 68px;
}

.project-box .project-item {
    background-color: #f9fbfd;
    color: #666;
    font-size: 16px;
    padding: 0 25px;
    border-radius: 5px;
    position: relative;
}

.project-item .await {
    position: absolute;
    writing-mode: tb-rl;
    color: #fff;
    width: 38px;
    height: 84px;
    padding: 12px 8px 0 0;
    box-sizing: border-box;
    background: url("../css/images/await_evolute.png") no-repeat;
    right: 22px;
    top: -5px;
}

.project-item .project-top {
    padding: 20px 10px;
    border-bottom: 1px solid #e6eff8;
}

.project-item .item {
    width: 50%;
    height: 40px;
    line-height: 40px;
}

.project-item .evolute {
    padding: 17px 0 17px 28px;
    line-height: 20px;
    cursor: pointer;
    color: #1a78cc;
    background: url("../css/images/evolute_icon.png") no-repeat left center;
}

.project-item+.project-item {
    margin-top: 45px;
}

.footer {
    margin-top: 40px;
}


.feedback-list.none {
  position: relative;
  min-height:300px;
}

.feedback-list.none::after {
  content: '暂无内容';
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 24px;
  line-height: 43px;
  color: #666666;
  padding-top: 229px;
  background: url("../images/business_environment/img_none.png") center top no-repeat;
}
