﻿
.sky-left-nav {
    width: 208px;
    float: left;
    z-index: 0;
    position: absolute;
    min-height: 100vh;
}

    .sky-left-nav > .sky-left-logo {
        width: 208px;
        background: #fff;
        padding: 15px 0;
    }

        .sky-left-nav > .sky-left-logo  img {
            width: 208px;
            display: block;
        }

    .sky-left-nav > .sky-left-box {
        width: 175px;
        background: #676566;
        padding: 0 16px;
        overflow: hidden;
        height: auto;
    }

        .sky-left-nav > .sky-left-box > .sky-left-ul {
            color: #fff;
        }

            .sky-left-nav > .sky-left-box > .sky-left-ul > li {
                text-align: center;
                margin: 14px 0;
                letter-spacing: 1px;
            }

                .sky-left-nav > .sky-left-box > .sky-left-ul > li > span {
                    cursor: pointer;
                }

.active-text {
    color: #f5842b;
}

.sky-left-ul > li > span > a {
    text-decoration: none;
    color: #fff;
}

    .sky-left-ul > li > span > a:hover {
        color: #f5842b;
    }


.sky-left-nav > .sky-left-box > .sky-nav-index {
    font-size: 16px;
}

    .sky-left-nav > .sky-left-box > .sky-nav-index > nav > a {
        text-decoration: none;
        margin: 0 2px;
        color:#fff;
    }

    .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-tit {
        color: #f5842b;
        display: block;
        margin-top: 17px;
        margin-bottom: 10px;
    }

    .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul {
        overflow: hidden;
    }

        .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li {
            line-height: 38px;
            letter-spacing: 2px;
            float:left;
            margin-right:32px;
        }

            .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:nth-child(3),
            .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:nth-child(6),
            .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:nth-child(9) {
                float: right;
                margin-right:0px;
            }

           
            .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li > a {
                text-decoration: none;
                color: #fff;
            }
            .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:hover > a {
                color: #f5842b;
            }

.text-col {
    color: #dbd9d9;
}

.sky-left-nav > .sky-left-box > .sky-phone {
    overflow: hidden;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    padding: 10px 0;
    margin: 10px 0;
}

    .sky-left-nav > .sky-left-box > .sky-phone .sky-phone-app {
        width: 175px;
        height: 50px;
        float: left;
        background: url(/image/sky-phonewhite.png);
    }

        .sky-left-nav > .sky-left-box > .sky-phone .sky-phone-app:hover {
            width: 175px;
            height: 50px;
            float: left;
            background: url(/image/sky-phoneorange.png);
        }

.sky-left-nav > .sky-left-box > .sky-video-banner {
    text-align: center;
    width: 175px;
    height: 115px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:5px;
}

.sky-left-nav > .sky-left-box > .sky-nav-banner {
    width: 175px;
    height: 160px;
    margin: 19px 0;
}

    .sky-left-nav > .sky-left-box > .sky-nav-banner img {
        width: 175px;
        height: 160px;
        border: 1px solid #898989;
    }

.sky-nav-banner1{
    margin: 10px 0;
    border-top: 1px solid #b8b8b8;
    padding: 10px 0;
    border-bottom: 1px solid #b8b8b8;
}





/* 兼容1366px 的屏幕分辨率 

@media all and (max-width: 1366px) {
    .sky-left-nav > .sky-left-logo {
        padding-top: 1px;
        height: 56.5px;
    }

    .sky-left-nav > .sky-left-box > .sky-left-ul > li {
        padding: 3px 0;
    }

    .sky-left-nav > .sky-left-box > .sky-nav-index {
        margin-top: 5px;
    }

        .sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li {
            line-height: 27px;
        }

    .sky-left-nav > .sky-left-box > .sky-phone {
        padding: 5px 0;
        margin: 3px 0;
    }

    .sky-left-nav > .sky-left-box > .sky-video {
        margin-top: 8px;
    }

    .sky-left-nav > .sky-left-box > .sky-nav-banner {
        margin: 6px 0;
    }
}
@media all and (max-width: 1680px){
  .sky-left-nav > .sky-left-logo{
        padding-top: 1px;
        height: 56.5px;
  }
.sky-left-nav > .sky-left-box > .sky-left-ul > li{
    padding: 3px 0;
}
.sky-left-nav > .sky-left-box > .sky-nav-index{
    margin-top: 5px;
}
.sky-left-nav > .sky-left-box > .sky-nav-index > .sky-nav-ul > li{
    line-height: 27px;
}
.sky-left-nav > .sky-left-box > .sky-phone{
    padding: 5px 0;
    margin: 3px 0;
}
.sky-left-nav > .sky-left-box > .sky-video{
    margin-top: 8px;
}

.sky-left-nav > .sky-left-box > .sky-nav-banner{
    margin: 6px 0;
}


}

@media all and (min-width:1367px) {

}*/

