﻿@charset "utf-8";
/* CSS Document */
body{
	background:#666;
	color: #454545;
    font: 12px/1.2 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}
div {
/*	border : solid 1px #969696;
*/	margin:10px 0 10px 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #F00;
}

a:active {
	text-decoration: none;
}

p{
	font-size:12px;
    line-height: 21px;
	color: #676767;
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px 0 5px 20px;
}

span{
	font-size:12px;
	background:url(../images/square.png) no-repeat left; 
    line-height: 21px;	
	color: #676767;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 0 0 20px;
    padding: 10px 0 10px 20px;
}

h1{
	background: none repeat scroll 0 0 #efedf0;
    clear: both;
    font-size: 12px;
    font-weight: bold;
	padding-left:5px;
    height: 24px;
    line-height: 24px;
}
.homepage{
	width:72%;
	min-width:920px;
	max-width:1000px;
	height:100%;
	background:#ffffff;
	position:relative;
	margin: 0 auto;
	border:0;
}

.portrait{
	width:40%;
	padding-left:4%;
	padding-right:4%;
	display:inline-block;
}
.portrait img{
	width:100%;
	max-height:248px;
}

.basicinfo{
	width:50%;
	position:relative;
	display:inline-block;
	float:right;
	border:0;
}

.basicinfo p{
	font-size:12px;
    line-height: 21px;
	color: #676767;
    font-family: Arial,Helvetica,sans-serif;
    padding: 8px 0 8px 0;
}

.recruiting{	
	width:75px;
	background:url(../images/hot.png) no-repeat scroll right transparent;	
}
.recruiting-detail{	
	width:75px;
	background:url(../images/new.png) no-repeat scroll top right transparent;	
    margin: 0;
    padding: 0;
}

.domain{
	font-size:12px;
    line-height: 21px;
	color: #676767;
    font-family: Arial,Helvetica,sans-serif;
	background:url(../images/dot.png) no-repeat left; 
    padding: 5px 0 5px 20px;
}

.name{
    font-weight: bold;
	font-size:13px;
	font-family:"Microsoft YaHei" ! important;
}
.list{
	width:145px;
	height:310px;
	border-radius:5px;
	background:#FFF;
	position:fixed;
	display:none;
	z-index:2;
	bottom:100px;
	left:86%;
}
.list a:link {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
.list a:visited {
	font-weight:bold;
	text-decoration: none;
}
.list a:hover {
	color:#F00;
	font-weight:bold;
	text-decoration: none;
}
.list a:active {
	font-weight:bold;
	text-decoration: none;
}
.navigation{
	width:45px;
	height:45px;
	border-radius:5px;
	background:url(../images/navigation.png) no-repeat left top transparent;
	position:fixed;
	cursor:pointer;
	display:none;
	z-index:2;
	bottom:50px;
	left:86%;
}
.top{
	width:45px;
	height:45px;
	border-radius:5px;
	background:url(../images/top.png) no-repeat left top transparent;
	position:fixed;
	cursor:pointer;
	display:none;
	z-index:2;
	bottom:0;
	left:86%;
}