.detail {
	height: 40px;
	line-height: 40px;
	background: #2266aa;
	padding-left: 20px;
	margin-bottom: 20px;
}

.detail>div>span,
.detail>div>a {
	color: white;
}

.detail p {
	margin-bottom: 0px !important;
	font-size: 15px;
	font-weight: 800;
}

.detail em {
	font-size: 15px;
}

.detail a {
	font-size: 15px !important;
}

.detailContent .detailTop>div>p {
	font-size: 25px;
}

.detailContent .detailTop {
	margin: 30px 0;
}

.detailContent .detailTop .smallTitle {
	padding: 15px;
	border-bottom: 1px dotted #DDDDDD;
}

.detailContent .detailTop .smallTitle span {
	font-size: 13px !important;
}

.detailContent img {
	max-width: 100%;
}

/* 文章列表页 */
div#newsquery li{
list-style-type: none;
height:37px;
overflow: hidden;
line-height:28px;
background:url(../images/line.gif) 0px 0px no-repeat;
}
div#newsquery li.title {
	padding-left: 22px;
	display: inline-block;
	width: 100%;
}
div#newsquery div.title>a{
	color: #000000;
}

div#newsquery div.title {
	    float: left;
    position: relative;
    top: -6px;
}

div#newsquery .time {
	float: right;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px;
	color: #999;
}

/* 图片列表页 */
.img_ul {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px !important;
}

.img_ul li {
	padding: 5px !important;
	border: 1px solid #D5D5D5;
	width: 286px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.img_ul li:nth-child(3n) {
	margin-right: 0px !important;
}

.img_ul li a {
	display: inline-block;
	width: 100%;
}

.img_ul li a>p {
	margin: 0px !important;
	color: #000000;
}

.img_ul li a:hover>p {
	color: #ff0000 !important;
}

.img_ul li a>div {
	margin-bottom: 10px;
}

.img_ul li a div {
	width: 100%;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

.img_ul li a div img {
	max-width: 100%;
	max-height: 100%;
}

.img_ul li a:hover div img {
	transform: scale(1.1);

	transition: all 3s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 3s ease 0s;
}

/* 留言 */
.message_item {
    margin-left: 50px;
    margin-bottom: 20px;
    width: 500px;
    min-height: 20px;
}

.message_item label {
	float: left;
}

.message_item input {
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
	padding: 0px 3px;
	color: #555;
	background: #fbfbfb;
	width: 400px;
}

.message_item textarea {
	width: 400px;
	height: 280px;
	background: #fbfbfb;
	padding: 0px 3px;
	border: 1px #ddd solid;

	line-height: 20px;
}

.message_item textarea {
	width: 400px;
	height: 280px;
	background: #fbfbfb;
	padding: 0px;
	border: 1px #ddd solid;
	outline: none;
	padding-top: 10px !important;
	padding-left: 15px !important;
}
/* 企业招聘列表 */
.job>ul:first-child {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #e8e8e8 solid;
	padding: 0 20px !important;
}

.job ul>li>div.left {
	width: 200px;
	font-size: 15px;
}

.job ul>li>div.left:nth-child(3) {
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.job ul>li>div.left:nth-child(4) {
	width: 35px;
}

.job>ul:last-child>li {
	padding: 10px 20px !important;
	border-bottom: 1px #e8e8e8 solid;
}
.job>ul:last-child>li a{
	color: #000000;
}
/* job详情 */
div#jobcontent{
text-align:left;
margin:0px 10px;
}

div#jobcontent .jobname{
	background-color:#f5f5f5;
	padding:5px;
}

div#jobcontent .jobitem{
	margin-bottom:15px;
}
div#jobcontent .jobtit{
	margin:5px 0px;
	background:url(../images/downarr.gif) 60px no-repeat;
}
div#jobcontent .jobintro{
	margin:0px 0px;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	padding:15px 3px;
}
div#jobcontent .jobcontact{
	margin:15px 0px;
}
form{margin:0;padding:0px 0px 10px;}
.input{border:1px #ddd solid;height:30px;line-height:30px;padding:0px;color:#555;background:#fbfbfb;padding-left: 10px;}
.textarea{border:1px #ddd solid;font-size:12px;padding:3px;color:#555;background:#fbfbfb}
.button,.submit{border:1px #ddd solid;}
.noticediv{
	    height: 30px;
	    line-height:30px;
	    display: block;
	    background: #f5f5f5;
	    padding-left: 14px;
		margin-bottom: 10px;
}
td{
	padding:5px 0!important;
}
.jobitem>div{
	margin-bottom: 5px;
}