﻿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;
}

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#center-main .newstitle {
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

        div#center-main .newstitle h1 {
            color: #1d1d1b;
            font-size: 20px;
            margin: 20px 0;
            letter-spacing: 2px;
            max-height:52px;
            line-height:26px;
            overflow:hidden;
        }

        div#center-main .newstitle h5 {
            margin-bottom: 20px;
            font-size: 12px;
            color: #8c8c8b;
            letter-spacing: 2px;
        }
        div#center-main .newstitle h5 a {
            text-decoration:none;
            color:#8c8c8b;
        }
    div#center-main .artText {
        width: 600px;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        clear: both;
        word-wrap: break-word;
        word-break: break-all;
        overflow:hidden;
    }

        div#center-main .artText p {
            margin: 20px 0px;
            font-size: 16px;
            font-weight: normal;
            word-break: break-word;
        }

        div#center-main .artText img {
            max-width: 595px;
            max-height: 1000px;
            width: expression(this.width > 595 && this.width/this.height > 0.7 ? 595 : true);
            height: expression(this.height > 1000 && this.width/this.height < 0.7 ? 1000 : true);
            display: block;
            margin: 0 auto;
        }

        div#center-main .artText p a {
            text-decoration: none;
            color: black;
        }

            div#center-main .artText p a:hover {
                color: #f20626
            }

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;
    }

        .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 a.list-news-item-category {
            color: #d11e26;
            font-weight: bold;
            text-decoration: none;
            font-size: 12px;
        }

        .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;
    }

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

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

.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;
        }

.news-title {
    height: 30px;
    line-height: 30px;
    background-color: #e1e1e1;
    text-align: left;
    color: #f20626;
    padding-left: 10px;
    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;
    padding-bottom:20px;
}

    div#left-main .left-main-personalstory span {
        color: black;
        font-size: 14px;
        letter-spacing: 2px;
        margin: 7px 0;
        padding-left: 3px;
        display: inline-block;
        font-weight: 600;
        line-height:19px;
        overflow:hidden;
        height:38px;
    }

        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
    }

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;
    }

        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 ul li h2 {
            height:42px;
            overflow:hidden;
        }
            div#left-main .left-main-zhuanti .left-main-zhuanti-body ul li p {
            height:115px;
            overflow:hidden;
        }

        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;
            }

                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-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
    }

.news-content iframe {
    width: 300px;
    height: 195px;
}
/* NEWS Channel Exchange Links */

.links {
    margin: 15px 0px;
    width: 948px;
    padding: 0px 0px 8px 0px;
    overflow: hidden;
    float: right;
}

    .links h3 {
        padding: 8px 0 1px 12px;
        color: #D12026;
        display: block;
    }

    .links a {
        float: left;
        display: inline;
        width: 96px;
        margin: 8px 2px 0px 3px;
        border: 2px solid #FFF;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
    }

        .links a:hover {
            border-color: #CCC;
        }

    .links img {
        max-width: 96px;
        max-height: 30px;
        border: 0px;
    }



/* footer CSS */

#footer {
    line-height: 22px;
    text-align: center;
    background: #FFF;
    width: 950px;
    text-decoration: none;
    margin: 50px 0px;
    float: right;
}

    #footer > p > a {
        text-decoration: none;
        color: #6b6b6b;
    }

        #footer > p > a:hover {
            color: #f20626;
        }

    #footer .ico {
        background: url(http://www.skykiwi.com/images/common/n.gif) no-repeat 0 -340px;
        padding-left: 15px;
    }

.copyright {
    font-family: "Microsoft YaHei","5fae8f6f96c59ed1";
}

#part3 {
    height: 65px;
    margin: 15px 0px;
    background: #DDD;
    overflow: hidden;
}

#jumpMenu {
    height: 20px;
    margin: 0px 0px 0px 15px;
    font-size: 12px;
    width: 180px;
    vertical-align: bottom;
}

.mg15 {
    margin-top: 22px;
    margin-left: 32px;
    vertical-align: bottom; /*地步对其*/
}

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;
    }

.toptittle {
    height: 30px;
    border-left: 4px solid red;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    font-size: 16px;
    padding-left: 5px;
    letter-spacing: 2px;
    font-weight: normal;
}

    .toptittle a {
        font-size: 16px;
        color: #1d1d1b;
        text-decoration: none;
        font-weight: bold;
    }

        .toptittle a:hover {
            color: #f20626;
        }

.declare {
    color: #1d1d1b;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
}

.news-lines {
    color: #1d1d1b;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
}

.submit {
    width: 100px;
    color: white;
    background-color: #e7040b;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    cursor: pointer;
}

.sep {
    height: 5px;
    width: 300px;
    background: #e7040b;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 6px;
}
/* Search Opage CSS */
#search {
    width: 298px;
    height: 50px;
    background: #EEE;
    border: solid 1px #e7040b;
    margin-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 25px;
}

    #search span {
        font-size: 12px;
        color: #999;
        font-weight: bold;
        font-family: "Tahoma";
        margin-left: 8px;
        list-style-type: none;
        position: relative;
    }

    #search input {
        width: 245px;
        margin: 4px 0 0 8px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        border: solid 1px #AAA;
        padding-left: 4px;
        background: url(http://www.skykiwi.com/home2011/images/icon_search.jpg) no-repeat #FFFFFF 255px 0px;
        padding-right: 30px;
        color: #AAA;
    }

    #search a {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 255px;
        top: 23px;
        text-decoration: none;
    }
