.bigContent .centerContent {
    padding: 40px 0 50px 0;
    background-color: #fff;
}
.bigContent .centerContent .tabs {
    width: 250px;
    height: 350px;
    float: left;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #354680;
    overflow: hidden;
}
.bigContent .centerContent .tabs .oneTab {
    height: 50px;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #e1e1e3;
    text-decoration: none;
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.bigContent .centerContent .tabs .tabTitle {
    background-color: #354680;
    color: #ffffff;
    position: relative;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
}
.bigContent .centerContent .tabs .tabTitle .icon {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_ball.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -20px;
}
.bigContent .centerContent .tabs .oneTab .square {
    width: 8px;
    height: 8px;
    background-color: #8f8f8f;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
}
.bigContent .centerContent .tabs .oneTab .icon {
    width: 8px;
    height: 14px;
    background-image: url(../images/right2@2x.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.bigContent .centerContent .tabs .oneTab:hover {
    background-color: #e1e1e3;
}
.bigContent .centerContent .tabs .oneTab.active {
    background-color: #e1e1e3;
    color: #354680;
}
.bigContent .centerContent .tabs .oneTab.active .square  {
    background-color: #354680;
}
.bigContent .centerContent .tabs .oneTab.active .icon  {
    background-image: url(../images/right@2x.png);
}
.bigContent .centerContent .rightContent {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #354680;
    padding-bottom: 40px;
    min-height: 350px;
}
.bigContent .centerContent .rightContent .oneServe {
    display: none;
}
.bigContent .centerContent .rightContent .oneServe.active {
    display: block;
}
.bigContent .centerContent .rightContent .rightTitle {
    height: 50px;
    color: #ffffff;
    position: relative;
    background-color: #354680;
    line-height: 50px;
    padding-left: 40px;
    margin-bottom: 25px;
}
.bigContent .centerContent .rightContent .rightTitle .square {
    width: 8px;
    height: 8px;
    background-color: #8f8f8f;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
}
.bigContent .centerContent .rightContent .oneTip {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    position: relative;
    padding-left: 50px;
    font-size: 14px;
    color: #4c4c4c;
    display: block;
}
.bigContent .centerContent .rightContent .oneTip .point {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -3px;
    background-color: #4d4d4d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bigContent .centerContent .rightContent .oneTip .tipTitle {
    width: 85%;
    height: 100%;
    float: left;
    text-decoration: none;
    color: #4c4c4c;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bigContent .centerContent .rightContent .oneTip .date {
    width: 12%;
    height: 100%;
    float: right;
}