

.index-slide {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    /*background: url("/images/pc/loading-lizi.gif") center center no-repeat;*/
}

    .index-slide ul {
        height: 400px;
        overflow: hidden;
    }

    .index-slide li {
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size:cover;
    }

        .index-slide li:first-child {
            z-index: 2;
        }

        .index-slide li a {
            display: block;
            height: 400px;
            width: 1196px;
            margin: 0 auto;
        }

    .index-slide .trigger-box {
        width: 400px;
        margin: 0 auto 0 -200px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 10;
    }

    .index-slide .triggers {
        text-align: center;
        font-size: 0;
    }

.trigger-box .triggers a {
    display: inline-block;
    width: 0;
    padding: 13px 0 0 13px;
    height: 0;
    line-height: 0;
    overflow: hidden;
    background-color: #333;
    background: rgba(51,51,51,.5);
    filter: Alpha(opacity=80);
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: arial;
    margin-right: 10px;
}

    .trigger-box .triggers a:hover {
        color: #fff;
    }

    .trigger-box .triggers a.current {
        background: #ff666b;
        filter: Alpha(opacity=100);
    }

.index-slide .slide_btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    display: block;
    width: 34px;
    padding: 15px 0;
    border-radius: 3px;
    text-align: center;
    background: #333;
    background: rgba(0,0,0,.5);
    opacity: 0;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}

#slide_prev {
    margin-left: -400px;
}

#slide_next {
    margin-left: 250px;
}

.index-slide:hover .slide_btn {
    visibility: visible;
    opacity: .5;
}

    .index-slide:hover .slide_btn:hover {
        opacity: 1;
    }

.home_content{
    margin-top: 23px;
    margin-bottom:45px;
}
.home_content .manufacturer_wrapper{
    width: 74%;
    float: left;
}
.home_content .manufacturer_wrapper .head{
    overflow: hidden;
    border-bottom: 2px solid #403e3e;
    color: #025089;
}
.home_content .manufacturer_wrapper .head h3{
    display: inline-block;
    height: 45px;
    float: left;
    line-height: 45px;
    font-size: 20px;
    text-align: left;
    padding: 0px;
    margin: 0;
}
.home_content .manufacturer_wrapper .head .img{
    display: inline-block;
    float: left;
    width: 40px;
    height: 45px;
    background: url(../images/iconlist.png) -160px -134px no-repeat;
}
.home_content .manufacturer_wrapper .head .more{
    display: inline;
    float: right;
    font-size: 14px;
    vertical-align: bottom;
    line-height: 45px;
}
.home_content .manufacturer_wrapper ul{
    display: block;
    paddin-top: 10px;
}
.home_content .manufacturer_wrapper ul li{
    width: 105px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
    float: left;
    margin: 10px 0 0 5px;
    overflow: hidden;
}

    .home_content .manufacturer_wrapper ul li img {
        width: 105px;
        height: 45px;
    }
    .home_content .hot_model_wrapper {
        box-sizing: border-box;
        width: 24%;
        float: right;
        border: #f2f2f2;
        padding: 9px 13px;
    }
.home_content .hot_model_wrapper h3{
    display: block;
    width: 86px;
    height: 20px;
    line-height: 20px;
    background-color: #403e3e;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.home_content .hot_model_wrapper table{
    width: 100%;
    font-size: 13px;
}
.home_content .hot_model_wrapper table strong{
    margin-right: 5px;
}
.home_content .hot_model_wrapper table .top_3{
    color: #ed393c;
}
.home_content .hot_model_wrapper table tr{
    display: block;
    margin: 4px 0;
    overflow: hidden;
}
.hot_model_wrapper th{
    color: #a7a09a;
}
.hot_model_wrapper td{
    color: #292536;
}
.home_content .hot_model_wrapper tr th:nth-child(1), .home_content .hot_model_wrapper tr td:nth-child(1){
    width: 60%;
    text-align: left;
    float: left;
}
.home_content .hot_model_wrapper tr th:nth-child(2), .home_content .hot_model_wrapper tr td:nth-child(2){
    width: 30%;
    text-align: left;
    float: right;
}










