.notice-title{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 552px;
}
.notice-search{
    width: 500px;
    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: #29BECE;
    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: 0 20px 20px 36px;
    /* position: relative; */
}
.notice-result-row{
    /* width: 1160px;
    height: 40px;
    padding-top: 9px; */
    width: 1160px;
    height: 40px;
    padding-top: 9px;
    display: flex;
    /*justify-content: space-between;*/
    /*padding: 10px 40px;*/
}
请求网址: http://p2a-test.gateway.sitgw.yonghui.cn/spfm/v1/0/notices/page-details?access_token=null&noticeTypeCode=GSXW&size=10&page=0&title=test
  请求网址: http://p2a-test.gateway.sitgw.yonghui.cn/spfm/v1/0/public-notices?noticeTypeCode=PTGG&statusCode=PUBLISHED&size=10&page=0


.notice-result-title{
    /* width: 720px; */
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    float: left;
}
.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{
    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;
}
.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;
    padding: 0;
}
.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{
    /* height: 900px; */
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 2px;
    position: relative;
    background: #FFFFFF;
}
.notice-detail-body h3{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin: 0;
    padding: 40px 0 10px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.notice-detail-info{
    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{
    line-height: 20px;
    padding: 40px 100px;
}
.notice-detail-content p{
    font-size: 14px;
    color: #000000;
}
.notice-detail-files{
    position: absolute;
    left: 100px;
}
.notice-detail-files a{
    padding-right: 15px;
    color: #4fd2db;
}
.notice-detail-files a:visited {
    color: #4fd2db;
}
.notice-bid-body ul,
.notice-source-body ul{
    list-style: none;
    padding: 0;
}
.notice-bid-body ul li,
.notice-source-body ul li{
    height: 66px;
    line-height: 33px;
    padding: 0 20px;
    margin: 8px 0 0;
}
.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-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;
}