﻿@charset 'UTF-8';

.cate-concontainer .loading {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 40px;
    background: #fff url(/global/images/loding.gif) center center no-repeat;
}

.tips-outside {
    width: 100%;
    height: 52px;
    background-color: rgb(244,188,29);
}

    .tips-outside .tips-inside {
        font-size: 22px;
        line-height: 52px;
        width: 1200px;
        height: 52px;
        margin: 0 auto;
        color: #fff;
        background: url(/ec/images/channelTIBG.png) 0 0 no-repeat;
    }

.categories-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 40px;
    clear: both;
    overflow: hidden;
}

.showDialog {
    display: block !important;
}

.categories-content .left-sidebar {
    float: left;
    width: 250px;
    padding: 30px 0 40px 20px;
    background-color: #f8f8f8;
}

.categories-content .right-content {
    float: left;
    width: 860px;
    padding: 0 20px;
    background-color: #fff;
}

.categories-content .left-sidebar h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 22px;
    color: #333;
}

.categories-content .left-sidebar ul li {
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #666;
}

    .categories-content .left-sidebar ul li:hover {
        color: rgb(244,188,29);
    }

.categories-content .left-sidebar .active {
    color: rgb(244,188,29);
}

p {
    margin-bottom: 10px;
}

.categories-content .right-content {
    min-height: 700px;
    background-color: #fff;
}

    .categories-content .right-content ul li {
        padding: 30px 0 0 0;
        border-bottom: 1px solid #eee;
    }

        .categories-content .right-content ul li h5 a {
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 16px;
            display: inline-block;
            color: rgb(244,188,29);
        }

.right-content .categories-list {
   
    width: 280px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .right-content .categories-list .cate-list {
        /*overflow: hidden;*/
        /*max-height: 240px;*/
    }

    .right-content .categories-list .list-more {
        max-height: 500px;
    }

    .right-content .categories-list p {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-bottom:10px;
        margin-top:10px;
    }

        .right-content .categories-list p a:hover {
            text-decoration: underline;
            color: rgb(244,188,29);
        }

    .right-content .categories-list .list {
        width: 100%;
        margin-bottom: 22px;
    }

        .right-content .categories-list .list a {
            font-size: 14px;
            float: left;
            overflow: hidden;
            width: 186px;
            padding-right: 20px;
            padding-bottom: 7px;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #666;
        }

            .right-content .categories-list .list a:hover {
                text-decoration: underline;
                color: rgb(244,188,29);
            }

.right-content .more, .right-content .less {
    font-size: 12px;
    cursor: pointer;
    color: #0887e6;
}

    .right-content .more:hover, .right-content .less:hover {
        text-decoration: underline;
    }

    .right-content .more span {
        width: 10px;
        height: 6px;
        margin-left: 4px;
        background-position: -72px -36px;
    }

    .right-content .less span {
        width: 10px;
        height: 6px;
        margin-left: 4px;
        background-position: -60px -36px;
    }

.return-all {
    font-size: 12px;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
    text-align: right;
    color: #999;
}