/* area */
.area-container {
    width: 1200px;
    margin: 0 auto;
    *margin-bottom: 10px;
}

.area-left {
    width: 1005px;
    float: left;
}

.area-right {
    width: 195px;
    float: right;
}

.area {
    margin-top: 15px;
}

    .area .area-hd {
        border-bottom: 2px solid #cccccc;
        padding: 8px 0;
    }

        .area .area-hd h3 {
            font-size: 18px;
            margin: 0;
            font: 18px/30px Î¢ÈíÑÅºÚ;
        }

    .area .area-bd {
        height: 520px;
        overflow: hidden;
        background-color: #fff;
    }

        .area .area-bd .area_header {
            width: 100%;
            height: 32px;
            line-height: 32px;
            background-color: #f6f6f6;
        }

            .area .area-bd .area_header img {
                float: left;
            }

            .area .area-bd .area_header .area_categ {
            }

                .area .area-bd .area_header .area_categ a {
                    padding: 0px 20px 0px 20px;
                    font: 14px/30px Î¢ÈíÑÅºÚ;
                    color: #333;
                }

                    .area .area-bd .area_header .area_categ a.more {
                        float: right;
                    }

    .area .item-col {
        float: left;
        width: 200px;
    }

    .area .item-col-205 {
        width: 231px;
        height: 482px;
        position: relative;
        background-color: #f6f6f6;
    }

.area-inside {
    border-top: 1px solid #E3E4E6;
    float: left;
    width: 969px;
}

.area .item-hd {
    color: #fff;
    height: 54px;
    font: 16px/40px Î¢ÈíÑÅºÚ;
    width: 100%;
    text-align: center;
    line-height: 54px;
}

    .area .item-hd .floor {
        position: absolute;
        top: -15px;
        left: 5px;
        font-size: 12px;
    }

.area .item-list {
    padding: 15px 20px 0px;
    height: 184px;
}

    .area .item-list .img {
        float: left;
        width: 70px;
        height: 70px;
    }

    .area .item-list .info {
        float: left;
        width: 110px;
    }

        .area .item-list .info .pro_name {
            height: 48px;
            overflow: hidden;
            white-space: normal;
        }

        .area .item-list .info .price {
            color: #ff6200;
            font-family: "microsoft yahei";
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
        }

    .area .item-list .sub {
        margin-bottom: 5px;
        padding-bottom: 5px;
        overflow: hidden;
    }

        .area .item-list .sub li {
            width: 100%;
            float: left;
            *width: 82px;
            line-height: 24px;
            padding: 15px 0px 15px 0px;
            border-bottom: 1px solid #e3e4e6;
        }

.area .item-entry {
    height: 160px;
    position: absolute;
    bottom: 0px;
}

    .area .item-entry .item-txt {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 160px;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        color: #fff;
        font-size: 14px;
        background-color: rgba(43, 83, 155, 0.8);
    }

    .area .item-entry em {
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 15px;
        bottom: 0;
        font-style: normal;
    }

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*.area .item-col .item-up,.area .item-col .item-down {
  display: inline-block;
  float: left;
  width: 199px;
  height: 119px;
   position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E3E4E6;
  border-right: 1px solid #E3E4E6;
}*/

.area .item-col .item-down .item-pic {
    width: 100px;
    height: 120px;
    float: left;
}

/*.area .item-col .item-up {
    height: 240px;
    width: 199px;
}*/

.area .item-col .aside {
    padding: 0 5px;
    z-index: 1;
}

.area .item-col h3 {
    color: #333333;
    font-family: "microsoft yahei";
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: 600;
}

