.cont {
    padding: 10px;
    padding-left: 15px;
    width: 1175px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.cont .left {
    display: inline;
    float: left;
    width: 185px;
}
.cont .left ul.tabs {
    width: 100%;
    padding: 0px;
}
ul.tabconts {
    padding: 0px;
}
.cont .left ul.tabs li.active {
    background: #4d94ee;
    color: #fff;
}
.cont .left ul.tabs li {
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    color: #666;
    margin-top:24px;
    text-align: center;
    background: url(/ntsrmzf/theme/img/tssj-tabs-bg.png) bottom center no-repeat #f9fafb;
    cursor: pointer;
}
.cont .right {
    display: inline;
    float: right;
    width: 990px;
}
ol, ul, li {
    list-style: none;
}