.wrapper {
    margin: 0 auto;
    height: auto;
    padding-top: 0px;
    width: 1180px;
    position: relative;
}

.maincontent {
    margin-left: 20px;
    float: right;
    width: 950px;
    background-color: white;
    z-index: 1;
    position: relative;
}
/* css注释：为了观察效果设置宽度 边框 高度等样式 */

.bannerlist {
    height: 138px;
}

    .bannerlist dl {
        width: 140px;
        float: left;
    }

        .bannerlist dl:nth-child(2) {
            float: right;
        }

    .bannerlist dt {
        font-size: 12px;
        float: left;
    }

        .bannerlist dt a {
            text-decoration: none;
            color: black;
        }

            .bannerlist dt a:hover {
                color: #f5842b;
            }

        .bannerlist dt iframe {
            width: 133px;
            height: 90px;
        }

    .bannerlist dd {
        margin-top: 100px;
    }

        .bannerlist dd a {
            text-decoration: none;
            color: black;
        }

            .bannerlist dd a:hover {
                color: #f5842b;
            }

    .bannerlist iframe #player .html5-video-player unstarted-mode ytp-hide-controls ytp-small-mode .ytp-chrome-top ytp-watch-later-button-visible {
        display: none;
    }

.topbanner {
    width: 950px;
    height: 55px;
    overflow: hidden;
    margin: 8px 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.topbannermiddle {
    width: 950px;
    overflow: hidden;
    margin-top: 8px;
    position: fixed;
    z-index: 9999;
}

.rightdivchid1 {
    width: 625px;
    float: left;
    height: auto;
    padding-top: 8px;
}

.rightdivchid2 {
    width: 300px;
    float: right;
    padding-top: 8px;
    height: auto;
}

.bannerlistdl2 {
    margin-left: 19px;
}



.list-group-item {
    background: url(/image/newstag4_07.png) 2px 7px no-repeat;
    padding-left: 20px;
    letter-spacing: 1px;
}

    .list-group-item a {
        text-decoration: none;
        color: black;
    }

        .list-group-item a:hover {
            color: #f5842b;
        }

.hotnewfirst {
    background: url(/image/newstag1_07.png) 2px 4px no-repeat;
    padding-left: 20px;
}

.hotnewsecend {
    background: url(/image/newstag2_07.png) 2px 4px no-repeat;
    padding-left: 20px;
}

.list-group-item-noimage {
    padding-left: 20px;
    letter-spacing: 1px;
}

.list-news-item {
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin: 0 auto;
}

    .list-news-item dl {
        float: left;
        overflow: hidden;
        margin-top: 12px;
        margin-bottom: 15px;
        margin-left: 20px;
    }

    .list-news-item dt {
        margin-bottom: 8px;
        letter-spacing: 1px;
        width: 430px;
        height: 22px;
        overflow: hidden;
    }

        .list-news-item dt a {
            font-size: 16px;
            text-decoration: none;
            color: black;
        }

            .list-news-item dt a:hover {
                color: #f5842b;
            }

    .list-news-item dl dd {
        font-size: 10px;
        color: #cabfbf;
        letter-spacing: 2px;
    }

    .list-news-item dl dt.newlist-tit {
        overflow: hidden;
        width: 430px;
        height: 21px;
        margin: 8px 0;
    }

    .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: 15px 0;
    }


    .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;
    }





.news-list-mindle ul {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
}

.news-list-mindle li {
    float: left;
    display: block;
    padding-top: 5px;
    letter-spacing: 1px;
}

.span1 {
    font-size: 18px;
    border-top: 2px solid #ccc;
    margin-top: 10px;
    width: 105px;
}

