
#container #main {
     width:1100px;
     margin:20px auto;
}
#main .top-part > p,#main .top-part >div{
    margin:20px auto;
    font-size:16px;
    color:#666;
}
#main .top-part > .positionNow {
    width:100%;
    background: url('/templates/main/images/index.png') left center no-repeat;
    box-sizing:border-box;
    
    color:#666;
}
#main .top-part > .positionNow > span > a {
    color:#666;
}
#main .top-part > .kinds a,#main .top-part > .status a{
  margin-left:50px;
  margin-right:50px;
  padding-left:5px;
  padding-right:5px;
  color:#666;
}
.on {
    background:red;
    color:#fff!important;    
}
#main .top-part > .changci select {
    outline:none;
    width:200px;
    margin-left:50px;
    margin-right:50px;
}
#main .top-part > .pp input {
    margin-left:81px;
    outline:none;
    border:none;
    border:1px solid #000;
    box-sizing:border-box;
    padding-left:10px;
}
#main .top-part > .pp a {
    margin-left:10px;
    background:red;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    padding-top:1px;
    padding-bottom:1px;
}
#main .bottom-part {
    margin:20px auto;
    color:#666;
}
#main .bottom-part .pplist span {
    margin-right:45px;
}
#main .bottom-part .pplist .orderItem {
    margin-left:10px;
    margin-right:10px;
    padding-right:20px;
    color:#666;
    background:url('/templates/main/images/order.png') right center no-repeat;
}
#main .bottom-part .listsCard .card:first-child {
    border-top:none;
}
#main .bottom-part .listsCard .card {
    width:50%;
    border-top:1px solid #ccc;
    padding:20px;
}
#main .bottom-part .listsCard .card .leftImg {
    width:200px;
    height:170px;
    background:#fff;
    border:1px solid #ddd;
    text-align:center;
}
#main .bottom-part .listsCard .card .leftImg img {
    max-width:100%;
    max-height:100%;
}
#main .bottom-part .listsCard .card .rightTxt {
    margin-left:10px;
}
#main .bottom-part .listsCard .card .rightTxt h3,#main .bottom-part .listsCard .card .rightTxt a {
    color:#252f6d;
}
#main .bottom-part .listsCard .card .rightTxt p {
    margin:7px auto;
}
/*新增分页*/
#main .page-part a {
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border:1px solid #ddd;
    margin-right:10px;
    color:#666;
}
.hover {
    background:#252f6d;
    color:#fff!important;
}



