﻿.path {
	flex: 1;
	color: #7f7f7f;
	text-align: right;
	font-size: 14px;
	padding-top: 24px;
	padding-right: 0;
	padding-left: 0;
}
.path i {
	color: #1DB8A4;
}
.path b {
	color: #333;
}
.path a {
	color: #7f7f7f;
}
.path span {
	color: #0077ff;
}

.news {
	align-items: flex-start;
	margin-bottom: 50px;
	display: flex;
	height: auto;
}
.news .left {
	/* flex: 1; */
	width: 800px;
	height: auto;
}
.news .left h2 {
	font-size: 24px;
	font-family: 'Source Han Sans CN', sans-serif;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-top: 0px;
}
.news .left .cont {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	margin: 40px 0px;
	line-height: 32px;
	border-bottom: 1px solid #333333;
}
.news .right {
	/* flex: 1; */
	/* width: 20%; */
	width: 400px;
	height: 1880px;
}
.news .right .KHForm{
	width: 300px;
	height: 420px;
	float: right;
	border: 1px solid #cccccc;
}
.news .right .KHForm .bar{
	height: 10px;
	width: 100%;
	background-color: #3cc4b5;
}
.news .right .KHForm .infoFill{
	width: 280px;
	padding-left: 10px;
	text-align: center;
}
.news .right .KHForm .infoFill h3{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
}
.news .right .KHForm .inputText{
	width: 270px;
	height: 35px;
	border: 1px solid #cccccc;
	margin-top: 20px;
}
.news .right .HotNews{
	height: 700px;
	width: 300px;
	margin-top: 55px;
	float: right;
}
.HotNewsItemTime{
	font-size: 10px;
	bottom: 0px;
	position: absolute;
	color: #333;
}
.news .right .LatestNews{
	height: 700px;
	width: 300px;
	margin-top: 55px;
	float: right;
}

.HotNewsItem{
	width: 300px;
	height: 100px;
	border-bottom: 1px solid #cccccc;
	display: flex;
	margin-top: 35px;
}
.HotNewsItem img{
	width: 120px;
	height: 80px;
	margin-bottom: 20px;
}

.HotNewsItem .rightContext{
	margin-bottom: 20px;
	height: 80px;
	margin-left: 10px;
	position: relative;
}

.HotNewsItem .rightContext h3{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin-top: 0px;
}

.HotNewsItem .rightContext:hover h3{
	color: #0077ff;
}

.bn {
	background-color: yellowgreen;
}
.bn .back {
	float: left;
	width: 500px;
}
.bn .back a{
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #666666;
}
.bn .back a:hover{
	color: #0077ff;

}
.bn .next {
	float: left;
	width: 500px;
	/*text-align: left;*/
}
.bn .next a{
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #666666;
}

.bn .next a:hover{
	color: #0077ff;
}
.bn span, .bn p {
	display: inline-block;
	margin: 0px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.bn span {
	width: 60px;
}
.bn p {
	width: 430px;
}
.Introduction{
	display: flex;
	background-color:#f5fbf7;
	width: 100%;
}
.Introduction .leftitem{
	width: 100px;
}
.Introduction .leftitem img{
	height: 80px;
	width: 80px;
	padding: 20px;
}

.Introduction .rightContext{
	padding-bottom: 55px;
	padding-top: 20px;
}

.Introduction .rightContext p{
	max-width: 80%;
	line-height: 32px;
	margin-left: 70px;
	color: #666666;
	font-weight: 400;
	font-size: 16px;
}
