/*news*/
.news {
	position: relative
}
.news-zuixin li {
	width: 48%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-zuixin li:nth-child(odd) {
	float: left
}
.news-zuixin li:nth-child(even) {
	float: right
}
.news-zuixin li section {
	border-bottom: #eee 1px solid;
	overflow: hidden;
	padding-bottom: 10px
}
.news-zuixin-pic {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 70px;
	line-height: 70px;
	float: left;
	margin-right: 10px;
}
.news-zuixin li img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	transition: .5s;
}
.news-zuixin li:hover img {
	transform: scale(1.2);
}
.news-zuixin h2 {
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin: 3px 0 5px 0;
}
.news-zuixin li:hover h2 a {
	color: #EB3D41;
}
.news-zuixin p {
	font-size: 14px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
}
.news-zuixin span {
	width: 100%;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
}
.news-zuixin span a {
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	padding-left: 10px;
}
.news-zuixin span a:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #EB3D41;
	left: 0;
	top: 8px;
}
/*whitebg和box*/
.whitebg {
	background: #fff;
	border: 1px solid #eee;
}
.box, article {
	width: 93.2%;
	margin: 0 auto;
	overflow: hidden
}
/*whitebg*/
/*tuijian-news*/
.tuijian-news {
	position: relative
}
#tab {
	border-bottom: #e4e3e3 1px solid;
	margin: 20px
}
#tab li {
	font-size: 16px;
	margin-right: 20px;
	padding: 0 10px 10px;
	position: relative
}
#tab li:after {
	content: "";
	background: #EB3D41;
	background: linear-gradient(to right, #EB3D41 0%, #fa575b 100%);
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 40%;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#tab li:hover:after, #tab li.tab-current:after {
	opacity: 1;
	width: 100%;
	margin: auto;
	display: block;
	left: 0;
}
#tab li.tab-current {
	color: #EB3D41;
}
.tab-a-more {
	position: absolute;
	right: 20px;
	top: 16px;
}
.tab-a-more a {
	display: block;
	background-size: 32px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 14px
}
#tab-content {
	margin: 20px;
	overflow: hidden;
}
.tab-a-more a i {
	position: absolute;
	top: 16px;
	width: 8px;
	height: 8px;
	animation: bounce_fountainG 1.2s linear infinite;
	border-radius: 8px;
	background: #09F;
}
.tab-a-more a i:first-child {
	right: 20px;
	animation-delay: .4s;
	background: #09F;
}
.tab-a-more a i:nth-child(2) {
	right: 10px;
	animation-delay: .6s;
	background: #3c0;
}
.tab-a-more a i:nth-child(3) {
	right: 0;
	animation-delay: .8s;
	background: #f60;
}