/*分页*/
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #9a0000 !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #9a0000 !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important; line-height: 25px !important;
    background: #9a0000 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.defaultButtonStyle {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#9a0000, EndColorStr=#9a0000)!important;
    cursor: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#9a0000), to(#9a0000))!important;
    background: -moz-linear-gradient( top,#9a0000,#9a0000)!important;
    background: -ms-linear-gradient(top,#9a0000 0%,#9a0000 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.piclist {
    overflow: hidden;}

.piclist li {
    width: calc(25% - 2%);
    margin: 15px 1% 15px 1%;
    background: #f5f5f5;
    padding: 1%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;}

.piclist li a.tp {
    display: block;
    height: 183px;
    text-align: center;
    line-height: 183px;
    background: #fff;
    overflow: hidden;}

.piclist li a.tp img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;}

.piclist li a.tp:hover img {
    transform: scale(1.05);}

.piclist li p {
    text-align: center;
    line-height: 45px;}
@media only screen and (max-width:1024px) {
     .piclist li a.tp {
            height: 140px;
            line-height: 140px;}
}
@media only screen and (max-width:959px) {
   
    .piclist li {
        width: calc(33.333% - 2%);}
}
@media only screen and (max-width:640px) {
     .piclist li {
            width: calc(50% - 2%);}
}