*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}
.top_active{
	position: fixed;
	z-index: 999;
	top:0px;
}
/*头部*/
.header{
	width: 100%;
	color: white;
	z-index: 100;
	position: relative;
}

.header-logo{
		background-color:#497200 ;
	background: rgba(73,114,0,0.9);
	padding: 10px 0;
}
.header-logo img{
	width: 100%;
}

/*搜索*/
.serch{
	padding-top: 30px;
}
/*轮播*/
.top-nav{
	 
	top: 0;
	width: 100%;
}

/*栏目通用头部*/
.content-head{
	text-align: center;
}
.content-head h4{
	color: #848484;
}
.content-head h3{
	margin-top: 0 !important;
	
}
.head-hr{
	border-bottom: 1px solid #848484;
	width: 150px;
	margin: auto;
	position: relative;
}
.hr{
	position: absolute;
	border: 2px solid #848484;
	width: 80px;
	margin: auto;
	border-radius: 5px;
	top:-2px;
	left: 25%;
}
/*新闻中心*/
	.news,.cg-show{
		background: #dbe2e2;
	}
/*图片新闻*/
.con-news{
	margin: 20px 0;
}

.news-txt{
	padding-top: 10px;
		background-color: #00a3ff;
		color: white;
		padding: 10px;
}
.news-img{
	max-height: 170px;
	overflow: hidden;
}
.news-img img{
	width: 100%;
	transition: all 0.36s ease;
}
.news-time{
	border: 1px solid white;
	text-align: center;
	width: 75px;
}
.day{
	font-size: 30px;
	font-weight: bold;
}
.news-title{
	width: 70%;
	float: right;
	margin-top: -65px;
	border-bottom:1px solid white ;
	font-size: 16px;
	padding: 20px 0;
}
.news-abs{
	padding: 10px 15px 0 15px;
	height: 45px;
	font-size: 13px;
}
.news-left a:hover .news-img img{
	transform: scale(1.1);
}
.news-left a:hover .news-txt{
	background-color: #007dd0;
}
/*新闻列表*/
.news-right ul li a{
	display: block;
	padding: 10px;
	color: #9a9797;
	border: 1px solid #9a9797;
	background: white;
}

.news-r-txt{
	float: right;
	width: 65%;
	margin-top: -65px;
	transition: all 0.5s ease;
}
.news-r-title {
	font-size: 16px;
}
.news-r-abs{
	margin: 5px 0;
	height: 40px;
}
.news-right ul li{
	margin-bottom: 20px;
	overflow: hidden;
	height: 86px;
	
}
.news-right .news-time{
	background-color: #b7b7b7;
	color: white;
	
}
.con-news .news-right{
	padding: 0 !important;
}
.new-bg{
	width: 100%;
	height: 86px;
	background: #00a3ff;
	transition: all 0.5s ease;
	
}
.news-right ul li:hover .new-bg{
	margin-top: -86px;
} 

.news-right ul li:hover .news-r-txt{
	color: white;
}


/*通知公告*/
.notice{
	min-height:550px;
}
.notice-con{
	margin-top: 20px;
	padding: 0 !important;
}
.notice-con a{
	color: #686868;
	font-size: 15px;
}
.notice-title{
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0;
	color: #232322;
	min-height: 43px;
}
.notice-box{
	padding: 20px;
	letter-spacing: 2px;
	border: 1px solid #d3d8d8;
	border-bottom: none;
	margin: 30px 0 0 0;
}
.notice-abs{
	font-size: 14px;
	margin: 20px 0;
	height: 80px;
}
.notice-time{
	padding: 10px 20px;
	border: 1px solid #d3d8d8;
	border-top: none;
	margin-bottom: 20px;
	overflow: hidden;
	height: 100px;
	background-color: #d3d8d8;
}
.not-month{
	font-size: 35px;
}
#notice a ,#meeting a,#message a,#activity a{
	display: block;
	transition: all 0.36s ease; 
		
}
.not-key{
	float: right;
	visibility: hidden;
	margin-top:20px ;
	transition: all 0.36s ease; 
}
#notice .col-sm-4 a:hover{
	box-shadow: 5px 5px 20px #7d7d7d;
	margin-top: -10px;
}
#notice .col-sm-4 a:hover .notice-box{
	background: #00a3ff;
}
#notice .col-sm-4 a:hover .notice-time{
	background-color: #f7f7f7;
}
#notice .col-sm-4 a:hover .not-key{
	visibility: visible;
		margin-top: -50px;
}
#notice .col-sm-4 a:hover .notice-box .notice-title,#notice .col-sm-4 a:hover .notice-box .notice-abs{
	color: white;
}
/*会议安排*/
#meeting .col-sm-4 a:hover{
	box-shadow: 5px 5px 20px #7d7d7d;
	margin-top: -10px;
}
#meeting .col-sm-4 a:hover .notice-box{
	background: #0096eb;
}
#meeting .col-sm-4 a:hover .notice-time{
	background-color: #f7f7f7;
}
#meeting .col-sm-4 a:hover .not-key{
	visibility: visible;
		margin-top: -50px;
}
#meeting .col-sm-4 a:hover .notice-box .notice-title,#meeting .col-sm-4 a:hover .notice-box .notice-abs{
	color: white;
}

