﻿body {
    color: #996C32;
    background-color: #F6F1EB;
}

a {
    color: #996C32;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
}

#body {
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 20px;
}

div.more {
    position: relative;
    top: -60px;
    width: 1200px;
    margin: 0px auto;
    text-align: right;
}

div.banner1 {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

div.banner1>div {
    position: relative;
    left: -1vw;
    width: 3vw;
    text-align: center;
}

div.banner1>div>img {
    position: relative;
}

/* Paging Bar
-----------------------------------------------------------*/

div.pageNumbers {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.pageNumbers a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 5px;
    border: 1px solid #E2E2E2;
    font-size: 14px;
    text-align: center;
    color: #222222;
}

div.pageNumbers a.previous,
div.pageNumbers a.next {
    position: relative;
    width: 85px;
}

div.pageNumbers a.previous>span,
div.pageNumbers a.next>span {
    position: absolute;
    bottom: 35px;
    z-index: 99;
    display: none;
}

div.pageNumbers a.previous>span {
    right: 0px;
}

div.pageNumbers a.next>span {
    left: 0px;
}

div.pageNumbers a.previous:hover>span,
div.pageNumbers a.next:hover>span {
    display: block;
}

div.pageNumbers a.previous>span>span,
div.pageNumbers a.next>span>span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-bottom: 5px;
    line-height: 1.5em;
    text-align: center;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: white;
    background-color: black;
}

div.pageNumbers a.current,
div.pageNumbers a:hover {
    color: #FFFFFF;
    background-color: #258CFF;
}

/* Images List1
-----------------------------------------------------------*/

ul.imagesList1 {
    width: 1202px;
    margin: 0px auto 20px auto;
    overflow: hidden;
    _zoom: 1;
}

ul.imagesList1>li {
    float: left;
    width: 388px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    background-color: #E9DCCC;
}

ul.imagesList1>li:nth-child(3n) {
    margin-right: 0px;
}

ul.imagesList1>li img {
    max-width: 96%;
    height: 280px;
}

ul.imagesList1>li>p {
    height: 30px;
    line-height: 30px;
    padding: 10px 50px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Images List2
-----------------------------------------------------------*/

ul.imagesList2 {
    overflow: hidden;
    _zoom: 1;
}

ul.imagesList2>li {
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
    margin-bottom: 20px;
}

ul.imagesList2>li:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

ul.imagesList2>li>div {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #E9DCCC;
}

ul.imagesList2>li>div img {
    max-width: 96%;
    height: 200px;
}

ul.imagesList2>li>p {
    height: 30px;
    line-height: 30px;
    padding: 10px 30px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* title
-----------------------------------------------------------*/

div.title1 {
    margin-bottom: 20px;
    text-align: center;
}

div.title1>img {
    max-width: 100%;
}
