body{
	width:100vw;
	overflow-x: hidden;
	font-family: '微软雅黑';
}
ul{list-style: none;margin:0px;padding:0px;}
.header{
	width:1000px;
	height:32px;
	line-height: 32px;
	margin:0 auto;
	overflow: hidden;
}
.header>span{
	color:#828282;
}
.header>ul>li>a{
	height:15px;
	padding:0 8px;
	line-height:15px;
	color:#3164b7;
	margin-top:9px;
	border-right:1px solid #d0d0d0;
	text-align: center;
	float: right;
}
.header>ul>li>i{
	height:15px;
	padding:0 8px;
	line-height:15px;
	color:#3164b7;
	margin-top:9px;
	border-right:1px solid #d0d0d0;
	text-align: center;
}
.header>ul>li>a:hover{
	background:transparent;
}
.header>ul>li>.last{
	border:0px;
}
.header>ul>li:last-child{
	padding:0;
	margin:0;
}
.header .navbar-form{
	margin:0px;
	padding:0px;
	margin-right:15px;
}
.header .form-group{
	width:168px;
	height:20px;
	line-height: 20px;
	border-radius:20px;
	overflow: hidden;
	margin-left:15px;
	background:#efefef;
}
.header .form-group>input{
	float:left;
	display: block;
	height:20px;
	width:140px;
	margin-left:3px;
	background:#efefef;
	border:1px solid #efefef;
	font-size:10px;
	line-height:5px;
}
.header .form-group>span{
	float:right;
	display: block;
	margin-top:4px;
	margin-right:6px;
}

/*导航栏开始*/
.navbar{
	width:100%;
	height:80px;
	line-height: 80px;
	background: #fff;
	border:0px;
	border-top:1px solid #e3e3e3;
	margin-bottom:0px;
}
.navbar>.container-fluid{
	width:1000px;
	height:80px;
	line-height: 80px;
	margin:0 auto;
	padding:0;
}
.navbar>.container-fluid>.navbar-collapse{
	padding:0px;
}
.navbar>.container-fluid > .navbar-header > .navbar-brand{
	height:80px;
	line-height: 50px;
	font-size:20px;
	color:#3164b7;
	font-family: "[MFYanSong_N.";
	font-weight: bold;
}
.navbar>.container-fluid .nav>li>a{
	height:79px;
	line-height: 50px;
	padding:10px;
	text-align: center;
	color:#999999;
	font-size:14px;
}
.navbar>.container-fluid .nav{
	float:right;
	display: block;
}
.navbar>.container-fluid .nav>li>a:hover{
	border-top:5px solid #3164b7;
	color:#3164b7;
	box-sizing: border-box;
	line-height: 40px;
}