/*信息公开*/
#message .col-sm-4 a:hover{
	box-shadow: 5px 5px 20px #7d7d7d;
	margin-top: -10px;
}
#message .col-sm-4 a:hover .notice-box{
	background: #0084cf;
}
#message .col-sm-4 a:hover .notice-time{
	background-color: #f7f7f7;
}
#message .col-sm-4 a:hover .not-key{
	visibility: visible;
		margin-top: -50px;
}
#message .col-sm-4 a:hover .notice-box .notice-title,#message .col-sm-4 a:hover .notice-box .notice-abs{
	color: white;
}

/*学术活动*/

#activity .col-sm-4 a:hover{
	box-shadow: 5px 5px 20px #7d7d7d;
	margin-top: -10px;
}
#activity .col-sm-4 a:hover .notice-box{
	background: #0079bd;
}
#activity .col-sm-4 a:hover .notice-time{
	background-color: #f7f7f7;
}
#activity .col-sm-4 a:hover .not-key{
	visibility: visible;
		margin-top: -50px;
}
#activity .col-sm-4 a:hover .notice-box .notice-title,#activity .col-sm-4 a:hover .notice-box .notice-abs{
	color: white;
}
/*风采展示*/
#demo{width:100%; overflow:hidden; margin:0px auto;
	margin:20px 0 ;
}
#demo a{
	color: #9a9797;
	text-decoration: none;
}
#demo td{
	padding: 10px;
	background-color: white;
}

#demo a:hover{
	color: #007dd0;
}


/*更多*/
.more{
	float: right;
	border: 1px solid white;
	padding: 5px;
	margin-right: 20px;
	margin-top: -33px;
	background: white;
}
.more a{
	color: #7c878e;
	transition: all 0.36s ease; 
}
.more:hover a{
	color: #00a3ff;
	padding-right: 20px;
}

/*notice more*/
.notice .more{
	float: right;
	padding: 5px;
	margin-right: 20px;
	margin-top: -40px;
	background: #00a3ff;
}
.notice .more a{
	color: white;
	transition: all 0.36s ease; 
}
.notice .more:hover a{

	padding-right: 20px;
}

/*师资队伍*/
/*教师风采*/
.jiaoshi{
	
}
.js-ti{
	color: #505050;
	padding: 5px;
}
.js-ti h5{
	margin: 0 !important;
	font-size: 17px;
	font-weight: bold;
}
.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
}

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


/*文字溢出处理*/
.news-title,.news-r-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行*/
.news-abs,.news-r-abs,.notice-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
	
}
/*五行*/
.notice-abs{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	overflow: hidden;
}
/*屏幕小于768px*/
@media only screen and (max-width: 770px){

	.content-txt{
		margin-top: 10px !important;
		min-height: none ;
	}
	.notice .more{
		margin-top: -130px;
	}
	.fast-div{
		display: none;
	}
	
}
/*屏幕小于500px*/
@media only screen and (max-width: 500px) {
	.header-logo{
		display: none;
	}
	.slide{
		margin-top: 50px;
	}
	.jiaoshi-img{
	min-height: 100px;
	overflow: hidden;
}
}
@media only screen and (max-width:991px ) {
	.news-right{
		margin-top: 10px;
	}
	.header{
		margin-top: 50px;
	}
}
@media only screen and (max-width:768px ) and (min-width:500px) {
	.news-r-txt{
		width: 80%;
	}

}
/*footer*/
footer{
	width: 100%;
	background: #6a9e0e;
	color: white;
	text-align: center;
	padding-top: 20px;
}
footer div{
	margin-top: 20px;
}
footer .about{
	width: 100%;

	
}
footer .about a{
	color: white;
}
footer .about a:hover{
	color: red;
}

.about h4{
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.about ul li{
	margin-top: 10px;
	border-bottom: 1px dashed  white;
	padding-bottom: 10px;
}
footer .col-sm-6{
	padding-top: 40px;
	border-left: 1px solid white;
	padding-bottom: 40px;
}
footer a{
	color: red;
}
.foot{
	padding: 15px;
	background: #497200;

}


/*内容页面*/
.con-pan{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.content-txt{
	margin-top: 60px;
	text-align: center;
}
..content-top a{
	color: #003885;
}
.content-top{
	border-bottom: 1px solid #003885;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.con-title{
		font-weight: bold;
		text-align: center;
}
.content-atice p{

	letter-spacing: 2px;
	text-align: justify;

}
.content-atice img{

}

/*列表*/
.badg{
	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;
	text-align: left;
}
.con-list a:hover ,.list-group-item:hover .badg{
	color: white;
}
.list-group-item:hover{
	background: #0099cc;
}


/*左侧导航*/
.left-nav{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.panel-heading{
	background: #006699 !important;
	color: white !important;
}
.left-nav header{
	background: #006699;
	color: white !important;

}
.f-box{
	padding: 10px;
	text-align: center;
}
.f-box img{
	width: 30%;
}
.fast-title{
	color: #4a4a51;
	margin-top: 10px;
}
.title-top{
	font-size: 19px;
	font-weight: bold;
	color: #4a4a52;
	padding-bottom: 8px;
}
.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: #0099cc !important;
	color: white !important;
}
.jia{
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}


/*轮播点*/
.newsList{
	top:-10px !important;
	left: -25px !important;
	text-align: left !important;
		height: 5px !important;
}
.newsList ul li{
	width: 111px !important;
	height: 5px !important;
	margin-left: -6px !important;
}
