*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}

.top_active{
	position: fixed;
	z-index: 999;
	top:0px;
}
/*头部*/
.header{
	width: 100%;
}

.header-logo{
	background: url(../images/banner-top.png);
	background: cover;
	height: 100px;

}
.header-logo img{
	width: 100%;

}
.seach{
	display: block;
	float: right;
	color: black;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	overflow: hidden;
}
.s_bt{
	background: #a3a3a3;
	width:50px;
	margin-left: -10px;
	color: white;
}

@media only screen and (max-width: 500px) {
	.header-logo{
		display: none;
	}
	#lun2{
		margin-top: 50px;
	}
	#lun3 .left,#lun3 .right{
		display: none;
	}
	#lun3 .lin3-img{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.fc-banner img{
	width: 200% !important;
}
}


/*内容*/
.news-lunbo{
	padding: 8px 0 2px 0;
}
.news-lunbo,.news-list{
	overflow: hidden;
}
.news-img img{
	width: 100%;
}


/*新闻列表*/
.head-top{
	border-bottom: 3px solid #016243;
}
.more{
	float: right;
	margin-top: 8px;
}
.more a{
	color: #797979;
}
.more a:hover{
	color: red !important;
}
/*内容*/
.news-list-title{
	font-size: 16px;
	color: #005c41;
}
.news-adb{
	white-space: initial !important;
	height: 40px;
	text-indent: 30px;
}

.news-time{
	float: right;
	margin-top: -30px;
}
.eng-title{
	display: block;
	width:100%;
}

.news-ti{
	width: 74%;
}

.new-one h4{
	color: #656565;
	font-weight: bold;
}
.new-one p{
	height: 60px;
	color: #676767;
	text-indent: 2em;
}
.new-one a:hover h4{
	color: #0070ce;
}

.news-list a{
	display: block;
	color: #454545;
	font-size: 15px;
}
.news-list li{
	margin-top: 15px;
}
.news-list a:hover{
	color: #0070ce;
}
/*网上查询*/
.morelink li{
	float: left;
	margin-right: 15px;
	background: none !important;
}
.morelink li:hover a{

}
/*第二块内容*/
.conent-tow{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*教学工作*/
.load-title{
	background: #0f7cc1;
	color: white;
	font-size: 15px;
	padding: 6px;
}
.load-top{
border-bottom: 2px solid #0f7cc1;
padding-bottom: 5px;
margin-top: 10px;
}
.load-top .more{
	margin-top: 0px;

}
.load-top .more a{
	color: #8c8c8c;
}
.huiyi{
	margin-top: 10px;
}
/*教学工作*/
.eng-time{
	float: right;
	margin-right: 10px;	
}
.list-content ul li{
	background: url(../images/dian.png) no-repeat;
	background-position-y: 50%;
	padding-left: 20px;
}
.english ul li a{
	color: #494949;
	display: block;
	margin-top: 16px;
}

.english ul li:hover a{
	color: #097ccc;
}
.english .more:hover a{
	color: #db150b;
}
.en-img img{
	width: 100%;
	margin-top: 10px;
}
.eng-con{
	padding-left: 0 !important;
}
.eng-con h5{
	color: black;
	font-weight: bold;
	font-size: 15px;
}
.eng-con p{
		font-size: 13px;
		text-indent: 26px;
		line-height: 18px;
		height: 53px;
}
.en-one{
	overflow: hidden;
}
.eng-time {
	display: block;
	margin-top: -30px;
}
/*联系我们*/
.tach{
	margin-bottom: 10px;
}
.tach ul li a{
	color: #7f7f7f;
}
.tach ul li{
	background: none;
	float: left;
	width: 163px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #bababa;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 0;
	
}
.tach ul li:hover{
	color: #0f7cc1;
	border: 1px solid #0f7cc1;
}
/*图片展示区*/
#demo{width:100%; overflow:hidden; margin:0px auto;
}
#demo a{
	color: #9a9797;
	text-decoration: none;
}
#demo td{
	padding: 10px;
	background-color: white;
}

.showimg {
	margin-top: 20px;
}
.show-ti{
	background: #8a8a8a;
	padding: 6px 0;
	color: white;
	font-weight: bold;
	box-shadow: 0px 10px 10px #8a8a8a;
}

/*文字溢出处理*/
.eng-con h5,.eng-title,.news-lunbo h5,.news-ti{
	overflow: hidden;
	text-overflow: ellipsis;
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis; 
	white-space: nowrap;
}
/*多行溢出处理*/
/*2行*/
.new-one h4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 ;
	-moz-line-clamp: 2;
	overflow: hidden;
}
/*3行*/
.eng-con p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3 ;
	-moz-line-clamp: 3;
	overflow: hidden;
}

/*屏幕小于768px*/
@media only screen and (max-width: 768px){
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


/*footer*/
footer{
	width: 100%;
	color: #919191;
	text-align: center;
	padding-top: 20px;
	background: #097ccc;
	color: white;
}
footer div{
	margin-top: 10px;
}
footer a{
	color: red !important;
}
.foot{
padding: 10px;
font-size: 12px;
}


/*内容页面*/
.con-pan{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.content-txt{
	margin-top: 22px;
}
@media only screen and (max-width:768px ) {
	.content-txt{
	margin-top: 0px;

}
}

.content-top{
	font-size: 15px;
	background: #0f7cc1;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 20px;
	color: white;
}
.content-top a{
	color:white;
}

.con-title{
		font-weight: bold;
		text-align: center;
}
.content-atice p{
	letter-spacing: 2px;
	text-align: justify;

}
.content-atice img{
	margin:auto;
}
/*列表*/
.badg{
	border-radius:0 !important;
	background: none !important;
	color: black !important; 
	float: right  !important; 
}
.list-group-item{
	border-left: none !important;
	border-right: none !important; 
	border-top: none !important;
	padding-bottom: 1px solid red !important;
	margin-top: 10px !important;
	overflow: hidden;
}

.con-list a{
	color: black;
	font-size: 16px !important;
}
.con-list a:hover ,.list-group-item:hover .badg{
	color: #b20b16 !important;
}



/*左侧导航*/
.left-nav{
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-shadow: 5px 5px 5px #bdbdbd;
}
.panel-heading{
	background: #0f7cc1 !important;
	color: white !important;
}
.left-nav header{
	background: #0f7cc1;
	color: white !important;

}

.left-nav header h3{
	font-size: 20px !important;
		padding: 10px;
}
.left-nav li a{
	display: block;
	text-align: left !important;
	padding: 10px;
	color: #4c4c4c ;
}
.panel-title a{
	color: white !important;
	text-align: left !important;  
	display: block;
}

.left-nav .active{
	background: #b20b16 !important;
	color: white !important;
}
.jia{
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}

/*教师风采*/

.js-ti{
	color: #505050;
	padding: 5px;
}
.js-ti h5{
	margin: 0 !important;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.jiaoshi a{
	display: block;
	margin-top: 10px;
	box-shadow: 2px 2px 5px #6A6A6A;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden
}

.teach-pic {
	max-height: 280px;
	overflow: hidden;
}
.teach-pic img{
	width: 100%;
	
}
.jiaoshi a:hover .js-ti{
	background: #0098ed;
	color: white;
}
