body{
    background: #f8f8f8;
}
.pathbox{
    background: #f8f8f8 !important;
}
.pager{
    padding: 25px 0px 5px 0px !important;
}
.itemBox{
    box-sizing: border-box;
    padding: 15px 20px 20px 20px;
    width: 100%;
}
.tabBox{
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #ededed;
}
.selSelect{
    width: 110px;
    border-radius: 5px;
    border: 1px solid #ededed;
    line-height: 28px;
    height: 28px;
    padding: 0px 15px 0px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 3px;
}
.tabUl li{
    width: 66px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-right: 20px;
}
.tabUl li.on{
    font-weight: bold;
    color: #308bd8;
    border-bottom: 2px solid #308bd8;
}
.tipBox{
    width: 100%;
    height: 70px;
    padding-left: 25px;
    background: #fffaf0 url(../images/tips2.png) no-repeat 25px center;
    background-size: 41px 39px;
}
.tipBox .title1{
    padding-top: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    padding-left: 65px;
}
.tipBox .title2{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #dc9a16;
    padding-left: 65px;
}
.butsBox{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.butsBox a{
    width: 75px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid #308bd8;
    color: #308bd8;
    background: #ecf6fe;
    margin-right: 16px;
    text-align: center;
}
.butsBox a.on{
    background: #308bd8;
    color: #fff;
}
.listUl{
    margin-top: 20px;
    width: 960px;
}
.listUl li{
    width: 223px;
    border-radius: 5px;
    border: 1px solid #ededed;
    margin-right: 15px;
    cursor: pointer;
}
.listUl li .imgBox{
    width: 100%;
    height: 144px;
    border-bottom: 1px solid #bdddf4;
}
.listUl li .imgBox img{
    width: 100%;
    height: 144px;
    vertical-align: middle;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.listUl li .infoBox{
    width: 203px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ededed;
}
.listUl li .infoBox .spanT1{
    width: 45px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(../images/spanT1.png) no-repeat left top;
    background-size: 45px 20px;
}
.listUl li .infoBox .spanT2{
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #a9aeb8;
    border-radius: 3px;
    margin-left: 5px;
}
.listUl li .infoBox .infotTitle{
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.listUl li .infoBox .jdBox{
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #ebeef5;
}
.listUl li .infoBox .jdBox .nowJd{
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(to right,#1085e1,#66bbfe);
}
.listUl li .infoBox .jdInfo{
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}
.listUl li .infoBox .jdInfo em{
    color: #1085e1;
    font-size: 14px;
    font-weight: bold;
}
.listUl li .gsBut{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #308bd8;
}
.listUl li .ksBut{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #ff9830;
}
.listUl li .wcBut{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #999;
}