.detail{
    width: 100%;
}
.detail_mbx{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    color: #0075c5;
    box-sizing: border-box;
}
.detail_mbx>a{
    color: #0075c5;
}
.detail_mbx>a:hover{
    text-decoration: underline;
}
.detail_cont{
    width: 100%;
    border: 1px solid #bfdff8;
    padding: 20px 50px 20px 50px;
    box-sizing: border-box;
}
.detail_title{
    line-height: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
}
.detail_time{
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
.cont{
    margin-top: 20px;
    padding-bottom: 50px;
}
.cont p{
    line-height: 30px;
    text-indent: 2em;

}
.cont img{
    max-width: 800px;
    height: auto;
    margin: 30px 0;
}

