li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.weizhi {
    background: url(../img/xilan.png) repeat-x 0px 40px;
    font-size: 14px;
    vertical-align: middle;
    height: 50px;
    padding: 0px 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.weizhi ul li {
    float: left;
    color: #333333;
    font-size: 16px;
    padding-right: 10px;
}


.weizhi ul li a {
    color: #333333;
}

.zjhb .tit {
    background: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #333;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.zjhb img{
    height: 176px;
    width: 100%;
}
.zjhb img:hover {
    transform: scale(0.9);
    transition: 0.2s;
}
.page_num {
    padding-top: 30px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

#page_div {
    line-height: 20px;
    color: #666;
    margin: 0 auto;
    /* width: 800px; */
    width: auto !important;
    display: inline-block;
}

#page_div .pagination_index {
    border: 1px #cccccc solid;
    padding: 0 10px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;

}

#page_div .currentIndex {
    background: #0172cb;
    border: 1px solid #0172cb;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#page_div .pagination_index_num {
    padding: 0 12px;
    margin: 0 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
}

#page_div .pagination_index_last {
    font-size: 12px;
    margin-left: 10px;
    line-height: 24px;
    color: #777777;
}

#pagination_input {
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #0172cb;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 12px;
}

.but {
    color: #676767;
    line-height: 18px;
    height: 25px;
    width: 53px;
    vertical-align: middle;
    background: #fff;

}


@media screen and (min-width: 768px) {
    #page_div .pagination_qd{
        border: 1px #cccccc solid;
        padding: 3px 7px;
        color:#676767; 
        line-height:18px;  
        height:25px; 
        width:53px; 
        vertical-align:middle; 
        background:#fff;
    }
}


@media screen and (max-width: 768px) {
    .zjhb img{
        height: 70px;
        width: 100%;
    }
    .weizhi {
        padding: 0px 8px;
    }
    .weizhi ul li{
        padding-right: 6px;
    }
    #page_div .pagination_index{
        padding: 0 6px;
    }
    .pagination_qd{
        color: #676767;
        vertical-align: middle;
        background: #fff;
        border: 1px #cccccc solid;
        padding: 0 6px;
        margin: 0 4px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
    }
}
