a:hover{
    cursor: pointer;
}
.portal-info-wapper{
    width: 83%;
    min-height: 750px;
    margin: 30px auto 16px;
    position: relative;
}
.portal-info-purchase{
    height: 444px;
    width: 896px;
    padding:0px 0px 8px 0px;
}
.portal-info-server{
    height: 152px;
    width:288px;
    padding-right: 0px;
    padding-top:0px;
    background: #FFFFFF;
}
.portal-info-placard{
    height: 488px;
    width: 288px;
    padding-right: 0px;
    margin-top:16px;
    background: #FFFFFF;
}
.portal-info-company{
    height: 196px;
    width: 896px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: 16px;
    margin-top: 16px;
}
.purchase-left{
    width:307px;
    height: 444px;
    float:left;
    padding: 0;
    background: #FFFFFF;
 }
.info-head{
    height: 40px;
    margin-bottom: 10px;
}
.info-head span{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    padding-top: 16px;
    float: left;
}
.info-head img{
    float: left;
    padding: 22px 8px 0px 20px;
}
.info-head a{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #0066FF;
    text-align: center;
    line-height: 20px;
    float: right;
    padding-top: 22px;
    padding-right: 20px;
}
.portal-info-server .info-head a{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}
.portal-info-server a{
    display: block;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #0066FF;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0px 0px 8px 42px;
}
.portal-info-server a:hover,
.company-link a:hover{
    text-decoration: underline;
    color: #0066FF;
}
.purchase-right{
    width:572px;
    height: 444px;
    float: right;
    padding: 0;
    background: #FFFFFF;
}
.userless-link{
    color: #ACAEB1!important;
}
.userless-link:hover{
    color: #ACAEB1!important;
    text-decoration: none!important;
    cursor: default;
}
.dividing-line{
    background: #D5DAE0;
    width: 1px;
    height: inherit;
    position: absolute;
    left: 307px;
    right: 588px;
}
.portal-left{
    float: left;
}
.portal-right{
    float: right;
}
.company-info{
    float: left;
    width: 307px;
}
.company-info-detail{
    max-height: 268px;
    max-height: 126px;
    padding: 0px 20px 14px 20px;
}
.company-info .company-info-detail pre {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    max-height: 140px;
    line-height: 20px;
    background: none;
    padding: 0;
    border: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.company-info .info-head span{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}
.company-link{
    float: left;
    width: 278px;
    margin-left: 16px;
    overflow: hidden;
}
.a-wapper{
    width: 204px;
    height: 20px;
    padding: 8px 50px 0px 42px;
}
.company-link .a-wapper{
    width: 200px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 8px 42px;
    box-sizing: content-box;
}
.company-link .a-wapper a{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #0066FF;
    letter-spacing: 0;
    line-height: 20px;
    float: left;
}
.company-contract{
    float: left;
    width: 279px;
    margin-left: 16px;
    overflow: hidden;
}
.span-wapper{
    min-width: 60px;
    line-height: 20px;
    box-sizing: content-box;
    padding: 0 0 8px 39px;
}
.company-contract .span-wapper span{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    float: left;
}
.company-contract .servicehotline{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;

}
.company-info,
.company-link,
.company-contract{
    height: 196px;
    background: #fff;
}
.notices-tab{
    height: 50px;
    margin-bottom: 0;
    list-style: none;
    line-height: 24px;
    display: flex;
    justify-content: flex-start	;
    padding-top: 16px;
    padding-left: 16px;
    position: static;
}
.notices-tab li {
    padding-left: 0px;
    padding-right: 16px;
}
.notices-tab a{
    color: #333333;
    white-space: nowrap;
}
.notices-tab > .active a {
    border: none;
    color: #0066FF;
    padding-bottom: 5px;
    border-bottom: 2px solid #0066FF;
}
.notices-tab a:hover {
    background: transparent;
    color: #0066FF;
}
.notice-wrap{
    padding: 0 20px;
}
.notice-wrap ul{
    padding: 0;
    /*height: 378px;*/
    list-style: none;
    color: #333333;
}
.tab-content > .notice-wrap ul li a{
    font-size: 14px;
    color: #333333;
    overflow : hidden;
    max-height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}

.notice-wrap > ul > li > p{
    display: flex;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    margin: 0;
}
.notice-wrap .notices-title{
    display: flex;
    align-items: center;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-more{
    text-align: center;
}
.notice-more a{
    font-size: 12px;
    color: #0066FF;
    text-align: center;
}
.notice-more a:hover,
.info-head a:hover{
    color: #0066FF;
    text-decoration: underline;
}
.visited-color:visited
{
    color: #f99f22;
}

#company-notice,
#platform-notice{
    padding: 0;
    margin-top: 8px;
}
#company-notice li,
#platform-notice li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 66px;
    padding: 0 20px;
}
#notices-tab-content .notice-wrap .notices-title{
    display: flex;
    align-items: center;
    max-height: 40px;
}

