.rizhi .banner{
    width: 100%;
    height: 224px;
    background: url(../img2/rizhi_banner.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 80px;
}
.rizhi .banner h1{
    padding-top: 82px;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    color: white;
}
/* 更新日志 */
.rizhi .update{
    width: 900px;
    margin: 0 auto;
    margin-top: 132px;
    padding-bottom: 100px;
}
.rizhi .update ul{
    padding: 30px 0 260px 0;
    border-right: 1px solid #D6D6D6;
    width: 131px;
    position: relative;
}
.rizhi .update ul li{
    font-size: 14px;
    color: #333333;
    background: url(../img2/update_quan01.png) no-repeat right 3px;
    position: relative;
    z-index: 1;
    right: -7.5px;
    padding-bottom: 162px;
    cursor: pointer;
}
.rizhi .update ul .on{
    background: url(../img2/update_quan02.png) no-repeat right 3px;
    color: #F3CF09;
}
.rizhi .update ul div{
    position: absolute;
    width: 700px;
    left: 200px;
    top: 24px;
}
.rizhi .update ul div h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.rizhi .update ul div h5{
    font-size: 20px;
    color: #999;
    font-weight: 400;
}
.rizhi .update ul div h6{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.rizhi .update ul div p{
    color: #999;
    font-size: 14px;
    line-height: 28px;
    text-indent: 4px;
}
.rizhi .update ul .two{
    display: none;
}
.rizhi .update ul .three{
    display: none;
}
.rizhi .update ul .four{
    display: none;
}
.rizhi .update ul .five{
    display: none;
}