.dyIn_content p{
    /*display:flex;*/
    justify-content:center;
    align-items:center;
    flex-direction:column
}
.dynamic_detail_topimg{
    width: 100%;
    height: 500px;
}
.dynamic_detail_topimg>img{
    width: 100%;
    height: 100%;
}
.goback{
    margin: 20px 40px;
    width: 100px;
    height: 40px;
    background-color: cornflowerblue;
    color: #ffffff;
    border-radius: 4px;
}

.dynamic_detail_head_title{
    
    /* width: 1200px; */
    /* margin: 0 auto; */
    /*padding-bottom: 40px;*/
    font-size: 20px;
    font-weight: bold;
    /* width: 70%; */
   
}
.dynamic_detail_body_right_title>a{
    font-size: 14px;
}
.dynamic_detail_body_right_title>a:hover{
    color: red;
}
.dynamic_detail_body_right_number>div{
    font-size: 12px;
    color: #999999;
}
.dynamic_detail_body{
    width: 1100px;
    margin: 20px auto;
}
.dynamic_detail_body_box{
    width: 70%;
    /* height: 800px; */
    padding: 20px;
}
.dynamic_detail_body_right{
    width: 25%;
    /* height: 800px; */
    padding: 20px;
    border-left: solid 1px #ccc;
}
.dynamic_detail_body_right_head{
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.dynamic_detail_body_right_title{
    margin: 10px 0;
}

.dynamic_detail_body_right_number>div:nth-child(2){
    margin-left: 130px;
}
.dynamic_detail_body_right_number>div:nth-child(3){
    margin-left: 10px;
}
.goto{
    width: 1000px;
    height: 60px;
    background-color: blue;
}
.dynamic_detail_bottom{
    width: 100%;
    margin: 10px 40px;

}
.goto{
    border-radius: 10px;
    margin-top: 20px;
}