	/**/
.course-module-wrap {
    width: 100%;
    /*padding-bottom: 60px;*/
}

.course-module-fix {
    display: none;
    width: 1300px;
    position: fixed;
    left: 50%;
    margin-left: -595px;
    top: 0;
    z-index: 99;
    _display: none;
}

.course-module-fix .top-tit {
    float: left;
    margin-right: 20px;
}

.course-module {
}

.course-module .zxus {
    float: right;
    text-align: right;
    line-height: 30px;
    width: 305px;
    height: 30px;
    margin: 0 0 20px 0;
    border-radius: 30px;
    font-size: 14px;
    color: #0e1b82;
    background: #3c4dd0;
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(59, 76, 208) 100%);
    background-image: -webkit-linear-gradient(
            0deg, rgb(255, 255, 255) 0%, rgb(59, 76, 208) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(59, 76, 208) 100%);
}

.course-module ul {
    padding-bottom: 30px;
}

.course-module li {
    float: left;
    _display: inline;
    width: 232px;
    margin-right: 10px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.course-module li:nth-child(5) {
    margin-right: 0;
}

.course-module li:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.20);
}

.course-module .top-tit {
    width: 232px;
    height: 125px;
    color: #fff;
    text-align: center;
    position: relative;
}

.course-module .top-tit.bg01 {
    background: url("../images/course-tit01.png") no-repeat;
}

.course-module .top-tit.bg02 {
    background: url("../images/course-tit02.png") no-repeat;
}

.course-module .top-tit.bg03 {
    background: url("../images/course-tit03.png") no-repeat;
}

.course-module .top-tit.bg04 {
    background: url("../images/course-tit04.png") no-repeat;
}

.course-module .top-tit .course-name {
    line-height: 40px;
    font-size: 28px;
    padding-top: 25px;
}

.course-module .top-tit .course-label {
    line-height: 20px;
    padding-top: 6px;
    font-size: 14px;
}

.course-module .top-tit .course-price {
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 9px;
    color: #FFF;
}

.course-module .top-tit .recommend-tag {
    margin-left: 5px;
    vertical-align: -7px;
}

.course-module .course-con {
    border-top: 0;
    padding-top: 15px;
}

.course-module .course-con a img {
    width: 100%;
}

.course-module .apply-student {
    padding: 8px 15px;
}

.course-module .apply-student .tit {
    float: left;
    width: 45px;
    line-height: 30px;
    color: #AAB2BD;
    font-size: 14px;
}

.course-module .apply-student .tex {
    margin-left: 45px;
    line-height: 22px;
    font-size: 14px;
}

.course-module .teacher-con {
    padding: 0 15px 22px;
}

.course-module h4.tit {
    line-height: 30px;
    font-size: 18px;
    padding: 5px 0;
}

.course-module .teacher-con p.tit {
    float: left;
    width: 70px;
    line-height: 30px;
    color: #AAB2BD;
    text-align: right;
}

.course-module .teacher-con p.tex {
    margin-left: 70px;
    line-height: 30px;
}

.course-module .course-category {
    padding: 0 10px;
}

.course-module .contain-tex {
    position: relative;
}

.course-module .contain-tex .contain-tex-tit {
    color: #17C6CB;
    line-height: 30px;
    font-weight: normal;
}

.course-module .contain-pop {
    display: none;
    width: 220px;
    border: 1px solid #ececec;
    padding: 11px 20px;
    line-height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 19;
}

.course-module .contain-pop i.arrow-up {
    display: block;
    width: 11px;
    height: 6px;
    background: url("../images/arrow-up.png") no-repeat;
    position: absolute;
    left: 10px;
    top: -6px;
}

.course-module p.box {
    height: 32px;
    width: 100% !important;
}

.course-module .course-category p.tit {
    margin-right: 45px;
    line-height: 32px;
    font-size: 13px;
    color: #666;
}

.course-module .course-category p.time {
    float: right;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.course-module .mod.bgh {
    background: #fbfbfc;
}

.course-module .course-data {
    padding: 0 15px;
    padding-bottom: 15px;
}

.course-module .course-data p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    width: 49%;
    white-space: nowrap;
}

.course-module .course-data p em {
    color: #AAB2BD;
}

.course-module .course-send {
    padding: 0 15px;
    padding-bottom: 15px;
}

.course-module .course-send p.course-name {
    margin-right: 60px;
    line-height: 30px;
}

.course-module .course-send p.course-type {
    float: right;
    line-height: 30px;
    color: #AAB2BD;
}

.course-module .course-service {
    padding: 0 10px;
}

.course-module .course-service p.course-name {
    line-height: 30px;
    font-size: 14px;
    color: #777;
}

.course-module .course-service p.course-tag {
    float: right;
    line-height: 30px;
    color: #AAB2BD;
}

.course-module .course-vip {
    padding: 0 15px 22px;
}

.course-module .course-vip p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    width: 48%;
    white-space: nowrap;
}

.course-module .course-vip p em {
    color: #AAB2BD;
}

.course-module .contrast-btn {
    display: block;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    color: #1296db;
    background: #e7f8f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.course-module .mod {
    position: relative;
}

.course-module .mod .line {
    height: 1px;
    overflow: hidden;
    width: 202px;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: #EAEDF0;
}

.course-module .btn {
    display: block;
    width: 232px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #1296db;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 20px;
}

.course-module li:hover .btn {
    background: #F34F58;
}

/*.course-module a:hover {
    color: #FFF !important;
}*/
	.course-module li{ list-style: none;}/* CSS Document */

