/**!
 * 黑龙江公共资源交易网--详情页
 * author: lucw;
 * date:2019-10-23
 */


.hack-details{
    min-height: 500px;
}

.ewb-art{
    margin: 0 27px;
}

.ewb-art-hd{
    padding-top: 22px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.art-para{
    padding: 0 27px;
    padding-top: 13px;
}

.art-para p{
    line-height: 34px;
    font-size: 16px;
    text-indent: 2em;
}

.art-subwpr{
    margin-top: 16px;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    text-align: center;
    background-color: #e8f5ff;
}

.art-subwpr a{
    color: #999;
}

.art-box{
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.art-fun{
    margin: 0 7px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
}

.art-fun.bg01{
    background-image: url('../images/pa_ico01.png');
}

.art-fun.bg02{
    padding-left: 25px;
    background-position: left 3px;
    background-image: url('../images/pa_ico02.png');
}

.art-lastmsg{
    margin-top: 36px;
}

/* share */
.ewb-share{
    margin-top: 10px;
    margin-left: 27px;
    padding-bottom: 20px;
}

.share-name{
    margin-right: 5px;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
}

.share-lk{
    margin-right: 6px;
}

.share-lk>img{
    vertical-align: top;
}

.ewb-art-bd{
	position: relative;
}

/*区块链*/
.chain {
    position: absolute;
    right: 70px;
    top: 22px;
    width: 99px;
}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 253px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px; 
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
   /* background: url("../images/subPage/new_yes.png") no-repeat left center;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 100% !important;
	line-height: 36px !important;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}

@media (max-width: 979px) {
    .chain {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .chain {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 150px;
    }
    .ewb-say-box {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .do-end {
        width: 100%;
        background-size: 100% 100%;
    }
}