/*左边*/

.left {
    width: 239px;
    height: 567px;
    border: 1px solid #e3e2e2;
}

.left-hd {
    width: 241px;
    height: 42px;
    background-color: #e10c02;
}

.features-hd-link {
    display: block;
    width: 116px;
    height: 42px;
    line-height: 42px;
    padding-left: 23px;
    font-size: 16px;
    color: #fff;
}

.left-bd {
    height: 525px;
    background-color: #fafafa;
}

.seller-tree {
    margin-left: 9px;
    padding-top: 9px;
}

.seller-tree-item {
    width: 220px;
    margin-top: 10px;
}

.seller-tree-item>a {
    display: block;
    padding: 10px 0 10px 18px;
    font-size: 18px;
    color: #333;
}

.seller-tree-a {
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.seller-item {
    border: none;
    border-bottom: 1px dotted #e3e3e3;
}

.seller-tree-sub {
    display: none;
    margin-top: 8px;
}

.seller-tree-icon {
    float: left;
    display: block;
    width: 18px;
    height: 15px;
    background: url(imagestree-down.png) 0 3px no-repeat;
}

.seller-tree-sub a {
    padding: 8px 0 8px 50px;
    font-size: 15px;
    color: #666;
}

.seller-tree-sub a:hover {
    color: #e10c02;
}

.current>a {
    color: #e10c02;
    background-color: #fff;
}

.current>.seller-tree-sub {
    display: block;
}


/*右边*/

.right {
    width: 745px;
    height: 757px;
    margin-left: 8px;
    border: 1px solid #e3e2e2;
}

.right-hd {
    width: 745px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    background: url(imagesright-bg.jpg) repeat-x;
    border-bottom: 1px solid #e3e2e2;
}

.right-hd-span {
    width: 100px;
    padding-left: 33px;
    font-size: 14px;
    line-height: 41px;
    color: #ff7e00;
    font-weight: bold;
    background: url(imagesright-hd-icon.png) 11px 11px no-repeat;
}

.right-hd-span1 {
    font-size: 14px;
    line-height: 41px;
    color: #666;
}

.right-hd-span2 {
    color: #e10c02;
}

.right-bd {
    height: 707px;
}

.right-items {
    margin-top: 6px;
    margin-left: 15px;
    margin-right: 13px;
}

.right-item {
    width: 703px;
    height: 30px;
    background: url(imagessurvey-item-icon.jpg) 1px 50% no-repeat;
}

.right-item.last {
    border-bottom: none;
}

.right-item-link {
    display: block;
    width: 70%;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: text-top;
}

.right-item-link:hover {
    color: #e10c02;
}

.right-item-span {
    display: block;
    height: 20px;
    padding-top: 10px;
    color: #666;
}


/*!
* 页码样式
*/

.page-items {
    margin: 20px 0 0 97px;
}

.page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.page-li>a {
    display: block;
}

.page-li.ml6 {
    margin-left: 6px;
}

.page-li.ml20 {
    margin-left: 20px;
}

.page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}

.page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.page-default.current {
    color: #ff0000;
    font-weight: bold;
}

.page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.page-family {
    font-family: "SimSun";
}

.page-fs12 {
    font-size: 12px;
}

.page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.page-to {
    width: auto;
}

.page-next {
    width: 58px;
}

.page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.page-go {
    width: 28px;
}
