﻿div#header {
    height: 50px;
    background-color: #363636;
    min-width: 1200px;
}

div#navfirst {
    border-bottom: 2px solid #d11e26;
    background-color: white;
    min-width: 1200px;
}

div#maincontent {
    margin: 20px auto;
    width: 1200px;
    height: auto;
}

div#navbar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    div#navbar nav {
        float: right;
        font-size: 16px;
        padding: 20px 0px;
    }

        div#navbar nav a {
            margin: 0 15px;
            color: black;
            text-decoration: none;
            letter-spacing: 2px;
        }

            div#navbar nav a:hover {
                color: #f20626;
            }

div#left-main {
    width: 200px;
    float: left;
    z-index: 0;
}

div#center-main .mid_topslider-title {
    height: 28px;
    width: 100%;
    line-height: 28px;
    border-left: 2px solid #ec7f16;
}

div#center-main {
    width: 600px;
    float: left;
}

    div#center-main .mid_topslider {
        width: 600px;
        border: 1px solid red;
    }

div#right-main {
    float: right;
    width: 300px;
}

div#top-newlist ul li {
    float: left;
    font-size: 16px;
    letter-spacing: 2px;
    height: 20px;
    margin: 5px 0;
    width: 285px;
}

    div#top-newlist ul li a {
        font-size: 16px;
        color: black;
        text-decoration: none;
        height: 21px;
        display: list-item;
        overflow: hidden
    }

        div#top-newlist ul li a:hover {
            color: #f20626;
        }

    div#top-newlist ul li:nth-child(even) {
        float: right;
        border-left: 1px solid #020202;
        padding-left: 15px;
    }

.ul-news-list {
}

.list-news-item {
    border-top: 1px solid #ccc;
    text-align: left;
    margin: 0 auto;
}

    .list-news-item dl {
        width: 440px;
        float: right;
        height: 72px;
        margin-left: 15px;
        overflow: hidden;
        margin-top: 19px;
        margin-bottom: 20px;
    }


    .list-news-item dt {
        margin-bottom: 10px;
        height: 25px;
        overflow: hidden;
    }

        .list-news-item dt a {
            font-size: 18px;
            text-decoration: none;
            color: black;
        }

    .list-news-item dl dd {
        font-size: 12px;
        height: 20px;
        color: #7b7979;
    }

        .list-news-item dl dd span.list-news-item-category {
            color: #d11e26;
            font-weight: bold;
        }

        .list-news-item dl dd span.list-news-item-word {
            margin-left: 20px;
        }


    .list-news-item > .list-news-item-l {
        width: 140px;
        height: 75px;
        float: left;
    }

    .list-news-item > a img {
        border: 1px solid #898989;
        display: inline-block;
        float: left;
        margin-top: 19px;
        margin-bottom: 20px;
    }


    .list-news-item > .list-news-item-r {
        float: left;
        width: 450px;
        overflow: hidden;
    }

        .list-news-item > .list-news-item-r > .list-news-item-r-bottom {
            font-size: 12px;
            margin-top: 30px;
        }

    .list-news-item > .list-news-item-l img {
        width: 140px;
        height: 90px;
        border: 1px solid #898989;
    }

    .list-news-item > .list-news-item-r > .list-news-item-r-title a {
        font-size: 18px;
        text-decoration: none;
        color: black;
    }

    .list-news-item dl dd a.list-news-item-category {
        color: #f20626;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
    }

span.list-news-item-word {
    margin-left: 20px;
}

.list-news-specialitem {
    border-top: 1px solid #ccc;
    text-align: left;
    padding: 15px 0
}

    .list-news-specialitem dl dd {
        font-size: 12px;
        height: 20px;
        color: #7b7979;
    }

        .list-news-specialitem dl dd span.list-news-item-category {
            color: #f20626;
            font-weight: bold;
        }