.span2 {
    font-size: 18px;
    margin-top: 10px;
    width: 105px;
    padding-left: 20px;
}


.caijin-title-span {
    font-size: 18px;
    letter-spacing: 2px;
    height: 30px;
    border-bottom: 1px solid #b7b7b7;
}

.caijin-title-spanexpend {
    font-size: 18px;
    letter-spacing: 2px;
    height: 30px;
    border-bottom: 1px solid #b7b7b7;
}
/* 以上内容是左侧导航栏样式 */




/* 以下内容是主页部分内容 */


.caijin-span-tit {
    display: inline-block;
    text-decoration: none;
    color: #6b6b6b;
    font-size: 18px;
    padding: 3px 10px;
    cursor: pointer
}

.active-tit-a {
    position: relative;
}

    .active-tit-a:before {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        background: #035b99;
        position: absolute;
        top: 0px;
        left: 0;
    }

.active-tit-ashenghuo:before {
    width: 60px;
    background: #ef537a;
}

.active-tit-azhaunti:before {
    width: 100px;
    background: #f5842b;
}

.active-tit-single {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    padding: 3px 10px;
    cursor: pointer;
}

.active-tit-azhuanti:before {
    background: #f5842b;
}

.active-tit-azhuanlan:before {
    width: 100px;
    background: #653780;
}

.active-tit-ayimin:before {
    width: 100px;
    background: #448e4f;
}

.activity-right {
    float: left;
    margin-left: 20px;
    width: 300px;
    padding: 9px 0;
}

.activity-right-tit {
    margin-top: 10px;
    text-align: left;
}

.tab-left-double {
    overflow: hidden;
    width: 630px;
    float: left;
}

.lvyou-list-ul {
    float: left;
    text-align: center;
}

    .lvyou-list-ul img {
        width: 140px;
        height: 80px;
    }

.lvyou-list-ul-line {
    border-bottom: 1px dashed #b7b7b7;
    margin-top: 12px;
    margin-bottom: 14px;
}

.shishang-list-dl {
    color: #ef537a;
    text-align: left;
    margin: 7px 0px;
    width: 300px !important;
}

    .shishang-list-dl a {
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.sky-more-style {
    width: 80px;
    float: right;
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    margin-top:5px;
}

.caijin-span li {
    list-style: none;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-align: justify;
}

.caijin-span a {
    color: black;
    text-decoration: none;
}

    .caijin-span a:hover {
        color: #f5842b;
    }

/* NEWS Channel Exchange Links */

.links {
    margin: 15px 0px;
    width: 948px;
    border: 1px solid #AAA;
    padding: 0px 0px 8px 0px;
    overflow: hidden;
}

    .links h3 {
        font: bold 12px/14px '&Icirc;&cent;&Egrave;í&Ntilde;&Aring;&ordm;&Uacute;', &Euml;
        &Icirc;
        &Igrave;
        &aring;
        , Hei;
        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;
}

    #footer > p > a {
        text-decoration: none;
        color: #6b6b6b;
    }

        #footer > p > a:hover {
            color: #f5842b;
        }

    #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; /*地步对其*/
}



.news-general-list {
    width: 300px;
    height: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 0px;
    margin: 10px 0px;
}

.news-general-list-ul {
    width: 300px;
}

    .news-general-list-ul li {
        float: left;
        width: 145px;
        height: 23px;
        line-height: 23px;
        overflow: hidden;
    }

        .news-general-list-ul li:nth-child(2), .news-general-list-ul li:nth-child(4),
        .news-general-list-ul li:nth-child(6), .news-general-list-ul li:nth-child(8), .news-general-list-ul li:nth-child(11) {
            float: right;
        }

.news-general-list ul {
    margin-bottom: 17px;
}

    .news-general-list ul li {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
    }

        .news-general-list ul li a {
            text-decoration: none;
        }

.news-general-list-ul span {
    position: absolute;
    width: 140px;
    height: 20px;
    background: rgba(0,0,0,0.3);
    line-height: 1.6;
    overflow: hidden;
    text-align: center;
    display: block;
    margin-top: -27px;
}

    .news-general-list-ul span a {
        color: white;
        text-decoration: none;
    }

        .news-general-list-ul span a:hover {
            color: #f5842b;
        }

