.coreText_1200 {
	width: 100%;
	min-height: 180px;
	display: block;
}
.coreText_box {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.coreText_row {
	text-align: center;
}

.coreText_text {
  font-size: 26px;
  color: #05aad3;
  line-height: 36px;
  letter-spacing: 7px;
}

.coreText_en {
  font-size: 14px;
  line-height: 30px;
  color: #17bcce;
}
.Icon_hezuo {
	margin:10px auto;
	width: 1200px;
	min-height: 150px;
	display: block;
}
.Icon_img {
  width: 160px;
  height: 65px;
  margin-left: 22px;
  margin-bottom: 22px;
}
.news_colum{
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	width: 360px;
	padding:10px;
	overflow: hidden;
	background: #ededed;
}
.news_colum:hover{
	background: #f5f5f5;
}
.news_colum_tit{
	width: 100%;
	height: 28px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #05aad3;
    overflow: hidden;
	text-align:center;
}
.news_colum_line{
	width: 100%;
    height: 2px;
    border-top: 2px solid #979797;
    margin-top: 15px;
    margin-bottom: 15px;
}
.news_colum_text{
	width: 100%;
	height:100px;
    font-size: 14px;
	color: #666;
	line-height: 25px;
	word-wrap:break-word;
	text-indent: 40px;
	overflow: hidden;
}
.news_colum_time{
	width: 100%;
	font-size: 12px;
	color: #b3b3b3;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.news_colum_more{
	display: block;
	width: 100%;
	text-align:center;
	margin-top: 20px;
    height: 26px;
    font-size: 14px;
	line-height: 26px;
    letter-spacing: 7px;
}
.news_colum_more a:hover{
	color: #05aad3;
}