.isFloat{
   float: left;
}
.clearFloat{
   clear: both;
}
.rightBox{
   width: 820px;
	background-color: #ffffff;
	border: solid 1px #dfdfdf;
}
.PayCenterTitleWord{
   font-family: SimSun;
	font-size: 16px;
	font-weight: bold;
   color: #292929;
   box-sizing: border-box;
   padding-left: 11px;
   padding-top: 18px;
   padding-bottom: 25px;
}
.comList{
   box-sizing: border-box;
   margin-left: 11px;
   margin-right: 11px;
   background-color: #ffffff;
   border: solid 1px #dfdfdf;
   border-bottom: solid 0px #dfdfdf;
   margin-bottom: 11px;
}
.ListTitle{
   width: 100%;
   height: 27px;
	background-color: #f5f5f5;
   display: table;
   border-bottom: 1px solid #dfdfdf;
   font-family: SimSun;
	font-size: 14px;
	color: #292929;
}
.ListTitle>div{
   margin-top: 4px;
}
.isboxsizing{
   box-sizing: border-box;
}
.istablecellandMiddle{
   display:table-cell;
   vertical-align: middle;
   text-align: center;
}
.comInfo{
   width: 217px;
}
.comPrice{
   width: 70px;
}
.comNum{
   width: 70px;
}
.comCreateTime{
   width: 165px;
}
.comState{
   width: 90px;
}
.comEdit{
   width: 150px;
}
/* 
 */
.iscomInfo{
   width: 205px;
   font-family: SimSun;
	font-size: 14px;
	font-weight: bold;
   color: #2174b5;
   text-align: left;

}
.iscomPrice{
   width: 70px;
   font-family: SimSun;
	font-size: 14px;
	font-weight: bold;
   color: #fc832d;
}
.iscomNum{
   width: 70px;
	font-family: SimSun;
	font-size: 14px;
	color: #292929;
}
.iscomCreateTime{
   width: 165px;
	font-family: SimSun;
	font-size: 14px;
	color: #292929;
}
.iscomState{
   width: 100px;
	font-family: SimSun;
	font-size: 14px;
	color: #292929;
}
.iscomEdit{
   width: 170px;
   margin-top: 2px;
   margin: 0 auto;
}
.isLiit{
	border-bottom: solid 1px #dfdfdf;
   height: 58px;
}
.isLiit>div{
   max-width: 205px;
   overflow: hidden;
   white-space:nowrap;
   text-overflow: ellipsis;
   padding-top: 20px;
   padding-left: 15px;
   
}
.isLiit>div:nth-child(6){
   padding-top: 15px;
}
/*  */
.leftButton{
	height: 24px;
   background-color: #ff9601;
	border-radius: 5px;
   border: solid 1px #fc832d;
   display:table;
   margin-right: 15px;
   user-select: none;
   cursor: pointer;
}
.rightButton{
	height: 24px;
	background-color: #469ae5;
	border-radius: 5px;
   border: solid 1px #0a7de3;
   display:table;
   user-select: none;
   cursor: pointer;
}
.buttonWorld{
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   color: #fff;
   font-family: SimSun;
	font-size: 12px;
   color: #ffffff;
   vertical-align: middle;
}
.switchPage{
   width: 100%;
   border-bottom: solid 1px #dfdfdf;
}
.switchPageAA{
   display:table;
   margin: 0 auto;
}
.centerBar{
   padding: 15px;
   vertical-align: middle;
}