h1{
	width: 100%;
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	line-height: 2.6em;
}
.main-text{
	margin-bottom: 2em;
}

.news-search-box{
	position: relative;
	float: right;
	width: 50%;
	margin: 3.5em 0 0;
}
.news-search{
	position: relative;
	width: 100%;
	height: 3em;
	line-height: 3em;
	padding: 0 2em;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 1.5em;
}
.news-search-box > .search-icon{
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	top: 0.9em;
	right: 1.5em;
}
.news-search:focus + .search-icon{
	
}

.headlines{
	position: relative;
	width: 100%;
	height: 360px;
	background: #f8f8f8;
}
.headlines .headimg,
.headlines .headimg img{
	position: relative;
	float: left;
	width: 540px;
	height: 360px;
	overflow: hidden;
}
.headlines .headimg-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 2em;
	line-height: 1.6em;
	padding: 0.5em 1em;
	font-size: 18px;
	color: #fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background: rgba(0, 0, 0, 0.5);
}
.headlines ul{
	position: relative;
	float: left;
	width: 550px;
	height: 320px;
	margin: 20px 30px 20px 50px;
	overflow: hidden;
}
.headlines ul a{
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.headlines ul a + a{
	margin-top: 10px;
}
.headlines ul a:after{
	content: ' ';
	position: absolute;
	left: 0px;
	top: 15px;
	width: 6px;
	height: 6px;
    border: 6px solid transparent;
    border-left: 9px solid #0066cc;
}
.headlines ul a *{
	overflow: hidden;
}
.headlines ul a .title{
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 0em;
	width: 70%;
	height: 2.4em;
	line-height: 2.4em;
	color: #333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.headlines ul a .summary{
	font-size: 1em;
	position: absolute;
	left: 30px;
	top: 45px;
	width: 70%;
	height: 3.2em;
	line-height: 1.6em;
	color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.headlines ul a .date{
	font-size: 22px;
	position: absolute;
	right: 1em;
	top: 20px;
	width: 10em;
	height: 1em;
	line-height: 1em;
	text-align: right;
	color: #999;
}

.news-list{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 2em 0;
	margin-top: 1em;
	overflow: hidden;
}
.news-list a{
	position: relative;
	float: left;
	width: 100%;
	
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

.news-list a *{
	position: relative;
	float: left;
	overflow: hidden;
}
.news-list a img{
	width: 300px;
	height: 200px;
}
.news-list a .title,
.news-list a .summary{
	font-size: 1em;
	width: 50%;
	max-height: 4em;
	line-height: 2em;
	color: #666;
	margin-left: 5%;
}
.news-list a .title{
	font-size: 24px;
	height: 3em;
	line-height: 3em;
	color: #333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.news-list a:hover .title{
	color: #0066cc;
}
.news-list a .summary{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list a .read-count{
	font-size: 12px;
	margin: 2em 50% 0 5%;
	padding: 0 1em 0 3em;
	height: 2.2em;
	line-height: 2em;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 1em;
}
.news-list a .read-count:after{
	content: url(../image/read-count.png);
	position: absolute;
	top: 3px;
	left: 1em;
	width: 16px;
	height: 16px;
	
}
.news-list a .date-day,
.news-list a .date-year{
	position: absolute;
	top: 50px;
	right: 0px;
	font-size: 42px;
	float: right;
	width: 120px;
	height: 1em;
	line-height: 1em;
	text-align: center;
	color: #0066cc;
}
.news-list a .date-year{
	font-size: 32px;
	top: 120px;
}

.industry-list{
	margin-top: 0em;
	padding-top: 1em;
}
.industry-list a .title,
.industry-list a .summary{
	width: 80%;
	margin-left: 0;
}
.industry-list a .read-count{
	margin-left: 0;
}

.media-list{
	position: relative;
	width: 100%;
}

.media-list a{
	position: relative;
	float: left;
	display: block;
	width: 32%;
	margin: 0 0.6666%;
	padding-bottom: 3em;
	text-decoration: none;
	overflow: hidden;
}

.media-list a:nth-child(3n),
.media-list a:nth-child(3n+1){
	margin: 0;
}
.media-list a:nth-child(3n+2){
	margin: 0 2%;
}

.meida-cover-box{
	position: relative;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
.meida-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.media-list a p{
	color: #333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height: 3em;
	font-size: 16px;
	text-align: center;
}
.media-list a:hover p{
	color: #0066cc;
}

.media-list video{
	width: 100%;
}
.media-list .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 82%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}
.media-list .cover:after{
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.media-list .cover:before{
	content: ' ';
	position: absolute;
	left: 56.5%;
	top: 55%;
	width: 15px;
	height: 15px;
	margin: -30px 0 0 -30px;
	border: 15px solid transparent;
	border-left: 20px solid #fff;
}
.media-list .more{
	position: relative;
	width: 8em;
	height: 2.6em;
	line-height: 2.6em;
	margin: auto;
	color: #0066cc;
	text-align: center;
	border: 1px solid #0066cc;
	clear: both;
}
