*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}

/*头部*/
.header{
	width: 100%;
	color: white;
	background: url(../images/banner.png) no-repeat;
	background-size: 100% 100%;
}
.header-top{
	text-align: right;
	line-height: 30px;
}
.header-top a{
	margin-left: 10px;
	text-decoration: none;
	color: black;
}
.header-top a:hover{
	color: red;
}
.header-logo{
	padding: 20px 0 20px 0; 

}
.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{

}
.out {
	height:275px;
		border: 1px solid #bfbfbf;
	position:relative;

}

.img a{
	display: block;
	color: #5e5e5e !important;

}
.news-ti{
	text-align: left;
	line-height: 35px;
	font-size: 16px;
}

.img li {
	position:absolute;
	width:100% !important;
	top:0px;
	right:0px;
	display:none
}
.out img{
	width: 100%;
}
.out .num {
	position:absolute;
	bottom:30px;
	right:0;
	font-size:0px;
	text-align:center;
	overflow: hidden;
}
.num li {
	width:20px;
	height:20px;
	background:#666666;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	display:inline-block;
	font-size:16px;
/*	border-radius:50%;*/
	margin-right:10px;
	cursor:pointer;
}
.out .btn {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
	background:rgba(0,0,0,0.5);
	color:#FFFFFF;
	text-align:center;
	line-height:60px;
	font-size:40px;
	display:none;
	cursor:pointer;
}
.out .num li.active-1 {
	color: white;
	background: #005c41;
}
.out:hover .btn {
	display:block
}

/*新闻列表*/
.head-top{
	border-bottom: 3px solid #016243;
}
.more{
	float: right;
	margin-top: 8px;
}
.more a{
	color: #797979;
}
.more a:hover{
	color: #036146;
}
.list-content{
	border: 1px solid #c2c2c2;
}

/*内容*/
.news-list-title{
	font-size: 16px;
	color: #005c41;
	padding: 10px 0;
	margin: 0;
}
.news-adb{
	white-space: initial !important;
	height: 60px;
	text-indent: 30px;
}
.one a{
	display: block;
}
.news-time{
	float: right;
	margin-top: -20px;
}
.news-title,.eng-title{
	display: block;
	width: 265px;
}
@media only screen and (max-width:420px ) {
		.news-title ,.eng-title{
	display: block;
	width: 225px;
}
}
@media only screen and (min-width:768px) and (max-width: 986px) {
	.news-title ,.eng-title{
	display: block;
	width: 155px;
}
}
.news-list ul li a{
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #515151;
}
.one a:hover .news-list-title{
	color: black;
}
.one a:hover .news-adb{
	color: white;
}
/*通知公告*/
.notice ul li a {
	color: #515151;
	line-height: 28px;
	padding: 5px;
	
}
.notice ul li,.news-list ul li{

	padding-left: 10px;
	padding-right: 5px;
}
.notice ul li:hover,.news-list ul li:hover{
	background: #67bba2;
}
.notice ul li:hover a,.news-list ul li:hover a{
	color: white;
}
/*第二块内容*/
.conent-tow{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*教学工作*/
.load-title{
	color: white;
}
.load-top{
	background: #0f8d68;
	padding: 8px;
}
.load-top .more{
	margin-top: 0px;

}
.load-top .more a{
	color: white;
}

.download ul li a{
	color: #494949;
	display: block;
	line-height: 29px;
	padding-left: 10px;
}
.down-title{
	display: block;
	width: 190px;
}
@media only screen and (max-width:420px ) {
	.down-title{
	display: block;
	width: 185px;
}
}

@media only screen and (min-width:768px) and (max-width: 986px) {
	.down-title{
	display: block;
	width: 130px;
}
}

.down-time{
	float: right;
	margin-top: -30px;
	margin-right: 10px;
}

.download ul li:hover{
	background: #67bba2;
}
.download ul li:hover a{
	color: white;
}
.download .more:hover a{
	color: #db150b;
}

.download .one a{
	line-height: 20px !important;
}

/*教学工作*/
.eng-time{
	float: right;
	margin-right: 10px;	
}
.english ul li a{
	color: #494949;
	display: block;
	line-height: 29px;
	padding-left: 10px;
}
.english ul li:hover{
	background: #67bba2;
}
.english ul li:hover a{
	color: white;
}
.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;
}

/*相关链接*/
.about{
	margin-top: 10px;
}
.about a{
	display: block;
	margin-top: 16px;
	color: white;

	text-align: center;
	padding: 12px;
}
.about .a1{
		background: #8f44ad;
}
.about .a2{
	background: #689b00;
}
.about .a3{
	background: #e67f23;
}
.about .a4{
	background: #2a80b9;
}
.about .a5{
	background: #00a652;
}

/*图片展示轮播区*/
.showimg{
	background: white;
	border: 1px solid #c2c2c2;
	margin-top: 20px;
}
#lun3 .lin3-img{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
#lun3{
	margin-top: 20px;
	padding-bottom: 20px;
}


.fc-title{
	position: relative;
	line-height: 30px;
	background: rgba(42,42,42,0.6);
	text-align: center;
	width: 100%;
	margin-top: -30px;
	color: white;
}
#lun3 .left ,#lun3 .right{
	background: none !important;
	background-image: none !important;
}
#lun3 .carousel-control{
	top: 25% !important;
	opacity: 1 !important;
	height: 50px !important;
}

.showimg .load-top a:hover{
	color: red;
}
/*盒子头部距离*/
.news-lunbo,.news-list,.notice,.download,.english,.spake{
	margin-top: 30px;
}
/*文字溢出处理*/
.notice ul li,.news-list ul li .news-title,.news-list-title,.down-title,.eng-con h5,.eng-title{
	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行*/
.not-abs{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 ;
	-moz-line-clamp: 2;
	overflow: hidden;
}
/*3行*/
.news-adb,.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: 5px !important;
		padding-right: 5px !important;
	}
}


/*footer*/
footer{
	width: 100%;
	color: #919191;
	text-align: center;
	padding-top: 20px;
	background: #e3e3e3;
	margin-top: 20px;
}
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 a{
	color: white;
}
.content-top{
	font-size: 15px;
	background: #0f8d68;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 20px;
	color: white;
}
.con-title{
		font-weight: bold;
		text-align: center;
}
.content-atice p{
	text-align: justify;

} 
.content-atice img{
	text-align: center;
}
/*列表*/
.badge{
	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;
}
.list-group a{
	color: #3f3f3f;
	font-size: 16px;
}
.list-group-item:hover,.list-group-item:hover .badge{
	color: white !important;
}
.list-group-item:hover{
	background: #67bba2;
}


/*左侧导航*/
.left-nav{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.panel-heading{
	background: #0f8d68 !important;
	color: white !important;
}
.left-nav header{
	background: #0f8d68;
	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: #61d6b4 !important;
	color: white !important;
}
.jia{
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}

.fenye{
	text-align:center;
}



/*教师风采*/
.teach{
	text-align: left;
}
.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 {
	overflow: hidden;
}

.teach-pic img{
	width: 100%;
	
}
.jiaoshi a:hover .js-ti{
	background: #0098ed;
	color: white;
}
