/*�����б�Ŷ*/
.page_center {
    width: 100%;
    overflow: hidden;
}

.page_center .page_center_ul {
    width: 100%;
    overflow: hidden;
}

.page_center .page_center_ul li {
    width: 100%;
    overflow: hidden;
    padding: 2% 0;

}

.page_center .page_center_ul li > a {
    display: block;
    width: 95%;
    float: left;
    margin: 0 auto;
}

.page_center .page_center_ul li:nth-child(2n) {
    background: #f2f2f2;
}

.page_center .page_center_ul li > a h2 {
    font-size: 1.1rem;
    text-indent: 0rem;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding: 2%;
    line-height: 2rem;
}

.page_center .page_center_ul li .page_p2 {
    float: right;
    width: 10%;
    margin-top: 8%;
}

.page_center .page_center_ul li .page_p2 > img {
    width: 50%;
}

.page_center .page_center_ul li > a > p {
    width: 96%;
    margin: 0 auto;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.5rem;
    text-indent: 0rem;
    color: #333;
    height: 3rem;
    overflow: hidden;
}

.page_center .page_center_ul li > a span {
    float: right;
}

.page_center .page_center_ul li .page_p2 {
    float: right;
    width: 10%;
    margin: -7% 0 0 0;
}

.page_center .page_center_ul li .page_p2 > img {
    width: 50%;
}

@media screen and (max-width: 320px) {
    .page_center .bd .page_center_ul li {
        width: 100%;
        overflow: hidden;
        padding: 2% 0;
        height: 8.5rem;
    }

    .page_center .page_center_ul li .page_p2 {
        float: right;
        width: 10%;
        margin-top: 12% !important;
    }
}

.page_center .list {
    padding: 15px 0;
    color: #333;
    text-align: center;
}

.page_center .list > li {
    display: inline-block;
    color: #333;
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 6px;
    vertical-align: middle;
    background: #f3f3f3;
}

.page_center .list > li > a {
    color: #333;
}

.page_center .list > li:first-child {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

.page_center .list > li:last-child {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
    margin: 0 2px;
    color: #fff;
    background: #e7a728;
    border: 1px solid #e7a728;
    border-radius: 4px;
    vertical-align: middle;
}

.page_center .list > li:last-child a {
    color: #333;
}

