.wrok-dynamics {}
.title-box{
    padding: 6px 25px 16px;
}
.wrok-dynamics .title {
    
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.old_type .wrok-dynamics .title {
    
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.secon-title{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #686868;
}
.old_type .secon-title{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #686868;
}
.line{
    border-bottom: 1px dotted #DDDDDD;
}
.wrok-dynamics .content{
    padding-top: 10px;
}
.wrok-dynamics .box{
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
    text-indent: 2em;
}
.old_type .wrok-dynamics .box{
    padding: 0 10px;
    font-size: 18px;
    line-height: 34px;
    text-indent: 2em;
}
.wrok-dynamics .img{
    width: 100%;
}
.share{
    display: flex;
    align-items: center;
    padding: 13px 0 20px;
}
.share > a{
    font-size: 12px;
    margin-left: 8px;
}
.share > a > img{
    display: block;
}