@CHARSET "UTF-8";

.link {
	display: inline-block;
	line-height: 35px;
	padding: 0 30px;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
}

.head-nav {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	color: white;
	bottom: 0;
	height: 35px;
	width: 100%;
}

.nav-tabs {
	border-bottom: none;
}

.link.active{
	background-color: rgba(255,255,255,0.5);
}

.link:focus,.link:hover{
	color:white;
	text-decoration: none;
	background-color: rgba(255,255,255,0.5);
}

.news-title{
	display:block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.news-desc{
	display:block;
	font-size: 16px;	
	color: #666666;
}
.news-subTitle>a{
	font-size: 14px;
	color:#2bac1d;
	display: block;
	width: 100%;
	line-height: 2;
	word-space:5px;
}

hr{
	margin: 40px 0;	
}

.panel-default{
	background-color: #F5F5F5;
	color: #666666;
	border-color: #F5F5F5;
	margin-top:50px;
}

.job-title{
	color:#2bac1d;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
}

.job-name{
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}

.job-desc{
	color: #666666;
	line-height: 1.5;
}

.panel-body{
	padding: 15px 35px 25px 35px;
}