.notice-title{
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    z-index: 1;
    position: absolute;
    top: 42px;
    //left: 552px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-header {
    padding: 16px 24px;
    color: rgba(0, 0, 0, 0.65);
    background: #fff;
    border-radius: 2px 2px 0 0;
}
.modal-title {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    text-align: justify;
    word-wrap: break-word;
}
.notice-search{
    width: 500px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 92px;
    left: 350px;
}
.notice-search input{
    font-family: HanSansJP, PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    width: 400px;
    height: inherit;
    float: left;
    border-radius: 2px;
    border: none;
    padding-left: 10px;
}
.notice-search button{
    width: 100px;
    height: inherit;
    float: right;
    font-family: HanSansJP, PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    background: #29BECE;
    border-radius: 0px 2px 2px 0px;
    border: none;
}
.notice-result{
    width: 1200px;
    height: 510px;
    margin: 16px auto 16px auto;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 20px 26px 36px;
    position: relative;
}
.notice-result-row{
    width: 1160px;
    height: 40px;
    padding-top: 12px;
    padding-bottom: 13px;
}
.platform-notice-list > .notice-result-row, .company-notice-list > .notice-result-row{
    padding-top: 20px;
}

.notice-result-title{
    width: 720px;
    height: 40px;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    float: left;
    padding-left: 16px;
}
.company-notice-list .notice-result-row .notice-result-title,
.company-notice-list .notice-result-row .notice-result-time,
.platform-notice-list .notice-result-row .notice-result-title,
.platform-notice-list .notice-result-row .notice-result-time{
    height: 22px;
}
.list-normal{
    float: left;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
}
.list-bid-title{
    width: 652px;
    padding-left: 16px;
}
.list-bid-title1{
    width: 534px;
    padding-left: 16px;
}
.list-bid-type{
    width: 138px;
    padding-left: 16px;
}
.list-company-name{
    width:300px;
}
.notice-result-list{
    min-height: 400px;
}

