﻿@charset "UTF-8";
/* ================================ */
/* ========>>> 文件信息 <<<======== */
/* ======>>> 创建者：恒毅 <<<====== */
/* ================================ */
/* 全局样式初始化 */
* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "微软雅黑";
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

    a:link {
        text-decoration: none;
        color: #000000;
    }

    a:hover {
        text-decoration: none;
        color: #000000;
    }

    a:visited {
        text-decoration: none;
        color: #000000;
    }

    a:active {
        text-decoration: none;
        color: #000000;
    }

.clear {
    clear: both;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.header, .content, .footer {
    width: 100%;
}

.content {
    height: auto;
    min-height: 628px;
}
/* ================================ */
/* ========>>> 主体区域 <<<======== */
/* ================================ */
/* ========>>> 导航栏 和 搜索栏 <<<======== */
.cont-nav-bar {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

    .cont-nav-bar .cont-nav-list {
        float: left;
    }

        .cont-nav-bar .cont-nav-list li {
            padding: 0 10px;
            height: 42px;
            line-height: 42px;
            display: inline-block;
            cursor: pointer;
        }

            .cont-nav-bar .cont-nav-list li.cur {
                color: #3e3eff;
            }

            .cont-nav-bar .cont-nav-list li a.cur {
                color: #3e3eff;
            }

            .cont-nav-bar .cont-nav-list li:hover {
                background-color: #e6e6e6;
            }

    .cont-nav-bar .cont-search {
        width: 180px;
        height: 32px;
        border: 1px solid #cccccc;
        padding: 0 32px 0 0;
        margin: 4px 0 0 0;
        float: right;
        position: relative;
    }

        .cont-nav-bar .cont-search input {
            width: 100%;
            height: 30px;
            font-size: 14px;
            font-family: "微软雅黑";
            text-indent: 4px;
            border: none;
            outline: none;
        }

        .cont-nav-bar .cont-search span {
            display: inline-block;
            width: 32px;
            height: 32px;
            border-left: 1px solid #cccccc;
            background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e8e8e8));
            background: -webkit-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
            background: -o-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
            background: -ms-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
            background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
            text-align: center;
            line-height: 30px;
            position: absolute;
            top: 0;
            right: 0;
        }

/* ========>>> 课程列表 <<<======== */
.nocourse {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.course-list {
    width: 1200px;
    margin: 0 auto 46px;
}

    .course-list li {
        width: 100%;
        height: 250px;
        margin: 32px auto 0;
        padding: 0 0 10px 0;
    }

        .course-list li .course-list-img {
            width: 450px;
            height: 250px;
            float: left;
            position: relative;
        }

            .course-list li .course-list-img img {
                width: 100%;
                height: 100%;
            }

        .course-list li .course-list-text {
            width: 726px;
            height: 250px;
            position: relative;
            float: right;
        }

            .course-list li .course-list-text .clt-name {
                width: 100%;
                font-size: 36px;
                font-weight: bold;
                line-height: 40px;
            }

            .course-list li .course-list-text .clt-info {
                width: 100%;
                height: 120px;
                font-size: 16px;
                color: #999999;
                margin: 28px 0 0 0;
            }

                .course-list li .course-list-text .clt-info .clt-info-list {
                    margin: 4px 0 0 0;
                }

                    .course-list li .course-list-text .clt-info .clt-info-list .clt-info-list-text {
                        word-wrap: break-word;
                        word-break: normal;
                    }

            .course-list li .course-list-text .clt-bottom {
                width: 100%;
                height: 36px;
                line-height: 36px;
                position: absolute;
                left: 0;
                bottom: 0;
                z-index: 100;
            }

                .course-list li .course-list-text .clt-bottom .clt-bottoml-btn {
                    width: 120px;
                    height: 36px;
                    text-align: center;
                    background-color: #0099ff;
                    float: left;
                }

                    .course-list li .course-list-text .clt-bottom .clt-bottoml-btn a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        color: #ffffff;
                        float: left;
                    }

                .course-list li .course-list-text .clt-bottom .clt-bottoml-right {
                    height: 26px;
                    line-height: 26px;
                    margin: 10px 0 0 0;
                    float: right;
                }

                    .course-list li .course-list-text .clt-bottom .clt-bottoml-right span {
                        display: inline-block;
                    }

                    .course-list li .course-list-text .clt-bottom .clt-bottoml-right .price {
                        color: #da8300;
                        font-weight: bold;
                        margin: 0 8px 0 0;
                    }

                    .course-list li .course-list-text .clt-bottom .clt-bottoml-right .discount {
                        padding: 0 6px;
                        font-size: 14px;
                        color: #ffffff;
                        background-color: red;
                    }

.selectBar {
    display: table;
}

.selectLeft {
    line-height: 30px;
    text-align: right;
    float: left;
    height: 30px;
    width: 100px;
    font-size: 15px;
}

.selectRight {
    float: left;
    width: 880px;
}

#Selected .selectedItem {
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    border: 1px solid #CCCCCC;
    float: left;
    padding-right: 5px;
    padding-left: 8px;
    margin-top: 3px;
    white-space: nowrap;
    width: auto;
}

#Selected .selectedItemOver {
    border: 1px solid #0387d9;
}

#Selected .selectedItem .name {
    float: left;
    padding-right: 8px;
    color: #0387d9;
}

#Selected .selectedItem .close {
    background-image: url(../Images/icon-1.png);
    background-repeat: no-repeat;
    background-position: -209px -237px;
    float: left;
    height: 8px;
    width: 8px;
    cursor: pointer;
    margin-top: 8px;
}

#Selected .selectedItem .closeOver {
    background-image: url(../Images/icon-1.png);
    background-repeat: no-repeat;
    background-position: -217px -237px;
    cursor: pointer;
}

#SelectedBar {
    height: 30px;
}
