﻿@charset "utf-8";

ul {
    margin: 0;
    padding: 0;
}

.bodydi {
    background: url(/images/body_bigbg.jpg) top center no-repeat;
    background-attachment: fixed;
}

.bg-white {
    background: #fff;
}

.radius5 {
    border-radius: 5px;
}

.btn-orange {
    color: #fff;
    background-color: #fe5800;
    border-color: #fe5800;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange.focus, .btn-orange:active, .btn-orange.active, {
        color: #fff;
        background-color: #e04e00;
        border-color: #e04e00;
    }

/*选课样式*/
.header-changeClass {
    padding: 10px 5px;
    width: 100%;
    height: auto;
}

    .header-changeClass > div {
        float: right;
        font-size: 1.3em;
        background: #63cb00;
        text-align: right;
        padding: 10px 20px;
        color: #fff;
    }

        .header-changeClass > div > a {
            color: #fff;
        }

.changeList {
    font-size: 1.5em;
    margin-top: 20px;
}

    .changeList li, .changeTitle li {
        float: left;
        margin-right: 5px;
    }

    .changeList a {
        color: #518b1b;
        padding: 5px 10px;
        line-height: 30px;
    }

        .changeList li:hover, .changeList a:hover {
            background: #518b1b;
            color: #fff;
            line-height: 30px;
            border-radius: 3px;
        }

    .changeList .active a {
        background: #518b1b;
        color: #fff;
        padding: 5px 10px;
        line-height: 30px;
        border-radius: 3px;
    }

.changeTitle {
    width: 100%;
    margin: 25px 0 10px 0;
    font-size: 1.2em;
    background: #63cb00;
    padding: 5px 15px;
    border-radius: 3px;
}

    .changeTitle a {
        color: #fff;
        padding: 5px 10px;
        line-height: 30px;
    }

        .changeTitle a:hover, .changeTitle .active a {
            background: ivory;
            color: #000;
            border-radius: 3px;
        }

.changeConL {
    width: 100%;
    padding: 10px 0;
}

    .changeConL section {
        width: 33.3%;
        float: left;
        margin: 10px 0;
        min-height: 142px;
    }

        .changeConL section > div {
            float: left;
            width: 30%;
            text-align: center;
            margin: auto;
            margin-right: 2%;
        }

.classpic {
    width: 100%;
    height: 110px;
    line-height: 100px;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    border: 1px #ddd solid;
    margin: auto;
}

    .classpic img {
        height: expression(this.width > 100px ? this.height = this.height * 100 / this.width : "auto");
        width: expression(this.width > 100 ? "100%" : "auto");
        max-width: 100%;
        height: 100px;
    }

.classConInfo {
    float: left;
    width: 67%;
}

    .classConInfo p {
        margin: 0px;
        padding: 0px;
        font-size: 1.1em;
        line-height: 1.6em;
        text-indent: 2em;
    }

        .classConInfo p.fold {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            height: 4.8em;
            font-size: 1.1em;
            line-height: 1.6em;
        }

@media only screen and (max-width:1023px ) {
    .changeConL section {
        width: 50%;
    }
}

@media only screen and (max-width:600px ) {
    .header-changeClass > div {
        width: 100%;
        padding: 5px 20px;
        font-size: 1em;
        margin-top: 10px;
    }

    .header-changeClass img {
        width: 70%;
    }

    .changeList {
        font-size: 1.2em;
    }

    .changeConL section {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px #63cb00 dashed;
    }
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}*/ url(/images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .5 /*{opacityOverlay}*/;
    filter: Alpha(Opacity=50) /*{opacityFilterOverlay}*/;
}
