
.title {
    color: #343434;
    font-size: 22px;
    font-weight: bold;
    padding: 34px 0 34px 50px;
    height: 30px;
    line-height: 30px;
}

.container {
    width: 1240px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.term > p, .term .leave {
    float: left;
}

.term > p {
    height: 30px;
    border-bottom: 4px solid #eaeaea;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #5e5e5e;
}

    .term > p.sub_trem {
        color: #E77373;
        font-weight: normal;
        border-bottom-color: #E77373;
        padding: 0 3px;
    }

.teacher_list {
    width: 1265px;
    min-height: 200px;
}

    .teacher_list li {
        width: 231px;
        border: 1px solid #9f9f9f;
        float: left;
        margin-top: 30px;
        margin-right: 21px;
    }

    .teacher_list .t_title {
        width: 233px;
        height: 228px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
    }

        .teacher_list .t_title img {
            width: 137px;
            height: 137px;
            border: 1px solid #eaebef;
            border-radius: 50%;
        }

    .teacher_list .t_detail {
        position: relative;
        width: 231px;
        height: 161px;
    }

        .teacher_list .t_detail img {
            width: 231px;
            height: 161px;
        }

        .teacher_list .t_detail .t_bg {
            width: 231px;
            height: 161px;
            position: absolute;
            top: 0;
            left: 0;
            background: #7c5b72;
            filter: Alpha(opacity=60);
            background: rgba(124,91,114,.6);
            display: none;
        }

    .teacher_list li:hover .t_bg {
        display: block;
    }

    .teacher_list .t_detail .t_bg p {
        position: absolute;
        width: 130px;
        height: 40px;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -65px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        background: #ce7372;
        filter: Alpha(opacity=80);
        background: rgba(206,115,114,.8);
    }

.e_list li {
    border: none;
}

.e_list .e_titlt {
    height: 48px;
    line-height: 48px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 4px solid #9ea7ac;
}

    .e_list .e_titlt .fl {
        margin-left: 3px;
        text-align: left;
        width: 156px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .e_list .e_titlt .fr {
        text-align: left;
        width: 70px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

/* 下拉联动样式  */
.leave {
    position: relative;
}

    .leave .search {
        width: 72px;
        float: left;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #E77373;
        border-bottom: 4px solid #eaeaea;
        cursor: pointer;
    }

    .leave .area_list {
        float: left;
        border: 1px solid #c4c4c4;
        border-top: none;
        position: absolute;
        left: 72px;
        display: none;
        z-index: 99;
    }

        .leave .area_list > li {
            position: relative;
        }

            .leave .area_list > li ol.level {
                position: absolute;
                right: -120px;
                top: 0;
                border: 1px solid #c4c4c4;
                border-top: none;
                display: none;
            }

            .leave .area_list > li:hover ol.level {
                display: block;
            }

            .leave .area_list > li ol.level li {
                position: relative;
            }

            .leave .area_list > li ol.level ol {
                position: absolute;
                right: -119px;
                top: 0;
                display: none;
                border: 1px solid #c4c4c4;
            }

            .leave .area_list > li ol.level li:hover ol {
                display: block;
            }

            .leave .area_list > li ol.level ol li {
                background: #fff;
            }

        .leave .area_list li {
            width: 118px;
            height: 31px;
            color: #292929;
            line-height: 31px;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
            background: #fff;
        }

            .leave .area_list li:hover, .leave .area_list li.city_on {
                color: #E77373;
            }

                .leave .area_list li:hover p.year, .leave .area_list .level li:hover p {
                    background: #fbeedd;
                }


/* 获奖作者   */

.author_list {
    width: 1265px;
}

    .author_list li {
        float: left;
        width: 140px;
        height: 215px;
        text-align: center;
        margin-right: 17px;
        background: url(../../../img/ping/d-3/author-bg.png) no-repeat left center;
    }

        .author_list li img {
            width: 89px;
            height: 89px;
            border-radius: 50%;
            margin: 20px auto 10px;
        }

        .author_list li p {
            line-height: 22px;
            font-size: 14px;
            width: 135px;
            margin-left: 3px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .author_list li a {
            line-height: 22px;
            font-size: 14px;
            width: 132px;
            /*height:45px;*/
            overflow: hidden;
            margin-left: 4px;
            text-align: center;
        }

        .author_list li .experience {
            display: block;
            color: #E77373;
        }

        .author_list li:hover {
            background: url(../../../img/ping/d-3/author-bg1.png) no-repeat left center;
        }

            .author_list li:hover .experience {
                color: #edbb74;
            }

.case_container {
    position: relative;
    height: 215px;
}

    .case_container .next, .case_container .prev {
        position: absolute;
        top: 50%;
        margin-top: -38px;
        cursor: pointer;
        z-index: 9999;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        cursor: pointer;
        z-index: 9999;
        width: 20px;
        height: 40px;
        font: 40px/40px "SimHei";
        color: #ccc;
        text-align: center;
        overflow: hidden;
    }

    .case_container .prev {
        left: -25px;
    }

    .case_container .next {
        right: -25px;
    }
