.news .container {
	padding-top: 72px;
	padding-bottom: 126px;
}
.news .container .tabs {
	padding-top: 54px;
	padding-bottom: 84px;
	text-align: center;
}
.news .container .tabs a {
	display: inline-block;
	height: 36px;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	padding: 0 20px;
}
.news .container .tabs a + a {
	margin-left: 10px;
}
.news .container .tabs a.active, .news .container .tabs a:hover {
	background-color: #77b725;
	color: #fff;
}
.news .container .list {
	padding-bottom: 64px;
}
.news .container .list .item {
	margin-bottom: 36px;
	border: solid 1px #e9e9e9;
}
.news .container .list a {
	display: block;
	padding: 16px 16px 26px;
	overflow: hidden;
	height: 202px;
	position: relative;
	/*overflow: hidden;*/
}
.news .container .list a .image {
	width: 21.3%;
	/*height: 160px;*/
}

.news .container .list a .image img {
	width: 100%;
	height: 160px;
}

.news .container .list a .text {
	width: 78.7%;
	padding: 12px 25.8% 0 24px;

}
.news .container .list a .text h6 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 20px;
	/*padding-right: 0;*/
}
.news .container .list a .text p {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	margin-bottom: 26px;
}
.news .container .list a .text span {
	font-size: 14px;
	color: #333333;
}
.news .container .list a:hover .text span {
	color: #77b725;
} 
.news .container .list a:hover {
	box-shadow: 0px 3px 6px 0px 
		rgba(0, 0, 0, 0.1);
}
.news .container .list .date {
	position: absolute;
	right: 22px;
	top: 26px;
}
.news .container .list .date span {
	display: block;
	color: #666666;
	letter-spacing: 1px;
	text-align: right;
}
.news .container .list .date span.sp1 {
	font-size: 38px;
	margin-bottom: 10px;
}
.news .container .list .date span.sp2 {
	font-size: 22px;
}
.news .container .list a:hover .date span.sp1 {
	color: #77b725;
}

@media (min-width: 1400px) {
	.detail .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
	.detail .container {
    width: 960px;
  }
}

.detail .container {
	padding-top: 74px;
	padding-bottom: 150px;
}
.detail h5 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 36px;
	/*font-weight: bold;*/
}
.detail p {
	font-size: 16px;
	color: #999999;
	margin-bottom: 22px;
}
.detail .rich-text {
	padding: 30px 0 50px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.detail .rich-text p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.detail .bottom {
	overflow: hidden;
	padding-top: 36px;
}
.detail .bottom .left p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin: 0;
}
.detail .bottom .left p i {
	color: #77b725;
}
.detail .bottom .left p a {
	color: #333333;
}
.detail .bottom .left p a:hover {
	color: #539001;
}
.detail .bottom .right a {
	display: inline-block;
	width: 142px;
	height: 46px;
	background-color: #77b725;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

@media(max-width: 768px) {
	.news .container {
		padding: 2rem 0 1.8rem;
	}
	.news .container .tabs {
		padding: 1.5rem 0 1rem;
	}
	.news .container .list {
		padding-bottom: 1rem;
	}
	.news .container .list .item {
		margin-bottom: 0;
	}
	.news .container .list a {
		height: auto;
		padding: 10px;
	}
	.news .container .list a .image {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.news .container .list a .text {
		width: 100%;
		padding: 0;
	}
	.news .container .list a .text h6 {
		font-size: 1rem;
		line-height: 1.4rem;
		margin-bottom: 0.5rem;
		/*padding-right: 4.4rem;*/
	}
	.news .container .list a .text p {
		font-size: 0.75rem;
		line-height: 1.2rem;
		margin-bottom: 0.6rem;
	}
	.news .container .list .date {
		right: 15px;
		bottom: 0;
		top: auto;
		/*text-align: left;*/
	}
	.news .container .list .date span {
		display: inline-block;
	}
	.news .container .list .date span.sp1 {
		font-size: 1rem;
	}
	.news .container .list .date span.sp2 {
		font-size: 0.8rem;
	}
	.detail .container {
		padding-top: 2.2rem;
		padding-bottom: 1.8rem;
	}
	.detail .container h5 {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}
	.detail .container > p {
		/*font-size: 1rem;*/
		margin-bottom: 0.8rem;
	}
	.detail .bottom {
		padding-top: 1rem;
	}
}