.detailBox {
    width: 70%;
    margin: auto;
    padding-bottom: 40px;
}

.newsCss {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    border-left: 5px solid #376DD9;
    padding-left: 20px;
    box-sizing: border-box;

}

.newsCss span {
    font-weight: bold;
    font-size: 24px;
    color: #BDBDBD;
    line-height: 36px;
    margin-left: 40px;
}

.dContentTitle {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 51px;
}