html,body{
    width: 100%;
    height: 100%;
}

.all{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-top: 300px;
    height: auto;
    background: url("../image/common/Inner_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.buss_info{
    display:-ms-flexbox;
    display:flex;-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
    height: 100%;
}

@media (min-width: 0px) and (max-width: 710px) {
    .container-fluid{height: 100%}
    .buss_info{display: unset!important;}
    .left_img{float: unset!important;width: 100%!important;}
    .right_content{float: unset!important;width: 100%!important;}
    .content_info{padding-top: 0px !important;}
}

@media (min-width: 710px) and (max-width: 1300px) {
    .container-fluid{height: 100%}
    .buss_info{display: unset!important;}
    .left_img{float: unset!important;width: 100%!important;height: 50%!important;}
    .right_content{float: unset!important;width: 100%!important;height: 40%!important;}
    .buss_img{width: auto;height: 100%;}
    .content_info{padding-top: 0px !important;}
}

.left_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-right: 3%;
    float: left;
}

.left_img>img{
    width: 636px;
    height: 493px;
}

.buss_img{
    float: right;
}

.right_content{
    display: block;
    width: 40%;
    margin-left: 3%;
    text-align: left;
    height: auto;
    float: left;
}

.content_info{
    padding-top: 93px;
}

.title_content{
    white-space: nowrap;
}

.title_content_large{
    font-size: 32px;
    color: #343434;
}

.content_detail_wrap{
    width: 585px;
    /*margin: 30px 0px 38px 0px;*/
}

.content_detail{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    margin: 14px auto 23px auto;
}

.content_detail_title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #343434;
}

.JF_block{
    margin-top: 28px;
}

.to_bidding{
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #E8E8E8;
    background: #989898;
    border-radius: 20px;
}

.to_bidding:hover{
    background: #FB2971;
    color: #E8E8E8;
    text-decoration: none;
}