*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.journalism-content{
    margin-bottom: 100px;
}
.bjsd {
    margin-top: 0px;
}
.details-content>p{
    line-height: 32px;
    text-indent: 35px;
    font-size: 16px;
}
.details-content>p img{max-width: 700px;height:auto!important;margin:10px 0;}
.details-title h1{
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
}
.details-subtitle{
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px #999999 dashed;
    width: max-content;
    margin: 0 auto;
    padding: 0px 45px 25px 45px;
    margin-bottom: 35px;
}
.details-subtitle>span{
    margin-right: 36px;
}
.details-subtitle>span:last-child{
    margin-right: 0px;
}
@media screen and (max-width: 1024px){
    .details-subtitle {
        padding: 0px 20px 25px 20px;
    }
}
@media screen and (max-width: 767px){
    .details-subtitle>span {
        margin-right: 0px;
        display: block;
        margin-bottom: 5px;
    }
    .details-title h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .details-subtitle {
        padding: 0px 20px 10px 20px;
    }
    .details-subtitle {
        margin-bottom: 20px;
    }
    .journalism-content {
        margin-bottom: 50px;
    }
}
@media screen and (max-width:980px){
    .details-content p img{
        width:100%!important;
        height: auto!important;
        margin-left: -35px;
    }
}
