/*main*/

.main {
	width: 1200px;
	margin: 0 auto;
}

.main .section {
	overflow: hidden;
	margin-bottom: 30px;
}

.main .section-logo {}

.main .section-logo h2 {
	position: relative;
	height: 110px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	line-height: 110px;
	text-align: center;
}

.main .section-logo h2:before,
.main .section-logo h2:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 80px;
	height: 1px;
	background-color: #ccc;
}

.main .section-logo h2:before {
	left: 50%;
	margin-left: 70px;
}

.main .section-logo h2:after {
	right: 50%;
	margin-right: 70px;
}

.main .section-logo ul {
	overflow: hidden;
}

.main .section-logo ul li {
	position: relative;
	float: left;
	width: 236px;
	height: 180px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #fff;
}

.main .section-logo ul li:nth-of-type(5n) {
	margin-right: 0;
}

.main .section-logo ul li img {
	width: 176px;
	height: 60px;
	padding: 60px 30px;
}

.main .section-logo ul li p {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	box-sizing: border-box;
}

.main .section-logo ul li p a {
	display: table-cell;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.main .section-logo ul li:hover p {
	display: table;
}

.main .section-jobs {
	padding: 20px;
	background-color: #fff;
}

.main .section-jobs h2 {
	float: left;
	height: 40px;
	background: url(../img/firm_jobs_icon.gif) no-repeat left center;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	text-indent: 40px;
}

.main .section-jobs a.more {
	float: right;
	height: 30px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 28px;
	margin: 4px 0;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.main .section-jobs a.more:hover {
	color: #666;
}

.main .section-jobs ul {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.main .section-jobs ul li {
	float: left;
	width: 250px;
	padding: 11px 15px;
	border: 1px solid #e8e8e8;
	margin: 4px;
}

.main .section-jobs ul li:hover {
	border-color: #d4d4d4;
}

.main .section-jobs ul li h3 {
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main .section-jobs ul li h3 a {
	color: #333;
}

.main .section-jobs ul li h3 a:hover {
	color: #000;
	text-decoration: underline;
}

.main .section-jobs ul li p {
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main .section-jobs ul li p a {
	display: inline-block;
	color: #888;
}

.main .section-jobs ul li p a+a {
	margin-left: 5px;
}

.main .section-jobs ul li p a:hover {
	color: #666;
	text-decoration: underline;
}

.main .section-msge{
	overflow: hidden;
	float: left;
	width: 350px;
	padding: 5px 20px 25px;
	background-color: #fff;
}

.main .section-msge:nth-of-type(2){
	margin: 0 15px;
}

.main .section-msge h2 {
	float: left;
	height: 70px;
	font-size: 22px;
	font-weight: normal;
	line-height: 70px;
	text-indent: 40px;
}

.main .section-msge:nth-of-type(1) h2{
	background: url(../img/jygg_title_icon.gif) no-repeat left center;
}

.main .section-msge:nth-of-type(2) h2{
	background: url(../img/zpxx_title_icon.gif) no-repeat left center;
}

.main .section-msge:nth-of-type(3) h2{
	background: url(../img/zph_title_icon.gif) no-repeat left center;
}

.main .section-msge a.more {
	float: right;
	height: 30px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 28px;
	margin: 19px 0;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.main .section-msge a.more:hover {
	color: #666;
}

.main .section-msge ul{
	float: left;
	width: 100%;
}

.main .section-msge ul li{
	overflow:hidden;
	height: 46px;
	padding: 0 5px;
	border-top: 1px solid #eee;
	line-height: 46px;
	font-size: 15px;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.main .section-msge ul li a{
	color: #333;
}

.main .section-msge ul li a:hover{
	color: #000;
	text-decoration: underline;
}













