.news {
	width: 100%;
	height: 312px;
	display: flex;
	flex: 1;
}

.news-left {
	width: 554px;
	height: 312px;
	margin-right: 24px;
	background-color: #999999;
}

.news-right {
	width: 622px;
	line-height: 24px;
	margin-bottom: 23px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.news-right:last-child {
	width: 622px;
	line-height: 24px;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}

.news-right-left {
	font-size: 18px;
	display: flex;
	flex: 1;
}

.new-time {
	font-size: 17px;
	color: #999999;
	width: 100px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
}

.new-label {
	color: #097C5D;
}

.new-line {
	width: 1px;
	height: 13px;
	border: 1px solid #E5E5E5;
	margin: 5px 10px;
}

.new-main {
	color: #333333;
	width: 450px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.directory {
	margin-top: 54px;
	width: 100%;
}

.directory-top {
	width: 100%;
	display: flex;
	flex: 1;
}

.directory-top-title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-right: 16px;
}

.directory-top-right {
	display: flex;
	width: 1063px;
	justify-content: space-between;
	border-bottom: 1px solid #EDEDED;
}

.directory-top-img {
	width: 16px;
	height: 10px;
	margin: 25px 0 0 0;
}

.more {
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

.directory-main {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.directory-main-lists {
	width: 760px;
	display: flex;
	flex-wrap: nowrap;
}

#companyList {
	display: flex;
	flex-wrap: wrap;
}

.directory-list {
	width: 240px;
	margin-right: 20px;
	margin-bottom: 24px;
}

.directory-list:nth-child(3n) {
	width: 240px;
	margin-right: 0px;
	margin-bottom: 24px;
}

.directory-list-img {
	width: 240px;
	height: 135px;
	background-color: #999999;
}

.directory-list-text {
	font-size: 18px;
	color: #333333;
	margin: 14px 0 0 7px;
}

.directory-main-datas {
	width: 388px;
}

.directory-datas-title {
	font-size: 25px;
	color: #097C5D;
	margin-bottom: 16px;
}

#companyData {
	display: flex;
	flex-wrap: wrap;
}

.directory-datas-list {
	width: 184px;
	height: 155px;
	background: #F6F6F6;
	margin-right: 20px;
	margin-bottom: 18px;
}

.directory-datas-list:nth-child(2n) {
	width: 184px;
	height: 155px;
	background: #F6F6F6;
	margin-right: 0px;
	margin-bottom: 18px;
}

.directory-datas-list-title {
	width: 100%;
	text-align: center;
	margin-top: 43px;
	font-size: 16px;
	color: #333333;
}

.directory-datas-list-data {
	width: 100%;
	text-align: center;
	margin-top: 17px;
	color: #D50102;
}

.directory-datas-list-data1 {
	font-size: 26px;
}

.directory-datas-list-data2 {
	font-size: 12px;
	margin: 16px 0 3px 8px;
}

.guide-navs {
	width: 720px;
	height: 48px;
	box-shadow: none;
	margin: 0 auto;
}

.guide-nav {
	width: 120px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	float: left;
	cursor: pointer;
	caret-color: transparent;
}

.guide-img{
	height: 282px;
	width: 100%;
}
.guideimg{
	height: 282px;
	width: 100%;
	background-color: #606266;
}

.guide-main {
	margin-top: 30px;
	width: 1200px;
	height: 330px;
	background: #F8F8F8;
	border-top: 1px solid #00D59C;
	cursor: pointer;
}


.support-main {
	width: 100%;
	min-height: 170px;
	margin-top: 30px;
}

.support-list {
	width: 160px;
	display: flex;
	flex: 1;
	float: left;
	margin-bottom: 14px;
	padding: 20px;
}
.support-list:hover {
	padding: 20px;
	width: 160px;
	display: flex;
	flex: 1;
	float: left;
	margin-bottom: 14px;
	box-shadow: 0px 2px 7px 3px rgba(23, 27, 36, 0.09);
}

.support-list:nth-child(n+7) {
	width: 160px;
	display: flex;
	flex: 1;
	float: left;
	margin-bottom: 0px;
}

.support-list-img {
	width: 58px;
	height: 58px;
}

.support-list-text {
	margin: 17px 0 0 15px;
	font-size: 18px;
	color: #333333;
}

.cluster-main {
	margin-top: 30px;
	display: flex;
	flex: 1;
}

.cluster-list {
	width: 182px;
	height: 155px;
	background: #F6F6F6;
	margin-right: 21px;
}
.cluster-list:hover{
	width: 182px;
	height: 155px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px 3px rgba(23, 27, 36, 0.09);
	margin-right: 21px;
}

.cluster-list:last-child {
	margin-right: 0;
}

.cluster-list-img {
	width: 60px;
	height: 60px;
	margin: 26px 61px;
}

.cluster-list-text {
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.interaction-main {
	display: flex;
	justify-content: space-between;
}

.interaction-left {
	width: 815x;
	height: 404px;
}

.interaction-list {
	width: 387px;
	height: 172px;
	float: left;
	margin-right: 41px;
	border-bottom: 1px dotted #DFDFDF;
	margin-top: 30px;
}

.interaction-list:nth-child(2n) {
	width: 387px;
	height: 172px;
	float: left;
	margin-right: 0;
	margin-top: 30px;
}

.interaction-list-part {
	display: flex;
	flex: 1;
	margin-bottom: 17px;
}

.interaction-list-label {
	width: 53px;
	height: 16px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
	margin-right: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.interaction-list-text {
	width: 314px;
	height: auto;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #333333;
	text-align: justify;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blue {
	background: #127AD7;
}

.green {
	background: #00D59C;
}

.interaction-right {
	width: 288px;
	height: 322px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	margin-top: 30px;
	border-top: 2px solid #00D59C;
	padding: 26px;
}

.interaction-right-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-bottom: 4px;
}

#interactionList {
	width: 815px;
}

.input {
	width: 260px;
	height: 38px;
	background: #F6F6F6;
	margin-top: 11px;
	border: none;
	padding: 0 14px;
}

.unitinput {
	display: flex;
	flex: 1;
}

.input-unit {
	width: 50px;
	height: 38px;
	background: #F6F6F6;
	font-size: 14px;
	margin-top: 11px;
	line-height: 38px;
	color: #333333;
}

.interaction-button {
	width: 290px;
	height: 38px;
	background: #00D59C;
	margin-top: 17px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}
