
.detail{
    width: 100%;
    margin-top: 80px;
}
.detail_title{
    width: 100%;
    height: 160px;
    color: #00113A;
    font-family: SOURCEHANSANSCN-BOLD;
    font-size: 46px;
    text-align: center;
}
.detail_title_p{
    padding-top: 70px;
}
.detail_time{
    width: 100%;
    height: 25px;
}
.detail_time_div{
    width: 72%;
    height: 100%;
    margin: 0 14% 0 14%;
    position: relative;
}
.detail_time_div1{
    width: 43%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top:9px;
}

.detail_time_div2{
    width: 43%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top:9px;
    /*left:60%;*/
    right: 1px;
}
.detail_time_p{
    margin: 0;
    padding: 0;
    color: #999999;
    font-size: 14px;
    position: absolute;
    top:-3px;
    left:45%;
}
.detail_body{
    width: 72%;
    height: 100%;
    margin: 0 14% 0 14%;
    text-indent:30px;
}