﻿@charset "utf-8";
.xsitem {
    padding: 10px 0;
    border-bottom: solid 1px #DFDFDF
}

.xsitem:last-child {
    border-bottom: none
}

.xsitem .flexnone {
    margin: 5px 0
}

.active a,
a.active {
    font-weight: bold;
    color: #D7000F
}

.xsitem span {
    margin-right: 30px;
    font-size: 14px;
    color:#666;
}

.sxarea {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.cont {
    float: left;
    margin: 6px 8px;
    line-height: 28px;
    /*width:196px;*/
}

.cont span{
    cursor:pointer;
    color: #000;
    font-weight:bold;
    font-size: 14px;
}
.cont span.select {
    color: #D7000F;
}
.contInside{
    width:100%;
    display:inline-block;
    clear:both;
}
.contInside li{
    display:none;
    float:left;
}
.contInside li a{
    margin: 6px 8px;
    height: 28px;
    line-height: 28px;
    color:#666;
    font-size:14px;
}
.contInside li a.active{
    color:#D7000F;
    font-weight:normal;
}
.contInside li.show {display: block;}

.cont a.active{
    color: #D7000F;
}

.clssw {
    margin: 10px 0
}

.clssw span {
    margin-right: 20px
}

.plitem {
    width: 100%;
    overflow: hidden;
}

.plitem .it.nmgr {
    margin-right: 0
}

.plitem div.it {
    width: 100%;
    float: left;
    height:44px;
    line-height:44px;
    background-color: #fff;
}
.plitem div.it:nth-child(even){
    background-color: #f4f4f4;
    height:40px;
}

.plitem div.it a.bigt {
    color: #FFFFFF
}

.pltit {
    padding: 20px 20px 0 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    height: 60px;
    background-repeat: no-repeat
}

.pltit.bg1 {
    background-image: url(/resources/images/kbbg/1.jpg)
}

.pltit.bg2 {
    background-image: url(/resources/images/kbbg/2.jpg)
}

.pltit.bg3 {
    background-image: url(/resources/images/kbbg/3.jpg)
}

.pltit.bg4 {
    background-image: url(/resources/images/kbbg/4.jpg)
}

.pltit.bg5 {
    background-image: url(/resources/images/kbbg/5.jpg)
}

.pltit.bg6 {
    background-image: url(/resources/images/kbbg/6.jpg)
}

.pltit.bg7 {
    background-image: url(/resources/images/kbbg/7.jpg)
}

.pltit.bg8 {
    background-image: url(/resources/images/kbbg/8.jpg)
}

.pltit.bg9 {
    background-image: url(/resources/images/kbbg/9.jpg)
}

.plname {
    margin: 0 0 0 20px;
    width:366px;
    font-size:16px;
    font-weight:bold;
}
.plname a {
    color:#333;
}

.plfoot {
    width:298px;
}
.plfoot .money{
    font-size:18px;
    color:#df000f;
    font-weight:bold;
}
.plfoot .name a{
    width:90px;
    height:24px;
    line-height:24px;
    background:#df000f;
    color:#fff;
    border-radius:14px;
    text-align: center;
    margin-top:10px;
    display:inline-block;
}
.planfwrap{
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
    max-width:100%;
}
.planlistImg{
    width:261px;
    height:300px;
    float:left;
}
.planlistContentBox{
    width: 698px;
    padding: 3px 20px 0;
    border: 1px solid #ddd;
    border-left: none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.planlistContent{
    height:252px;
}

.planListSwitch{
    height:44px;
    line-height:44px;
}
.planListSwitch button{
    font-size:34px;
    cursor:pointer;
    background: none;
    border: none;
    color:#666;
    outline:none;
    margin:0 20px;
}
.planListSwitch .noonclick{
    color:#ccc;
}
.commentmain {
    margin-bottom:20px;
}
.newPlanListBox {
    width:960px;
    margin:0 auto;
    text-align:center;
}
.newPlanListBox .row1{
    width:366px;
}
.newPlanListBox .row2{
    width:334px;
}
.newPlanListBox .newTitle{
    font-size:16px;
    color:#df000f;
    margin-bottom:26px;
}
.newPlanListBox .newTitle .row2{
    border-left: 1px solid #f5b2b7;
    border-right: 1px solid #f5b2b7;
}
.newPlanListBox .row3{
    width:256px;
}
.newTitle{
    border:1px solid #f5b2b7;
    padding:10px 0;
    height:20px;
    line-height:20px;
}
.newListBox .planList{
    height:40px;
    line-height:40px;
    background:#f4f4f4;
}
.newListBox .planList a{
    color:#fff;
}
.newListBox .planList:nth-child(even){
    height:44px;
    line-height:44px;
    background:#fff;
}
.newListBox .planList .row1{
    font-size:16px;
    font-weight:bold;
}
.newListBox .planList .row1 a {
    color:#333;
}
.newListBox .planList .row2{
    font-size: 18px;
    color: #df000f;
    font-weight: bold;
}
.newListBox .planList .row3 a{
    width: 90px;
    height: 24px;
    line-height: 24px;
    background: #df000f;
    color: #fff;
    border-radius: 14px;
    text-align: center;
    margin-top: 10px;
    display:inline-block;
}