@charset "utf-8";
/* CSS Document */

/*平治新闻*/
.article-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.corpnews .article-container{ border-bottom: 1px solid #E6E6E6;}
.article-container > a:hover .news-title, .article-container > a:hover .news-abstract{
	color: #FF8410;
}
.news-item-wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
	min-height: 175px;
	font-size: 16px;
}
.corpnews .news-item-wrapper:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #E6E6E6;
	position: absolute;
	left: 0;
	top: 0;
}
.news-item-wrapper .info-wrapper {
	max-height: 130px;
	width: 726px;
}
.news-time, .news-link {
	color: #afb1af;
	position: absolute;
	left: 0;
	bottom: 25px;
}
.corpnews .news-title {
	padding-top: 30px;
	font-size: 20px;
	color: #1a1a1a;
	display: block;
	font-weight: bold;
}
.one {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-weight: initial;
}
.two {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.five {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
.news-abstract {
	color: #999999;
	line-height: 26px;
	margin-top: 10px;
	max-height: 50px;
}
.moreText, .moreImg {
	font-size: 16px;
	color: #FF8410;
	position: absolute;
	right: 0;
	top: 78px;
}
.moreText:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	margin-left: 10px;
	vertical-align: -1px;
	background: url(../img/right.png) no-repeat;
	background-size: 100% 100%;
}
.more {
	width: 192px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 40px auto;
	background: #FF8410;
}
/*招贤纳士*/
.join .article-container a.news-item-wrapper:hover{
	background: #FF8410;
	color:#fff;
}
.join a.news-item-wrapper:hover .news-title,.join a.news-item-wrapper:hover .news-time,.join a.news-item-wrapper:hover .news-abstract,.join a.news-item-wrapper:hover .moreText {color:#fff;}
.join a.news-item-wrapper:hover .moreText:after {
    background: url(../img/right_on.png) no-repeat;
    background-size: 100% 100%;
}
.join .news-item-wrapper {
	display: inline-block;
	width: 410px;
	position: relative;
	min-height: 156px;
	font-size: 16px;
	float: left;
	border-radius: 4px;
	background: #F5F5FA;
	box-sizing: border-box;
	margin: 40px 40px 0 0;
	padding: 0 25px;
}
.join .news-item-wrapper:nth-child(2n+2) {
	margin: 40px 0 0;
}
.join .news-item-wrapper .info-wrapper {
	max-height: 130px;
	width: 320px;
}
.join .news-title {
	padding: 25px 0 0;
	font-size: 24px;
	color: #222142;
	font-weight: bold;
	display: block;
}
.join .news-time {
	color: #bfbfbf;
	position: absolute;
	left: 25px;
}
.join .moreText {
	position: absolute;
	right: 25px;
	top: 64px;
}
.join .news-abstract em{padding: 0 6px;}
/*产品服务*/
.prodserv .news-item-wrapper {
	display: inline-block;
	width: 1080px;
	position: relative;
	min-height: 315px;
	font-size: 16px;
	float: left;
	border-bottom: 1px solid #E6E6E6;
	background: #fff;
	box-sizing: border-box;
}
.prodserv .news-item-wrapper .info-wrapper {
	max-height: 360px;
	width: 720px;
}
.prodserv .news-title {
	padding: 25px 0 0;
	font-size: 28px;
	color: #1a1a1a;
	display: block;
}
.prodserv .news-abstract {
	max-height: 360px;
	line-height: 30px;
	font-family: "Helvetica Neue", Helvetica, "KaiTi", "楷体", "STKaiti", "华文楷体", serif!important
}
.prodserv .moreImg {
	position: absolute;
	right: 0;
	top: 30px;
	width: 340px;
	height: 256px;
}
.prodserv .moreImg img {
	width: 100%;
	height: 100%;
}
/*
.prodserv .news-item-wrapper a:hover {
	border: 1px solid #FF8410;
	color: #fff;
	background: #FF8410;
}
*/
.news-link {
	width: 192px;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #E5e5e5;
	color: #AF743D;
	line-height: 48px;
	text-align: center;
	bottom: 30px;
}
.prodserv .news-link {
    border: none;
    color: #FF8410;
	font-weight: bold;
    text-align: left;
	font-size: 18px;
}
.prodserv .news-link::before{
    content: "";
    width: 8px;
    height: 8px;
    border:  solid #FF8410;
    border-width: 0 1px 1px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 43%;
    top: 54%;
}
