.tzgg_banner {
    width: 1450px;
    /* border: solid 1px #FFF; */
    height: 488px;
    margin: 0 auto;
    padding-top: 28px;
}

.tzgg_banner .tzgg_banner_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzgg_banner_title .left {

    font-weight: 700;
    border-left: solid 8px #efb73e;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #fff;
    height: 48px;
}

.tzgg_banner_title .left .cn {
    font-size: 34px;
}

.tzgg_banner_title .left .en {
    font-size: 26px;
    margin-left: 34px;
    position: relative;
    top: 4px;
}

.tzgg_banner_title .right .more {
    font-size: 26px;
    color: #efb73e;
    position: relative;
    top: 4px;

}

.tzgg_banner_swiper {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.tzgg_banner_swiper .item {
    width: 468px;
    height: 391px;
    background-color: #fff;
}

.tzgg_banner_swiper .item .img {
    width: 100%;
    height: 312px;
    display: block;
}

.tzgg_banner_swiper .item .title {
    /* 超出一行显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 22px;
    padding: 24px 20px 0px 20px;
}

.xy_content_list3 {
    display: block;
    padding-left: 80px;
}

.xy_content_list3 .item_out {
    width: 1170px;
}

.xy_content_list3 .list_word {
    padding-top: 24px;
}

.xy_content_list3 .item_out_mt {
    margin-top: 96px;
}

.xy_content_list3 .mail_box {
    margin-top: 20px;
    display: block;
    padding-bottom: 8px;
}

.xy_content_list3 .mail_box .img {
    width: 1170px;
}


.xy_content_event_list {
    width: 1442px;
    margin: 0 auto;
    display: block;
}

.xy_content_event_list .list {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.xy_content_event_list .list .item {
    width: 454px;
    height: 454px;
    /* border: solid 1px #000; */
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.xy_content_event_list .list .item:nth-child(3n) {
    margin-right: 0;
}

.xy_content_event_list .list .item .img {
    width: 100%;
    display: block;
    height: 375px;
}

.xy_content_event_list .list .item .title {
    /* 超出一行显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 22px;
    padding: 24px 20px 0px 20px;
    font-weight: 100;
}

.xy_content_xiaozhang {
    display: block;
}

.xy_content_xiaozhang .mail_box {
    margin-top: 20px;
    padding-bottom: 33px;
}

.xy_content_xiaozhang .mail_box .img {
    width: 1170px;
    position: relative;
    left: -10px;
}

/* 招聘公告 */
.zhaoping_menu {
    justify-content: flex-start;
}

.zhaoping_menu .item {
    width: 226px;
    flex: none;
}

.zhuanye_content {
    display: flex;
    /* border: solid 1px #000; */
    margin-top: 40px;
    padding: 0 0 60px 45px;
    width: 100%;
}

.zhuanye_content .left {
    box-sizing: content-box;
    border: solid 3px #fff;
    display: block;
    width: 190px;
    border-radius: 0 10px 0 10px;

}

.zhuanye_content .left a {
    box-sizing: border-box;
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 200;
    /* font-weight: lighter; */



}

.zhuanye_content .left a:hover {
    background-color: #fff;
    font-weight: bold;
    position: relative;
}

.zhuanye_content .left a.active {
    background-color: #fff;
    position: relative;

}

.zhuanye_content .left a span {
    display: block;
    width: 164px;
    margin: 0 auto;
    border-bottom: solid 1px #fff;
    padding: 0 18px;
    height: 78px;
    line-height: 78px;
    position: relative;
    top: 1px;
}

.zhuanye_content .left a.active span {
    background-color: #fff;
    top: 0;

}

.zhuanye_content .left a:last-child span {

    border-bottom: none;

}

.zhuanye_content .right {
    margin-left: 33px;
    width: 1200px;
}

.zhuanye_list_1 {
    display: block;
}

.zhuanye_list_1 .item {
    padding-bottom: 50px;
    display: block;
    color: #000;
}

.zhuanye_list_1 .detail {
    display: flex;
    margin-top: 20px;
}

.zhuanye_list_1 .detail .img {
    width: 343px;
    height: 221px;
}

.zhuanye_list_1 .detail .text {
    width: 680px;
    margin-left: 36px;
    font-size: 20px;
    line-height: 2;
    padding-top: 10px;
    /* 段首空两格 */
    text-indent: 2em;
    font-weight: 300;
}


.shizi_list {
    display: block;
}

.shizi_list .item {
    padding-bottom: 22px;
    display: block;
    color: #000;
}

.shizi_list .detail {
    display: flex;

}

.shizi_list .navbar {
    margin-bottom: 24px;
}

.shizi_list .detail .img {
    width: 198px;
    height: 264px;
}

.shizi_list .detail .teacher_info {
    display: flex;
    /*flex 从底部往上排列*/
    flex-direction: column-reverse;
    padding: 0 23px;
    width: 167px;
    border-right: solid 1px #868686;

}

.shizi_list .detail .teacher_info .name {
    font-size: 36px;
    font-weight: bold;
}

.shizi_list .detail .teacher_info .info {
    font-size: 24px;
    font-weight: 300;
}

.shizi_list .detail .text {
    width: 700px;
    margin-left: 46px;
    font-size: 20px;
    line-height: 2;
    padding-top: 10px;
    /* 段首空两格 */
    text-indent: 2em;
    font-weight: 300;
}

/**
教学成果*/
.jxcg_box {
    width: 831px;
    padding-bottom: 24px;
}

.jxcg_box .img {
    width: 100%;
}

/*校园风光*/
.xyfg_box {
    display: block;
    padding-bottom: 40px;
}

.xyfg_box .img {
    display: block;
    width: 800px;
    margin-bottom: 20px;
}

.box_mid_black {
    width: 1160px;
    margin: 0 auto;
    /* border: #fff solid 1px; */
    padding: 80px 0;

}

.box_mid_black .title {
    font-size: 36px;
    margin-bottom: 22px;

}

.box_mid_black .desc {
    text-align: left;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 2;
    font-weight: 200;
    text-indent: 2em;
}

.box_mid_black .email {
    text-align: center;
    color: #f4ba40;
}

.box_mid_black .join {
    text-align: center;

}

.box_mid_black .imgs {
    padding-top: 18px;

}

.box_mid_black .imgs img {
    display: block;
    margin-bottom: 26px;
    width: 100%;

}

.bottom_nav_black {
    width: 1500px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
}

.bottom_nav_black .item {
    display: flex;
    align-items: center;
    color: #f4ba40;
    font-size: 20px;
    font-weight: 300;
}

.bottom_nav_black .img {
    width: 14px;
    height: 22px;
}

.bottom_nav_black .right_img {
    margin-left: 20px;
}

.bottom_nav_black .left_img {
    margin-right: 20px;
}