/**!
 * 详情页
 * date:2021-11-29
 * author: zsy;
 */

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

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

.tabview {
    margin-top: 33px;
}

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

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

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

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

img{
	max-width: 100%;
}

.box {
    box-shadow: 0px 2px 16px 0px rgba(116, 116, 116, 0.1);
    background-color: #fff;
}
