﻿.hp_cont .hp1 {
    width: 100%;
    height: 355px;
}
/*tab切换开始*/
.rTab {
    border-bottom: 1px #e5e5e5 solid;
    display: block;
    height: 50px;
    line-height: 47px;
    text-align: center;
    width: 830px;
    float: left;
}

    .rTab li {
        font-size: 18px;
        float: left;
        width: 125px;
        cursor: pointer;
    }

        .rTab li:hover {
            color: #EA5E23;
            border-bottom: 3px #EA5E23 solid;
        }

        .rTab li.act {
            color: #EA5E23;
            border-bottom: 3px #EA5E23 solid;
        }

.hp1 .rCont {
    width: 1200px;
    min-height: 335px;
}

.rCont_details {
    text-align: center;
}

    .rCont_details .item {
        width: 240px;
        border: 1px #e5e5e5 solid;
        margin: 25px 35px 25px 20px;
        float: left;
        box-shadow: 0 1px 3px rgba(0,0,0,0.18);
        height: 255px;
    }

        .rCont_details .item .item_1 img {
            width: 240px !important;
            height: 135px !important;
        }

        .rCont_details .item .item_2 {
            font-size: 16px;
            height: 30px;
            padding: 0px 5px;
            text-align: center;
            margin-top: 6px;
        }

            .rCont_details .item .item_2 a {
                color: #EA5E23;
            }

        .rCont_details .item .item_3 {
            color: #b7b7b7;
        }

        .rCont_details .item .item_4 {
            background-color: #EA5E23;
            width: 125px;
            margin: 0 auto;
            border-radius: 5px;
            height: 35px;
            line-height: 35px;
            margin-bottom: 15px;
            margin-top: 15px;
        }

            .rCont_details .item .item_4 a {
                color: white;
                display: block;
                font-size: 16px;
            }
/*tab切换结束*/
.hp_cont .hp1 .rTab {
    float: left;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
}

.hp_cont .hp1 .rInfo {
    float: right;
    width: 304px;
    border: 1px #e5e5e5 solid;
    height: 295px;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.18);
    margin-top: 30px;
}

    .hp_cont .hp1 .rInfo li.act {
        background-color: #EA5E23;
        color: white;
    }

    .hp_cont .hp1 .rInfo li {
        height: 58px;
        line-height: 58px;
        text-align: center;
        float: left;
        width: 152px;
        border: #e5e5e5 solid;
        cursor: pointer;
        font-size: 18px;
        border-width: 0px 0px 1px 0px;
        background-color: #dfdfdf;
    }

.hp_cont .hp1 .rInfo_item {
    width: 255px;
    margin: 5px auto;
}

    .hp_cont .hp1 .rInfo_item .course_type {
        float: left;
        width: 60px;
        line-height: 40px;
        height: 40px;
    }

    .hp_cont .hp1 .rInfo_item .course_name {
        float: left;
        width: 195px;
        line-height: 40px;
        height: 40px;
        /* background-color: red; */
        color: #b7b7b7;
    }
