/**!
 * Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ
 * date:2021-11-29
 * author: zsy;
 */

.detail-box {
    position: relative;
    min-height: 550px;
    padding: 45px 55px 24px;
    box-sizing: border-box;
}

.big-tt {
    line-height: 37px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.tabview {
    margin-top: 33px;
}

.tab-hd {
    margin-left: -10px;
}

.tab-hdl {
    width: calc(16% - 10px) !important;
    margin-left: 10px  !important;
}

.tab-hdl a {
    display: block;
    height: 52px;
    line-height: 52px;
    border-radius: 0 10px 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #5886bd;
    background-color: #d1e5fd;
    background-image: linear-gradient(to right, #d1e5fd, #e1f1fe);
}

.tab-hdl.active a {
    color: #fff;
    background-color: #4f9bf8;
    background-image: linear-gradient(to right, #4f9bf8, #8ac7fc);
}

.bdl {
    display: none;
}

.detail-list {
    margin: 0 -55px;
    padding: 25px 0;
    background-color: transparent;
    background-image: linear-gradient(to top, #f5f5f6, transparent);
}

.detail-item {
    height: 47px;
    line-height: 47px;
    padding: 0 55px 0 92px;
    font-size: 18px;
    font-weight: 600;
}

.detail-item a {
    width: calc(100% - 130px);
    color: #333;
}

.detail-item:hover {
    background: url("../images/subpage/arrow_right.png") no-repeat 55px center;
}

.detail-item:hover a,
.detail-item:hover .date {
    color: #415dbb;
}

.detail-item.cur {
    background: url("../images/subpage/arrow_right.png") no-repeat 55px center;
}
.detail-item.cur a,
.detail-item.cur .date {
    color: #415dbb;
}


.source {
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 0;
    color: #999;
    background-color: #f5f5f6;
}

.source span {
    display: inline-block;
    margin: 0 30px;
    font-size: 14px;
}

.paragraph {
    line-height: 32px;
    text-indent: 29px;
}

.tender-btn {
    display: block;
    width: 265px;
    height: 52px;
    border-radius: 5px;
    margin: 40px 40px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #4f9bf8;
    background-image: linear-gradient(to right, #4f9bf8, #89c8fc);
}

.annex-box {
    margin-top: 27px;
}

.annex-box .annex {
    line-height: 39px;
    padding-left: 37px;
    background: url("../images/subpage/annex_ico.png") no-repeat left center;
}

.annex-box .annex a {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #333;
    vertical-align: top;
}

.detail-slide {
    position: absolute;
    left: -46px;
    top: 329px;
    width: 46px;
}

.detail-slide a {
    display: block;
    padding: 14px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #237deb;
    background-image: linear-gradient(to right, #237deb, #89c7fc);
}

.detail-slide a+a {
    margin-top: 4px;
}

.detail-slide span {
    display: block;
    line-height: 20px;
    text-align: center;
}

.btnclass{
	
display: inline-flex;
	
padding-left: 155px;
}

.detail-box img{
	max-width: 100%;
}


.paragraph-box{
	position: relative;
	min-height: 200px;
}
.chain {
    position: absolute;
    right: 70px;
    top: -100px;
    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;
    background: url("../images/subPage/new_jiao.png") no-repeat;
}

.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%;
    }
}