/* 首页样式 */
.information-box{
	width: 100%;
	background: #F3F5F9;
	height: auto;
	padding: 30px 0;
}
.information-box h1{
	width: 1440px;
	border-bottom: 1px solid #eeeeee;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}
.information-box h1 span{
	font-size: 24px;
	font-weight: bold;
	color: #4488F5;
	border-bottom: 3px solid #F5A623;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 0;
}
.information{
	width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.information li{
	width: 700px;
	height: auto;
	background: #ffffff;
	padding: 10px 0;
}
.news-title img{
	width: 20px;
}
.news-title{
	width: 650px;
	height: 50px;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
}
.news-title img{
	float: left;
	width: 20px;
	margin-top: 15px;
	margin-right: 12px;
}
.news-title p{
	float: left;
	font-size: 18px;
	color: #4488F5;
	font-weight: bold;
	line-height: 50px;
}
.news-title span a{
	float: right;
	font-size: 12px;
	color: #3F4260;
	font-weight: bold;
	margin-top: 20px;
}
.news-pic-box{
	width: 650px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.news-pic-left{
	width: 270px;
	height: 150px;
	margin-right: 10px;
}
.news-pic-left img{
	width: 270px;
	height: 150px;
	border: 1px solid #ccc;
}
.news-pic-right p{
	color: #3F4260;
	font-size: 16px;
	font-weight: bold;
	width: 360px;
	display: inline-block;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.news-pic-right p:hover{
	color: #F5A623;
}
.news-pic-right span{
	color: #666666;
	font-size: 12px;
	width: 360px;
	text-indent: 24px;
	display: inline-block;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.news-list-box{
	width: 650px;
	margin: auto;
}
.news-list{
	display: flex;
	justify-content: space-between;
	height: 32px;
	line-height: 32px;
}
.news-list p:hover{
	color: #F5A623;
}
.news-list p{
	width: 560px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 16px;
	font-weight: bold;
	color: #3F4260;
}
.news-list span{
	font-size: 12px;
	color: #666666;
}
.notice-title{
	width: 650px;
	height: 50px;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px solid #f1f1f1;
}
.notice-title img{
	float: left;
	width: 20px;
	margin-top: 15px;
	margin-right: 12px;
}
.notice-title p{
	float: left;
	font-size: 18px;
	color: #4488F5;
	font-weight: bold;
	line-height: 50px;
}
.notice-title span a{
	float: right;
	font-size: 12px;
	color: #3F4260;
	font-weight: bold;
	margin-top: 20px;
}
.notice-box{
	width: 650px;
	margin: auto;
}
.notice-list{
	width: 650px !important;
	height: 62px !important;
	margin: auto;
	padding: 0 !important;
}
.notice-list:first-child>.time-box{
	width: 54px;
	height: 54px;
	background: #F5A623;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
.notice-list:not(:first-child)>.time-box{
	width: 54px;
	height: 54px;
	background: #4488F5;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
.time-box p{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}
.time-box span{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
}
.notice{
	overflow: hidden;
	height: auto;
}
.notice p{
	float: left;
	width: 585px;
	font-size: 16px;
	color: #3F4260;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 8px 0 6px 0;
}
.notice p:hover{
	color: #F5A623;
}
.notice span{
	width: 530px;
	display: block;
	float: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 12px;
	color: #666666;
}
.exchange-box{
	width: 100%;
	background: #FFFFFF;
	height: auto;
	padding: 30px 0;
}
.exchange-box h1{
	width: 1440px;
	border-bottom: 1px solid #eeeeee;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.exchange-box h1 span{
	font-size: 24px;
	font-weight: bold;
	color: #4488F5;
	border-bottom: 3px solid #F5A623;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 0;
}
.exchange{
	display: block;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
.exchange li{
	display: inline-table;
	margin: 18px;
	width: 330px;
	height: 224px;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
}
.exchange li img{
	width: 328px;
	height: 160px;
	display: block;
}
.exchange li p{
	font-size: 16px;
	color: #3F4260;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
}
.exchange li p:hover{
	color: #F5A623;
}
.more-box{
	width: 1440px;
	margin: auto;
	height: auto;
}
.more-box a{
	color: #4488F5;
	margin: auto;
	text-align: center;
	width: 80px;
	height: 30px;
	border: 1px solid #4488F5;
	line-height: 28px;
	display: block;

	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #FFFFFF;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.more-box a::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4488F5;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.more-box a:hover, .more-box a:focus, .more-box a:active {
	color: white;
}
.more-box a:hover:before, .more-box a:focus:before, .more-box a:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.link-box{
	padding-bottom: 60px;
	width: 100%;
	max-width: 1476px;
	margin: auto;
	background: #F3F5F9;
}
.link-box h1{
	width: 1440px;
	border-bottom: 1px solid #eeeeee;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-top: 30px;
}
.link-box h1 span{
	font-size: 24px;
	font-weight: bold;
	color: #4488F5;
	border-bottom: 3px solid #F5A623;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 0;
}
.link{
	display: block;
	margin: auto;
	text-align: center;
}
.link a{
	display: inline-table;
	margin: 18px;
	background-color: #999;
}
.link li{
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	width: 330px;
	height: 75px;
	color: #FFFFFF;
	border: 1px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px;
}
.link img{
	display: block;
	width: 330px;
	height: 75px;
	margin-top: -75px;
	opacity: 0.5;
}