     .flexslider {
    margin: 0px auto;
    position: relative;
    width: 480px;
    height: 338px;
    overflow: hidden;
    zoom: 1;
    float: left;}
.flexslider .slides li {
    width: 100%;
    height: 100%;}
li {
    list-style: none;}
.flexslider .slides a img {
    width: 100%;
    height: 338px;
    display: block;}
.ban_tit
 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 70px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 15px;}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;}
.flex-control-paging li a {
    background: url(https://wxy.mtc.edu.cn/images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;}
.flex-control-nav li {
    display: inline-block;
    zoom: 1;}
.fa-angle-right{
    margin-left: 7px
;}
   /* 教师风采区域样式 */
    .teacher-showcase {
        width: 100%;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-bottom: 20px;}
    
    .teacher-scroll-container {
        width: 100%;
        overflow: hidden;
        position: relative;}
    
    .teacher-scroll-wrapper {
        display: flex;
        padding: 20px 0;}
    
    .teacher-item {
        flex: 0 0 auto;
        width: 180px;
        margin: 0 15px;
        text-align: center;
        transition: transform 0.3s;}
    
    .teacher-item:hover {
        transform: translateY(-5px);}
    
    .teacher-item img {
        width: 180px;
        height: 220px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #eee;}
    
    .teacher-info {
        padding: 10px 0;}
    
    .teacher-info h4 {
        color: #710006;
        margin: 5px 0;
        font-size: 16px;}
    
    .teacher-info p {
        color: #666;
        margin: 3px 0;
        font-size: 12px;}
    
 /* 页脚样式 */
    .footer {
        background-color: #da251e;
        color: white;
        padding: 30px 0 20px;
        font-size: 14px;
        line-height: 1.6;}
    
    .footer-container {
       width: 1300px;
       
        margin: 0 auto;
         position: relative;}
    
    /* 友情链接样式 */
    .footer-links {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.2);}
    
    .footer-links a {
        color: white;
        text-decoration: none;
        margin: 0 10px;
        transition: color 0.3s;}
    
    .footer-links a:hover {
        color: #f8d7da;
        text-decoration: underline;}
    
    /* 主要内容布局 */
    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;}
    
    .footer-info {
        flex: 1;}

    
    .footer-address strong {
        font-weight: normal;
        color: #f8d7da;}
    
    .copyright {
        color:#fff;}
      
        /* 主要内容区 */
        .main-content {
            min-width: 1320px;
            max-width: 90%;
            margin: 20px auto;
            display: flex;
            background-color: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        /* 左侧导航 */
        .left-sidebar {
            width: 220px;
            border-right: 1px solid #eee;
            padding: 20px 0;
        }
        
        .current-category {
              padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    border-left: 4px solid #da251e;
    margin-bottom: 20px;
    font-weight: bold;
    background: #da251e;
    text-align: center;
        }
        
        .submenu-list {
            list-style: none;
        }
        
        .submenu-list li {
            border-bottom: 1px solid #f5f5f5;
        }
        
        .submenu-list li a {
            display: block;
            padding: 12px 20px 12px 24px;
            color: #555;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .submenu-list li a:hover,
        .submenu-list li a.active {
            color: #da251e;
            background-color: #f9f0f0;
            border-left: 4px solid #da251e;
            padding-left: 20px;
        }
        
        /* 右侧内容 */
        .right-content {
            flex: 1;
            padding: 20px 30px;
        }
        
        .breadcrumb {
            padding: 10px 0;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            color: #666;
            font-size: 14px;
        }
        
        .breadcrumb a {
            color: #666;
            text-decoration: none;
        }
        
        .breadcrumb a:hover {
            color: #710006;
            text-decoration: underline;
        }
        
        .breadcrumb span {
            margin: 0 5px;
            color: #999;
        }
       
        /* 分页样式 */
        .pagination {
            margin-top: 30px;
            text-align: center;
        }
        
      .pagination a, .p_fun_d, .p_no_d {
            display: inline-block;
            padding: 6px 12px;
            margin: 0 3px;
            border: 1px solid #ddd;
            color: #666;
            text-decoration: none;
            border-radius: 3px;
        }
        
        .pagination a:hover {
            background-color: #da251e;
            color: #fff;
        }
        
        .pagination .p_no_d  {
            background-color: #da251e;
            color: white;
            border-color: #da251e;
        }
        
    /* 二维码样式 */
    .footer-qrcode {
        text-align: center;
        flex-shrink: 0;
        width: 120px;
        position: absolute;
        bottom:0px;
        right:20px;}
    
    .footer-qrcode img {
        width: 100px;
        height: 100px;
        border: 2px solid white;
        margin-bottom: 8px;}
    
    .footer-qrcode p {
        margin: 0;
        font-size: 13px;
        color: rgba(255,255,255,0.9);}