.sky-load-more {
    width: 598px;
    height: 30px;
    display: none;
    padding: 14px 0;
    margin: 30px 0 0;
    font: normal 20px/30px "Microsoft Yahei";
    color: #404040;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.newsmore, .newsloading {
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    overflow: hidden;
    background-color: #fff
}

    .newsmore i {
        float: left;
        display: block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin: 5px;
        background: url(http://www.skykiwi.com/newImage/loading.png) no-repeat 0 0;
        font-size: 40px;
        font-style: normal;
        text-indent: -999px;
        -webkit-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s
    }

.sky-load-more:hover {
    color: #f20626;
    border-color: #f20626;
}

    .sky-load-more:hover .newsmore i {
        background-position: 0 -50px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.newsloading i {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin: 3px;
    background: url(http://www.skykiwi.com/newImage/loading.png) no-repeat 0 -100px;
    font-size: 40px;
    font-style: normal;
    text-indent: -999px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-animation: rotateIn .8s linear infinite;
    -ms-animation: rotateIn .8s linear infinte;
    -o-animation: rotateIn .8s linear infinte;
    animation: rotateIn .8s linear infinte
}

.newsloading {
    color: #f20626;
    display: none;
}

.sky-load-more.current {
    border-color: #f20626;
}

    .sky-load-more.current .newsloading {
        display: block;
    }

#right-main .newlist {
    height: 70px;
    margin: 10px 0
}

    #right-main .newlist li {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        letter-spacing: 1px;
    }

        #right-main .newlist li a {
            color: #50504f;
            text-decoration: none;
        }

        #right-main .newlist li:first-child a {
            color: #f20626;
            font-weight: bold;
        }

        #right-main .newlist li a:hover {
            color: #f20626;
        }

#right-main .news-title {
    height: 30px;
    line-height: 30px;
    background-color: #e1e1e1;
    text-align: left;
    color: #d11e26;
    padding-left: 5px;
    font-weight: bold
}

div#right-main .column-list {
    width: 300px;
}

    div#right-main .column-list li div {
        border-top: 2px solid red;
        border-bottom: 1px solid gray;
        font-size: 16px;
        font-weight: bold;
        width: 300px;
        height: 38px;
        line-height: 38px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    div#right-main .column-list li p {
        font-size: 10px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        margin-top: -7px;
        color: #404040;
    }

    div#right-main .column-list li dl {
        width: 120px
    }

div#right-main .column-itemlist {
    float: right;
    width: 170px;
}

    div#right-main .column-itemlist li {
        width: 170px;
        border-bottom: 1px dashed black;
/*        max-height: 40px;*/
        overflow: hidden;
        letter-spacing: 1px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        div#right-main .column-itemlist li a {
            text-decoration: none;
            color: #50504f;
            font-size: 14px;
        }

            div#right-main .column-itemlist li a:hover {
                color: #f20626;
            }

        div#right-main .column-itemlist li:last-child {
            border-bottom: 0px;
        }

div#right-main .column-itemdasiguanlist {
    width: 100%;
}

    div#right-main .column-itemdasiguanlist li {
        border-bottom: 1px dashed black;
        max-height: 40px;
        overflow: hidden;
        letter-spacing: 1px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        div#right-main .column-itemdasiguanlist li a {
            text-decoration: none;
            color: #50504f;
            font-size: 14px;
        }

            div#right-main .column-itemdasiguanlist li a:hover {
                color: #f20626;
            }

        div#right-main .column-itemdasiguanlist li:last-child {
            border-bottom: 0px;
        }

#yizhibo .comiis_wrap960, .comiis_wrapad {
    width: 284px;
    border: solid 8px #8445a4;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.frame {
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    background: #FFF;
}

.title {
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    overflow: hidden;
}

.block {
    margin: 10px 10px 0;
}

.temp {
    margin: 1px;
}

.slideshow {
    clear: both;
}

    .slideshow li {
        position: relative;
        overflow: hidden;
    }

    .slideshow span.title {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        text-indent: 10px;
    }

    .slideshow span.title, .slidebar li {
        background: rgba(0, 0, 0, 0.3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000);
        color: #FFF;
        overflow: hidden;
    }

.slidebar li {
    float: left;
    margin-right: 1px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}

    .slidebar li.on {
        background: rgba(255, 255, 255, 0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF, endColorstr = #50FFFFFF);
        color: #000;
        font-weight: 700;
    }

ul, li {
    list-style: none;
    overflow: hidden;
}

a:hover {
    text-decoration: underline;
    color: #a50001;
}

.frame {
    background: none;
    border: 0px solid #fff;
    margin-bottom: 0px;
}

.temp {
    margin: 0;
}

.slidebar {
    position: absolute;
    top: 5px;
    left: 4px;
}

    .slideshow span.title, .slidebar li {
        background: rgba(0, 0, 0, 0.3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000, endColorstr = #90000000);
        color: #FFF;
        overflow: hidden;
    }

        .slidebar li.on {
            background: rgba(255, 255, 255, 0.5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000, endColorstr = #90000000);
            color: #ff0;
            font-weight: 700;
        }

.slideshow SPAN.title {
    text-indent: 0px;
}

.block {
    margin: 0;
    position: relative;
}

#frameHlicAe {
    width: 284px;
}

.comiis_wrapad {
    overflow: hidden;
}

    .comiis_wrapad img {
        float: left;
        margin-top: 0px;
    }

#slidesImgs li {
    width: 284px;
    height: 201px;
    display: none;
}

div#left-main .left-main-personalstory {
    border-bottom: 1px solid #acacac;
}

    div#left-main .left-main-personalstory span {
        color: black;
        font-size: 16px;
        letter-spacing: 2px;
        margin: 7px 0;
        padding-left: 3px;
        display: inline-block;
        font-weight: 600;
        text-align: justify;
    }

        div#left-main .left-main-personalstory span a {
            text-decoration: none;
            color: black;
        }

            div#left-main .left-main-personalstory span a:hover {
                color: #f20626
            }

    div#left-main .left-main-personalstory p {
        color: #676767;
        font-size: 14px;
        line-height: 25px;
        padding-left: 3px;
        margin-bottom: 20px;
        height: 75px;
        overflow: hidden;
        text-align: justify;
    }

