.student_2right .c1 {
    margin: 40px 0px 20px 60px;
}

    .student_2right .c1 a {
        width: 250px;
        height: 140px;
        border: 1px #e5e5e5 solid;
        box-shadow: 0 1px 3px rgba(0,0,0,0.18);
        position: relative;
        margin: 20px;
    }

    .student_2right .c1 img {
        width: 250px;
        height: 140px;
    }

    .student_2right .c1 span {
        width: 250px;
        height: 52px;
        position: absolute;
        left: 0px;
        color: white;
        font-size: 16px;
        text-align: center;
        top: -70px;
        line-height: 52px;
        background-image: url(../images/b.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }

.student_2right .c2 {
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    height: 45px;
    line-height: 45px;
}

    .student_2right .c2 a {
        margin: 0px 80px;
    }

.student_2right .c3 {
    width: 500px;
    margin: 30px auto;
}

    .student_2right .c3 .title {
    }

        .student_2right .c3 .title span {
            margin: 15px;
            color: #b7b7b7;
            font-size: 12px;
        }

    .student_2right .c3 table {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

        .student_2right .c3 table th {
            height: 28px;
            background-color: #EB5E23;
            color: white;
            line-height: 28px;
            text-align: center;
            border: 1px #e5e5e5 solid;
        }

        .student_2right .c3 table td {
            height: 28px;
            line-height: 28px;
            text-align: center;
            border: 1px #e5e5e5 solid;
            width: 60px;
        }


.student_2 {
    width: 1200px;
    margin: 30px auto;
    font-size: 16px;
    color: #777777;
    background: none;
    border: 0px;
}

.cLeft {
    width: 290px;
    height: 300px;
    border: 1px #e5e5e5 solid;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    float: left;
}

.cRight {
    width: 815px;
    border: 1px #e5e5e5 solid;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    float: right;
    padding: 20px 20px;
}

.cLeft .title {
    border-bottom: 1px #e5e5e5 solid;
    height: 45px;
    line-height: 45px;
}

    .cLeft .title .title1 {
        padding-left: 40px;
    }

    .cLeft .title .title2 {
        padding-left: 70px;
    }

.cLeft .cont {
    border-bottom: 1px #e5e5e5 solid;
    width: 200px;
    margin: 20px auto;
    padding: 15px 0px 35px;
}

    .cLeft .cont .c {
        float: left;
        width: 150px;
    }

        .cLeft .cont .c.c1 {
        }

    .cLeft .cont .c_add {
        float: right;
        width: 50px;
        height: 20px;
        background-color: #EB5E23;
        text-align: center;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        line-height: 20px;
    }

.cRight .title {
    color: #EB5E23;
    font-weight: bold;
}

.cRight .t1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.cRight .t2 {
    padding-left: 10px;
}

.cRight .t3 {
    width: 700px;
    margin-left: 90px;
}

.cRight .cont1 {
}




















/*添加教育信息弹出框开始*/
.dialog_jiaoyu, .dialog_gongzuo, .dialog_anli {
    width: 430px;
    border: 1px #e5e5e5 solid;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    background-color: white;
    display: none;
    position: absolute;
    font-size: 16px;
    color: #777777;
}

    .dialog_jiaoyu .t1, .dialog_gongzuo .t1, .dialog_anli .t1 {
        font-size: 20px;
        height: 58px;
        line-height: 58px;
        background-color: #EB5E23;
        text-align: center;
        color: white;
    }

    .dialog_jiaoyu .t2, .dialog_gongzuo .t2, .dialog_anli .t2 {
        width: 355px;
        margin: 10px auto;
    }

        .dialog_jiaoyu .t2 table {
            width: 100%;
        }

            .dialog_jiaoyu .t2 table td {
                height: 50px;
                line-height: 50px;
                text-align: left;
            }

                .dialog_jiaoyu .t2 table td .t21 {
                    width: 90px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_jiaoyu .t2 table td .t22 {
                    width: 90px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_jiaoyu .t2 table td .t23 {
                    width: 90px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_jiaoyu .t2 table td .t24 {
                    width: 100%;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

        .dialog_jiaoyu .t2 .add1, .dialog_gongzuo .t2 .add1, .dialog_anli .t2 .add1 {
            color: white;
            text-align: center;
            background-color: #EB5E23;
            display: block;
            width: 90px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px;
            float: left;
            margin-right: 5px;
            cursor: pointer;
        }

        .dialog_jiaoyu .t2 .add2, .dialog_gongzuo .t2 .add2, .dialog_anli .t2 .add2 {
            color: white;
            text-align: center;
            background-color: #EB5E23;
            display: block;
            width: 90px;
            height: 30px;
            line-height: 30px;
            float: left;
            border-radius: 5px;
            cursor: pointer;
            margin-right: 5px;
        }

        .dialog_jiaoyu .t2 .add3, .dialog_gongzuo .t2 .add3, .dialog_anli .t2 .add3 {
            color: white;
            text-align: center;
            background-color: #EB5E23;
            display: block;
            width: 90px;
            height: 30px;
            line-height: 30px;
            float: left;
            border-radius: 5px;
            cursor: pointer;
            margin-right: 5px;
        }
        /*添加教育信息弹出框结束*/

        /*添加工作经历弹出框开始*/
        .dialog_gongzuo .t2 table {
            width: 100%;
        }

            .dialog_gongzuo .t2 table td {
                height: 50px;
                line-height: 50px;
                text-align: left;
            }

                .dialog_gongzuo .t2 table td .t21 {
                    width: 100%;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_gongzuo .t2 table td .t22 {
                    width: 25px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_gongzuo .t2 table td .t23 {
                    width: 90px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_gongzuo .t2 table td .t24 {
                    width: 100%;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_gongzuo .t2 table td .t25, .dialog_gongzuo .t2 table td .t27 {
                    width: 50px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_gongzuo .t2 table td .t26, .dialog_gongzuo .t2 table td .t28 {
                    width: 25px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }


        /*添加工作经历弹出框结束*/

        /*添加个人案例弹出框开始*/
        .dialog_anli .t2 table {
            width: 100%;
        }

            .dialog_anli .t2 table td {
                height: 50px;
                line-height: 50px;
                text-align: left;
            }

                .dialog_anli .t2 table td .t21 {
                    width: 50px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_anli .t2 table td .t22 {
                    width: 25px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_anli .t2 table td .t23 {
                    width: 90px;
                    height: 20px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }

                .dialog_anli .t2 table td .t24 {
                    width: 100%;
                    height: 135px;
                    line-height: 20px;
                    border-color: #e5e5e5;
                }


/*添加个人案例弹出框结束*/


