.grey {
    color: #999;
}

.margin {
    margin-left: 15%;
}

.float {
    float: right;
    margin-right: 15px;
}

a:active,
a:hover {
    text-decoration: none;
}

.news_adv2 {
    width: 1184px;
    height: 406px;
    margin: 14px auto 0px auto;
}

    .news_adv2 li {
        position: relative;
        float: left;
        width: 285px;
        height: 189px;
        margin-left: 14px;
        margin-bottom: 14px;
        text-align: center;
        overflow: hidden;
    }

        .news_adv2 li a:hover {
            text-decoration: none;
        }

        .news_adv2 li img {
            width: 287px;
            height: 189px;
            vertical-align: middle;
        }

        .news_adv2 li .imgtxt {
            position: absolute;
            z-index: 10;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding: 0 4%;
            color: #fff;
            font-size: 16px;
            overflow: hidden;
        }

        .news_adv2 li .txtbg {
            position: absolute;
            z-index: 9;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
            background: #000;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

        .news_adv2 li.adv_first {
            width: 586px;
            height: 392px;
            margin-left: 0;
        }

            .news_adv2 li.adv_first img.first {
                width: 586px;
                height: 392px;
            }

            .news_adv2 li.adv_first .imgtxt {
                font-size: 20px;
                height: 64px;
                line-height: 64px;
            }

            .news_adv2 li.adv_first .txtbg {
                height: 64px;
            }

.news_wp {
    width: 1184px;
    margin: 0 auto;
    position: relative;
}
    /*.news_wp a {
  color: #333333;
}*/
    .news_wp a:hover {
        color: #388bff;
        text-decoration: none;
    }

    .news_wp .news_con {
        float: left;
        width: 885px;
    }

:root .news_wp .news_con {
    float: left;
    width: 886px;
}

.news_wp .news_con .news_con_nav {
    height: 56px;
    padding-left: 1px;
    font-size: 20px;
    color: #fff;
}

    .news_wp .news_con .news_con_nav li {
        float: left;
        height: 56px;
        line-height: 46px;
        margin-top: 1px;
        text-align: center;
        cursor: pointer;
    }

        .news_wp .news_con .news_con_nav li a {
            display: inline-block;
            width: 100%;
            height: 56px;
            color: #000;
        }

        .news_wp .news_con .news_con_nav li:hover a {
            color: #388bff;
        }

        .news_wp .news_con .news_con_nav li.cur,
        .news_wp .news_con .news_con_nav li.cur:hover {
            color: #fff;
        }

.news_wp .news_con_list {
    display: none;
}

    .news_wp .news_con_list .tittab {
        padding-top: 20px;
        font-size: 16px;
        color: #999;
    }

        .news_wp .news_con_list .tittab a {
            color: #999;
            display: inline-block;
            margin: 0 20px;
            cursor: pointer;
        }

            .news_wp .news_con_list .tittab a:hover,
            .news_wp .news_con_list .tittab a.cur {
                color: #388bff;
                text-decoration: none;
            }

    .news_wp .news_con_list.show {
        display: block;
    }

.news_wp .news_side {
    float: right;
    width: 287px;
}

    .news_wp .news_side .news_side_con {
        margin-bottom: 12px;
    }

        .news_wp .news_side .news_side_con h2 {
            position: relative;
            font-size: 20px;
            padding: 0 7px;
            height: 47px;
            line-height: 47px;
        }

            .news_wp .news_side .news_side_con h2 i {
                position: absolute;
                left: 0;
                top: 15px;
                width: 4px;
                height: 20px;
                
                background-position: 0 -140px;
            }

        .news_wp .news_side .news_side_con.mt30 {
            margin-top: 30px;
        }

.titcon {
    display: none;
}

.news_con_list_ul {
    clear: both;
}

    .news_con_list_ul li {
        position: relative;
        height: 147px;
        padding: 30px 20px 30px 260px;
        border-bottom: 1px #ddd solid;
    }

        .news_con_list_ul li .modular {
            position: absolute;
            z-index: 10;
            left: 20px;
            top: 30px;
            width: 220px;
            height: 147px;
            overflow: hidden;
        }

            .news_con_list_ul li .modular img {
                width: 220px;
                height: 147px;
            }

        .news_con_list_ul li i {
            position: absolute;
            left: 15px;
            top: 40px;
            z-index: 11;
            width: 61px;
            height: 27px;
            line-height: 22px;
           
            color: #fff;
            text-align: center;
        }

            .news_con_list_ul li i.green {
                background-position: 0 0;
            }

            .news_con_list_ul li i.red {
                background-position: 0 -27px;
            }

            .news_con_list_ul li i.purple {
                background-position: 0 -54px;
            }

            .news_con_list_ul li i.orange {
                background-position: 0 -81px;
            }

            .news_con_list_ul li i.brown {
                background-position: 0 -108px;
            }

        .news_con_list_ul li a {
            color: #999;
            text-decoration: none;
        }

            .news_con_list_ul li a.block {
                display: block;
            }

                .news_con_list_ul li a.block strong {
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    font-size: 20px;
                    font-weight: normal;
                    overflow: hidden;
                    color: #333;
                    cursor: pointer;
                }

                .news_con_list_ul li a.block:hover strong {
                    color: #388bff;
                }

        .news_con_list_ul li p {
            height: 20px;
            line-height: 20px;
            margin: 13px 0;
            font-size: 14px;
            color: #999;
            overflow: hidden;
            cursor: pointer;
        }

            .news_con_list_ul li p.news_text {
                height: 40px;
            }

        .news_con_list_ul li .fr {
            float: right;
        }

        .news_con_list_ul li:last-child {
            border-bottom: none;
        }

.titcon.show {
    display: block;
}

.news_page {
    height: 45px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    word-spacing: 8px;
    margin: 20px 0px 20px 0px;
}

    .news_page a,
    .news_page span {
        display: inline-block;
        padding: 12px 17px;
        background: #fafafa;
        border: 1px #fafafa solid;
        color: #333;
    }

        .news_page a:hover {
            border: 1px #388bff solid;
            background: #fff;
        }

    .news_page span {
        color: #999;
    }

        .news_page span.cur {
            background: #388bff;
            color: #fff;
        }

.news_imgtxt {
    margin-top: 12px;
}

    .news_imgtxt li {
        padding: 0px 30px 20px 0px;
    }

        .news_imgtxt li div {
            width: 287px;
            height: 170px;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .news_imgtxt li img {
            width: 287px;
            height: 170px;
        }

        .news_imgtxt li p {
            line-height: 20px;
            font-size: 16px;
            overflow: hidden;
        }




.guessUlike li {
    padding: 30px 24px 26px;
}

    .guessUlike li .modular4 {
        width: 272px;
        height: 181px;
        overflow: hidden;
    }

        .guessUlike li .modular4 img {
            width: 272px;
            height: 181px;
        }

    .guessUlike li p.news_carname {
        height: 28px;
        text-align: center;
    }

    .guessUlike li p.news_save {
        height: 28px;
        text-align: center;
        color: #ff4700;
    }

        .guessUlike li p.news_save b {
            font-size: 20px;
        }

.news_carsowener {
    margin-top: 12px;
}

    .news_carsowener li {
        height: 87px;
    }

        .news_carsowener li img {
            float: left;
            width: 100px;
            height: 67px;
        }

        .news_carsowener li p {
            float: left;
            width: 160px;
            height: 56px;
            line-height: 28px;
            padding-left: 20px;
            font-size: 16px;
            overflow: hidden;
        }

.news_labels {
    padding: 20px 30px;
}

    .news_labels a {
        display: inline-block;
        padding: 6px 10px;
        margin: 5px 8px 5px 0;
        background: #dcf0fe;
        border-radius: 3px;
        color: #388bff;
        font-size: 14px;
    }

        .news_labels a:hover {
            background: #388bff;
            color: #fff;
        }

    .news_labels.half a {
        width: 115px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        text-align: center;
        margin: 6px;
    }

.news_advr {
    width: 256px;
    height: 173px;
    margin: 7px 30px 27px;
}

.news_crumb {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px #ddd dashed;
    width: 825px;
}

.news_result {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ddd solid;
    font-size: 20px;
}

.news_list {
    padding-bottom: 30px;
}

    .news_list li {
        float: left;
        width: 280px;
        height: 70px;
        margin-right: 21px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 220px;
        border-bottom: none;
    }

        .news_list li .modular5 {
            position: absolute;
            width: 280px;
            height: 187px;
            left: 0;
            top: 25px;
            overflow: hidden;
        }

            .news_list li .modular5 img {
                width: 280px;
                height: 187px;
            }

        .news_list li i {
            left: -5px;
        }

        .news_list li p {
            font-size: 12px;
        }

            .news_list li p.tit {
                height: 50px;
                color: #333;
                line-height: 28px;
                font-size: 16px;
            }

                .news_list li p.tit a {
                    color: #333;
                }

                    .news_list li p.tit a:hover {
                        color: #388bff;
                        text-decoration: none;
                    }

.hotselling {
    padding: 20px 30px;
}

    .hotselling li {
        position: relative;
        height: 78px;
        line-height: 30px;
        font-size: 16px;
        padding-left: 108px;
        padding-bottom: 29px;
        padding-top: 5px;
    }

        .hotselling li i {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 100;
            display: inline-block;
            width: 18px;
            height: 18px;
            line-height: 18px;
            color: #fc7424;
            text-align: center;
            overflow: hidden;
        }

            .hotselling li i.orangebg {
                color: #fff;
                background: #fc7424;
                font-size: 13px;
                line-height: 20px;
            }

        .hotselling li .orange {
            color: #fc7424;
        }

        .hotselling li .c333 {
            color: #333;
        }

        .hotselling li em {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 99;
            width: 88px;
            height: 88px;
            background: #fff;
        }

            .hotselling li em img {
                width: 88px;
                vertical-align: middle;
            }

                .hotselling li em img.imgzw {
                    width: 0;
                    height: 100%;
                }

        .hotselling li p {
            height: 26px;
            line-height: 26px;
            white-space: nowrap;
            overflow: hidden;
        }

.shareico {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -592px;
    top: 195px;
    width: 64px;
    height: 260px;
    background: #fafafa;
}

    .shareico a {
        display: inline-block;
        width: 64px;
        height: 65px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
    }

        .shareico a.sina {
            background-position: -64px 0;
        }

            .shareico a.sina:hover {
                background-position: 0 0;
            }

        .shareico a.weixin {
            background-position: -65px -64px;
        }

            .shareico a.weixin:hover {
                background-position: 0 -65px;
            }

        .shareico a.weibo {
            background-position: -65px -130px;
        }

            .shareico a.weibo:hover {
                background-position: 0 -130px;
            }

        .shareico a.douban {
            background-position: -65px -195px;
        }

            .shareico a.douban:hover {
                background-position: 0 -195px;
            }

    .shareico .wxewm {
        display: none;
        position: absolute;
        top: 30px;
        left: 64px;
        width: 110px;
        height: 110px;
        padding: 9px 10px 10px 17px;
    }

        .shareico .wxewm img {
            width: 110px;
            height: 110px;
        }

.news_main {
    position: relative;
    float: left;
    width: 825px;
    padding-top: 20px;
}

    .news_main h1 {
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        font-weight: 500;
        text-shadow: 1px 0 0 #999;
    }

        .news_main h1 a {
            color: #333;
        }

            .news_main h1 a:hover {
                color: #333;
            }

    .news_main .pagetit {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        font-weight: normal;
        text-shadow: 1px 0 0 #999;
    }

    .news_main h4.border {
        border-top: 1px #ddd solid;
        margin-top: 45px;
    }

    .news_main .related_articles {
        padding: 0 0 20px;
    }

        .news_main .related_articles li {
            float: left;
            width: 228px;
            margin-right: 20px;
        }

            .news_main .related_articles li .modular3 {
                width: 228px;
                height: 152px;
                overflow: hidden;
            }

                .news_main .related_articles li .modular3 img {
                    width: 228px;
                    height: 152px;
                }

            .news_main .related_articles li p {
                height: 56px;
                line-height: 20px;
                font-size: 16px;
                padding-top: 10px;
                padding-bottom: 20px;
            }

    .news_main .news_titlist {
        width: 665px;
        line-height: 35px;
        border-bottom: 1px #ddd solid;
        margin: 0 30px;
        padding-bottom: 10px;
        clear: both;
    }

        .news_main .news_titlist li {
            float: left;
            width: 50%;
            *width: 49%;
            height: 35px;
            font-size: 16px;
            overflow: hidden;
        }

            .news_main .news_titlist li.cur {
                color: #388bff;
            }

    .news_main .recommdcar {
        position: relative;
        padding-left: 258px;
        margin-top: 30px;
        padding-bottom: 10px;
        font-size: 16px;
    }

        .news_main .recommdcar img {
            position: absolute;
            left: 0;
            top: 0;
            width: 228px;
            height: 152px;
        }

        .news_main .recommdcar dt {
            height: 50px;
            line-height: 50px;
        }

            .news_main .recommdcar dt span.tit {
                font-size: 20px;
            }

        .news_main .recommdcar dd {
            height: 50px;
            line-height: 40px;
        }

            .news_main .recommdcar dd .news_btn {
                display: inline-block;
                width: 142px;
                height: 42px;
                line-height: 44px;
                color: #ff4700;
                border: 1px #ff4500 solid;
                border-radius: 2px;
                text-align: center;
                margin-right: 24px;
            }

            .news_main .recommdcar dd .orange {
                color: #ff4700;
            }

.news_article p {
    line-height: 27px;
    padding: 5px 0;
    font-size: 16px;
}

.news_article img {
    width: 100%;
    margin: 10px 0;
}

.news_article em {
    font-style: italic;
}

.news_article .table_news {
    width: 100%;
    line-height: 22px;
    margin: 10px 0;
    text-align: center;
    background: #fff;
    font-family: 'Hiragino Sans GB','Microsoft Yahei',SimSun,Arial,'Helvetica Neue',Helvetica;
    border-top: 3px #e9e9e9 solid;
}

    .news_article .table_news thead {
        background: #f7f7f7;
        color: #000;
    }

    .news_article .table_news td,
    .news_article .table_news th {
        border: 1px #e9e9e9 solid;
        font-size: 12px;
        padding: 7px 8px;
        word-break: break-all;
    }

table {
    font-size: 12px;
}

body .header-nav-wrapper-index {
    z-index: 11;
}
