/*wolcott*/
/*2016.12.26*/

/*正文*/
.content {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 100;
}
.content_box{
	width: 920px;
	height: auto;
	min-height: 600px;
	padding: 20px 40px;
	float: left;
	background: #fff;
}
.con_right_title{
	width:100%;
	float:left;
	text-align: left;
}
.con_right_title a,.con_right_title span{
	color:#707070;
}
.con_right_title a:hover{
	text-decoration:none;
	color:#e79d3d;
}
.con_right_content{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:25px;
	overflow:hidden;
}
.con_right_content .con_title{
	width:100%;
	height:auto;
	line-height:35px;
	float:left;
	font-size:25px;
	color:#505050;
	text-align:center;
	padding:15px 0;
}
.con_right_content .con_message{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	border-bottom:1px dotted #d7d7d7;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:15px;
}
.con_right_content .con_message span{
	color:#707070;
	margin:0 15px;
}
.con_right_content .con_detail{
	font-size:15px;
	line-height:30px;
	text-align:justify;
}
.con_right_content .con_detail img{
	max-width:100%;
}

.job_title_box
{
    width:900px;
    padding:10px;
    float:left;
    background:#f4f4f4;
    border-top:2px solid #d7d7de;
    margin-top:10px;
}
.job_title
{
    width:70%;
    height:30px;
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    color:#177cce;
    float:left;
}
.job_title span
{
    width:10px;
    height:30px;
    float:left;
    background:#177cce;
    margin-right:15px;
}
.btn_apply
{
    width:100px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#177cce;
    border-radius:2px;
    color:#fff !important;
    float:right;
}
.btn_apply:hover
{
    background:#62afee;
    text-decoration:none;
}
table
{
    width:100%;
    height:auto;
    float:left;
    line-height:30px;
}
table .t_title
{
    width:60px;
    vertical-align:top;
    color:#707070;
}
table tr
{
    border-bottom:1px solid #d7d7de;
}
table tr td
{
    padding:10px;
    border:none;
}
