/* General body settings */

body {
	color: #3e4d5c;
	direction: ltr;
	font: 400 13px 'Microsoft YaHei', NSimSun, SimSun;
	background: #fff;
	min-width: 1002px;
}

ol,
ul {
	padding: 0;
}

ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font: 300 'Open Sans', sans-serif;*/
	font: 400 13px 'Microsoft YaHei', NSimSun, SimSun;
	margin: 0 0 10px;
}

a {
	color: #E02222;
}

a,
a:focus,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #E02222;
	text-decoration: none;
}

img,
object {
 	max-width: 100%;
}

img {
	vertical-align: middle;
}

.main-list {
	background-color: rgb(236, 236, 236);
	min-height: 850px;
}

.container {
	width: 1002px;
	padding: 0;
}

.side {
	margin: 30px 11px 15px 0;
	float: left;
	width: 295px;
}

.side h3 span {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #478acc;
	border-bottom: 1px solid #0073c4;
	margin-left: 5px;
	display: inline-block;
	width: 230px;
	height: 35px;
	text-indent: 25px;
	text-align: left;
}

.calendars {
	background: rgb(249, 249, 249);
	border-radius: 5px;
	padding: 10px 0 10px 5px;
}

#calendar {
	width: 400px;
	height: 300px;
	position: absolute;
	top:93px;
	right:0;
	background: #005375;
	display: none;
}

#calendar .sign table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
}

#calendar .sign th,
.sign td {
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 30px;
}

#calendar .sign td {
	cursor: pointer;
}

.side #calendar .sign td:hover {
	background: #f1f1f1;
}

#calendar .sign th {
	font-size: 14px;
	color: #fff;
}

#calendar .sign td {
	color: #fff;
	vertical-align: middle;
	font-size: 13px;
}

#calendar .sign .on {
	position: relative;
}

#calendar .sign .on:hover {
	background: none;
}

#calendar .sign .on:hover span {
	/*border: 2px solid #1ba75d;*/
	color: #1ba75d;
}

#calendar .sign .on span {
	border-radius: 50%;
	/*border: 2px solid #00c95f;*/
	background-image: url(../img/on.png);
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #fff;
}

#calendar .sign .today:hover {
	background: none;
}

#calendar .sign .today:hover span {
	/*border: 2px solid #63a8ed;*/
	color: #E96E28;
	font-weight: bold;
}

#calendar .sign .today span {
	border-radius: 50%;
	/*border: 2px solid #4b8bcc;*/
	background-color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #005375;
	font-weight: bold;
}

#calendar .sign .text {
	display: none;
	position: absolute;
	width: 255px;
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	padding: 15px 13px 20px 13px;
	z-index: 999;
	box-shadow: 3px 4px 4px rgb(223, 223, 223);
}

#calendar .sign .text a {
	color: #478acc;
	border-bottom: 1px solid #ddd;
	width: 229px;
	display: inline-block;
	text-align: left;
	font-size: 15px;
}

#calendar .sign .text a:hover {
	text-decoration: underline;
}

#calendar .sign .arrow {
	display: none;
	position: absolute;
	top: -14px;
	left: 10px;
	z-index: 1000;
}

#calendar .calendar_month_next,
.calendar_month_prev {
	width: 34px;
	cursor: pointer;
	line-height: 15px;
	font-size: 22px;
}

#calendar .calendar_month_next {
	float: right;
	margin-right: 10px;
}

#calendar .calendar_month_span {
	display: inline;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
}

#calendar .calendar_month_prev {
	float: left;
	margin-left: 10px;
}

#calendar .sign_succ_calendar_title {
	text-align: center;
	width:400px;
	height: 31px;
	color: #fff;
}

#calendar .sign_main {
	width: 400px;
	color: #fff;
	font-family: "Microsoft YaHei", SimHei;
	margin-top: 10px;
}

.side .list {
	margin-top: 20px;
	background: rgb(249, 249, 249);
	border-radius: 5px;
	padding: 10px 0 10px 5px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
}

.side .list .nav-left {
	padding: 5px 0 25px 25px;
}

.side .list .nav-left li {
	list-style: none;
	line-height: 35px;
	cursor: pointer;
}

.side .list .nav-left li img {
	margin-right: 13px;
}

.side .list .nav-left li span {
	color: #e2e2e2;
	margin-left: 13px;
}

.side .list .nav-left li .child-nav li {
	padding-left: 20px;
}

.side .list .nav-left li .child-nav li span {
	padding-left: 25px;
	background: url(../images/sub-circle.png) no-repeat;
	background-position: center left;
	color: #333;
}

.side .list .nav-left li .child-nav li.active {
	background: #4b8bcc;
}

.side .list .nav-left li .child-nav li.active span {
	color: #fff;
	background: url(../images/sub-circle-w.png) no-repeat;
}

.infor {
	margin-top: 30px;
	margin-bottom: 15px;
	float: left;
	width: 696px;
	background: rgb(249, 249, 249);
	border-radius: 4px;
	box-shadow: 5px 5px 3px #E4E4E4;
}

.infor .search {
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 29px 10px 29px;
	text-align: left;
	font-size: 16px;
	color: #333;
	background-color: #fff;
}

.infor .search>p>input {
	width: 110px;
	height: 28px;
	border: solid 1px #cfcfcf;
	background-color: #fefefe;
	border-radius: 2px;
	margin-right: 10px;
}

.infor .search>p>select {
	width: 111px;
	height: 28px;
	border: solid 1px #cfcfcf;
	background-color: #fefefe;
	border-radius: 2px;
	margin-right: 10px;
	font-size: 14px;
	padding-left: 5px;
}

.infor .search>p>select>option {
	border-bottom: solid 1px #cfcfcf;
	background-color: #fefefe;
	border-radius: 2px;
	line-height: 25px;
}

.infor .search>p>.w80 {
	width: 80px;
	height: 28px;
	border: solid 1px #cfcfcf;
	background-color: #fefefe;
	border-radius: 2px;
	margin-right: 10px;
}

.infor .search>p>button {
	width: 46px;
	height: 30px;
	line-height: 15px;
	background-color: #5190d2;
	padding: 0px 5px;
	color: #fff;
}

.infor .search>p>a {
	line-height: 30px;
	color: #333;
}

.infor .search>p>a:hover {
	line-height: 30px;
	color: #5190d2;
}

.infor .job-information {
	padding: 0 29px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
}

.infor .job-information .heading {
	padding-top: 4px;
	line-height: 42px;
	font-size: 18px;
	color: #0D79C7;
	font-family: 'Microsoft Yahei';
	border-bottom: 2px solid #BBB;
	font-weight: 600;
	text-align: left;
}

.infor .job-information .list li {
	border-bottom: 1px dashed #ddd;
	line-height: 42px;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 120px;
	position: relative;
}

.infor .job-information .list li a {
	color: #5679c7;
}

.infor .job-information .list li a:hover {
	color: #83bee0;
	text-decoration: underline;
}

.infor .job-information .address {
	margin: 0 0 0 5px;
}

.infor .job-information .time {
	color: #989898;
	position: absolute;
	right: 5px;
	top: 0px;
}

.infor .job-information .page {
	text-align: center;
}

.infor .job-information .page .pagination {
	margin: 55px 0 43px 0;
}

.infor .job-information .page .pagination li a {
	color: #36393e;
}

.infor .job-information .page .pagination li.disabled a {
	color: #777;
}

.infor .job-information .page .pagination li.active a {
	color: #fff;
}