﻿[ms-if],[ms-visible]{display:none;}
/* FOR 细览  大小切换*/
.font0,.font0 p,.font0 div,.font0 table,.font0 span{font-family: "宋体"; font-size: 14px !important; line-height: 32px !important;}
.font1,.font1 p,.font1 div,.font1 table,.font1 span{font-family: "宋体"; font-size: 16px !important; line-height: 32px !important;}
.font2,.font2 p,.font2 div,.font2 table,.font2 span{font-family: "宋体"; font-size: 18px !important; line-height: 32px !important;}
.font0 p,.font0 div,.font0 table,.font1 p,.font1 div,.font1 table,.font2 p,.font2 div,.font2 table{margin-top:20px;}

/* for 分页条*/
#pagegd .pgStyle{white-space: nowrap;}
#pagegd .pgStyle .disab {
    border: #ddd 1px solid;
    color: #ddd;
    margin: 2px;
    padding: 10px 12px;
    background: #fff;
}
#pagegd .pgStyle .cur,
#pagegd .pgStyle a.cur,
#pagegd .pgStyle a.cur:visited {
    border: 1px solid #1658a0;
    color: #fff !important;
    background-color: #1658a0;
    font-weight: normal;
    margin: 2px 2px 2px 0;
    padding: 10px 18px;
    border-radius: 3px;
}
#pagegd .pgStyle a {
    text-decoration: none;
    border: 1px solid #ddd;
    color: #000 !important;
    margin: 2px;
    padding: 10px 14px;
    background: #fff;
}
.count {
    margin: 15px;
    padding: 8px;
    border: 1px solid #ddd;
}
.go {
    margin-left: 15px;
    padding: 10px 12px;
    background-color: #FFF;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
    .phone_none, .count, .pgStyle form {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .page{display: block;}
}
@media only screen and (max-width:420px){
    #pagegd .pgStyle a{padding: 8px 10px;}
}
@media only screen and (max-width: 330px) {
    .pgStyle {padding: 0px !important;}
}