.middle{
  width: 1200px;
  margin: 0 auto;
  font-family: 'centuri';
}

/* 英文样式 */
/* news */
  .news-content .news-img{
    width: 280px;
    height: 200px;
}
.news-content .news-img img{
    width: 100%;
    height: 100%;
}
.news-content h4{
	width:280px;
    font-weight: bold;
    margin:8px 0;
	font-size:17px;
	max-height: 46px;
    overflow: hidden;
}
.news-content span{
	display:block;
	width:280px;
	/*font-size:16px;*/
	overflow:hidden;
}
.news-layout .news-title{
    font-size: 34px;
    height: 115px;
    line-height: 115px;
    font-weight: bold;
}
.news-layout .news-title a{
    padding-left: 20px;
    color: #5B72D3;
    font-size: 14px;
}
/* 重置左右切换样式 */
.news-content .swiper-button-next, .news-content .swiper-button-prev{
  width: 50px;
  height: 310px;
  /* display: none; */
}
.news-content .swiper-button-prev{
    background: #eee url(../images/ic_arrow_left_.png) no-repeat;
    background-position:10px 120px ;
    top:0px;
    left: 0;
    -webkit-box-shadow: 4px 0px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 4px 0px 5px rgba(0,0,0,.4);
    -ms-box-shadow: 4px 0px 5px rgba(0,0,0,.4);
    box-shadow: 4px 0px 5px rgba(0,0,0,.4);
}
.news-content .swiper-button-next{
    background: #eee url(../images/ic_arrow_right_.png) no-repeat;
    background-position: 10px 120px;
    top:0px;
    right: 0;
    -webkit-box-shadow: -4px 0px 5px rgba(0,0,0,.4);
    -moz-box-shadow: -4px 0px 5px rgba(0,0,0,.4);
    -ms-box-shadow: -4px 0px 5px rgba(0,0,0,.4);
    box-shadow: -4px 0px 5px rgba(0,0,0,.4);
}
/* events */
.events-layout{
    margin: 50px auto;
}
.events-layout .events-bg{
    padding: 0 20px;
    background-color: #F4F3F1;
}
.events-layout .events-bg ul li{
    float: left;
    width: 40%;
    height: 66px;
    padding-left: 91px;
    position: relative;
    margin: 0 50px 40px 0;
}
.events-layout .events-bg ul li:hover h3{
	color:#5B72D3;
}
.events-layout .events-bg ul li:nth-child(2n){
    margin-right: 0;
}
.events-layout .events-bg ul li .date{
    display: inline-block;
    padding: 10px;
    background-color: #5B72D3;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    
}
.events-layout .events-bg ul li .date p{
    font-size: 18px;
}
.events-layout .events-bg ul li h3{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
.events-layout .events-bg ul li a span{
    color: #666;
    font-size: 14px;
}

/* 内页样式 */
.content_bg{
    background-color: #eee;
}
.content_box{
    padding: 30px 0;
	min-height:468px;
}
.content_box .c_left{
    float: left;
    width: 20%;
    line-height: 50px;
    /*text-align: center;*/

}
.content_box .c_right{
    float: right;
    width: 75%;
    padding: 15px 20px;
    background-color:#fff; 
	min-height:650px;
}
.content_box .c_right .teacher{

}
.content_box .c_right .teacher li{
    float: left;
    padding: 10px;
    border: 1px solid #c9c9c9;
    margin: 20px 35px 0 0;
}
.content_box .c_right .teacher li:hover{
    background-color: #8d8d8d;
}
.content_box .c_right .teacher li:hover span,.content_box .c_right .teacher li:hover h2,.content_box .c_right .teacher li:hover p{
    color: #fff;

}
.content_box .c_right .teacher li:nth-child(2n){
    margin-right: 0;
}
.content_box .c_right .teacher .avatar{
    float: left;
    width: 125px;
    height: 125px;
	overflow:hidden;
}
.content_box .c_right .teacher .avatar img{
    width: 100%;
    /*height: 100%;*/
}
.content_box .c_right .teacher_info{
    float: left;
    width: 265px;
    padding: 10px 0 0 20px;
}
.content_box .c_right .teacher_info h2{
    font-size: 24px;
}
.content_box .c_right .teacher_info span{
    display: inline-block;
    padding: 5px 0 10px;	
    color: #666;
}
.content_box .c_right .teacher_info p{
    color: #999;
}

.content_box .c_left h3{
    text-align: center;
    height: 50px;
    border-bottom: 4px solid #334366;
    font-size: 20px;
    margin-bottom: 3px;
}
.content_box .c_left>ul>li{
    margin-bottom: 2px;
}
.content_box .c_left>ul>li>a{
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #cda053;
	padding:0 20px;
	box-sizing:border-box;
	text-align:center;
}
.twoMenu{
	/*padding:0px 5px;*/
	box-sizing:border-box;
	background:rgba(211,211,211,.5);
}
.twoMenu a{
	display:block;
	padding:0px 40px;
	box-sizing:border-box;
	text-align:center;
	/*color:#fff;*/
}
.a_selected{
color: #292828;
padding: 0px 15px;
}
a.reset{
	color:#9492ff;
}
a.reset:hover{
	color:#9492ff;
}
.a_unselected{
	color: #9492ff;
    padding: 0px 15px;
}

/*
.content_box .c_left ul.twoMenu li.current a{
    /*background-color: #03074C;**/
	/*background-color:#334366;
	color:#fff;
}		*/			
.c_left>ul>ul{
	display:none
}
.content_box .c_left ul li.current a{
    /*background-color: #03074C;**/
	background-color:#334366;
	color:#fff;
	text-align:center;
}	
.content_box .c_left>ul>li.current+ul{
		display:block
}
.c_right .nav_top{
    padding: 10px 0;	
    border-bottom: 2px solid #334366;
}
.c_right .detail_content{
    padding: 20px 0; 
}
.c_right .detail_list{
margin-top: 15px;
}
.c_right .detail_list ul li{
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    /* margin-bottom: 10px; */
    padding: 0 20px;
    color: #666;
    cursor: pointer;
    border-bottom: 1px dotted #999999;
}
.c_right .detail_list ul li a{
    display: block;
    width: 80%;
    color: #666;
    font-size: 16px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c_right .detail_list ul li span{
    float: right;
}
.c_right .detail_list ul li:hover{
    background-color: #8d8d8d;
}
.c_right .detail_list ul li:hover a,.c_right .detail_list ul li:hover span{
    color: #fff;
}
/* 分页 */
.pages-box{
    margin-top: 20px;
    text-align: center;
}
.pages-box .pages{
    display: inline-block;
}
/* detail */
.detail-title{
    text-align: center;
}
.detail-title h2{
    font-size: 24px;
    padding: 15px 0;
}
.detail-title .info{
    font-size: 14px;
    color: #666;
}
.detail-title .info span{
    padding-right: 10px;
}