a:hover {
    text-decoration: none !important;
    color: #000 !important;

}

a {
    color: #000 !important;
    border: none !important;
    text-decoration: none
}

/*去除未被访问的a标签的下划线*/
a:link {
    text-decoration: none !important;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
    text-decoration: none !important;
    color: #000 !important;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
    text-decoration: none !important;
    color: #000 !important;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
    text-decoration: none !important;
    color: #000 !important;
}

.pages {
    height: 47px;
    margin-top: 6px;
    margin: auto;
    text-align: center;
}

.content_page {
    background-image: url(../images/pinglun_xian2.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 59px;
	text-align: center;
}

.content_page_content {
    margin-top: 16px;
	    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.numb {
    font-family: "宋体";
    font-size: 13px;
    color: #666;
    height: 70px;
    background-image: url(../images/gongkaike_1_44.gif);
    background-repeat: no-repeat;
    width: 29px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 26px;
    text-align: center;
	margin-bottom:8px;
}

.numb:hover {

    color: #fff;

    background-image: url(../images/gongkaike_1_42.gif);
    background-repeat: no-repeat;



}

.nonumb {
    font-family: "宋体";
    font-size: 13px;
    color: #666;
    height: 70px;
    background-image: url(../images/gongkaike_1_40.gif);
    width: 61px;
    background-repeat: no-repeat;
    height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 26px;
    text-align: center;
}

.nonumbC {
    font-family: "宋体";
    font-size: 13px;
    color: #666;
    height: 70px;
    width: 61px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    padding-top: 6px;
    text-align: center;
    margin-left: -10px;
}

.nonumb:hover {
    color: #fff;

    background-image: url(../images/gongkaike_1_40_1.gif);
    background-repeat: no-repeat;

}