/*自定义样式*/
.pagelist {
    padding-top: 50px;
    padding-bottom: 35px;
}
.pagelist ul {
    text-align: center;
    font-size: 0;
}
.pagelist ul li {
    display: inline-block;
    margin: 0 3px; width: 50px; height: 50px; line-height: 50px; text-align: center;
}
.pagelist ul li a {
    font-size: 14px;
    display: block;
    background: #FFF;
    color: #999; border: 1px solid #e2e2e2; border-radius: 50%;
}
.pagelist ul li span {
    font-size: 14px;
    display: block;
    color: #333; border-radius: 50%;
}
.pagelist ul li.active a {
    background: none;
    color: #333;
    border: 1px solid #e5e5e5;
}
.pagelist ul li.active span {
    background: none;
    color: #FFF;
    border: 1px solid #2f82fe; background: #2f82fe;
}
.pagelist ul li.disabled span {
    background: none;
    color: #999;
    border: 1px solid #e5e5e5;
}
.pagelist ul li.pageprev a, .pagelist ul li.pagenext a {
    background: none;
    color: #999;
    border: 1px solid #e5e5e5;
}
.pagelist ul li:hover {
    transform: scale(0.95);
}
/*详情*/
.new_content{width: 100%; height: auto; clear: both;}
.new_content p{text-indent: 24px;}
.new_content img,video{max-width: 100%; height: auto; margin-left: -24px;}