div#left-main .left-main-shudu {
    border-bottom: 1px solid #acacac;
}

    div#left-main .left-main-shudu ul li {
        font-size: 16px;
        color: #020202;
        margin: 8px 0;
        text-align: justify;
    }

        div#left-main .left-main-shudu ul li a {
            color: #020202;
            text-decoration: none;
        }

            div#left-main .left-main-shudu ul li a:hover {
                color: #f20626;
            }

div#left-main .left-main-nianjie {
    border-bottom: 1px solid #acacac;
}

    div#left-main .left-main-nianjie ul li {
        float: left;
        width: 50px;
        border-right: 1px solid #020202;
        margin-left: 8px;
        margin-right: 8px;
        height: 22px;
        line-height: 22px;
    }

        div#left-main .left-main-nianjie ul li a {
            color: #020202;
            text-decoration: none;
        }

            div#left-main .left-main-nianjie ul li a:hover {
                color: #f20626;
            }


div#left-main .left-main-niandu ul li {
    float: left;
    width: 50px;
    border-right: 1px solid #020202;
    height: 22px;
    line-height: 22px;
    margin: 8px 8px;
}

    div#left-main .left-main-niandu ul li:nth-child(3),
    div#left-main .left-main-niandu ul li:nth-child(6) {
        border: none;
    }

    div#left-main .left-main-niandu ul li a {
        color: #020202;
        text-decoration: none;
    }

        div#left-main .left-main-niandu ul li a:hover {
            color: #f20626;
        }

div#left-main .left-main-zhuanti {
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
}

    div#left-main .left-main-zhuanti .left-main-zhuanti-head span {
        font-size: 18px;
        color: #e7040b;
        float: left;
        width: 100px;
        margin-top: 10px;
        margin-left: 12px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    div#left-main .left-main-zhuanti .left-main-zhuanti-body {
        margin: 15px 8px;
        position: relative;
    }

        div#left-main .left-main-zhuanti .left-main-zhuanti-body ul li a {
            text-decoration: none;
            color: black;
        }

            div#left-main .left-main-zhuanti .left-main-zhuanti-body ul li a:hover {
                color: #f20626;
            }

        div#left-main .left-main-zhuanti .left-main-zhuanti-body .left-main-zhuanti-body-tips {
            height: 30px;
            top: 155px;
            position: absolute;
            left: 73px;
        }

            div#left-main .left-main-zhuanti .left-main-zhuanti-body .left-main-zhuanti-body-tips a {
                display: inline-block;
                float: left;
                width: 10px;
                height: 10px;
                background-color: #d7d7d7;
                text-indent: -99999px;
                margin: 10px 4px;
                border-radius: 10px;
                cursor: pointer;
            }

                div#left-main .left-main-zhuanti .left-main-zhuanti-body .left-main-zhuanti-body-tips a.active {
                    background-color: #f20626;
                }

        div#left-main .left-main-zhuanti .left-main-zhuanti-body ul li p {
            color: #676767;
            font-size: 14px;
            line-height: 23px;
            letter-spacing: 1px;
            height: 160px;
            overflow: hidden;
            text-align: justify;
        }

    div#left-main .left-main-zhuanti .left-main-zhuanti-past {
        border-bottom: 1px solid #acacac;
    }

        div#left-main .left-main-zhuanti .left-main-zhuanti-past ul li {
            height: 30px;
            line-height: 30px;
        }

        div#left-main .left-main-zhuanti .left-main-zhuanti-past a {
            color: black;
            font-size: 16px;
            text-decoration: none;
        }

            div#left-main .left-main-zhuanti .left-main-zhuanti-past a:hover {
                color: #f20626;
            }

