a {
    color: #333;
}

    a:hover {
        color: #c9994d;
    }

.menu {
    background: #c9994d;
    width: 100%;
    min-width: 1200px;
    z-index: 9;
}

.menu-lis {
    z-index: 9;
}

    .menu-lis li {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
        z-index: 9;
    }

        .menu-lis li.crt {
            background: #9f642c;
        }

        .menu-lis li:hover {
            background: #9f642c;
        }

        .menu-lis li a {
            color: #fff;
            letter-spacing: 1px;
            padding: 0 44px;
            display: block;
        }

.bread-nav {
    height: 21px;
    line-height: 21px;
}

    .bread-nav span {
        color: #999;
        font-size: 13px;
    }

    .bread-nav a {
        display: inline-block;
        color: #333;
        *display: inline;
        *zoom: 1;
        font-size: 13px;
    }

        .bread-nav a:hover {
            color: #c9994d;
        }



.mn {
    width: 840px;
}

.mn-date {
    background: url(../images/t.jpg) no-repeat left center;
    padding: 0 0 0 24px;
}

.mn-category, .mn-date {
    color: #ccc;
    font-size: 14px;
}

    .mn-category a {
        border: 1px solid #f0f0f0;
        color: #bbb;
        font-size: 12px;
        padding: 0 8px;
        background: #fafafa;
        margin-left: 10px;
    }

        .mn-category a:hover {
            border: 1px solid #deba82;
            color: #deba82;
            font-size: 12px;
            padding: 0 8px;
            background: #fdfcfb;
            margin-left: 10px;
        }

.mn-lis-tit {
    margin: 10px 0 0 0;
}

/*page*/
.tcdPageCode {
    text-align: center;
    color: #ccc;
    margin: 20px 0 0 0;
}

    .tcdPageCode a {
        display: inline-block;
        color: #999999;
        *display: inline;
        *zoom: 1;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }

        .tcdPageCode a:hover {
            text-decoration: none;
            background-color: #c9994d;
            color: #FFFFFF;
        }

    .tcdPageCode span.current {
        display: inline-block;
        height: 25px;
        *display: inline;
        *zoom: 1;
        line-height: 25px;
        padding: 0 10px;
        background-color: #c9994d;
        margin: 0 10px;
        color: #fff;
        border-radius: 4px;
        vertical-align: middle;
    }

    .tcdPageCode span.disabled {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #bfbfbf;
        border-radius: 4px;
        vertical-align: middle;
    }

.main-content {
    margin-top: 5px;
}

.mnc {
    width: 320px;
    overflow: hidden;
}

.mnc-recom {
    background: #fafafa;
    overflow: hidden;
    padding: 25px 0 25px 25px;
}

    .mnc-recom h3 {
        color: #c9994d;
        font-size: 17px;
    }

    .mnc-recom ul {
        padding-top: 10px;
    }

    .mnc-recom li {
        width: 125px;
        float: left;
        margin-right: 20px;
        padding-top: 10px;
    }

    .mnc-recom p {
        text-align: center;
        color: #666;
    }


/*修改*/
.mnc-recom-nav {
    float: right;
    padding-right: 27px;
}

    .mnc-recom-nav span {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #dcdcdc;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        cursor: pointer;
    }

        .mnc-recom-nav span.active {
            background: #c9994d;
        }

