.integra_detail_topimg{
    width: 100%;
    height: 500px;
}
.integra_detail_topimg>img{
    width: 100%;
    height: 100%;
}
.goback:hover{
    cursor: pointer;
}
.goback{
    margin: 20px 40px;
    width: 100px;
    height: 40px;
    background-color: cornflowerblue;
    color: #ffffff;
    border-radius: 4px;
}
.integra_detail_head{
    width: 100%;

}
.integra_detail_body_right_title>a{
    font-size: 14px;
}
.integra_detail_body_right_title>a:hover{
    color: red;
}
.integra_detail_body_right_number>div{
    font-size: 12px;
    color: #999999;
}
.integra_detail_head_title{
    
    /* width: 1200px; */
    padding-bottom: 40px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
   
}
.integra_detail_body{
    width: 1200px;
    margin: 20px auto;
}
.integra_detail_body_box{
    width: 70%;
    
    /* height: 800px; */
    padding: 20px;
}

.integra_detail_body_right{
    /* position: fixed; */
    width: 25%;
    height: 800px;
    padding: 20px;
    border-left: solid 1px #ccc;
}
.integra_detail_body_right_head{
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.integra_detail_body_right_title{
    margin: 10px 0;
}

.integra_detail_body_right_number>div:nth-child(2){
    margin-left: 160px;
}
.integra_detail_body_right_number>div:nth-child(3){
    margin-left: 10px;
}
.goto{
    width: 1000px;
    height: 60px;
    background-color: cornflowerblue;
}
.integra_detail_bottom{
    width: 100%;
    margin: 10px 40px;

}
.goto:hover{
    cursor: pointer;
}
.goto{
    border-radius: 10px;
    margin-top: 20px;
}