.list-group-item-line {
    border-bottom: 1px dashed #b7b7b7;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 1px !important;
}

.sky-jinyuanjinrong {
    border: 1px solid #898989;
    height: 196px;
    margin-top: 15px;
}

    .sky-jinyuanjinrong iframe {
        height: 196px;
    }

.sky-video-right {
    height: 30px;
    background-color: black;
    line-height: 28px;
}

.sky-video-right-title {
    width: 100px;
    padding-left: 10px;
    color: #f5842b;
    font-weight: bold;
}

.sky-video-right-small-title {
    height: 35px;
    font-size: 13px;
    vertical-align: middle;
    line-height: 35px;
    font-weight: bold;
    color: #f5842b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

    .sky-video-right-small-title a {
        color: #f5842b;
        text-decoration: none;
    }

.hot-search-title {
    height: 28px;
    line-height: 28px;
    border-top: 2px solid #f5842b;
    border-bottom: 1px solid #ccc;
}

    .hot-search-title span {
        font-size: 18px;
        padding-left: 10px;
    }

.hot-search-title-label1 {
    color: gray;
}

.hot-search-title-label2 {
    color: #f5842b;
}
/* 表格样式 */
.banner-table {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 9px;
}

    .banner-table > ul {
        width: 300px;
    }

        .banner-table > ul > li {
            height: 78px;
            margin: 18px 0;
        }

            .banner-table > ul > li > img {
                width: 125px;
                height: 75px;
                overflow: hidden;
                float: left;
                vertical-align: top;
                border: 1px solid #999;
            }

            .banner-table > ul > li > .banner-table-right {
                width: 149px;
                height: 78px;
                float: right;
                margin-left: 17px;
                vertical-align: top;
            }

                .banner-table > ul > li > .banner-table-right > .banner-table-right-tit {
                    color: #080808;
                    font-size: 15px;
                    display: block;
                    line-height: 1.25;
                }

                .banner-table > ul > li > .banner-table-right > .banner-table-right-text {
                    color: #7b7979;
                    font-size: 12px;
                    display: block;
                    line-height: 1.5;
                    margin-top: 0px;
                    text-align: justify;
                    height: 40px;
    overflow: hidden;
                }

.banner-table-right-tit a {
    text-decoration: none;
    color: #000000;
}

    .banner-table-right-tit a:hover {
        color: #f5842b;
    }

.tab-left-double-div1 {
    float: left;
    width: 300px;
    overflow: hidden;
    margin: 10px 0;
}

.tab-left-double-div2 {
    float: right;
    width: 300px;
    overflow: hidden;
    margin: 10px 0;
    margin-left: 20px;
}

.caijin-span-tejia {
    overflow: hidden;
}

    .caijin-span-tejia li {
        height: 150px;
    }

        .caijin-span-tejia li:nth-of-type(odd) {
            float: left;
        }

        .caijin-span-tejia li:nth-of-type(even) {
            float: right;
        }

    .caijin-span-tejia > li:nth-child(3),
    .caijin-span-tejia > li:nth-child(4) {
        margin-top: 25px;
    }

.caijin-title-span > a {
    text-decoration: none;
}

    .caijin-title-span > a:hover {
        color: #f5842b;
    }

.sky-news {
    height: 25px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-left: 3px solid #f5842b;
    border-bottom: 1px solid #ccc;
}

    .sky-news span {
        font-size: 18px;
    }

.sky-news-a {
    color: black;
    padding-left: 10px;
}

.sky-news-color {
    color: #f5842b;
}

.sky-hot-news {
    margin-top: 10px;
    width: 625px;
    height: 25px;
    color: white;
    line-height: 25px;
    background: url(/image/hotnews_bg.png);
}

.sky-hot-news-title {
    margin-left: 15px;
}

.sky-hot-news-context {
    float: right;
    text-align: center;
    width: 80%;
    height: 32px;
}

    .sky-hot-news-context dl {
        float: left;
        margin-left: 50px;
        height: 25px;
        overflow: hidden;
    }

    .sky-hot-news-context span {
        display: block;
        width: 20px;
        height: 29px;
        float: right;
    }

    .sky-hot-news-context a {
        color: white;
        text-decoration: none;
    }

        .sky-hot-news-context a:hover {
            color: #f5842b;
        }

.sky-hot-news-context-pre {
    height: 9px;
    width: 14px;
    display: block;
    cursor: pointer;
    margin-top: -8px;
}

.sky-hot-news-context-next {
    height: 9px;
    width: 14px;
    display: block;
    cursor: pointer;
    margin-top: 4px;
}

.border {
    border: 1px solid #898989;
}

.sky-font18 {
    font-size: 18px;
}

.sky-margintop10 {
    margin-top: 10px;
}

.sky-margintop-daogou {
    margin-top: 15px;
}

.sky-hotnews-addpre {
    height: 9px;
    width: 14px;
    display: block;
    cursor: pointer;
}

.sky-liuxueyimin {
    float: left;
    width: 145px;
    margin-left: 10px;
}

    .sky-liuxueyimin dl dd {
        margin-bottom: 7px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

        .sky-liuxueyimin dl dd a {
            color: #448e4f;
            font-weight: bold;
            text-decoration: none;
        }

.sky-liuxueyimin-list {
    margin-top: 10px;
    display: list-item;
}

.sky-floatL {
    float: left;
}

    .sky-floatL > ul > li > a {
        float: left;
    }

.sky-activity-info-div2 {
    float: right;
    margin-left: 15px;
    width: 140px;
    font-size: 14px;
}

    .sky-activity-info-div2 span {
        color: #f5842b;
        height: 20px;
        overflow: hidden;
        display: inline-block;
    }

    .sky-activity-info-div2 p {
        color: #363636;
        margin-top: 4px;
        height: 88px;
        overflow: hidden;
        line-height: 18px;
        text-align: justify;
    }

    .sky-activity-info-div2 a {
        text-decoration: none;
        color: #f5842b;
    }


.sky-floatR {
    float: right;
    width: 185px;
}

.sky-tejia-span2 {
    width: 40px;
    float: right;
    height: 30px;
}

.sky-tejia-updown {
    height: 9px;
    width: 14px;
    display: block;
    cursor: pointer;
    color: #ef537a;
    display: inline-block;
}

.sky-shishang {
    float: left;
    display: block;
}

.sky-shishang-img1 {
    width: 300px;
    height: 190px;
}

.lvyou-list-ul dd {
    margin-top: 10px;
    overflow: hidden;
    height: 19px;
    width: 142px;
}

.sky-zhuanti-title {
    font-size: 16px;
    color: #293e73;
    font-weight: bold;
    height:44px;
    overflow:hidden;
}

.sky-zhuanti-content {
    font-size: 12px;
    margin-top: 10px;
    text-align: justify;
    height:51px;
    overflow:hidden;
}

.sky-zhuanti-list {
    margin-top: 10px;
    display: list-item;
}

.sky-ul-list1 {
    background: url(/image/newstag4_07.png) 2px 7px no-repeat;
    padding-left: 20px;
    letter-spacing: 1px;
}

.sky-zhuanlan-author {
    margin-bottom: 10px;
}

.sky-zhuanlan-title {
    color: #653780;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}

.sky-zhuanlan-content {
    font-size: 12px;
    height: 54px;
    overflow: hidden;
}

.sky-activity-title {
    font-size: 18px;
    /*letter-spacing: 1px;*/
    height: 30px;
    border-bottom: 1px solid #b7b7b7;
    border-top: 2px solid #f5842b;
    padding-left: 10px;
    color: #f5842b;
}

    .sky-activity-title span {
        cursor: default !important;
    }

.sky-activity-info {
    margin-top: 10px;
    height: 120px;
    width: 300px;
    height: 110px;
}

.tianwei-right-tab {
    border-top: 2px solid #f5842b;
    background-color: #ebebeb;
    width: 300px;
    position: relative;
}

    .tianwei-right-tab .tianwei-right-title {
        margin-left: 10px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

    .tianwei-right-tab .tuangou-list-select {
        font-size: 2.83em;
        font-weight: bold;
        position: absolute;
        top: 200px;
        cursor: pointer;
    }

.tianwei-tuangou-item {
    height: 398px;
    padding: 8px 8px;
    border-top: 1px solid #b7b7b7;
}

    .tianwei-tuangou-item ol li {
        line-height: 30px;
        overflow: hidden;
        height: 30px;
    }

.tianwei-VIP-item {
    height: 398px;
    padding: 8px 8px;
    border-top: 1px solid #b7b7b7;
}

.sky-vip {
    width: 40px;
    float: right;
    height: 30px;
    line-height: 30px;
}

    .sky-vip a {
        height: 9px;
        width: 14px;
        cursor: pointer;
        display: inline-block;
        color: #f5842b;
    }


.sky-ul-list1 a {
    text-decoration: none;
    color: black;
}

    .sky-ul-list1 a:hover {
        color: #f5842b;
    }

.sky-zhuanti-title a {
    text-decoration: none;
    color: #293e73;
}

.sky-caijing-info-title a {
    text-decoration: none;
    color: #256091;
    font-weight: bold;
}

.list-group-generalitem a {
    text-decoration: none;
    color: black;
}

    .list-group-generalitem a:hover {
        color: #f5842b;
    }

.sky-caijing-info-detail {
    height: 106px;
    overflow: hidden;
    text-align: justify;
}

    .sky-caijing-info-detail a {
        color: black;
        text-decoration: none;
        line-height: 1.6
    }

        .sky-caijing-info-detail a:hover {
            color: #f5842b;
        }

.sky-video-right-top1 {
    width: 300px;
    height: 190px;
}

    .sky-video-right-top1 iframe {
        width: 300px;
        height: 190px;
    }

.sky-vip-list {
    line-height: 25px;
    overflow: hidden;
    height: 335px;
    width: 300px;
    float: left;
    display: inline;
    overflow: hidden;
}

    .sky-vip-list dd a {
        text-decoration: none;
        color: black;
    }

        .sky-vip-list dd a:hover {
            color: #f5842b;
        }

.ky-share-icon {
}

    .ky-share-icon > .icon-nav {
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s;
        justify-content: center;
        align-items: center;
    }

        .ky-share-icon > .icon-nav:hover {
            background: #ccc;
        }


            .ky-share-icon > .icon-nav:hover i {
                /*color: #676566;*/
                color: #f5842b;
            }

        .ky-share-icon > .icon-nav i {
            color: #ccc;
            text-align: center;
            margin: 0 5px;
            line-height: 25px;
            transition: all 0.3s;
        }

.rightdivchid1-newsmore {
    border: 1px solid #f5842b;
    height: 38px;
    text-align: center;
    line-height: 38px;
    letter-spacing: 1px;
    margin: 6px 0px;
    font-size: 15px;
}

    .rightdivchid1-newsmore a {
        color: #f5842b;
        text-decoration: none;
    }

        .rightdivchid1-newsmore a:hover {
            text-decoration: none;
        }

.indexhomes-info {
    height: 98px;
    text-align: center;
    border-bottom: 1px solid #898989;
    text-overflow: ellipsis;
    vertical-align: middle;
}

    .indexhomes-info strong {
        font-weight: bold;
        color: #000000;
        display: block;
        margin: 7px 0;
    }

        .indexhomes-info strong a {
            color: #075490;
            display: block;
            overflow: hidden;
            max-height: 46px;
            line-height: 23px;
            margin: 5px 0px;
            text-decoration: none;
        }

    .indexhomes-info span {
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
        color: #8c8c8b;
        font-size: 12px;
    }

.indexhomes-roomcount {
    height: 34px;
    line-height: 34px;
    text-align: center;
}

    .indexhomes-roomcount span {
        color: #000;
        background: url(/image/icon.png) no-repeat 0 0;
    }

.icon-ws {
    background-position: 0 0 !important;
    padding-left: 30px;
    margin-right: 5px;
}

.icon-wy {
    background-position: 0px -23px !important;
    padding-left: 30px;
    margin-left: 5px;
}

.indexhomes-imagecount {
    width: 100%;
    height: 30px;
    background-color: #e1e1e1;
    line-height: 30px;
    display: inline-block;
    margin: 10px 0px;
}

.indexhomes-roomchange {
    height: 28px;
    background-color: #e1e1e1;
    line-height: 28px
}

.hsPhoto {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .hsPhoto img {
        float: left;
    }

    .hsPhoto em.mask {
        display: block;
        width: 300px;
        height: 210px;
        position: absolute;
        top: 0;
        left: 0;
        background: #666;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .hsPhoto img.loading {
        position: absolute;
        top: 95px;
        left: 140px;
    }

.sky-weather {
    position: absolute;
    display: block;
    box-shadow: 0px 3px 16px 0px rgba(111, 165, 255, 0.4);
    z-index: 9999;
    transition: top .3s,visibility .3s,opacity .3s;
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    margin-top: 25px;
    left: 0;
    width: 190px;
}

    .sky-weather:before {
        content: '';
        display: block;
        background: #fff;
        width: 14px;
        height: 14px;
        border-radius: 2px;
        transform: rotate(45deg);
        position: absolute;
        top: -7px;
        left: 100px;
    }

.sky-city {
    position: absolute;
    display: block;
    box-shadow: 0px 3px 16px 0px rgba(111, 165, 255, 0.4);
    z-index: 9999;
    transition: top .3s,visibility .3s,opacity .3s;
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    margin-top: 12px;
    left: 0;
    width: 190px;
}

    .sky-city:before {
        content: '';
        display: block;
        background: #fff;
        width: 14px;
        height: 14px;
        border-radius: 2px;
        transform: rotate(45deg);
        position: absolute;
        top: -7px;
        left: 100px;
    }

#weatherCities,#ulcities li {
    cursor: pointer;
    text-align: left;
    font-size:14px;
}

    #weatherCities,#ulcities li:hover {
        color: #f5842b;
    }

    #ulcities li > a {
        font-size: 14px;
        text-decoration: none;
        color: #000;
    }

#ulcities li>a:hover {
        color: #f5842b;
    }

#div-weather-change {
    cursor: pointer;
    height: 24px;
    margin: 0 0;
    padding: 0 0;
    width: 175px;
}

    #div-weather-change span {
        vertical-align: 6px;
    }