.navbar>.container-fluid .nav>li>.active{
	background:#f4f9ff;
	border-top:5px solid #3164b7;
	color:#3164b7;
	box-sizing: border-box;
	line-height: 44px;
}
/*导航栏结束*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.vm{
	vertical-align: middle;
}
.block{
	display: block;
}
.mr20{
	margin-right: 20px;
}
.ml20{
	margin-left:20px;
}
.ml5{
	margin-left:5px;
}
.inblock{
	display: inline-block;
}
select::-ms-expand {
    display: none;
    outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../image/button.png") no-repeat scroll right 5px center transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border:0px;
}
/*公共列表开始*/
.row{
	margin:0;
}
 .row>div{
	padding:0px;
}
 .row> .col-md-4 .thumbnail{
	width:300px;
	height:210px;
	border:1px solid #dbdbdb;
	border-radius: 0;
}
 .row> .col-sm-4 .thumbnail{
	width:300px;
	height:210px;
	border:1px solid #dbdbdb;
	border-radius: 0;
}
 .row> .col-xs-4 .thumbnail{
	width:300px;
	height:210px;
	border:1px solid #dbdbdb;
	border-radius: 0;
}
 .row> div .thumbnail{
 	box-sizing: border-box;
 	border:1px solid #dbdbdb;
 	margin-right:20px;
 }

 .row>div>.centerRight{margin:0 0 0 auto;}
 .row>div>.centerCenter{margin:0 auto;}
 .row>div>.thumbnail>div{
	width:280px;
	height:85px;
	margin:0 auto;
	border-bottom:1px solid #cbcbcb;
}
 .row>div>.thumbnail>div>.recruitName{
	 font-size:16px;
	 color:#3f88ff;
	 float:left;
	 margin:16px;
	 font-weight: bold;
}
 .row>div>.thumbnail>div>.recryitSalary{
	font-size:16px;
	font-weight: bold;
	color:#3f88ff;
	float:right;
	color:#ff743d;
	margin:16px;
}
 .row>div>.thumbnail>div>.recryitCity{
	font-size:14px;
	color:#505050;
	float:left;
	clear:both;
	margin-left:16px;
	border-right:1px solid #505050;
	padding:0 5px;
	height:12px;
	line-height: 12px;
}
 .row>div>.thumbnail>div>.recryitYear{
	font-size:14px;
	color:#505050;
	float:left;
	border-right:1px solid #505050;
	padding:0 5px;
	height:12px;
	line-height: 12px;
}
 .row>div>.thumbnail>div>.recryitEducation{
	font-size:14px;
	color:#505050;
	float:left;
	padding:0 5px;
	height:12px;
	line-height: 12px;
}
 .row>div>.thumbnail>.caption{
	border:0;
}
 .row>div>.thumbnail>.caption>h3{
	font-size:14px;
	color:#505050;
	float:left;
	border:0;
}
 .row>div>.thumbnail>.caption>h3{
	height:20px;
	line-height: 20px;
	font-size:14px;
	color:#505050;
	float:left;
	margin:12px 0;
}
 .row>div>.thumbnail>.caption>h4{
	height:20px;
	line-height: 20px;
	font-size:14px;
	color:#505050;
	float:right;
	margin:12px 0;
}
.row>div>.thumbnail>.caption>button{
	clear:both;
	float:left;
	border:0;
	background:url(../image/lkzc.png) no-repeat left 8px;
	background-size:100% 100%;
	width:255px;
	height: 65px;
	line-height:55px;
	color:#fff;
	font-size:16px;
}
/*公共列表结束*/


/*搜索栏开始*/
/*搜索框开始*/

.topsearch>.searshCenter{
	width:1000px;
	margin:28px auto 12px auto;
}
.topsearch>.searshCenter>.row{
	width:1000px;
	height:50px;
	margin:0;
	border:1px solid #a2988d;
	background: #fff;
	box-shadow: 0 0 10px #4788b6;
}
.topsearch>.searshCenter>.row>.col-lg-12{
	padding:0px;
}
.topsearch>.searshCenter>.row .form-control{
	height:48px;
	margin-left:5px;
	border:0px;
	background:transparent;
	width:100%;
	box-shadow: none;
}
.topsearch>.searshCenter>.row .dropdown-toggle{
	border:0px;
	width:100%;
	background:transparent;
	margin-right:10px;
	height:48px;
	position:relative;
}
.topsearch>.searshCenter>.row .dropdown-toggle:after{
	display: block;
	content:"";
	width:1px;
	height:30px;
	background: #a2988d;
	position:absolute;
	right: 0;
	top:10px;
}
.topsearch>.searshCenter>.row .btn:active{
	box-shadow: none;
}
.dropdown-menu{
	min-width:80px;
	background:#fff;
	border-radius: 0;
	margin:0;
	margin-left:-1;
}
.topsearch>.searshCenter>.row .input-group-addon{
	background:transparent;
	width:100px;
	border:0px;
	font-size:24px;
	color:#3164b7;
	text-align: right;
}

/*搜索框结束*/
/*搜索栏结束*/

/*脚部开始*/
.footer{
	clear:both;
	height:60px;
	line-height: 60px;
	width:100%;
	margin:0 auto;
	text-align: center;
	font-size:14px;
	border-top: 5px solid #ebebeb;
	padding-top:5px;
}
/*脚部结束*/


.red{	background: red;}
.green{	background: green;}
.yellow{	background: yellow;}
.blue{	background: blue;}
.pink{	background: pink;}
.tRight{text-align: right;}
:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
a:hover{
	cursor: pointer;
}

