.news-title{
	margin:15px 0;
}
.news-year{
	background:#ededed;
	width:100%;
	height:58px;
	line-heigth:80px;
	padding: 0px 0px 0px 25px;
}
.news-year li{
	height:80px;
	line-height:58px;
}
.news-year li a{
	padding: 7px 15px;
	color:#545454;
}
.menuActive{
	color:#ffffff !important;
	padding: 7px 15px;
	background:#3192fd;
	background: -webkit-linear-gradient(left top, #3192fd , #3e4cff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #3192fd, #3e4cff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #3192fd, #3e4cff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #3192fd , #3e4cff); /* 标准的语法（必须放在最后） */
}
.newsItem{
	margin:10px 0;
	-moz-box-shadow: 3px 3px 8px #888888; /* 老的 Firefox */
	box-shadow: 3px 3px 8px #888888;
}
.newsItem div{
	padding:10px;
}
.newsItem a{
	color:#888;
}
.newsItem a:hover{
	color:#000;
}
.enterprise-content{
	background: url(../images/introduceBg.png) no-repeat bottom left;
    background-size: 100%;
    min-height:400px;
}
.enterprise-font{
	text-indent: 2em;
	font-size:14px;
	line-height:1.5em;
	padding:0 15px;
	margin-bottom:160px;
}
.enterprise-img{
	padding:15px;
}
.recruit-content{
	background:#fafafa;
	width:100%;
}
.recruit-detail{
	background:#ededed;
	padding-bottom:15px;
}
.recruitItem{
	background:#fff;
	padding:15px;
	box-shadow: 1px 1px 8px 2px #dedede;
    margin: 10px;
}
.recruitItem a{
	color:#2c2c2c;
}
.contact-detail li{
	margin:23px 0;
}
.contact-detail li label{
	color:#fff;
	background:#3192fd;
	background: -webkit-linear-gradient(left top, #3192fd , #3e4cff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #3192fd, #3e4cff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #3192fd, #3e4cff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #3192fd , #3e4cff); /* 标准的语法（必须放在最后） */
	font-size:14px;
	padding:5px 10px;
}
.contact-detail li span{
	color:#000;
	font-size:16px;
	margin-left: 10px;
}
.subNav{
	margin-bottom:30px !important;
	font-size:14px;
}
.subNav p a{
	color:#8a8a8a;
	margin-right: 5px;
}
.subNav p span{
	color:#8a8a8a;
	margin-left: 5px;
}
.detail-content{
	background:#fff;
	box-shadow: 0 0 5px #b5c1ce;
	line-height:1.5;
	/* padding: 20px 0; */
	margin-top:30px;
}
.container-margin{
	margin-top:30px;
	margin-bottom:20px;
}
.overflow2line{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 90%;
}
.swiper-bg{
	width:40px;
	height:100px;
	background-color:rgba(250,250,250,0.5);
}
.padding30{
	padding:30px;
}
.conUedite p img{
	max-width:100% !important;
}
@media(max-width: 768px){
	.news-year{
		padding: 0px 0px 0px 10px;
	}
	.enterprise-font{
		margin-bottom:0px;
	}
	.enterprise-content{
	    min-height:300px;
	}
	.recruitItem{
		padding:10px;
		margin:5px;
	}
	.recruit-detail{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	p {
	    margin:0;
	}
	.newsItem{
		-moz-box-shadow: 1px 1px 3px #cecece; /* 老的 Firefox */
		box-shadow: 1px 1px 3px #cecece;
	}
	.newsItem div{
		padding:5px;
	}
	.padding-10{
		padding:10px;
	}
	.padding30{
		padding:10px;
	}
	.contact-detail li {
	    margin: 10px 0;
	}
	.block-li{
		float:left;
		display:inline-block;
	}
	.block-label{
		float:left;
		with:90px;
	}
	.block-span{
		display: inline-block;
		float: left;
		width: calc(100% - 100px);
	}
	.padding-none{
		padding:0px!important;
	}
	.margin-right5{
		margin-right:5px !important;
	}
}