
.index {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    background: #fff;
   
}


/*右边*/
.index .index-right{
    width: 864px;
     overflow: hidden;
    float: right;
    padding-left: 50px;

}

.index-right .rongtitle{
    width: 100%;
    height: 37px;
    line-height: 37px;
    display: flex;
    justify-content: space-between;
    padding:0 15px;
    border-bottom: 1px solid #762D00;
    margin-top: 30px;
    font-size: 12px;color: #3D3D3D;
}
.index-right .rongtitle .biaoti{
    font-size: 16px;
}


