/* 页面公共样式 */
.lcdjRoot{
    min-width: 1200px;
}

.sameWidth{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sameTitle{
    width: 1200px;
    height: auto;
    background: url(../images/standard/pc/dj_biao_title_bg.png) no-repeat left bottom;
    background-size: 100% auto;

    padding: 30px 0;
    margin: 0 auto;
}

.sameTitle h3{
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: 900;
}

.sameTitle h3 span{
    font-size: 36px;
    color: #E31607;
}

.whiteText{
    background: url(../images/standard/pc/dj_biao_title_bg2.png) no-repeat left bottom;
    background-size: 100% auto;
}

.whiteText h3{
    color: #ffffff;
}