.school_introduce_top {
    display: flex;
    justify-content: space-between;
}

.introduce_video_img img:hover {
    box-shadow: 1px 2px 5px #777777;
}

.introduce_video {
    display: flex;
    flex-direction: row;
    width: 630px;
    background: #FFFFFF;
}

.introduce_video_img div {
    width: 190px;
    height: 117px;
    overflow: hidden;
    border-radius: 5px;
}

.introduce_video_img .tt {
    margin-top: 15px;
}

.introduce_school_img {
    width: 66px;
    height: 66px;
    overflow: hidden;
}

.introduce_school_img img {
    width: 100%;
}

.introduce_text {
    width: 450px;
    padding-top: 5px;
}

.introduce_text1 p {
    height: 29px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 27px;
    margin: 0 0 6px 30px;
}
.introduce_text1 h4 {
    font-size: 24px;
    margin-left: 30px;
    width: 300px;
}

.introduce_text1 {
    display: flex;
    flex-direction: row;
}

.introduce_text2 span {
    width: 150px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 29px;
}

.introduce_text2 {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    padding-right: 20px;
    width: 400px;
}

.introduce_text2 div {
    width: 50%;
    margin-bottom: 15px;
}

.introduce_text3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.introduce_text3 span {
    min-width: 100px;
    min-height: 40px;
    padding: 0 8px;
    background: rgba(235, 105, 36, 0.14);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #EB6924;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.school_introduce_next {
    display: flex;
    justify-content: space-between;
}