/* Hot News CSS */
.dig {
    margin-bottom: 6px;
}

    .dig .t {
        background: #EEE;
        border: solid 1px #AAA;
        width: 100%;
        height: 23px;
        overflow: hidden;
        color: #d12026;
        font-size: 13px;
        padding-left: 10px;
        letter-spacing: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 23px;
        font-weight: bold;
    }

.dg {
    border-bottom: solid 1px #AAA;
    border-top: 0;
}

    .dg ul {
        padding: 15px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .dg ul li {
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            text-align: justify;
            background: url(http://www.skykiwi.com/image/newstag4_07.png) 2px 7px no-repeat;
            padding-left: 20px;
            letter-spacing: 1px;
        }

            .dg ul li a {
                color: black;
                text-decoration: none;
            }

                .dg ul li a:hover {
                    color: #f5842b;
                }

.hotnewfirst {
    background: url(http://www.skykiwi.com/image/newstag1_07.png) 2px 4px no-repeat !important;
    padding-left: 20px !important;
}

.hotnewsecend {
    background: url(http://www.skykiwi.com/image/newstag2_07.png) 2px 4px no-repeat !important;
    padding-left: 20px !important;
}

.list-group-item-line {
    border-bottom: 1px dashed #b7b7b7;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 1px !important;
}
/* Cold News CSS */
.cold {
    margin-bottom: 6px;
}

    .cold .t {
        background: #EEE;
        border: solid 1px #AAA;
        width: 298px;
        height: 23px;
        overflow: hidden;
        color: #1e3d7d;
        font-size: 13px;
        padding-left: 10px;
        letter-spacing: 1px;
    }

        .cold .t ul {
            height: 23px;
            line-height: 23px;
            width: 150px;
            float: left;
            font-family: "微软雅黑","黑体","Hei";
        }

#cold_title {
    width: 148px;
    font-weight: bold;
    font-size: 13px;
}

.cold .t li {
    float: left;
    width: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "微软雅黑","黑体","Hei";
    cursor: pointer;
}

.cold .curr, .cold .curr a, .cold .curr a:visited {
    color: #fff;
    background: #1e3d7d;
}

.cold .dg {
    border: solid 1px #AAA;
    border-top: 0;
}

    .cold .dg dl {
        width: 290px;
        height: 47px;
        margin: 0 auto;
        padding-top: 7px;
        border-bottom: dotted 1px #CCC;
    }

        .cold .dg dl dt {
            float: left;
            background: url(http://www.skykiwi.com/home2011/images/icon_cold.jpg) no-repeat 0 -1px;
            width: 36px;
            height: 47px;
            text-align: center;
        }

            .cold .dg dl dt p {
                height: 20px;
                line-height: 20px;
                color: #FFF;
            }

                .cold .dg dl dt p a, .dg dl dt p a:visited {
                    color: #1e3d7d;
                }

                    .cold.dg dl dt p a:hover {
                        text-decoration: underline;
                    }

        .cold.dg dl dd {
            width: 240px;
            line-height: 21px;
            float: left;
            font-size: 14px;
            padding-left: 6px;
        }


div.mobilephone {
    margin-top: 25px;
}

    div.mobilephone .mobiletit {
        color: #e7040b;
        font-size: 16px;
        margin-left: 4px;
        margin-bottom: 5px;
    }

    div.mobilephone .mobilebanner {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        width: 300px;
        height: 250px;
        padding: 20px 0;
    }
/* GCEMedia Text AD CSS */
#ad_gce {
    width: 300px;
    border-bottom: 1px solid #ccc;
}

#ad_list {
    letter-spacing: 1px;
    line-height: 30px;
}

    #ad_list .margin25 {
        margin-top: 25px;
    }

#ad_gce dl {
    padding: 15px 0;
}

#ad_gce dt {
    font-size: 14px;
    color: #e7040b;
    cursor: pointer;
}

#ad_gce dd {
    font-size: 14px;
    color: #000000;
  
}

    #ad_gce dd a {
        color: #000000;
        text-decoration: none !important;
    }

        #ad_gce dd a:hover {
            color: #f20626;
        }

.banner1, .banner2, .banner3, .banner4 {
    width: 300px;
    height: 250px;
    margin: 20px 0;
}

#pricemeDIV a {
    color: #020202 !important;
    text-decoration: none;
}

    #pricemeDIV a:hover {
        color: #f20626 !important;
    }

.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;
    }

.txt dl {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 8px;
    text-align: left;
}

.txt dt {
    background: url(http://www.skykiwi.com/home2011/images/n.gif) no-repeat 5px -106px;
    border-bottom: 1px solid #ccc;
    height: 21px;
    line-height: 21px;
}

    .txt dt span {
        float: left;
        padding-left: 25px;
    }

    .txt dt .r {
        float: right;
        width: 15px;
        height: 21px;
        text-indent: -9999px;
        background: url(http://www.skykiwi.com/home2011/images/n.gif) no-repeat 25px -72px;
    }

        .txt dt .r a {
            float: right;
            width: 15px;
            height: 15px;
            margin-right: 8px;
        }

.txt dd {
    line-height: 22px;
}

    .txt dd span {
        color: #f60;
    }

.right_last_fixed {
    position: fixed;
    top: 73px
}
 /* News PageLink CSS */
        .pageLink a, .list_page a {
            padding: 4px 4px 2px;
            border: 1px solid #CCC;
            background: #FFF;
            text-align: center;
            display: inline;
            font-size: 14px;
        }

        .pageLink b {
            color: #D12026;
        }

        .pageLink a:hover, .list_page a:hover {
            border: 1px solid #D12026;
            color: #D12026;
            background: #fff;
            text-align: center;
            text-decoration: none;
        }