@CHARSET "UTF-8";

/*jquery分页*/
.holder{padding-right:10px;color:#505050;padding-left:15px;background:url(../images/page.jpg) repeat-x;height: 33px;line-height: 33px;text-align: right;}
.holder a{background-color:#f6f6f6;vertical-align:middle; border:#cfcece 1px solid; color:#000;padding:3px 5px; margin-right:3px;line-height:33px;cursor:pointer;}
.holder a:hover {background-color:#f6f6f6;color:#000; text-decoration:none;border:#ff0000 1px solid;}
.holder a.jp-previous{margin-right:5px;}
.holder a.jp-next {margin-left:5px;}
.holder span {margin: 0 5px;}
.holder a.jp-current, a.jp-current:hover { color: #bbb;font-weight: bold;}
.holder a.jp-disabled, a.jp-disabled:hover {color: #bbb;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default; background:#fff;}
.holder span {margin:0 5px;}

@media (min-width:1441px){/* DESKTOPS */
    .sm {
        max-width: 920px;
        height: 1270px;
        margin: 60px auto 0 auto;
        background: url(../images/sm-bg.jpg)  top center no-repeat;
    }
    .sm .con {
        max-width: 690px;
        margin: 0 auto;
        padding-top: 100px;
        font-size: 14px;
        color: #555;
        line-height: 30px;
    }
    
}
@media (min-width:1025px) and (max-width:1440px){/* LAPTOPS */
    .sm {
        max-width: 920px;
        height: 1270px;
        margin: 60px auto 0 auto;
        background: url(../images/sm-bg.jpg)  top center no-repeat;
    }
    .sm .con {
        max-width: 690px;
        margin: 0 auto;
        padding-top: 100px;
        font-size: 14px;
        color: #555;
        line-height: 30px;
    }
    
}