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

@media (min-width: 1200px) {
	.container {
		width: 1350px;
	}
}
 .jiaoshi a{
      display: block;
      margin-top: 10px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      overflow: hidden;
      color: #505050;
  }

  .teach-pic {
     overflow: hidden;
     margin: 0 auto;
    
  }
  .teach-pic img{
      width: 100%;
		height:210px;
  }
@media (max-width: 500px) {
	  .teach-pic img{
     
		height:150px;
  }
}
  .jiaoshi a:hover{
      background: #0098ed;
      color: white !important;
      box-shadow: 1px 2px 8px #bcbcbc;
  }

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.ellipsis-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*b*/
.header-top{
	line-height: 35px;
	background: #f7f5f6;
	color: #999999;
}
.header-top a{

	color: #999999;
	text-decoration: none;
	float: right;
	width: 90px;
	padding-left: 18px;
}
.header-top a:hover{
	color: #1e7ac5;
}
/*搜索框*/
.seach {
	display: block;
	width:190px;
	height: 30px;
	float: right;
	border: 1px solid #cccccc;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
	
	
}
.seach .form-control{
	margin-top: 2px;
	border-radius:0 !important ;
	border: none;
}
.seach button{
	border-radius: 0 !important;
	width: 30px;
	background: white url(../images/serch.png) no-repeat;
	background-position-y: 8px;
	border: none;
}
.seach button:hover{
	background-color: white;
}
#searchForm{
	margin-top: -3px;
}


/*e*/

/*图片展示*/
#lun3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.honor-title {
	padding: 10px;
	background: white;
	color: #818181;
	font-size: 16px;
}

.honor-img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

#lun3 .slideItem a {
	display: block;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	border: 1px solid #a0abbb;
}

#lun3 .slideItem>div>a>div {
	box-shadow: 3px 0px 10px #8a8a8a;
}

.ti {
	margin-left: 90px;
}

.ti .new-title {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}

.ti .new-abs {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0;
	font-size: 13px;
	letter-spacing: 1px;
}

.tab-pane ul li {
	border-bottom: 1px dashed #c9c9c9;
	padding: 10px 0;
	overflow: hidden;
}

.new-time {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background: #4b8eaf;
	color: white;
	text-align: center;
	padding: 5px;
	float: left;
}

.pic-news {
	margin-bottom: 20px;
}

.pic-news a:hover h5 {
	background-color: #4b8eaf;
}

.pic-news a:hover .abs {
	background-color: #d54248;
}

.pic-news h5 {
	padding: 5px 15px;
	font-size: 16px;
	background: #2981db;
	color: white;
	font-size: 15px;
	line-height: 20px;
	height: 49px;
	text-align: justify;
	margin-bottom: 0 !important;
}

.abs {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	background: #4b8eaf;
	color: white;
	padding: 15px;
	height: 78px;
	line-height: 20px;
	text-indent: 2em;
	text-align: justify;
	font-size: 13px;
}

.top_active {
	position: fixed;
	z-index: 999;
	top: 0px;
}

/*头部*/
.header {
	width: 100%;
	color: white;
	z-index: 100;
	position: relative;
}

.header-logo {
	background-color: #0d59a7;
	padding-bottom: 10px;
}

.header-logo img {
	margin-top: 10px;
	width: 100%;
}

/*搜索*/
.serch {
	padding-top: 30px;
}

/*轮播*/
.top-nav {
	position: absolute;
	width: 100%;
}

/*栏目通用头部*/
.content-head {
	text-align: center;
}

.content-head .col-xs-3 {
	border-top: 1px solid #9b9b9b;
	margin-top: 45px;
}

.content-head h4 {
	    color: #000;
    font-weight: bold;
}

.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;
}

a {
	color: #555;
}

/*图片新闻*/
.con-news {
	margin: 20px 0;
}

.news-txt {
	padding-top: 10px;
	background-color: #00a3ff;
	color: white;
	padding: 10px;
}

.news-img {
	 
	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;
height:50px;
}

.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 {
		
	}

	.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*/
footer {
	width: 100%;
	color: white;
	padding-top: 10px;
	background: #0b479e;
}

footer img {
	width: 100%;
}

footer a {
	color: #FFF;
}

footer a:hover {
	color: red;
}

.fo-top {
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

.fo-top h5 {
	font-size: 16px;
	border-bottom: 3px solid #ffffff;
	width: 70px;
	margin-bottom: -2px !important;
	padding-bottom: 10px;
}

.list ul li {
	background-position-y: 10px;
	padding: 5px 20px;
	color: #FFF;
}

.foot {
	padding: 8px;
	background: #09377a;
	font-size: 10px;
	color: white;
	text-align: center;
}

/*内容页面*/
.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: #5fbdf1 !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;
}


.nav-tabs > li.active > a {
   
    color: #000;
    font-size: 16px;
    font-weight: bold;
   
}