.clear-sky-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.clear-sky-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.few-clouds-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.few-clouds-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px 0px no-repeat;
    border: 0px;
}

.scattered-clouds-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -166px no-repeat;
    border: 0px;
}

.scattered-clouds-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -166px no-repeat;
    border: 0px;
}

.broken-clouds-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -165px no-repeat;
    border: 0px;
}

.broken-clouds-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -165px no-repeat;
    border: 0px;
}

.shower-rain-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -368px no-repeat;
    border: 0px;
}

.shower-rain-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -368px no-repeat;
    border: 0px;
}

.rain-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -140px no-repeat;
    border: 0px;
}

.rain-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -140px no-repeat;
    border: 0px;
}

.thunderstorm-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -212px no-repeat;
    border: 0px;
}

.thunderstorm-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -212px no-repeat;
    border: 0px;
}

.snow-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -498px no-repeat;
    border: 0px;
}

.snow-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -498px no-repeat;
    border: 0px;
}

.mist-day {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -316px no-repeat;
    border: 0px;
}

.mist-night {
    width: 27px;
    height: 22px;
    float: left;
    background: url(/image/sky-weather-icon.png) 5px -316px no-repeat;
    border: 0px;
}

.rightdivchid1-bannerlist4 {
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: 1px solid #ccc
}

    .rightdivchid1-bannerlist4 ul {
        width: 625px;
    }

        .rightdivchid1-bannerlist4 ul li {
            width: 140px;
            float: left;
            margin-right: 21px;
            margin-top: 15px;
            margin-bottom: 12px;
        }

            .rightdivchid1-bannerlist4 ul li:last-child {
                width: 140px;
                float: right;
                margin-right: 1px;
            }

            .rightdivchid1-bannerlist4 ul li:first-child {
                width: 140px;
                float: left;
                margin-left: 1px;
            }

    .rightdivchid1-bannerlist4 img {
        width: 140px;
        height: 75px;
    }

    .rightdivchid1-bannerlist4 span {
        position: absolute;
        width: 140px;
        height: 20px;
        background: rgba(0,0,0,0.3);
        line-height: 1.6;
        overflow: hidden;
        text-align: center;
        display: block;
        margin-top: -25px;
    }

        .rightdivchid1-bannerlist4 span a {
            color: white;
            text-decoration: none;
        }

            .rightdivchid1-bannerlist4 span a:hover {
                color: #f5842b;
            }