.area .item-col .name {
    color: #ff6200;
    font-family: "microsoft yahei";
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}

.area .item-col .item-price {
    position: absolute;
    left: 20px;
    top: 65px;
    width: 179px;
}

.area .item-col .del {
    line-height: 20px;
}

.area .item-col .detail-price {
    float: right;
    color: #ff6200;
    font-family: "microsoft yahei";
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}

.area .item-col .item-down .aside {
    height: 90px;
    padding: 30px 9px 0 0;
    float: right;
    z-index: 1;
    width: 90px;
}

.area .item-col .item-down .name {
    color: #333333;
    font-family: "microsoft yahei";
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.area .item-col .item-down .price {
    color: #ff6200;
    font-family: "microsoft yahei";
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 84px;
}



.lazyload {
    background: url(../images/loading_32.gif) no-repeat center center;
}

.area .item-col-200 {
    width: 189px;
    height: 240px;
    text-align: center;
    border: 1px solid #E3E4E6;
    margin: 1px;
}

.area .item-col-195 {
    width: 213px;
    float: right;
}

    .area .item-col-195.item-num-2 .item {
        height: 399px;
        width: 199px;
    }

    .area .item-col-195.item-num-2 a:hover img {
        margin-left: 0;
    }

.area .item-col-200.item-num-2 .item-1 {
    display: block;
}

    .area .item-col-200.item-num-2 .item-1 img {
        height: 160px;
        margin: 10px 0;
    }

.area .item-col-200.item-num .item-1 {
    width: 200px;
}

.area .item-col-400 {
    width: 400px;
}

    .area .item-col-400.item-num-1 .item-1 {
        width: 399px;
        height: 422px;
    }

        .area .item-col-400.item-num-1 .item-1 img {
            height: 422px;
        }

    .area .item-col-400.item-num-3 .item-1 {
        width: 399px;
        height: 281px;
    }

        .area .item-col-400.item-num-3 .item-1 img {
            height: 281px;
        }

.area .item-services {
    height: 422px;
    width: 169px;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background: #fbfbfb;
}

    .area .item-services h4 {
        height: 32px;
        line-height: 32px;
        margin: 0;
        text-align: center;
        font-weight: 500;
        font: 14px/30px Î¢ÈíÑÅºÚ;
    }

    .area .item-services li {
        border-top: 1px dashed #eaeaea;
        padding: 10px 0 10px 18px;
        position: relative;
    }

        .area .item-services li .item-order {
            position: absolute;
            margin-left: -18px;
            margin-top: 1px;
            font-size: 16px;
            font-style: normal;
            color: #999999;
        }

        .area .item-services li a {
            display: block;
            vertical-align: middle;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .area .item-services li .item-services-info {
            display: none;
        }

        .area .item-services li .item-label {
            color: #999999;
        }

        .area .item-services li.hover a {
            font-size: 14px;
            width: auto;
        }

        .area .item-services li.hover .item-services-info {
            display: block;
        }

        .area .item-services li.hover .item-num {
            color: #d9534f;
        }

.item-floor-green .item-entry .item-txt {
    background-color: rgba(65, 154, 127, 0.8);
}

.item-floor-blue .item-entry .item-txt {
    background-color: rgba(43, 83, 155, 0.8);
}

.item-floor-red .item-entry .item-txt {
    background-color: rgba(165, 41, 12, 0.8);
}

.item-floor-purple .item-entry .item-txt {
    background-color: rgba(56, 56, 109, 0.8);
}

.area .area-aside {
    box-shadow: 2px 2px 3px #DEDEDE;
    float: left;
    width: 201px;
}

.area-aside .aside-bd {
    position: relative;
    border-bottom: 1px solid #dadad9;
    border-right: 1px solid #dadad9;
    border-top: 1px solid #ebebeb;
    height: 365px;
}

.area-aside .m-hd {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 10px;
}

    .area-aside .m-hd h2 {
        font: 400 25px/42px "ºÚÌå",Arial;
    }

.area-aside .m-bd {
    border-top: 1px dotted #cccccc;
}

    .area-aside .m-bd span {
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        font-size: 0;
        line-height: 0;
    }

.area-aside ul {
    width: 178px;
    height: 150px;
    left: 0;
    padding: 5px 10px;
    top: 0;
    z-index: 2;
}

.area-aside li {
    width: 89px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    float: left;
    vertical-align: bottom;
}

.area .area-main {
    overflow: hidden;
}

.area-main .m-bd {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    padding: 13px 10px;
}

.hor_layout ul li {
    display: inline;
    float: left;
    height: 340px;
    margin: 0 5px;
    overflow: hidden;
    width: 185px;
}




/*BOMÉÏ´«*/
.home-box {
    background-color: #fff;
    float: left;
    padding: 20px;
    height: 220px;
    margin-right: 10px
}

    .home-box .hd {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
        margin-top: -5px
    }

        .home-box .hd strong {
            font-size: 14px;
            font-weight: 700
        }

        .home-box .hd .rt {
            float: right;
            color: #666
        }

            .home-box .hd .rt em {
                color: #f55d22
            }

    .home-box.xqq {
        background: url(/themes/ictheme/images/sy_tp_dxl.png) no-repeat;
        width: 100%;
        position: relative;
        margin-right: 0;
        padding: 30px;
        background-size: 100%;
        background: none\9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/ictheme/images/sy_tp_dxl.png",sizingMethod="scale");
        border: 1px solid #fac7b4;
    }

        .home-box.xqq .xqq-link {
            position: absolute;
            width: 667px;
            height: 100%;
            top: 0;
            left: 0
        }

        .home-box.xqq .xqq-title {
            width: 600px;
            margin-top: 140px;
            float: left
        }

            .home-box.xqq .xqq-title li {
                float: left;
                width: 31.5%;
                text-align: center;
                color: #666;
                font-size: 16px
            }

        .home-box.xqq .upload-box {
            background: #fff;
            border: 1px dashed #a73900;
            border-radius: 2px;
            width: 504px;
            height: 160px;
            padding-top: 48px;
            text-align: center;
            float: right
        }

            .home-box.xqq .upload-box:hover {
                background-color: #fffcfc
            }

            .home-box.xqq .upload-box .upload-box-mask {
                position: absolute;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: .3;
                filter: alpha(opacity=30);
                left: 0;
                top: 0;
                z-index: 1;
                display: none
            }

            .home-box.xqq .upload-box .upload-box-loading {
                position: absolute;
                left: 50%;
                top: 50%;
                z-index: 2;
                margin-left: -55px;
                margin-top: -45px;
                padding: 10px;
                background: #fff;
                border-radius: 5px;
                text-align: center;
                display: none
            }

                .home-box.xqq .upload-box .upload-box-loading i {
                    background: #fff url(/public/images/loading.jpg?v=87131576) no-repeat 50%;
                    width: 50px;
                    height: 50px;
                    display: inline-block
                }

            .home-box.xqq .upload-box .btn-upload {
                background: #f55d22;
                border-radius: 2px;
                width: 120px;
                height: 40px;
                display: block;
                font-size: 14px;
                color: #fff;
                text-align: center;
                margin: 0 auto;
                border: 1px solid #e8490b;
            }

                .home-box.xqq .upload-box .btn-upload:hover {
                    opacity: .9;
                    filter: alpha(opacity=90)
                }

            .home-box.xqq .upload-box .upload-tip {
                color: #f55d22;
                margin-top: 8px
            }

            .home-box.xqq .upload-box .upload-tip-sub {
                color: #e59171;
                margin-top: 5px
            }

    .home-box.hot {
        width: 200px
    }

        .home-box.hot .icon-remen {
            color: #e00909;
            margin-top: -3px;
            margin-left: -4px
        }

        .home-box.hot .bd {
            padding-top: 5px
        }






.area {
    margin-top: 50px
}

    .area .hd {
        margin-bottom: 15px
    }

        .area .hd h2 {
            font-size: 18px;
            display: inline;
            font-weight: 700
        }

        .area .hd .sub-title {
            font-size: 14px;
            color: #666;
            margin-left: 5px;
            display: inline-block;
            vertical-align: bottom
        }

    .area .bd {
        background-color: #fff
    }

    .area .aside {
        width: 298px;
        background: #ddd
    }

    .area .item {
        float: left;
        background-color: #fff;
        text-align: center;
        border-right: 1px solid #f6f6f6
    }

        .area .item .img {
            display: table-cell;
            vertical-align: middle;
            width: 225px;
            height: 130px;
            text-align: center
        }

        .area .item .btn-receive {
            width: 120px;
            height: 30px;
            display: inline-block;
            margin-top: 20px;
            font-size: 14px;
            line-height: 28px
        }

        .area .item .tt {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px
        }

            .area .item .tt:hover {
                color: #f55d22
            }

        .area .item .sub-tt {
            font-size: 14px;
            color: #666
        }

        .area .item .tip {
            margin-top: 5px;
            font-size: 12px
        }

        .area .item .price {
            font-size: 14px;
            color: #f55d22
        }

        .area .item:hover {
            position: relative;
            box-shadow: 0 0 10px rgba(0,0,0,.2)
        }

        .area .item:last-child {
            border-right: none
        }

    .area.sample-area .aside {
        height: 286px
    }

    .area.sample-area .item {
        width: 225px;
        height: 286px
    }

        .area.sample-area .item .img img {
            max-height: 110px
        }

    .area.hot-area .aside {
        height: 407px
    }

    .area.hot-area .item {
        width: 225px;
        height: 204px;
        border-bottom: 1px solid #f6f6f6
    }

        .area.hot-area .item .img img {
            max-height: 110px
        }

    .area.hot-area .item, .area.sample-area .item {
        position: relative;
        z-index: 1;
        transition: all .2s linear
    }

        .area.hot-area .item:hover, .area.sample-area .item:hover {
            z-index: 2;
            box-shadow: 0 15px 30px rgba(0,0,0,.1);
            transform: translate3d(0,-2px,0)
        }

    .area.brand-area .bd {
        background-color: transparent
    }

    .area.brand-area .item {
        width: 380px;
        height: 300px;
        margin-right: 30px;
        border-radius: 8px
    }

        .area.brand-area .item:hover {
            box-shadow: none
        }

            .area.brand-area .item:hover img {
                transform: translate(-10px,-10px)
            }

            .area.brand-area .item:hover .tt {
                color: #333
            }

            .area.brand-area .item:hover .icon-jiantouyou {
                transform: translate(10px)
            }

        .area.brand-area .item:last-child {
            margin-right: 0
        }

        .area.brand-area .item .sub-tt, .area.brand-area .item .tt {
            text-align: left
        }

        .area.brand-area .item .tt {
            font-size: 16px;
            margin-top: 8px;
            margin-left: 20px;
            font-weight: 500;
            max-width: 345px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 0
        }

        .area.brand-area .item .sub-tt {
            margin-left: 20px;
            margin-top: 5px;
            font-size: 12px;
            color: #999
        }

        .area.brand-area .item .icon-jiantouyou {
            float: right;
            font-size: 22px;
            margin-right: 15px;
            margin-top: -10px;
            position: relative;
            transition: all .3s ease 0s
        }

        .area.brand-area .item .img {
            padding: 0;
            width: 380px;
            height: 220px
        }

            .area.brand-area .item .img img {
                width: 386px;
                height: 220px;
                max-width: 100%;
                max-height: 100%;
                position: relative;
                transition: all .3s ease 0s
            }

    .area.partner-area .partners-pagination {
        position: absolute;
        bottom: 8px;
        z-index: 2;
        width: 100%;
        text-align: center
    }

        .area.partner-area .partners-pagination .swiper-pagination-switch {
            background-color: #c5c5c5
        }

        .area.partner-area .partners-pagination .swiper-active-switch {
            background-color: #f55d22
        }

    .area.partner-area .partners-next-btn, .area.partner-area .partners-prev-btn {
        display: none
    }

    .area.partner-area .partners-prev-btn {
        left: 171px
    }

    .area.partner-area .partners-next-btn {
        right: 14px
    }

    .area.partner-area .bd {
        height: 240px;
        padding: 0;
        position: relative;
        background: none
    }

    .area.partner-area .partners {
        width: 1200px;
        position: relative;
        background-color: #fff;
    }

    .area.partner-area .aside {
        width: 140px;
        background-color: #fff
    }

    .area.partner-area .item {
        width: 199px;
        height: 120px;
        position: relative;
        padding: 5px;
        overflow: hidden;
        border: 1px solid #f6f6f6;
        margin-bottom: 10px;
        box-shadow: none;
    }

        .area.partner-area .item .img {
            height: 110px;
            width: 180px;
        }

        .area.partner-area .item:last-child {
            margin-right: 0
        }

        .area.partner-area .item:hover {
            box-shadow: none
        }

            .area.partner-area .item:hover .poup {
                bottom: 0
            }

        .area.partner-area .item .poup {
            background: rgba(0,0,0,.5);
            position: absolute;
            width: 210px;
            height: 120px;
            bottom: -101%;
            transition: all .3s ease 0s;
            text-align: left;
            left: 0;
            color: #fff;
            padding: 10px
        }

            .area.partner-area .item .poup .tt {
                text-align: center;
                font-size: 16px;
                max-width: 210px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 30px
            }

            .area.partner-area .item .poup .con {
                max-height: 52px;
                overflow: hidden
            }

        .area.partner-area .item img {
            height: 110px;
            width: 180px;
            max-height: auto
        }

    .area.partner-area .partner-btns {
        padding: 0 20px;
        border: 1px solid #eee
    }

        .area.partner-area .partner-btns p {
            padding: 25px 0;
            border-bottom: 1px solid #eee;
            font-size: 16px;
            text-align: center
        }

            .area.partner-area .partner-btns p:last-child {
                border-bottom: none
            }

            .area.partner-area .partner-btns p .icon-s {
                display: block;
                margin: 0 auto 10px
            }

.news-area {
    margin-top: 40px;
    background: #ededed;
}

    .news-area .bd {
        padding: 30px;
        border-radius: 3px
    }

    .news-area .news-left {
        width: 455px
    }

    .news-area .news-list li {
        font-size: 14px;
        margin-bottom: 18px;
        white-space: nowrap;
        max-width: 510px;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .news-area .news-list li .title {
            max-width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left
        }

        .news-area .news-list li .time {
            float: right;
            color: #999
        }

        .news-area .news-list li.more {
            margin-bottom: 0;
            margin-top: 20px
        }

    .news-area .news-list a:hover {
        text-decoration: underline;
        color: #333
    }

    .news-area .news-right a {
        display: inline-block;
        vertical-align: middle;
        width: 284px;
        height: 256px;
        box-shadow: 0 0 6px 1px rgba(0,0,0,.09);
        margin-right: 25px
    }

        .news-area .news-right a:last-child {
            margin-right: 0
        }

    .news-area .news-right img {
        width: 284px;
        height: 178px
    }

    .news-area .news-right .sub-tt, .news-area .news-right .tt {
        width: 235px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 3px auto 0
    }

    .news-area .news-right .tt {
        font-size: 16px;
        color: #333;
        margin-top: 10px
    }

    .news-area .news-right .sub-tt {
        font-size: 12px;
        color: #999
    }