#company-notice li:hover,
#platform-notice li:hover{
    background: #E9F8FA;
}
#company-notice li a:hover,
#platform-notice li a:hover{
    color: #0066FF;
}
.clearfix:after{
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}

.service-hot{
    min-width: 12px!important;
    display: inline-block;
    float: left;
    text-align: right;
    line-height: 20px;
}

.hot {
    display: inline-block;
    float: left;
    min-width: 70px;
    text-align: right;
}

.hot-span{
    font-style: normal;
    float:left;
    display: inline;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
}
.portal-data{
    /*width: 100%;*/
    /*height: 20px;*/
    /*position: relative;*/
    /*border-radius: 2px;*/
    /*box-shadow: 0px 4px 20px 0px rgba(191,211,250,0.35);*/
    margin-top: 20px;
}
.purchase-advise{
    align-items: center;
    width: 100%;
    height: 48px;
    background: rgba(255,255,255,1);
    /*top: -80px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translate(-50%);*/
    border-radius: 8px;
    /*z-index: 1;*/
    /* box-shadow: 0px 4px 20px 0px rgba(191,211,250,0.35); */
    box-shadow: 0px 4px 16px 0px #e9e9e9;
    display: flex;
    justify-content: space-between;
}
.purchase-advise-left{
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 36px;
    position: relative;
}
.visited-title-color {
    color: #f99f22;
    font-size: 20px;
    font-weight: 600;
}
.purchase-advise-middle{
    width: 75%;
    overflow: hidden;
}
.purchase-advise-right{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    margin-top: 1px;
}
.portal-info-data{
    height: 140px;
    width: 100%;
    position: absolute;
    top: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.portal-data-left {
    width: 33.33%;
    height: 95px;
    font-size: 30px;
    text-align: center;
}
.portal-data-middle {
    width: 33.33%;
    height: 95px;
    font-size: 30px;
    text-align: center;
}
.portal-data-right{
    width: 33.33%;
    height: 95px;
    font-size: 30px;
    text-align: center;
}
.portal-data-span{
    color: #68769C;
    font-size: 15px;
}
.portal-data-left-span{
    height: 27px;
    font-size: 15px;
    color: #424A61;
    text-align: center;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    line-height: 22px;
}
.portal-data-num{
    height: 46px;
    color: #0066FF;
    line-height: 47px;
    font-size: 40px;
    font-family:DINAlternate;
    font-weight: bold;
}

._container {
    height: 32px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    /* margin-top: 10px; */
    overflow: hidden;
    animation: queken;
}

._container li {
    height: 35px;
    font-size: 18px;
    color: #4b4b4b;
}

._container li:first-child {
    margin-top: 0;
    transition: margin-top .8s;
}
.notice-more-new a{
    font-size: 14px;
    /* color: #333333 !important; */
    text-align: center;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
}
.viewport{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f99f22;
    /* float: right;
    margin: 0 -8px 0 5px; */
    position: absolute;
    left: 16px;
}
.notices-title-new{
    width: 80%;
    height: 31px;
    text-align: left;
}
.notices-title-main{
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.notices-title-a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #4b4b4b!important;
}

.first-content {
    width: 100%;
    height: auto;
}
.tab_bar {
    width: 100%;
    float: left;
    border-bottom: 1px solid #EBF3FF;
}
.tab_bar ul {
    padding: 0px;
    margin: 0 !important;
    display: inline-block;
}
.tab_bar li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    height: 23px;
    cursor:pointer;
    font-size:17px;
    font-weight:400;
    text-align: center;
    line-height: 23px;
    padding:14px 0px;
    box-sizing: content-box;
    margin-right: 46px;
}
.tab_bar li span{
    height:4px;
    width: 38px;
    display: block;
    position: absolute;
    bottom: 0;
}
.tab_bar li.sel{
    font-weight: 600;
    border-bottom: 3px solid #0066FF;
}
.bid-notice-tab{
    font-weight: 600 !important;
}
.tab_bar li.sel span{
    background:rgba(0,102,255,1);
    border-radius:2px;
}
.tab_bar .tab_all{
    float: right;
    display: flex;
    flex-display: row;
    align-items: center;
    justify-content: center;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 2px;
    text-align: center;
    padding: 14px 0px;
    box-sizing: content-box;
}
.dot{
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border-radius: 50%;
    background: #0066FF;
}
.tab_css {
    width: 100%;
    height: auto;
    display: none;
    float: left;
    min-height: 290px;
}
.no-notice-tip{
    left: calc( 50% - 55px);
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(164,174,204,1);
    line-height: 25px;
    text-align: center;
    margin-top: 238px;
}
.tab_css1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.card_css {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    cursor: pointer;
}
.card_content_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.card_content_content{
    margin-top: 10px;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.card_content_css{
    padding: 40px 3.5vw;
    width: 100%;
}
.card_content_css:hover{
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
}

.card_content_css2{
    width: 100%;
    height: 35px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card_content_circle{
    width:59px;
    height:59px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background:rgba(217,250,242,1);
    border-radius:29px;
    font-weight: bold;
    font-size: 18px;
    line-height: 80px;
    text-align:center;
    text-indent : 2px;
}
.card_css:nth-child(odd) .card_content_circle{
    background: #EBF2FF;
    color: #0066FF;
}
.card_css:nth-child(even) .card_content_circle{
    background: #D9FAF2;
    color: #41B983;
}

.card_content_rectangle{
    height:58px;
    display: inline-block;
    margin-right: 30px;
    float:right;
    width: 100%;
}
.background-bid-notice{
    background: url(../img/bidded.png) no-repeat 90% 15%;
    background-size: 11vw;
}
/*.card_content_rectangle_title_wrap{*/
/*    position: relative;*/
/*    width: 220px;*/
/*    height:28px;*/
/*    margin: 5px 0;*/
/*}*/
.card_content_rectangle_title{
    height:28px;
    font-size:20px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(104,118,156,1);
    line-height:27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.card_content_rectangle_title_wrap .tooltiptext {*/
/*    visibility: hidden;*/
/*    width: 120px;*/
/*    background-color: black;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    border-radius: 6px;*/
/*    padding: 5px 0;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    bottom: 150%;*/
/*    left: 50%;*/
/*    margin-left: -60px;*/
/*}*/

/*.card_content_rectangle_title_wrap .tooltiptext::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-color: black transparent transparent transparent;*/
/*}*/
/*!* 鼠标移动上去后显示提示框 *!*/
/*.card_content_rectangle_title_wrap:hover .tooltiptext {*/
/*    visibility: visible;*/
/*}*/
.card_content_rectangle_status_wrap{
    position: relative;
    display: flex;
    flex-display: row;
    align-items: center;
    justify-content: flex-start;
    height:21px;
    padding: 0 9px;
}
.card_content_rectangle_status_bg{
    position: absolute;
    top: 0;
    left: 0;
    width:47px;
    height:21px;
    border-radius:3px;
    transform: skewX(-15deg);
}
/*招标中*/
.bid_type1{
    background:linear-gradient(90deg,#FFB467 0%,#FF7C09 100%);
}
/*已招标*/
.bid_type2{
    background:linear-gradient(90deg,#87B7FF 0%,#0066FF 100%);
}
/*询价中*/
.source_type1{
    background:linear-gradient(90deg,#FF6767 0%,#FF0909 100%);
}
/*已结束*/
.source_type2{
    background:linear-gradient(90deg,#E5E5E5 0%,#C0C0C0 100%);
}
/*未开始*/
.source_type3{
    background:linear-gradient(90deg,yellow 0%,red 100%);
}
.card_content_rectangle_status_text{
    position: relative;
    z-index: 1;
    font-size:10px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:#fff;
    line-height:21px;
}
.card_table_info{
    height:35px;
    font-size: 15px;
    font-weight: bold;
    line-height:35px;
    color: #68769C;
}
.card_table_name{
    height:35px;
    font-size:14px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(104,118,156,1);
    line-height:35px;
    display: inline-block;
    margin-right: 10px;
}
.card_table_content{
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(164,174,204,1);
    line-height:35px;
    display: inline;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.em{
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    color: #F99C34;
    margin-right: 5px;
    font-family:DINAlternate;
}
.letter-space{
    letter-spacing: 1px;
    color: #68769C;
}
.card_bid_num{
    width:85px;
    height:21px;
    font-size:15px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(104,118,156,1);
    line-height:21px;
}

