@charset "utf-8";
/* CSS Document */

.popup_block {
	background: #fff;
	margin:0 auto;
	height:200px;
	z-index: 99999;
}
.popup_block .close {
	position: absolute;
	right: 10px;
	top: 8px;
}
.job_tx {
	height: 38px;
	line-height: 38px;
	padding-bottom: 1px;
	background: url(../img/job_hvbg.png) repeat-x;
}
.job_tx p {
	font-size: 14px;
	padding-left: 20px;
}
.job_pddc {
	padding: 15px 20px 25px;
}
.job_pddc p {
	color: #CB0000;
	line-height: 22px;
}
.tj_com {
	padding: 6px 36px 2px;
}
.tj_com form {
	position: relative;
}
.file-box {
	position: relative;
	width: 340px
}
.txt {
	height: 22px;
	border: 1px solid #E3E3E3;
	width: 356px;
	padding: 8px 12px;
	display: inline-block;
}
.btn {
	background-color: #EFEFEF;
	border: 1px solid #E3E3E3;
	height: 40px;
	width: 74px;
	display: inline-block;
	color: #656565;
	text-align: center;
	font-size: 14px;
}
.file {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
 filter:alpha(opacity:0);
	opacity: 0;
	width: 456px
}
.btn2 {
	background-color: #E63939;
	border: 1px solid #CC0000;
	height: 40px;
	width: 74px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left: 15px;
	cursor: pointer;
}
.job_zcjl {
	padding: 20px;
}
.job_zcjl p {
	color: #CB0000;
	line-height: 24px;
	padding-bottom: 8px;
}
.job_zcjl td {
	padding: 4px 2px;
	line-height: 30px;
	color: #656565;
}
.job_zcjl td.j_l {
	text-align: right;
	padding-right: 5px;
	width: 80px;
}
.job_zcjl td .zc_txt {
	padding: 1px 10px;
	border: 1px solid #E3E3E3;
	height: 22px;
	line-height: 22px;
}
.job_zcjl td .zc_txt1 {
	width: 320px;
}
.job_zcjl td .zxkc {
	width: 320px;
	padding: 5px 10px;
	border: 1px solid #E3E3E3;
	line-height: 24px;
	font-size: 12px;
	height: 42px;
}
.job_zcjl td .zc_txt2 {
	width: 98px;
}
.job_zcjl td .zc_sub {
	width: 150px;
	height: 42px;
	text-align: center;
	display: block;
	background: #E63939;
	font-size: 14px;
	border: none;
	margin: 0 auto;
	color: #fff;
	cursor: pointer;
}
.job_zcjl td font {
	color: #CB0000;
	font-weight: bold;
}
.picScroll {
	margin: 10px auto;
	position: relative;
	border: 1px solid #eee;
	width: 710px;
	padding: 10px 0 10px 30px;
	background: #fff;
	overflow: hidden;
}
.picScroll .prev,  .picScroll .next {
	display: block;
	position: absolute;
	top: 86px;
	left: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/btns.png) no-repeat;
}
.picScroll .next {
	left: auto;
	right: 5px;
	background-position: -25px 0;
}
.picScroll .prev:hover {
	background-position: 0 -30px;
}
.picScroll .next:hover {
	background-position: -25px -30px;
}
.picScroll ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll ul li {
	width: 120px;
	float: left;
	overflow: hidden;
	padding: 0 8px;
}
.picScroll ul li img {
	width: 120px;
	height: 170px;
	display: block;
	background: url(../images/loading.gif) center center no-repeat;
}

.fw_list{
	padding-bottom:15px;
	overflow:hidden;
}
.fw_list ul{
	width:106%;
}
.fw_list li{
	float:left;
	width:232px;
	margin-right:22px;
	display:inline;
	margin-bottom:7px;
}
.fw_list li a{
	display:block;
}
.fw_list li .img{
	width:230px;
	height:154px;
	overflow:hidden;
	position:relative;
	border:1px solid #E3E3E3;
}
.fw_list li p{
	text-align:center;
	height:32px;
	line-height:32px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:14px;
	padding-top:2px;
}
.art_tit{
	text-align:center;
	font-size:20px;
	padding:2px 0 18px;
	font-weight:bold;
}
/*-------分页样式-------*/

.quotes {
	clear: both;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
.quotes ul li {
	border: 1px solid #CCCCCC;
	color: #666666;
	display: inline;
	margin-right: 4px;
	padding: 4px 7px;
	text-decoration: none;
}
.quotes .thisclass {
	background: #CCCCCC;
}