.area-btn-imgCng {
    float: right;
    margin-right: 10px
}



.sky-left-nav-small {
    width: 208px;
    float: left;
    position: fixed;
    z-index: 1;
}

    .sky-left-nav-small > .sky-left-logo {
        width: 208px;
        height: 60px;
        background: #fff;
        padding-top: 10px;
    }

        .sky-left-nav-small > .sky-left-logo > img {
            width: 208px;
        }


    .sky-left-nav-small > .sky-left-box {
        width: 175px;
        background: #676566;
        padding: 0 10px;
        overflow: hidden;
    }

        .sky-left-nav-small > .sky-left-box > .sky-left-ul {
            color: #fff;
            border-bottom: 1px solid #b8b8b8;
            line-height: 5px;
            margin-top: 3px;
        }

            .sky-left-nav-small > .sky-left-box > .sky-left-ul > li {
                padding: 8px 0;
                text-align: center;
            }

                .sky-left-nav-small > .sky-left-box > .sky-left-ul > li > span {
                    cursor: pointer;
                }

.active-text {
    color: #f5842b;
}

.sky-left-nav-small > .sky-left-box > .sky-nav-index {
    font-size: 16px;
}

    .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-tit {
        color: #f5842b;
        display: block;
        margin-top: 4px;
    }

    .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul {
        overflow: hidden;
    }

        .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul > li {
            float: left;
            line-height: 1.8;
        }

            .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul > li > a {
                text-decoration: none;
                color: #fff;
            }

            .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:nth-child(2),
            .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:nth-child(5),
            .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:nth-child(8),
            .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:nth-child(11) {
                margin: 0 25px;
            }

            .sky-left-nav-small > .sky-left-box > .sky-nav-index > .sky-nav-ul > li:hover > a {
                color: #f5842b;
            }

