﻿.tit {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

    .tit > h4 {
        font-weight: normal;
        float: left;
        font-size: 18px;
        font-family: "Microsoft YaHei";
        color: rgb( 50, 50, 50 );
    }

    .tit h4 a {
        color: #323232;
    }

.content {
   
}

    .content > div:first-child > h2 {
        font-size: 30px;
        font-family: "Microsoft YaHei";
        color: rgb( 50, 50, 50 );
        font-weight: normal;
        margin-bottom: 20px;
        text-align: center
    }

.riqi {
    text-align: center
}

    .riqi > p {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb( 153, 153, 153 );
        line-height: 2;
        display:inline-block;
        margin-left:20px;
    }
