a:hover{
    cursor: pointer;
}
.portal-info-wapper{
    width: 1200px;
    /*height: 656px;*/
    margin: 16px auto;
    position: relative;
    background: #F6F9FD;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
}
.portal-info-purchase{
    height: 800px;
    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: 196px;
    width: 288px;
    padding-right: 0px;
    /*margin-top:16px;*/
    background: #FFFFFF;
}
.portal-info-company{
    height: 650px;
    width: 288px;
    padding-bottom: 0px;
    padding-left: 0px;
    /*margin-right: 16px;*/
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}
.purchase-left{
    width:307px;
    height: 832px;
    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: #29BECE;
    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: #29BECE;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0px 0px 8px 42px;
}
.portal-info-server a:hover,
.company-link a:hover{
    text-decoration: underline;
    color: #29BECE;
}
.purchase-right{
    width:572px;
    height: 832px;
    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-top: 16px;
}
.a-wapper{
    width: 204px;
    height: 20px;
    padding: 8px 50px 0px 42px;
}
.company-link .a-wapper{
    width: 300px;
    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: #29BECE;
    letter-spacing: 0;
    line-height: 20px;
    float: left;
}
.company-contract{
    /*float: left;*/
    /*width: 279px;*/
    margin-top: 16px;
}
.span-wapper{
    width: 294px;
    height: 20px;
    line-height: 20px;
    box-sizing: content-box;
    padding: 0 0 8px 42px;
}
.company-contract .span-wapper span{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    float: left;
}
.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;
}
.notices-tab > .active a {
    border: none;
    color: #29BECE;
    border-bottom: 2px solid #29BECE;
}
.notices-tab a:hover {
    background: transparent;
    color: #29BECE;
}
.notice-wrap{
    padding: 0 20px;
}
.notice-wrap ul{
    padding: 0;
    height: 120px;
    list-style: none;
    color: #333333;
}
.notice-wrap ul li a{
    font-size: 14px;
    color: #333333;
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*text-overflow: ellipsis;*/
    /*line-clamp: 2;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}
.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;
}
/*.notice-wrap .notices-title::before{*/
    /*content: '...';*/
    /*font-weight: bold;*/
    /*position: absolute;*/
/*}*/
.notice-more{
    text-align: center;
}
.notice-more a{
    font-size: 12px;
    color: #29BECE;
    text-align: center;
}
.notice-more a:hover,
.info-head a:hover{
    color: #29BECE;
    text-decoration: underline;
}
.visited-color:visited
{
    color: #29BECE;
}

#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: #29BECE;
}