.list-time{
    width:200px;
}
.list-time1{
    width:172px;
}
.notice-margin-r-130{
    margin-right: 130px;
}
.notice-margin-r-150{
    margin-right: 150px;
}
.detail-link>a{
    text-decoration:none;
    display: block;
}
.detail-link:hover{
    background: #E9F8FA;
}
.notice-result-time{
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    width: 300px;
    height: 40px;
    float: left;
}
.notice-result-option{
    width: 150px;
    height: 40px;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #29BECE;
    line-height: 22px;
    float: left;
}
.notice-result-bid-bg{
    width: 270px;
    height: 40px;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #29BECE;
    line-height: 22px;
    margin-right: 30px;
    float: left;
}
.notice-result-type{
    width: 58px;
    margin-right: 80px;
    height: 40px;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    float: left;
    padding-left: 16px;
}
.notice-platform-type{
    width: 58px;
    margin-right: 80px;
    /*height: 40px;*/
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    float: left;
}
.notice-result .login-tab{
    padding-bottom: 9px;
}
.terms p{
    font-family: HanSansJP, PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    text-align: left;
    line-height: 20px;
}
.company-notice-list.fade,
.platform-notice-list.fade{
    display: none;
}
.company-notice-list.fade.active,
.platform-notice-list.fade.active{
    display: block;
    padding: 0;
}
.company-notice-list.fade.active>.bootstrap-table,
.platform-notice-list.fade.active>.bootstrap-table {
    overflow-y: auto;
    height: calc(100% - 25px);
}
.company-notice-list.fade.active>.bootstrap-table>.fixed-table-container,
.platform-notice-list.fade.active>.bootstrap-table>.fixed-table-container {
    overflow-y: auto;
    height: calc(100% - 35px);
    position: relative;
    clear: both;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.company-notice-list.fade.active>.bootstrap-table>.fixed-table-container {
    border: none;
}

.company-notice-list.fade.active>.bootstrap-table .table,
.platform-notice-list.fade.active>.bootstrap-table .table {
    border-bottom: none !important;
}

.company-notice-list.fade.active>.bootstrap-table .table {
    border: 1px solid #ddd !important;
}

.company-notice-list ul,
.platform-notice-list ul{
    padding: 0;
}
.company-notice-list ul li,
.platform-notice-list ul li{
    list-style: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
}
.company-notice-list ul li:hover,
.platform-notice-list ul li:hover{
    background: #E9F8FA;
}
.company-notice-list ul li a:hover,
.platform-notice-list ul li a:hover{
    color: #29BECE;
}
.company-notice-list ul li div,
.platform-notice-list ul li div{
    padding-right: 15px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company-notice-list ul li div:nth-child(1),
.platform-notice-list ul li div:nth-child(1){
    width: 138px;
    margin-right: 0px;
    margin-left: 16px;
}
.company-notice-list ul li div:nth-child(2),
.platform-notice-list ul li div:nth-child(2){
    width: 500px;
    /*margin-right: 130px;*/
}
.company-notice-list ul li div:nth-child(3),
 .platform-notice-list ul li div:nth-child(3){
     width: 300px;
 }
.company-notice-list ul li div:nth-child(4),
.platform-notice-list ul li div:nth-child(4){
    width: 172px;
}
.page-box{
    text-align: center;
    height: 32px;
}
.page-box #page a{
    font-size: 12px;
    color: #4C4C4C;
}
.page-box #prev,
.page-box #page li,
.page-box #next,
.page-box #com-prev,
.page-box #com-page li,
.page-box #com-next{
    display: inline-block;
    width: 30px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #D5DAE0;
    margin-right: 5px;
    line-height: 32px;
    font-size: 12px;
    color: #4C4C4C;
}
.page-box #prev:hover,
.page-box #page:hover,
.page-box #next:hover,
.page-box #com-prev:hover,
.page-box #com-page:hover,
.page-box #com-next:hover{
    cursor: pointer;
}
.page-box #page,
.page-box #com-page{
    display: inline-block;
    list-style: none;
    line-height: 30px;
    padding: 0;
    margin: 0 5px 0 0;
}
.page-box #page .active,
.page-box #com-page .active{
    color: #4fd2db;
    border: 1px solid #4fd2db;
}
.page-box #page .active a,
.page-box #com-page .active a{
    color: #4fd2db;
}
#page-total,
#com-page-total{
    color: #4C4C4C;
}
.notice-detail-body{
    min-height: 900px;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 2px;
    position: relative;
    background: #FFFFFF;
}
.notice-detail-body h3{
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    margin: 0;
    padding: 48px 0 8px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.notice-detail-info{
    text-align: center;
    line-height: 20px;
}
.notice-file-title{
    color: #333;
    font-size: 16px;
    line-height: 16px;
    padding-left: 13px;
    border-left: solid 3px #29bece;
    margin-left: 20px;
}
.notice-detail-info span{
    font-size: 12px;
    color: #333333;
    padding-bottom: 25px;
}
.notice-detail-info .notice-detail-date{
    padding-right: 15px;
}
.notice-detail-content{
    line-height: 20px;
    padding: 40px 100px;
    min-height: 600px;
}
.notice-detail-content p{
    font-size: 14px;
    color: #000000;
}
.notice-detail-content a{
    color:#29BECE;
}
.bid-notice-time{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding-bottom: 32px;
}
.bid-notice-wrap{
    padding: 0 20px;
}
.bit-notice-title{
    color: #333;
    font-size: 16px;
    line-height: 16px;
    padding-left: 13px;
    border-left: solid 3px #29bece;
}
.bit-notice-ul{
    padding: 24px 16px 8px;
    list-style-type: none;
}
.clearfix:after{
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}
.bit-notice-ul>li{
    float: left;
    width: 50%;
    color: #333;
    font-size: 14px;
    margin-bottom: 16px;
    overflow: hidden;
}
.bit-notice-ul>li>div{
    float: left;
    color: #666;
}
.bit-notice-ul>li>div:first-child{
    width: 20%;
}
.bit-notice-ul>li>div:last-child{
    color: #333;
    width: 80%;
}
.bid-notice-section{
    margin: 24px 16px;
}
.bid-notice-section>div{
    color: #333;
    font-size: 14px;
    margin: 24px 0 8px;
}
.bid-notice-section > table{
    width:100%;
    color: #333;
    line-height:25px;
    border:solid 1px #e8e8e8;
    background-color: #fafafa;
}
.bid-notice-section > table > tbody > tr > th{
    font-weight:500;
    padding: 0 16px;
    height: 40px;
    border-right:solid 1px #e8e8e8;
    border-bottom:solid 1px #e8e8e8;
}
.bid-notice-section > table > tbody > tr > td{
    width: 160px;
    line-height: 1.5;
    padding: 8px 16px;
    background-color: #fff;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}
.bid-notice-section > table > tbody > tr > th:last-child{
    border-right:none;
}
.bit-notice-items{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 24px 16px;
}

#acceptInfo{
    padding-bottom: 24px;
}

.notice-bid-body ul,
.notice-source-body ul{
    list-style: none;
    padding: 0;
}
.notice-bid-body ul li,
.notice-source-body ul li{
    height: 72px;
    line-height: 33px;
    padding: 0 20px;
    margin: 8px 0 0;
}
.attachment-download{
    font-size: 14px;
    text-align: center;
    position: relative;
    top: -42px;
}
.attachment-wrap > div{
    float: left;
    font-size: 14px;
}
.attachment-wrap > div:nth-child(1){
    width: 50px;
    color: #666;
}
.attachment-wrap{
    margin: 24px 16px;
}
.attachment-wrap ul li{
    list-style-type: none;
    font-size: 14px;
}
.attachment-wrap ul li a,
.attachment-wrap ul li a:hover,
.attachment-wrap ul li a:visited{
    font-size: 14px;
    color: #29BECE;
}
.attachment-wrap > div:nth-child(2){
    width: 50%;
    color: #333;
}
.attachment-wrap > div:nth-child(3){
    color: #29BECE;
}
.attachment-ul li div{
    float: left;
    margin-bottom: 16px;
}
.attachment-ul li div:first-child{
    width: 70%;
    word-break: break-all;
}
.attachment-ul li div:last-child{
    width: 30%;
    color: #29BECE;
    cursor: pointer;
}
.attachment-download a,
.attachment-download a:hover,
.attachment-download a:visited{
    color: #29BECE;
}
.notice-bid-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notice-bid-title a,
.notice-source-body a{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.notice-bid-title .notice-bid-date,
.notice-source-title .notice-source-company{
    font-size: 12px;
    color: #999999;
    float: right;
}
.notice-source-type{
    font-size: 12px;
    border-radius: 2px;
    border-width: 1px;
    border-style:solid;
     margin-right: 4px;
    padding: 2px 3px;
}
.platform-notices-type{
    font-size: 8px;
    border-radius: 2px;
    border-width: 1px;
    border-style:solid;
    margin-right: 4px;
    padding: 2px 3px;
}
.notice-biddingCompany,
.notice-source-dateEnd{
    font-size: 12px;
    color: #29BECE;
    line-height: 20px;
}
.notice-source-dateEnd{
    color: #666666;
}
.bidding-notice-company,
.notice-source-date{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    float: right;
}
.notice-bid-body ul li:hover,
.notice-source-body ul li:hover{
    background: #E9F8FA;
}
.notice-bid-body ul li a:hover,
.notice-source-body ul li a:hover{
    color: #29BECE;
}
.loading_masker{
    background: #fff;
    filter: alpha(opacity=70); /* IE的透明度 */
    opacity: 0.7;  /* 透明度 */
}
.ant-spin-dot {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    z-index: 99;
}
.notice-bid-body ul li a{
    display: inline-block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.notice-source-body ul li a{
    display: inline-block;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.ant-spin-dot-spin{
    transform: rotate(45deg);
    animation: antRotate 1.2s infinite linear;
}

.ant-spin-dot i {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #29bece;
    transform: scale(0.75);
    display: block;
    position: absolute;
    filter: alpha(opacity=40); /* IE的透明度 */
    opacity: 0.4;
    animation: antSpinMove 1s infinite linear alternate;
    transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
    left: 0;
    top: 0;
}
.ant-spin-dot i:nth-child(2) {
     right: 0;
     top: 0;
     animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
     right: 0;
     bottom: 0;
     animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
     left: 0;
     bottom: 0;
     animation-delay: 1.2s;
}
@keyframes antSpinMove {
    to {
        opacity: 1;
    }
}
@keyframes antRotate {
    to {
        transform: rotate(405deg);
    }
}

.bidWin .notice-result-row .notice-result-title{
    width: 652px;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.bidWin .notice-result-row .notice-result-time:nth-child(2) {
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.bidWin .notice-result-row .notice-result-time:nth-child(3) {
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    width: 200px;
}
.bidWin ul .notice-no-data {
    list-style: none;
    font-size: 14px;
    padding-left: 16px;
    //text-align: center;
}

.bidSource .notice-result-row .notice-result-type{
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-right: 0;
    width: 138px;
}
.bidSource .notice-result-row .notice-result-title {
    width: 534px;
    margin-right: 0;
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.bidSource .notice-result-row .notice-result-time:nth-child(3) {
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    width: 300px;
    margin-right: 0;
}

.bidSource .notice-result-row .notice-result-time:nth-child(4) {
    font-family: HanSansJP, MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-right: 0;
    width: 172px;
}
.bidSource ul li.notice-no-data {
    list-style: none;
    font-size: 14px;
    text-align: center;
}

/*寻源，中标，企业公告，平台公告的tab切换 */
.login-tab{
    margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start	;
    padding-top: 30px;
    padding-left: 20px;
    position: static;
}

#platform-tab a{
    color: #333333;
}
.login-form .login-tab > li,
#platform-tab li {
    border: none;
}
#platform-tab li {
    min-width: 96px;
    padding: 0 16px 9px 16px;
    text-align: center;
    position: relative;
    margin-right: 17px;
}

#platform-tab li.active:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 5;
    border: 1px solid #29BECE;
}
#platform-tab li.active a{
    color: #29BECE;
}
.notice-nid-empty, .notice-source-empty {
    font-size: 12px;
    color: #868D9C;
    margin-top: 227px;
    text-align: center;
    display: none;
}
.company-notice-empty, .platform-notice-empty {
    width: 100%;
    font-size: 12px;
    color: #868D9C;
    position: absolute;
    top: 234px;
    display: none;
    justify-content: center;
}