.page-body{
    display: flex;
    flex-direction: column;
}
.pad-body {
    flex: 1;
}
.notice-title{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    z-index: 0;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
}
.notice-search{
    display: flex;
    justify-content: space-between;
    width: 610px;
    height: 42px;
    /*background: #FFFFFF;*/
    border-radius: 2px;
    position: absolute;
    top: 92px;
    left: 350px;
}
.notice-search input{
    font-family: 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: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    background: #fa9e21;
    border-radius: 0px 2px 2px 0px;
    border: none;
}
.notice-result{
    width: 1200px;
    height: 544px;
    margin: 16px auto 16px auto;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 16px;
    position: relative;
}
.notice-result-row{
    width: 1160px;
    padding-top: 16px;
    padding-left: 16px;
    display: flex;
}
.notice-result-title{
    word-break: break-word;
    width: 720px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.notice-margin-r-130{
    margin-right: 130px;
}
.notice-margin-r-150{
    margin-right: 150px;
}
.notice-result-time{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    width: 136px;
    height: 40px;
    float: left;
}
.notice-result-option{
    width: 150px;
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #29BECE;
    line-height: 22px;
    float: left;
}
.notice-result-bid-bg{
    width: 270px;
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #29BECE;
    line-height: 22px;
    margin-right: 30px;
    float: left;
}
.notice-result-type{
    width: 150px;
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    float: left;
}
.notice-result .login-tab{
    padding-bottom: 9px;
}
.terms p{
    font-family: 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 ul,
.platform-notice-list ul{
    margin-top: 0.5em;
    padding: 0;
}
.company-notice-list>ul>li,
.platform-notice-list>ul>li{
    display: flex;
    padding-left: 16px;
    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: #fa9e21;
}
.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;
}
.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: #fa9e21;
    border: 1px solid #fa9e21;
}
.page-box #page .active a,
.page-box #com-page .active a{
    color: #fa9e21;
}
#page-total,
#com-page-total{
    color: #4C4C4C;
}
.notice-detail-body{
    height: 900px;
    margin: 44px auto;
    padding: 24px 0;
    max-width: 1200px;
    border-radius: 2px;
    position: relative;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.notice-detail-body h3{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin: 0;
    padding: 44px 44px 10px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.notice-detail-info{
    padding: 0 0 20px;
    text-align: center;
    line-height: 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{
    min-height: 900px;
    line-height: 20px;
    padding: 40px 100px;
}
.notice-detail-content p{
    font-size: 14px;
    color: #000000;
}
.notice-detail-files{
    margin: 12px 24px;
}
.notice-detail-files a{
    padding-right: 15px;
    color: #4fd2db;
}
.sign-up-btn {
    width: 98px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 12px 5%;
    background: #fa9e21;
    cursor: pointer;
    border: unset;
}

.sign-up-btn[disabled] {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}


.notice-title-more{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
}
.notice-search-more{
    position: absolute;
    top: 60px;
    left: 100px;
}

.notice-search-more .botton-group button{
    width: 90px;
    height: 30px;
    float: right;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    background: #fa9e21;
    border-radius: 3px 3px 3px 3px;
    border: none;
}

.notice-search-more label{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    /*text-shadow: 1px 1px 0 #000, 1px 1px 0 #000;*/
}

.notice-search-more input,
.notice-search-more select{
    border-radius: 2px;
    border: none;
    padding-left: 10px;
    width: 240px;
    height: 30px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.notice-search-more-row {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 5px;
}

.search-more-title {
    height: 40px;
    width: 1200px;
    top: 0px;
    position: absolute;
    z-index: 1;
    border-bottom: solid;
    border-color: #aaaaaa;
    border-width: 1px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-more-title span{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.search-more-title i{
    float: right;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
}

.search-more-title i:hover{
    cursor: pointer;
}

.search-more-span {
    position: absolute;
    top: 100px;
    left: 860px;
    font-size: 16px;
    font-weight: bold;
    color: #fa9e21;
    text-shadow: 1px 1px 0 #000, 1px 1px 0 #000;
}

.search-more-span:hover{
    cursor: pointer;
}

.date-group {
    position: relative;
    display: inline-block;
}
.date-group i{
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 220px;
    line-height: 28px;
    display: inline-block;
    color: #909090;
    font-size: 16px;
}

.date-group input::-webkit-input-placeholder {
    color: #bbbbc1;
    font-size: 12px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-left: 10px;
}

.selected {
    border: 0px solid #6c8be0 !important;
}

.selected span {
     color: #ffffff !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #bbbbc1;
    font-size: 12px;
}

.bootstrap-select .dropdown-menu li a span {
    color: #000000;
}