﻿/*课程介绍*/
.Middle_img {
    width: 500px;
    height: 300px;
    float: left;
    background-color: #fff;
}

/*课程简介*/
.Middle_ite {
    float: right;
    height: 260px;
    width: 440px;
    background-color: #fff;
    padding: 20px;
}

    .Middle_ite ul {
        list-style: none;
    }

    .Middle_ite li {
        margin-bottom: 15px;
    }

/*课程描述*/
.ite_dre {
    color: #666;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
    line-height: 36px;
}

/*购买课程按钮*/
.Lay_btn_gre {
    width: 160px;
    height: 50px;
    font-size: 16px;
}

/*立即学习按钮*/
.Lay_btn_gray {
    margin-left: 50px;
    width: 160px;
    height: 50px;
    font-size: 16px;
}

/*课程描述*/
.Lay_text {
    margin-top: 20px;
    height: 1650px;
    background-color: #fff;
}
