/*menu page*/
#wp_page_numbers {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    text-align: center;
}
#wp_page_numbers ul li {
    display: inline-block;
    margin: 5px 5px 10px;
}
#wp_page_numbers ul li a,
#wp_page_numbers ul li span {
    display: inline-block;
    background-color: #fff;
    color: #262626;
    padding: 2px 15px;
    height: 35px;
    border: 1px solid #a9b1b1;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
}
#wp_page_numbers ul li.active_page a {
    background-color: #19d0d0;
    border: 1px solid #19d0d0;
    color: #fff;
}
#wp_page_numbers ul li a:hover {
    background-color: #19d0d0;
    border: 1px solid #19d0d0;
    color: #fff;
}
.pager {
    margin-bottom: 20px;
}
.pageLink .prev {
    float: left
}

.pageLink .next {
    float: right
}

.pageLink.cf .prev a {
    background-image: url(../images/icon/prev.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px
}

.pageLink.cf .next a {
    background-image: url(../images/icon/next.png);
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px
}
.voice {
	margin-top: 10px;
}
.voice .voiceList {
    width: 100%;
    float: left;
    padding-top: 6px;
    background: url(../images/voice_bg_top.png) 0 top repeat-x;
    margin-bottom: 5px;
}
.voice .voidWrap {
	margin-bottom: 10px;
	border-bottom: none;
}
.voice .voidWrap::after {
	content: "";
    display: block;
    clear: both;
}
.voice .ttl {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
    background: url(../images/voice_tit_bg01.png) no-repeat;
    padding-left: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
    /*height: 60px;*/
    border-bottom: 1px solid #ccc;
}
.voice .cusInfo {
    float: left;
    margin-right: 10px;
	width: 37%;
}
.voice .thums .left img {
    border: 1px solid #ccc;
    margin: 5px 0;
}
.voice .columnCont {
    float: left;
	width: 58%;
}
.voice .readMore {
	clear: both;
	padding-top: 10px;
}