.introduce_next_left_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduce_next_left_title_name {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.introduce_next_left_title_logo{
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.introduce_next_left_title_logo img{
    width: 100%;
    object-fit: cover;
}

.introduce_next_left_title_name p {
    width: 104px;
    height: 26px;
    font-size: 26px;
    font-weight: bold;
    color: #262626;
    line-height: 27px;
    margin-bottom: 20px;
}

.introduce_next_left_title_name span {
    width: 37px;
    height: 2px;
    background: #EF8750;
}

.introduce_next_left_content {
    position: relative;
    padding-bottom: 25px;
}

.introduce_next_left_content_text{
    width: 586px;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 31px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.introduce_next_left_content_btn{
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
    font-size: 1.5rem;
    cursor: pointer;
}

.show_text{
    -webkit-line-clamp: 8;
}

.introduce_next_right {
    width: 535px;
    padding: 25px 25px 0;
    background: #FFFFFF; /*background: #EB6924;*/
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
}

.introduce_next_right1_title {
    width: 132px;
    font-size: 22px;
    font-weight: 500;
    color: #0E1525;
    margin-bottom: 40px;
}

.introduce_next_right2_li {
    display: flex;
    flex-direction: row;
    height: 50px;
    margin-bottom: 15px;
}

.introduce_next_right2_li_circular {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.introduce_next_right2_li_title {
    font-size: 14px;
    font-weight: 400;
    color: #0E1525;
    text-align: center;
}

.introduce_next_right2_li_num {
    font-size: 24px;
    font-weight: 400;
    color: #0E1525;
    text-align: center;
    margin-top: -3px;
}

.doughnutChart_ring {
    position: absolute;
    top: 36px;
    left: 37px;
}

.school_introduce_labels {
    display: flex;
    justify-content: space-between;
}

.school_introduce_labels div:hover {
}

.school_introduce_labels div img {
    margin-top: -5px;
}

.school_introduce_labels div {
    width: 140px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.school_introduce_labels .font_color {
    color: #333333;
}

.school_introduce_labels .font_color:hover {
    color: white;
}

.school_introduce_label1 {
    border: 1px solid #EB6924;
    color: #EB6924;
}

.school_introduce_label2 {
    border: 1px solid #3F345F;
    color: #3F345F;
}

.school_introduce_label3 {
    border: 1px solid #0077C1;
    color: #0077C1;
}

.school_introduce_label4 {
    border: 1px solid #D4237A;
    color: #D4237A;
}

.school_introduce_label5 {
    border: 1px solid #13227A;
    color: #13227A;
}

.school_introduce_label6 {
    border: 1px solid #F4B35B;
    color: #F4B35B;
}

.school_introduce_label7 {
    border: 1px solid #50BEBA;
    color: #50BEBA;
}

.school_introduce_label8 {
    border: 1px solid #097C25;
    color: #097C25;
}

.school_introduce_subject {
    margin-top: 30px;
}

.introduce_next_content_name p {
    height: 25px;
    font-size: 24px;
    margin-left: 8px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    margin-bottom: 0;
}

/*专业*/
.school_zhuanye {
    /*margin-bottom: 115px;*/
}

.school_zhuanye_title {
    display: flex;
    flex-direction: row;
}

.school_zhuanye_title .school_zhuanye_Select {
    background: #EB6924;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.school_zhuanye_content {
    width: 100%;
    height: 540px;
    border-radius: 0px 6px 0px 0px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
}

.school_zhuanye_content_title {
    width: 100%;
    height: 60px;
    background: #FFF8F5;
    display: flex;
    flex-direction: row;
}

.school_zhuanye_content_title div {
    height: 60px;
    width: 214px;
    font-size: 14px;
    font-weight: 500;
    color: #525961;
    line-height: 60px;
    text-align: center;
}

.school_zhuanye_content_table {
    display: flex;
    flex-direction: row;
}

.school_zhuanye_content_table_title p {
    margin: 0 auto;
}

.school_zhuanye_content_table_title {
    width: 172px;
    display: flex;
    align-items: center;
    border: 1px solid #F2F2F7;
}

.school_zhuanye_content_table_ul {
    width: 100%;
}

.school_zhuanye_content_table_li {
    display: flex;
    flex-direction: row;
}

.school_zhuanye_content_table_li:nth-child(even) div {
    background: #FFF8F5;
    border: 1px solid #FFF8F5;
}

.school_zhuanye_content_table_li div {
    height: 60px;
    width: 20%;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    color: #5F6064;
    border: 1px solid #F2F2F7;
}

.school_zhuanye_content_table_li .font24 {
    font-size: 24px;
    color: #5F6064;
}

/*宿舍*/
.school_sushe {
    /*margin-bottom: 115px;*/
}

.school_sushe_title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

.school_sushe_table {
    margin-bottom: 30px;
}

.school_sushe_title_ul, .school_sushe_title_li {
    display: flex;
    justify-content: space-between;
}

.school_sushe_title_ul div {
    height: 60px;
    width: 300px;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    color: #5F6064;
    background: #FFF8F5;
    border: 1px solid #FFF8F5;
}

.school_sushe_title_li div {
    height: 60px;
    width: 300px;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    color: #5F6064;
    border: 1px solid #F2F2F7;
}

.school_sushe_title_li:nth-child(odd) div {
    background: #FFF8F5;
    border: 1px solid #FFF8F5;
}

.school_sushe_img {
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #EDEDED;
    padding: 30px 15px;
}

.school_sushe_but {
    display: flex;
    align-items: center;
}

.swiper-container {
    width: 1050px;
    margin: 0 30px;
}

.swiper-container img:hover {
    box-shadow: 0px 0px 6px #555555;
}

/*招生*/
.school_zhaosheng {
    /*margin-bottom: 90px;*/
}

.zhaosheng_content {
    margin-top: 30px;
}

.school_zhaosheng_title_li {
    display: flex;
    justify-content: space-between;
}

.school_zhaosheng_title_li div a {
    cursor: pointer;
}

.school_zhaosheng_title_li div {
    height: 60px;
    width: 600px;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #F2F2F7;
    font-weight: 400;
    color: #5F6064;
}

a:hover {
    color: #EB6924;
}

.school_zhaosheng_title_li:nth-child(odd) div {
    background: #FFF8F5;
    border: 1px solid #FFF8F5;
}

/*视频*/
.school_shipin {
    /*margin-bottom: 5px;*/
}

.school_shipin_content {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    box-sizing: border-box; /*display: flex;*/ /*flex-wrap: wrap;*/ /*justify-content: space-between;*/
}

.school_shipin_content::after {
    display: block;
    content: "";
    clear: both;
}

.school_shipin_li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 200px;
    transition: 0.3s;
    border-radius: 6px;
    margin-right: 15px;
    margin-bottom: 16px;
}

.school_shipin_li:nth-child(5n) {
    margin-right: 0;
}

.school_shipin_videolist {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.school_shipin_videolist .school_shipin_introduce_video_bg {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.school_shipin_videolist {
    width: 100%;
    display: block;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
}

.school_shipin_video_mengban {
    z-index: 99999999;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%
}

.school_shipin_videoed:hover {
    box-shadow: 0px 0px 5px 1px rgba(72, 71, 71, 0.71);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(72, 71, 71, 0.71);
}

.school_shipin_container:hover {
    box-shadow: 0px 0px 5px 1px rgba(72, 71, 71, 0.71);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(72, 71, 71, 0.71);
}

.school_shipin_videoed {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    border-radius: 100%;
}

.school_shipin_videos {
    display: none;
    margin: 0 auto;
    z-index: 100;
    width: 90%;
    position: relative;
}

.school_shipin_vclose1 {
    position: fixed;
    right: 2%;
    top: 2%;
    border-radius: 100%;
    cursor: pointer;
}

.school_shipin_text {
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ededed;
    border-top: none;
}

.school_shipin_text_name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 15px 0 7px 0;
}

.school_shipin_text_name a {
    height: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #251D1D;
}

.school_shipin_text_author p {
    height: 11px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    text-align: left;
    margin-bottom: 15px;
}

.school_shipin_text_operation {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.school_shipin_text_operation .a_hover:hover {
    color: #ff5600;
    font-weight: 600;
}

.school_shipin_text_operation a {
    font-size: 15px;
    font-weight: 400;
    color: #F4621F;
    cursor: pointer;
}

.school_shipin_text_operation img {
    height: 100%;
    margin: 0 5px 0 30px;
}

.school_shipin_text_operation p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}

.school_yaoqiu_content, .school_feiyong_content, .school_jiangxuejin_content, .school_liuxuesheng_content {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 31px;
    margin-top: 15px;
}

.school_yaoqiu, .school_feiyong, .school_jiangxuejin, .school_liuxuesheng {
    /*margin-bottom: 115px;*/
}

/*专业*/
.school_zhuanye {
    /*margin-bottom: 115px;*/
}

.school_zhuanye_table, .school_zhuanye_table tr {
    width: 100%;
}

.school_zhuanye_title {
    display: flex;
    flex-direction: row;
}

.school_zhuanye_title div {
    width: 170px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 10px;
    margin-right: 4px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.school_zhuanye_title .school_zhuanye_Select {
    background: #EB6924;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.school_zhuanye_table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    line-height: 1;
}

.school_zhuanye_table .table_tr, .school_zhuanye_table .table_tr_title, .school_zhuanye_table .table_tr:nth-of-type(odd) td {
    border: 1px solid #ededed;
}

.school_zhuanye_table .table_tr:nth-of-type(even) {
    background: #FFF8F5;
}

.school_zhuanye_title2 td {
    width: 17%;
}

.school_zhuanye_table .font24 {
    font-size: 24px;
    color: #5F6064;
}
.school_table_all{
    position: relative;
}
.tHead{
    position:absolute;
    left:0; 
    top:0;
    background: #FFFFFF;
    
}

.tBody{
    height: 400px;
    overflow: auto;
    overflow-y: overlay;
}
.tBody::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color:red;

}
.tBody::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
    scrollbar-arrow-color:red;
}
.tBody::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.sushe_imgxq{
    overflow: hidden;
    height: 180px;
    position: relative;
}
.sushe_imgxq img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sushe_imgxq_mengban{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: rgba(0,0,0,0.3);
    padding: 0 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
}


