a:hover {
    cursor: pointer;
}
.portal-content {
    max-width: 1200px;
    margin: 0 auto;
}
.portal-card {
    flex: 1;
}
.portal-card:nth-child(n+2){
    margin-left: 32px;
}
/* region ---- ---- ---- ---- ---- ---- 公告通用  ---- ---- ---- ---- ---- ----  */

/* 公告区块 */
.portal-info-wapper > section {
    padding: 40px;
}

/* 公告面板 */
.portal-plate {
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
    margin: 0 auto;
    background-color: #fff;
    max-width: 1200px;
    display: flex;
}

.portal-plate-article:last-child,.portal-plate-banner:last-child{
    margin-left: 24px;
}

/* 公告面板 - 白板 */
.portal-plate-blank {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
}


/* 文本区 */
.portal-plate-article {
    /*min-width: 758px;*/
    width: 730px;
}
.portal-plate-blank-item {
    /*min-width: 0;*/
    flex: 1;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
    background-color: #fff;
}

/* 标题栏 */
.portal-plate-group-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portal-plate-groups {
    margin-left: -8px;
    display: flex;
    margin-bottom: 0;
}

.portal-plate-group {
    margin: 0;
    cursor: pointer;

    padding: 0 12px;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portal-plate-group.active{
    color: #FA9E22;
}
.portal-plate-group.active>.portal-plate-group-icon{
    background-color: #FA9E22;
}
.portal-plate-group-title {
    padding-bottom: 8px;
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.portal-plate-group-txt {
    padding-bottom: 8px;
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.portal-plate-group-icon {
    background-color: transparent;
    width: 44px;
    height: 4px;
    border-radius: 4px;
}

.portal-plate-group-more {
    padding: 4px;
    transform: translate(2px, 0);
    display: flex;
    align-items: center;
}

.portal-plate-group-more-txt {
    color: inherit;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 4px;
}

.portal-plate-group-more-icon {
}

.portal-plate-titles {
    margin-top: 8px;
    display: flex;
}

.portal-plate-titles.opacity {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
}

.portal-plate-title {
    border-radius: 2px;
    padding: 2px 6px;
    margin-right: 4px;
    cursor: pointer;
}

.portal-plate-title:hover {
    background-color: rgba(253, 231, 197, 0.382);
    color: #FA9E22;
}

.portal-plate-title.active {
    background-color: #FA9E22;
    color: white;
}

.portal-plate-hr {
    margin: 0;
}

/* 内容栏 */
.portal-plate-content {
    margin-top: 12px;
    height: 222px; /* 防止空列表，布局变动 */
    display: none;
    margin-bottom:0;
    flex-direction: column;
}
.portal-plate-content.active {
    display: flex;
}
.portal-plate-item-link {
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    padding: 0 4px;
    display: flex;
    align-items: center;
}
.portal-plate-item-link:hover {
    background-color: rgba(253, 231, 197, 0.382);
    border-radius: 2px;
}
.portal-plate-item-icon {
    display: block;
    background-color: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
.portal-plate-item-content {
    flex: 1;
    padding: 8px 0;
    margin-left: 6px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.portal-plate-item-txt {
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    width: 0;
    flex: 1;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 0;
}
.portal-plate-item-time {
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 0;
}
.portal-plate-empty {
    margin-top: 12px;
    height: 222px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portal-plate-empty.active {
    display: flex;
}
.portal-plate-empty-img {
    width: 160px;
}
.portal-plate-empty-txt {
    margin: 0;
}
/* 配图区 */
.portal-plate-banner {
    flex: 1;
    display: flex;
}
.portal-plate-banner-img {
    user-select: none;
    width: 100%;
    max-height: 288px;
    object-fit: contain;
}

.prtal-plate-banner-txt {
    margin-left: -103%;
    margin-top: -10%;
    width: 100%;
    padding: 32px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prtal-plate-banner-title {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}

.prtal-plate-banner-secondary {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
}

/* endregion */

/* region  ---- ---- ---- ---- ---- ---- 招标公告  ---- ---- ---- ---- ---- ----  */
.portal-bid-notice-bg {
    background-color: rgba(245, 248, 255, 1);
}
/* endregion */


/* region  ---- ---- ---- ---- ---- ---- 非招标公告  ---- ---- ---- ---- ---- ----  */
.portal-purchase-notice-bg {
    background-color: rgba(255, 255, 255, 1);
}
/* endregion */

/* region  ---- ---- ---- ---- ---- ---- 招标公告  ---- ---- ---- ---- ---- ----  */
.portal-other-notice-bg {
    background-color: rgba(227, 240, 255, 1);
}
/* endregion */


.portal-info-placard {
    background: #FFFFFF;
}
.portal-info-company {
    padding: 24px 0 35px;
    background-color: #f9f9f9;
}
.portal-info-company .portal-content {
    display: flex;
    justify-content: space-between;
}
.info-head {
    margin-bottom: 12px;
    font-family: PingFangTC-Semibold;
    font-weight: 700;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
}
.info-head a {
    font-size: 12px;
    color: #fa9e21;
    float: right;
}
.dividing-line {
    background: #D5DAE0;
    width: 1px;
    height: inherit;
    position: absolute;
    left: 307px;
    right: 588px;
}
.portal-top {
    padding: 0 40px;
    width: 100%;
    height: 58px;
    background-color: rgba(255, 255, 255, 1);
}
.portal-top-content {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    height: 58px;
    line-height: 58px;
}
.portal-top-title {
    font-size: 20px;
    color: #FA9E22;
    font-weight: 700;
}
.portal-top-title i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #FA9E22;
}
.portal-top-content ul {
    flex: 1;
    height: 58px;
    list-style: none;
    padding: 0 16px;
    margin-bottom: 0;
    overflow: hidden;
    transform: translate(0, 1px);
}
.portal-top-content li {
    display: flex;
    justify-content: space-between;
}
.portal-top-content ul span {
    font-size: 16px;
    color: #676767;
}
.file-list,
.company-link,
.company-contract {
    height: 281px;
    background: #fff;
    border-radius: 8px;
}
.company-link {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    background: none;
    box-shadow: none;
}
.company-link-a {
    padding: 24px;
    height: 84px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    font-family: PingFangSC-Semibold;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.company-link-a:hover{
    opacity: 0.8;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.company-link-icon {
    margin: 0 5px 0 0;
    width: 40px;
}
.company-link-txt {
    font-size: 18px;
    font-weight: 600;
    padding-left: 0.5em;
    color: #FFFFFF;
}
.a-wapper {
    width: 204px;
    height: 20px;
    padding: 8px 50px 0px 42px;
}
.company-contract {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 30px 25px;
}
.span-wapper {
    line-height: 20px;
    box-sizing: content-box;
    padding-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
}
.company-contract .span-wapper {
    padding-bottom: 0;
}
.company-contract .span-wapper span {
    font-family: PingFangTC-Regular;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}
.company-contract .span-wapper img {
    width: 20px;
    height: 20px;
}
.company-contract .span-wapper .contact_title{
    font-weight: 600;
}
#company-contract-online-service:hover{
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.company-contract .span-wapper .contact_info{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 32px;
    font-size: 14px;
}
.file-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    box-shadow: none;
}
.file-list a {
    display: block;
    height: 84px;
    line-height: 84px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: PingFangTC-Semibold;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    padding-left: 38px;
}

.file-list a {
    /*transition: box-shadow 0.3s linear 0s;*/
}

.file-list a:hover,
.file-list a:focus {
    opacity: 0.8;
    color: white;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.notice-container {
    display: flex;
    justify-content: space-between;
}
.notice-mark {
    display: flex;
    position: relative;
    width: 447px;
    height: 331px;
}
.notice-content {
    width: 644px;
}
.notice-mark:before,
.notice-mark:after {
    content: '';
    position: absolute;
    width: 429px;
    height: 299px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-size: cover;
}
.notice-mark:before {
    top: 0;
    left: 0;
    z-index: 1;
}
.notice-mark:after {
    bottom: 0;
    right: 0;
}
.notice-content ul {
    list-style: none;
    padding: 0;
}
.notice-content .tab-pane.fade {
    display: none;
}
.notice-content .tab-pane.fade.in {
    display: block;
}
.notice-item {
    margin-top: 10px;
}
.notice-item a {
    display: flex;
}
.notice-date {
    width: 68px;
    height: 56px;
    text-align: center;
    box-sizing: border-box;
}
.notice-date {
    flex: none;
    font-family: MicrosoftYaHei;
    color: #464A4F;
    opacity: 0.3;
    margin-right: 15px;
}
.notice-date strong {
    font-size: 30px;
    line-height: 36px;
}
.notice-date div {
    font-size: 11px;
    margin-top: -2px;
}
.notice-desc {
    width: 0;
    flex: 1;
}
.notice-desc img {
    margin-top: -3px;
    margin-right: 3px;
}
.notice-desc h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    line-height: 32px;
    overflow: hidden; /*超出隐藏*/
    text-overflow: ellipsis;/*隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    width: 100%;
}
.notice-desc p {
    font-family: MicrosoftYaHei;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.notice-item:hover .notice-desc h3,
.notice-item:hover .notice-desc p {
    color: #FA9E22;
}
.notice-item:hover .notice-date {
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.portal-purchase-notice .notice-mark:before {
    background-image: url('/oauth/static/default/img/icon/purchase_notice.jpg');
}
.portal-purchase-notice .notice-mark:after {
    background-color: rgb(251, 176, 63, 0.3);
}
.portal-winning-notice .notice-mark:before {
    background-image: url('/oauth/static/default/img/icon/winning_notice.jpg');
}
.portal-winning-notice .notice-mark:after {
    background-color: rgba(107, 166, 235, 0.3);;
}
.portal-winning-notice-box {
    display: flex;
}
.portal-winning-notice-box>.purchase-first {
    width: 0;
    flex: 1;
}
.portal-winning-notice-box>.purchase-right {
    width: 0;
    flex: 1;
    margin-left: 32px;
}
.portal-winning-notice-box .fade {
    display: none;
}
.portal-winning-notice-box .fade.in {
    display: block;
}
.more-link {
    margin-top: 5px;
}
.more-link-img {
    padding-bottom: 2.5px;
}
.notice-wrap {
    padding: 0 20px;
}
.notice-wrap ul {
    padding: 0;
    height: 378px;
    list-style: none;
    color: #333333;
}
.notice-wrap ul li a {
    font-size: 14px;
    color: #333333;
}
.notice-wrap ul p {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    bottom: 0px;
    position: absolute;
    margin: 0;
}
.notice-wrap .notices-title {
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-head a:hover {
    color: #fa9e21;
    text-decoration: underline;
}
#company-notice,
#platform-notice {
    padding: 0;
}
#company-notice li,
#platform-notice li {
    position: relative;
    height: 60px;
    padding: 0 20px;
}
#company-notice li:hover,
#platform-notice li:hover {
    background: #E9F8FA;
}
#company-notice li a:hover,
#platform-notice li a:hover {
    color: #fa9e21;
}
.lt{
    list-style: none;
    transform: translate3d(0, 0px, 0);
    transition: all 1s ease;
}
.portal-platform-tab li {
    position: relative;
    padding: 0 12px 8px 0;
}
.portal-platform-tab li + li {
    margin-left: 12px;
}
.portal-platform-tab li + li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #E5DDD9;
    top: 7px;
    left: -12px;
}
.portal-platform-tab a {
    font-family: PingFangTC-Semibold;
    font-weight: 700;
    font-size: 20px;
}
.portal-platform-tab .active a {
    border-bottom: 3px solid #fa9e21 !important;
}
.notice-mark-text {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 429px;
    height: 299px;
    z-index: 1;
}
.notice-mark .main-text {
    color: white;
    font-size: 50px;
    line-height: 50px;
}
.notice-mark .sub-text {
    color: white;
    font-size: 16px;
    opacity: 0.4;
}
.notice-list-container {
    padding-top: 9px;
    position: relative;
    height: 285px;
}
.notice-list-pagination {
    position: absolute;
    top: 100%;
    right: 0;
}
.notice-list-pagination span,
.notice-list-pagination a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #252525;
}
.notice-page-prev:hover,
.notice-page-next:hover {
    color: #FBB03F;
}
.notice-page-prev {
    margin-right: 30px;
}
.notice-page-next {
    margin-left: 30px;
}
