.title {
    width: 100%;
    font-family: FZDHTK;
    font-weight: normal;
    font-size: 17px;
    color: #005EA5;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 25px 0;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.info {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 12px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 11px;
    color: #ACACAC;
    white-space: nowrap;
}

.info span {
    margin: 0 5px;
    /*width: 100%;*/
}

.content {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    font-family: FZSSK;
    font-weight: normal;
    font-size: 11px;
    color: #2A2A2A;
    line-height: 20px;
}

.content img,
.content video {
    max-width: 100%;
    height: auto;
    width:auto;
}