.mnc-recom-lists {
    width: 295px;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.mnc-recom-content {
    width: 5000px;
    position: absolute;
    left: 0;
}

    .mnc-recom-content ul {
        width: 295px;
        float: left;
    }

.hot-read, .week-list {
    width: 274px;
    padding: 20px 23px 20px 21px;
    border: 1px solid #eeeeed;
}

.hot-read-tit {
    border-bottom: 1px solid #eeeeed;
}

    .hot-read-tit span {
        color: #c9994d;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 17px;
        padding: 0 0 12px 0;
        border-bottom: 2px solid #c9994d;
        margin-bottom: -1px;
        letter-spacing: 1px;
    }

    .hot-read-tit a {
        font-size: 12px;
        color: #999;
    }

        .hot-read-tit a:hover {
            font-size: 12px;
            color: #333;
        }

.hot-read-word {
    width: 135px;
    height: 90px;
}

    .hot-read-word h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .hot-read-word h3 a {
            color: #666;
            font-size: 15px;
        }

            .hot-read-word h3 a:hover {
                color: #c9994d;
                font-size: 15px;
            }

    .hot-read-word p {
        font-size: 14px;
        line-height: 22px;
        color: #999;
    }

        .hot-read-word p a {
            color: #c9994d;
        }

            .hot-read-word p a:hover {
                text-decoration: underline;
            }

.hot-read-lis li {
    width: 100%;
    background: url(../images/i.jpg) no-repeat left center;
    padding: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}

    .hot-read-lis li a {
        color: #333;
        font-size: 14px;
        max-width: 230px;
        overflow: hidden;
    }

        .hot-read-lis li:hover, .hot-read-lis li a:hover {
            color: #c9994d;
        }

.label li {
    background: #f8f8f8;
    color: #666;
    float: left;
    margin: 10px 10px 0 0;
}

.label-warp {
    height: 235px;
    overflow: hidden;
}

.label li a {
    background: #f8f8f8;
    color: #666;
    display: block;
    padding: 0 10px;
    line-height: 35px;
    width: auto;
    max-width: 173px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .label li a:hover {
        background: #f5f1e9;
        color: #666;
    }

.page h2 {
    color: #333;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 35px;
}

.page h1 {
    color: #333;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 35px;
}
.origin {
    background: url(../images/new.png) no-repeat left center;
    padding: 0 0 0 24px;
    margin: 0 0 0 28px;
    color: #999;
    font-size: 14px;
}

.page .mn-category a {
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    padding: 0 8px;
    background: #fafafa;
    margin-left: 10px;
}

    .page .mn-category a:hover {
        border: 1px solid #deba82;
        color: #deba82;
        font-size: 12px;
        padding: 0 8px;
        background: #fdfcfb;
        margin-left: 10px;
    }

.page .mn-date {
    background: url(../images/t.png) no-repeat left center;
    padding: 0 0 0 24px;
}

.page .mn-category, .page .mn-date {
    color: #999;
    font-size: 14px;
}

.source {
    background: #fafafa;
    padding: 30px 40px;
    height: 70px;
    margin-top: 40px;
}

.source_l {
    background: url(../images/ad-13.png) no-repeat left top;
    width: 33px;
    height: 27px;
    float: left;
}

.source_r {
    background: url(../images/ad-14.png) no-repeat left bottom;
    width: 33px;
    height: 70px;
    float: right;
}

.source_m {
    float: left;
    width: 650px;
    font-size: 16px;
    color: #999;
    line-height: 33px;
    padding: 0 20px;
}

.content {
    margin-top: 30px;
}

    .content h3 {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 33px;
    }

    .content p {
        color: #666;
        font-size: 16px;
        line-height: 33px;
        margin: 0 0 35px 0;
        text-indent: 32px;
    }

    .content p img{
        max-width: 750px;
        display: block;
    }

.read-next {
    width: 100%;
    height: 322px;
    background: #fafafa;
    margin: 60px 0 -60px 0;
}

    .read-next p {
        color: #999;
        font-size: 14px;
        line-height: 24px;
    }

    .read-next h2 a {
        color: #333;
        font-size: 36px;
        font-weight: bold;
    }

        .read-next h2 a:hover {
            color: #c9994d;
        }

    .read-next h4 {
        color: #333;
        font-size: 18px;
    }

.read-next-wrap {
    width: 840px;
}

.return-index {
    width: 155px;
    height: 37px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #777;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
}

    .return-index:hover {
        background: #c9994d;
        color: #fff;
        border: 1px solid #c9994d;
    }

.guide_h2 {
    font-size: 26px;
    color: #c9994d;
}

    .guide_h2 a {
        color: #999;
        padding-left: 20px;
        font-size: 14px;
    }

.brown {
    color: #c9994d;
}

    .brown a {
        color: #c9994d;
    }

        .brown a:hover {
            text-decoration: underline;
        }

.gallery-rawp {
    border-top: 2px dotted #e7e7e7;
    margin-top: 20px;
    overflow: hidden;
}

    .gallery-rawp ul {
        width: 1300px;
    }

        .gallery-rawp ul li {
            border: 1px solid #ececec;
            width: 272px;
            padding: 4px;
            margin-top: 25px;
            float: left;
            margin-right: 24px;
            _margin-right: 12px;
            position: relative;
        }

            .gallery-rawp ul li.active img {
                filter: alpha(opacity=75);
                -moz-opacity: 0.75;
                -khtml-opacity: 0.75;
                opacity: 0.75;
            }

    .gallery-rawp h3 {
        font-size: 16px;
        color: #666;
        padding: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gallery-rawp p span {
        font-size: 12px;
        color: #999;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        line-height: 22px;
    }

        .gallery-rawp p span i {
            *display: inline;
            *zoom: 1;
            background: url("../images/case_ico.png") no-repeat scroll 0 0;
            display: inline-block;
            height: 18px;
            vertical-align: top;
            width: 24px;
        }

        .gallery-rawp p span.two {
            text-align: right;
        }

            .gallery-rawp p span.two i {
                background-position: -20px 0;
            }

        .gallery-rawp p span.three i {
            background-position: -36px 0;
        }

    .gallery-rawp h3 a {
        color: #666;
    }

        .gallery-rawp h3 a:hover {
            color: #c9994d;
        }

.cl {
    height: 30px;
    padding: 0 10px;
}

.more a {
    background: #f7f7f7;
    text-align: center;
    line-height: 35px;
    color: #666;
    display: block;
}

    .more a:hover {
        background: #f3f3f3;
    }

.brand {
    padding-top: 50px;
}

    .brand h3 {
        background: url("../images/ad-28.jpg") no-repeat left center;
        padding-left: 28px;
        font-size: 16px;
        font-weight: bold;
        color: #c9994d;
        letter-spacing: 1px;
    }

.brand-bg {
    background: url("../images/ad-29.jpg") no-repeat;
    height: 137px;
    margin-top: 20px;
    padding: 13px;
}

.brand-logo {
    padding: 0 40px;
    float: left;
}

.brand-main {
    padding: 15px 0px;
    float: left;
}

    .brand-main ul {
        padding-left: 40px;
        border-left: 1px solid #e8e8e8;
    }

        .brand-main ul li {
            line-height: 26px;
            color: #666;
            letter-spacing: 0.5px;
        }

.like {
    margin-bottom: 50px;
    margin-top: 30px;
    overflow: hidden;
}

    .like h3 {
        color: #c9994d;
        font-size: 17px;
    }

    .like ul {
        border-top: 2px dotted #e7e7e7;
        margin-top: 20px;
        padding-top: 20px;
        width: 888px;
    }

        .like ul li {
            width: 248px;
            float: left;
            margin-right: 48px;
        }

    .like p {
        text-align: center;
        color: #666;
        line-height: 26px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 8px;
    }

        .like p a {
            color: #666;
        }

            .like p a:hover {
                color: #c9994d;
            }

.recom-list {
    padding-top: 10px;
    overflow: hidden;
}

    .recom-list ul {
        width: 320px;
    }

        .recom-list ul li {
            float: left;
            margin-right: 20px;
            padding-top: 10px;
            width: 125px;
        }

            .recom-list ul li p {
                color: #666;
                text-align: center;
            }

                .recom-list ul li p a {
                    color: #666;
                }

                    .recom-list ul li p a:hover {
                        color: #c9994d;
                    }

.enter1 {
    width: 108px;
    height: 100px;
    right: -125px;
    background: url(../images/enter1.png) no-repeat;
    display: none;
    padding-top: 8px;
    padding-left: 16px;
    top: 25px;
    position: absolute;
}
/*热度*/
.lc-read em {
    font-size: 14px;
    font-weight: bold;
    color: #FB7211;
}


.lc-read {
    padding: 0 0 0 24px;
    color: #999;
    background: url(../images/hot.png) left center no-repeat;
    margin-left: 28px;
}

/*联盟广告*/
.cp {
    width: 318px;
    margin-bottom: 30px;
    height: 272px;
    overflow: hidden;
    border: 1px solid #999;
}

div#BAIDU_SSP__wrapper_u2825236_0 {
    margin: -4px 0 0 -8px;
}
/*2017/1/3新增*/
.gallery-nav1 {
    width: 1200px;
    height: 45px;
    background: #fafafa;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
}

.gallery-nav-wrap {
    margin-top: 50px;
}

.gallery-nav1 a {
    width: 85px;
    margin-right: 10px;
    color: #999;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
    display: block;
    float: left;
}

.gallery-nav1 span {
    height: 45px;
    background: #c9994d;
    width: 93px;
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 45px;
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.want-search {
    width: 1198px;
    height: 48px;
    display: block;
    line-height: 48px;
    border: 1px dashed #f7f7f7;
    margin: 20px 0 0 0;
    background: #fafafa
}

    .want-search p {
        width: 123px;
        color: #555555;
        display: block;
        text-align: right;
    }

    .want-search a {
        float: left;
        margin-right: 18px;
        color: #999;
        display: block;
        font-size: 14px;
        line-height: 18px;
        padding: 2px 5px;
        border-radius: 4px;
        margin-top: 14px;
    }

.want-search-fr {
    width: 1075px;
    height: 48px;
    overflow: hidden;
}

.want-search-lis {
    width: 1700px;
    padding-left: 9px;
}

.gallery-nav-wrap a:hover {
    color: #c9994d;
}

.gallery-nav-wrap a.active {
    color: #c9994d;
    font-weight: bold;
}

.bread-lis {
}

.gallery-nav-lis ul li a span {
    background: url(../images/close.png) no-repeat right center;
    overflow: hidden;
    width: 13px;
    height: 21px;
    display: inline-block;
}


.gallery-nav-lis ul li:hover span {
    background: url(../images/close-h.png) no-repeat right center;
}

.gallery-nav-lis ul li a:hover {
    background: #c9994d;
    color: #fff;
}

.gallery-fr {
    width: 1076px;
}

.glarry-btn {
    background: url(../images/global.png) no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: 0 -16px;
    right: 20px;
    top: 12px;
    cursor: pointer;
}

.gallery-nav-lis em {
    float: left;
    margin: 0 5px;
}

.gallery-nav-lis ul {
    float: left;
}

    .gallery-nav-lis ul li {
        border: 1px solid #c9994d;
        background: #fff;
        float: left;
        margin-right: 12px;
        *display: inline;
        display: inline-block;
        *zoom: 1;
        color: #c9994d;
        /*height: 21px;*/
        text-decoration: none;
        cursor: pointer;
    }

.nav-lis-j {
    border: 0 !important;
    color: #333 !important;
    cursor: default !important;
    margin: 0 5px 0 -5px !important;
}

.gallery-nav-lis ul li a h6 {
    font-style: normal;
    display: inline;
    float: left;
    *zoom: 1;
    height: 21px;
    line-height: 21px;
    padding: 0 3px;
}

.gallery-nav-lis ul li a {
    color: #c9994d;
    padding-right: 3px;
    background: #fff;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 21px;
    text-decoration: none;
    cursor: pointer;
}
