/* 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;
	z-index: 998;
	position: relative;
	margin-bottom: 65px;
	opacity: 0.92;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.container{
	width: 1002px;
	padding:0;
}
.shadow-box {
	margin-top: 30px;
    margin-bottom: 15px;
   /*  border: 1px solid rgb(207, 207, 207); */
    background: rgb(249, 249, 249);
    box-shadow: 1px 2px 2px rgb(199, 199, 199);
    border-radius: 5px;
    padding: 0 29px;
    padding-bottom: 10px;
}
.shadow-box .heading {
    padding-top: 15px;
    line-height: 42px;
    font-size: 18px;
    color: #0D79C7;
    font-family: 'Microsoft Yahei';
    border-bottom: 2px solid #BBB;
    font-weight: 600;
	text-align:left;
}
.shadow-box .page{text-align:center;}
.shadow-box .page .pagination{
	margin:55px 0;
}
.shadow-box .page .pagination li a{
	color:#36393e;
}
.shadow-box .page .pagination li.disabled a{
	color:#777;
}
.shadow-box .page .pagination li.active a{
	color:#fff;
}
.table-list th {
    line-height: 38px;
  background: #E3ECF2;
  border-bottom: /* 1px solid rgb(169, 169, 169); */
  color: rgb(103, 103, 103);
  border-right: 1px solid #ccc;
}
tbody#zph-list-content tr:nth-child(even) {
    background-color: #F6F6F6;
}
.time-box {
    clear: both;
    overflow: hidden;
    zoom: 1;
    position: relative;
    z-index: 1;
    color: #666;
    padding:0 20px;
}
.time-box .days {
    float: left;
    width: 50px;
    text-align: center;
}
.time-box .days p {
    line-height: 16px;
    margin-bottom: 6px;
}
.time-box .days .num {
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    line-height: 32px;
    color: #5086ce;
   text-shadow: 1px 2px 2px #ccc;
}
.table-list td {
    padding: 12px 0;
    padding-bottom: 1px !important;
    border-bottom: 1px solid #e6e6e6;
}
.table-list .time {
    width: 161px;
    padding-left: 50px;
}
@-moz-document url-prefix() {
	.table-list .time {
    	padding-left: 0;
    	text-align:center;
	} 
}
.table-list .title {
    padding-left: 20px;
    width: 450px;
}
.table-list .location {
   padding-left: 20px;
}
.table-list .action {
    width: 68px;
}
.bgwhite{
	background-color: #fff;
}
.shadow-box .career-main .list-content .table-list table thead tr th {
  font-size: 14px;
}
.table-list td .title-box{
 padding-left:13px;
 padding-right:40px;
}
.table-list td .title-box a {
  font-size: 16px;
  padding-left: 10px;
  color: #0D79C7 ;
}
.table-list td .title-box a:hover{
	color: #83bee0;
}
.detail-time {
  float: right;
  margin-right: 20px;
  margin-top: 2px;
}
.detail-time p {
  text-align: center;
  font-size: 13px;
}
.location-box {
  font-size: 15px;
}
@-moz-document url-prefix() {
	.location-box {
  		padding:0 10px 0 20px;
	}
}

