@charset "utf-8";

@media screen and (max-width: 480px) {
    body{
        min-width: 100%;
    }
    .container{
        width: auto;
        padding: 0 15px;
    }

    .header .top .container{
        padding: 0;       
    }
    .header .top .container a,
    .header .top .container span{       
        display: none;
    }
    .header .top .container .toggle{
        display: block;
    }
    .header .top span{
        padding: 0 5px;
    }
    .header .top .home{
        position: relative;
        padding-left: 22px;
    }
    .header .top .home:before{
        transform: scale(0.8);
    }
    .header .top>a{
        position: absolute;
        top: 2px;
        left: 15px;
        width: 25px;
    }
    .header .top>a i{
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: 4px 0;
    }
    .header .logo{
        text-align: center;
    }
    .header .logo img{
        display: inline-block;
        width: 80%;
    }
    .header>.container{
        width: auto;
        height: 70px;
        padding: 0;
        position: static;
    }
    .header .logo {
        float: none;
        margin-top: 15px;
    }

 /* 导航栏样式 */
.nav-list {
       padding: 5px 0;
}
.nav-list>ul{
     
	justify-content: center;
	line-height: 52px;
}

.nav-list .nav-item {

  float: left;
  height: 52px;
  flex: 1 1 auto;
  text-align: center;
 flex-grow: 1;
 position: relative;
 width: auto;
}


.nav-list .nav-item:hover {
  background: linear-gradient(to top, #015ec1,  #0153ab );
}

.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item>a {
    font-size: 14px;
    padding-left: 15px;
  
}
.nav-list .nav-item>a span{
	display: block;
	
}
.nav-list .nav-item>a em{
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 1;text-transform: uppercase;white-space:nowrap; transform: scale(0.8);
}
.nav-list .nav-item:hover a em{
	color: #fff;
	
}
.submenu {
      position: static;
      width: auto;
}


    .nav{
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        top: 30px;
        margin-top: 0;
        background: #eee;
        z-index: 999;
    }
    .menu{
        padding: 5px 0;
    }
    .menu>li{
        float: none;
        margin: 0;
        line-height: 35px;
        border-bottom: 1px solid #ddd;
    }
    .menu>li:last-child{
        border-bottom: none;
    }
    .menu>li>a{
        font-size: 14px;
        padding-left: 15px;
    }
    .menu>li span{
        display: block;
        position: absolute;
        top: 2px;
        right: 15px;
        font-size: 24px;
        font-weight: bolder;
        line-height: normal;
    }
    .second-menu{
        position: static;
        width: auto;
    }

    .title h3 span{
        font-size: 16px;
    }

    .slideBox .bd img{
      height: auto;
    }
    .slideBox .hd{
        bottom: 5px;
    }
    .slideBox>a{
        display: none;
    }

    .news ul {
        margin: 0;
        padding-bottom: 30px;
    }
    .news li{
        float: none;
        width: auto;
        /*height: 280px;*/
        margin: 0 0 20px 0;
    }
    .news li:last-child{
        margin-bottom: 0;
    }

    .box {
        height: auto;
        padding: 30px 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }
.box .container>ul{
     display: block;      
     margin: 0 0px;
}

    .box .container>ul>li {
        float: none;
        width: auto;
    }
   .box1 {
        height: auto;
        padding: 30px 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }
    .box1 .container>ul>li {
        float: none;
        width: auto;
    }

    .service>ul>li {
        width: 130px;
    }

	.video,.focus{
		width: auto;
		float: none;
	}
.video{
        height: 300px;
}
	.video .conbox,.video .conbox img{
		height: 220px;
	}
	.video .conbox .videoIco{
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
		background-size: 60px 60px;
	}
	.focus ul li img{
		height: auto;
	}
    .footer .container{
       padding: 0;
    }
    .footer ul{
      /*  display: none; */
    }
    .footer p{
        height: 75px;
        margin: 20px 0;
    }
    .footer p span{
        display: block;
    }

    .section{
        min-height: 100%;
    }
   /* .banner img{
        height: 120px;
    }
*/
    .side{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .side p{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        position: relative;
    }
    .side p span{
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        line-height: normal;
        font-size: 24px;
        font-weight: bolder;
    }
    .side>ul{
        display: none;
    }
    .side li a{
        font-size: 16px;
    }
    .column{
        margin-left: 0;
    }
    .bread h1{
        display: none;
    }
    .bread{
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }
    .bread .rt{
        float: left;
    }
 .common-list li {
    padding: 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  .common-list li p {
    flex: 1;
    min-width: 0; /* 修复 ellipsis 失效问题 */
    margin: 0;    /* 清除默认外边距 */
  }
  .common-list li p.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .common-list li span {
    order: 2;
    text-align: right;
    white-space: nowrap;
  }
 .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
    .caption h3{
        font-size: 20px;
    }
    .caption p span:first-child,
    .caption p span:last-child{
        display: none;
    }
    .content img{
        max-width: 100%;
        height: auto;
    }
    .detail>p{
        font-size: 14px;
    }

    .teacher li{
        width: 25%;
        padding-left: 0;
    }

    .leader ul{
        margin: 0;
    }
    .leader li {
        float: none;
        width: auto;
        margin: 0 0 20px 0;
    }
    .leader li .info{
        padding: 20px 15px;
    }
    .leader li .info h2{
        font-size: 20px;
    }
    .leader li .info h2 span{
        font-size: 14px;
    }
	.video-list li{
		width: 100%;
		margin:20px 0 0;
	}
	.video-list li img{
		height: 190px;
	}

}