.text-col {
    color: #dbd9d9;
}

.sky-left-nav-small > .sky-left-box > .sky-phone {
    overflow: hidden;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    padding: 8px 0;
    margin-top: 5px;
    width: 175px;
}

    .sky-left-nav-small > .sky-left-box > .sky-phone > .sky-phone-left {
        width: 98px;
        overflow: hidden;
        float: left;
    }

    .sky-left-nav-small > .sky-left-box > .sky-phone > .sky-phone-right {
        float: right;
    }

        .sky-left-nav-small > .sky-left-box > .sky-phone > .sky-phone-right > img {
            width: 60px;
        }

.sky-left-nav-small > .sky-left-box > .sky-video {
    width: 175px;
    height: 120px;
    background: #ffffff;
    margin-top: 5px;
}

    .sky-left-nav-small > .sky-left-box > .sky-video > .sky-video-tit {
        color: #f07f14;
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        padding-left: 5px;
    }

    .sky-left-nav-small > .sky-left-box > .sky-video > .sky-video-content {
        height: 90px;
        width: 165px;
        padding-left: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
    }

        .sky-left-nav-small > .sky-left-box > .sky-video > .sky-video-content img {
            height: 90px;
            width: 165px;
        }

    .sky-left-nav-small > .sky-left-box > .sky-video > .sky-video-box {
        width: 100%;
        height: 108px;
    }

.sky-left-nav-small > .sky-left-box > .sky-nav-banner {
    height: 90px;
    width: 175px;
    margin: 5px 0;
    overflow: hidden;
}

.sky-left-nav-small > .sky-left-box > .sky-video > .sky-nav-banner img {
    height: 90px;
    width: 175px;
}

.ky-share-icon > .icon-nav:hover {
    background: #ccc;
}


    .ky-share-icon > .icon-nav:hover i {
        color: #f5842b;
    }

.ky-share-icon > .icon-nav i {
    color: #ccc;
    text-align: center;
    margin: 0 5px;
    line-height: 25px;
    transition: all 0.3s;
}

.sky-video-slideshow {
    width: 300px;
    height: 250px;
}

.sky-life-list {
}

.head {
    background: #222;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    .head a {
        text-decoration: none;
        color: #fff;
        float: right;
    }

        .head a:hover {
            color: #f5842b;
        }