div#header .header-content {
    width: 1200px;
    margin: 0 auto;
}

    div#header .header-content ul {
        float: right;
        color: #dbd9d9;
    }

        div#header .header-content ul li {
            line-height: 50px;
            height: 50px;
            border-right: 1px solid #565656;
            padding-right: 10px;
            padding-left: 15px;
            float: left;
        }

    div#header .header-content .header-content-app a {
        display: inline-block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin-top: 10px
    }

    div#header .header-content .header-content-app span {
        vertical-align: 8px
    }

#wechat_home {
    width: 90px;
    height: 90px;
    background: url(http://www.skykiwi.com/newImage/tianweiwang.jpg);
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: -9px;
}

#wechat_go {
    width: 90px;
    height: 90px;
    background: url(http://www.skykiwi.com/newImage/daogou.jpg);
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: -9px;
}

#wechat_soku {
    width: 90px;
    height: 90px;
    background: url(http://www.skykiwi.com/newImage/shenghuo.jpg);
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: -9px;
}

#wechat_property {
    width: 90px;
    height: 90px;
    background: url(http://www.skykiwi.com/newImage/weifangcan.jpg);
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: -9px;
}

#wechat_money {
    width: 90px;
    height: 90px;
    background: url(http://www.skykiwi.com/newImage/weicaijing.jpg) no-repeat;
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: -9px;
}

#wechat_skyphone {
    width: 90px;
    height: 90px;
    background: url(http://www.skykiwi.com/newImage/erweima.jpg) no-repeat;
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: -9px;
}

.news-content iframe {
    width: 300px;
    height: 195px;
}

div#tab-newsclass {
    color: #333;
    height: 39px;
    line-height: 40px;
    background: #e1e1e1;
}

    div#tab-newsclass span {
        width: 100px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        cursor: pointer
    }

        div#tab-newsclass span:hover {
            background-color: #f20626;
            color: white;
        }

    div#tab-newsclass .currenTab {
        background-color: #f20626;
        color: white;
    }
/* Flash Slider Show CSS */
#flash {
    width: 600px;
    height: 288px;
    margin-top: 5px;
}

    #flash a {
        font-family: "黑体","Hei";
        text-decoration: none;
    }

#ad_text_zone li {
    width: 185px;
    padding: 0px 5px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    float: left;
    display: inline;
    margin: 0px;
    overflow: hidden;
}

#s_pic_news {
    width: 378px;
    height: 88px;
    border: solid 1px #AAA;
    margin: 6px 0 0 0;
}

    #s_pic_news:hover {
        border: solid 1px #F60;
        cursor: pointer;
    }

    #s_pic_news dt {
        width: 625px;
        font-size: 14px;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        float: left;
        display: inline;
        margin-top: 5px;
        font-weight: bold;
    }

    #s_pic_news dd {
        width: 625px;
        font-size: 12px;
        height: 56px;
        line-height: 18px;
        overflow: hidden;
        float: left;
        display: inline;
        margin-top: 6px;
        color: #666;
    }

.side-bar a, .hovertree-chat-tips i {
    background-image: url(http://www.skykiwi.com/newImage/gdt-img.png);
    background-repeat: no-repeat;
}

.side-bar {
    width: 66px;
    position: fixed;
    bottom: 20px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

    .side-bar a {
        width: 66px;
        height: 66px;
        display: inline-block;
        background-color: #363636;
        margin-bottom: 2px;
        border-radius: 5px;
    }

        .side-bar a:hover {
            background-color: #f20626;
        }

    .side-bar .icon-qq {
        background-position: 0 -62px;
    }

    .side-bar .icon-chat {
        background-position: 0 -130px;
        position: relative;
    }

        .side-bar .icon-chat:hover .hovertree-chat-tips {
            display: block;
        }

    .side-bar .icon-blog {
        background-position: 0 -198px;
    }

    .side-bar .icon-mail {
        background-position: 0 -266px;
    }

    .side-bar .icon-top {
        background-position: 0 -315px;
    }

.hovertree-chat-tips {
    padding: 20px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 78px;
    top: -55px;
    background-color: #ffffff;
    display: none;
}

    .hovertree-chat-tips i {
        width: 9px;
        height: 16px;
        display: inline-block;
        position: absolute;
        right: -9px;
        top: 80px;
        background-position: -88px -350px;
    }

    .hovertree-chat-tips img {
        width: 138px;
        height: 138px;
    }

.toptittle {
    font-size: 16px;
    border-bottom: 2px solid #959595;
    border-left: 3px solid #d11e26;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    padding-top: 0px;
    height: 28px;
}
#wechat_welly {
    width: 90px;
    height: 90px;
    background: url(http://www.skykiwi.com/newImage/welly.jpg) no-repeat;
    position: absolute;
    display: none;
    z-index: 9999;
    margin-top: -9px;
}