﻿@charset "UTF-8";

body {
    width: 105%;
}

.wrap {
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    background: url(../images/bg.jpg) no-repeat;
    padding: 0px;
}

.mian {
    padding-top: 395px;
}

.list {
    text-align: center;
    padding-bottom: 20px;
}

    .list li {
        display: inline-block;
        padding: 0px 6px;
    }

/**/
.pagination {
    text-align: center;
}

    .pagination a {
        width: 34px;
        height: 33px;
        text-decoration: none;
        color: #15B;
        /*background: rgba(129,129,129,0.89);*/
        background: #f7e6e7;
        border-radius: 6px;
    }

    .pagination a, .pagination span {
        width: 34px;
        height: 33px;
        line-height: 33px;
        font-size: 18px;
        display: inline-block;
        margin: 0 4px;
        text-align: center;
        /*color: #fff;*/
        color: #9a1e1c;
    }

        .pagination a:hover {
            color: #fff;
        }

    .pagination .current {
        /*background: rgba(131,177,217,0.89);*/
        background: #f35b59;
        color: #fff;
        border-radius: 6px;
    }

        .pagination .prev, .pagination .current.prev {
            width: 34px;
            height: 33px;
            background: url(../images/leftArrow.png) no-repeat;
            text-indent: -9999px;
        }

        .pagination .next, .pagination .current.next {
            width: 34px;
            height: 33px;
            background: url(../images/rightArrow.png) no-repeat;
            text-indent: -9999px;
        }
