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

/*头部*/
.header{
	width: 100%;
	background: #003885;
	color: white;
}
.header-top{
	text-align: right;
	line-height: 40px;
}
.header-top a{
	margin-left: 10px;
	color: white;
	text-decoration: none;
}
.header-logo{
	background: #0d59a7;
	padding: 20px 0 20px 0;
}
.header-logo img{
	width: 100%;
}
@media only screen and (max-width: 500px) {
	.header-logo{
		display: none;
	}
	.slide{
		margin-top: 50px;
	}
	
}


/*内容*/
.head-top{
	margin-bottom: 20px;
}

/*新闻中心*/
.news{
	z-index: 666;	
}
.notice{
	z-index: 665;
	height: 465px;
}
.head-top{
	border-bottom:1px solid #26397d ;
	padding-left: 15px;
	padding-bottom: 5px;
}
.title-top{
	font-size: 19px;
	font-weight: bold;
	color: #4a4a52;
	border-bottom:3px solid #25387a ;
	padding-bottom: 4px;
}
.title-more{
	float: right;

	
}
.title-more a{
	color: #979797 !important;
	font-weight: bold;
	transition: 0.36s  all ease;
}
.title-more:hover a{
	margin-right:10px ;
	color: #2a3e87 !important;
}


.news,.notice,.fastnav,.job{
	margin: 30px 0 0px 0;
}

/*新闻轮播*/

.out {
	height:255px;
	position:relative;
}

.img a{
	display: block;
	color: #5e5e5e !important;

}
.news-ti{
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
}

.img li {
	position:absolute;
	width:100% !important;
	top:0px;
	right:0px;
	display:none
}
.out img{
	width: 100%;
}
.out-img{
	height: 240px;
	overflow: hidden;
}
.out .num {
	position:absolute;
	bottom:20px;
	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: #004098;
}
.out:hover .btn {
	display:block
}

/*新闻列表*/
.news-right{
	padding: 15px;
	margin-top: 0 !important;
}
.news-right ul li{
	list-style-type: square;
	color: #555555;
	margin-bottom: 13px;
	margin-left: 20px;
	transition: all 0.36s ease;
}
.news-right ul li a{
	color: #414141 !important;
}
.news-title{
	float: left;
	font-size: 15px;
}
.news-time{
	float: right;
}

@media only screen and (max-width: 500px) {
	.news-title{
		width: 230px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
		.news-title{
		width: 230px;
	}
}
.news-right ul li:hover a{
	color: #2a3e87 !important;
}
.news-right ul li:hover{
	padding-left: 10px;
}
/*就业信息*/
.job{
	min-height: 420px;
	overflow: hidden;
}
.job-img{
	min-height: 160px;
}
.job-img img{
	width:100%;
}
.job-dian{
	display: block;
	float: left;
	width:14px;
	height: 14px;
	background: #007b44;
	margin-top: 3px;
}
.job-ti{
	display: block;
	margin-left: 20px;
	color: #2b469b;
	font-size: 16px;
	font-weight: bold;
}
.job-title{
	margin-top: 5px;
	color: #343434;
}
.job-adst{
	font-weight: bold;
	margin-top: 5px;
}
.job-txt{
	color: #9e9e9e;
	height: 77px;
}
.job-time{
	text-align: right;
	color: #929292;
}
.job .col-sm-3{
	margin-top: 20px;
}
.job a{
	display: block;
	padding: 5px;
	transition: all 0.36s ease;
	
}

.job a:hover .job-dian{
	background: #00528e ;
}
.job a:hover .job-txt{
	color: black;
}
.job .col-sm-3 a:hover {

	margin-top: -15px;
	background: #c2d2fc !important;
	box-shadow: 5px 5px 10px #c8c8c8;
}

/*通知公告*/
.notice-box{
	width: 100%;
	padding: 10px;
	overflow: hidden;/*解决子元素浮动没有高度*/
}
.notice a{
	color: #858687 !important;
}
.notice p{
	margin-bottom: 0 !important;
}
.not-left{
	float: left;
	width: 70px;
	border-right: 1px solid #d9d9d9;
	padding-left: 10px;
}
.not-month{

	font-weight: bold;
	font-size: 30px;
	color: #5568ad;
}
.not-day{
	font-size: 16px;
}
.not-right{
	padding-left: 95px;
}
.not-title{
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
}
.not-abs{
	margin-top: 10px;
	height: 38px;
}

.notice a:hover .not-abs{
	color: #5568ad;
}

.notice a:hover .not-month{
	color: #002d68;
}
.notice a:hover .not-title{
	color: #002d68;

}

.n-more{
	float: right;
	margin-top: -35px;
}
.n-more a:hover{
	color: #002d68 !important;
}
.nav-tabs > li > a{
	font-weight: bold;
	font-size: 15px;
}
#ios .not-title{
margin-top: 15px;	
}

.notice .tab-pane li{
	margin-top: 8px;
}
/*快速导航*/
.fastnav{
	max-height: 400px;
}
.fastnav a{
	text-align: center;
	display: block;

}
.fastnav img{
	width: 70%;
}
.fast-title{
	color: #4a4951;
	font-size: 16px;
	margin-bottom: 20px;
}

.panel-group a{
	color: black !important;
	
}
.panel-heading{
	height: 40px;
}
.panel-title{
	font-size:19px !important;
}
.panel-body a{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px ;
}
.panel-body a:hover{
	color: #012A84 !important;
}
/*文字溢出处理*/
.job-ti,.job-adst,.not-title,.fast-title,.news-title,.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行*/
.not-abs{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
}
/*4行*/
.job-txt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	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;
	}
	.news-right{
		margin-top: 40px;
	}
	.content-txt{
		margin-top: 10px !important;
		min-height: none ;
	}
}
@media only screen and (max-width: 400px){
	.news-right ul li{
		margin-bottom: 35px ;
	}
}
/*footer*/
footer{
	width: 100%;
	background: #004098;
	color: white;
	text-align: center;
	padding-top: 20px;
}
footer div{
	margin-top: 20px;
}
footer a{
	color: red !important;
}
.foot{
padding: 10px;
	background: #002d68;
font-size: 12px;
}


/*内容页面*/
.con-pan{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.content-txt{
	margin-top: 60px;
	min-height: 700px ;
}

.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{
	text-align: justify;
	font-size: 14px !important;
}*/
#ziti p{
	text-align: justify;
	font-size: 14px !important;
}
#ziti p span{
	font-size: 14px !important;

/*.content-atice p span{
	font-size: 14px !important;
}*/
.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-item{
	color: #3f3f3f;
	font-size: 16px !important;
}
.list-group .list-group-item:hover,.list-group-item:hover .badge{
	color: #012A84 !important;
}
.list-group-item:hover{
	background: #cadbff;
}


/*左侧导航*/
.left-nav{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.panel-heading{
	background: #8196e5 !important;
	color: white !important;
}
.left-nav header{
	background: #0d59a7;
	color: white !important;
	margin-top: -20px ;

}

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

.left-nav .active{
	background: #7087df !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{
      padding: 5px 0;
      text-align: center;
      font-weight: bold;
      overflow: hidden;
      height: 55px;
      margin-bottom:10px;
  }
  .js-ti h5{
      margin: 0 !important;
      font-size: 15px;
      text-align: center;
      font-weight: bold;
  }
  .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;
     margin-bottom: 10px;
  }
  .teach-pic img{
      width: 100%;
	height: 190px;
  }
  .jiaoshi a:hover{
      background: #0098ed;
      color: white !important;
      box-shadow: 1px 2px 8px #bcbcbc;
  }
