body {
	background: #F7F7F7;
}
header {
	height: 500px;
}

.banner {
	background: url(../../images/gfqh/aiHost/aiHost-banner.png);
	height: 500px;
}

.title-wrapper {
	height: 85px;
	margin: 20px 0;
	background: #FFFFFF;
	padding: 0 30px;
}

.news-type {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	height: 85px;
	line-height: 85px;
	float: left;
}
.type-list {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	float: left;
}
.type-item {
	display: inline-block;
	float: left;
	width: 95px;
	height: 26px;
	border-radius: 13px;
	background-color: #F2F2F2;
	text-align: center;
	margin: 27px 20px;
	cursor: pointer;
}
li.active {
	color: #497EE0;
}
.search-box {
	float: right;
	width: 342px;
	height: 45px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: 20px;
	position: relative;
}
.type-select {
	width: 60px;
	height: 43px;
	line-height: 42px;
	font-size: 14px;
	background: #F2F2F2;
	border: none;
	outline: none;
	border-right: 1px solid #CCCCCC;
	border-radius: 5px 0px 0px 5px;
	padding: 0 0 0 5px;
	float: left;
	color: #666666;
}
.keyword-input {
	height: 43px;
	width: 280px;
	padding-right: 50px;
	border: none;
	outline: none;
	float: left;
}
.search-icon {
	position: absolute;
	right: 8px;
	top: 13px;
	cursor: pointer;
}
.content-container {
	padding: 20px 35px;
	background: #fff;
	margin-bottom: 30px ;
}
.video-list-title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}	
.video-list-wrapper {
	padding: 20px 0;
}
.watch-icon-wrapper {
	display: inline-block;
	float: left;
	padding-top: 3px;
}
.video-content-wrapper {
	float: left;
	margin-left: 15px;
}
.video-item {
	padding: 15px 15px 10px 15px;
	border-radius: 7px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.video-item:hover:before {
	width: 4px;
	height: 15px;
	background: #497EE0;
	opacity: 1;
	border-radius: 0px 4px 4px 0px;
	position: absolute;
	left: 0;
	top: 20px;
}
.video-item:hover, .video-item:focus {
	background: #F2F2F2;
}
.video-title {
	font-size: 14px;
	color: #000000;
	position: relative;
	padding-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 450px;
}
.video-detail {
	color: #999999;
	font-size: 12px;
}
.publish-time-text {
	float: left;
}
.publish-time, .play-time {
	float: left;
	margin-left: 15px;
}
.play-time-text {
	float: left;
	margin-left: 30px;
}
div.top:before {
    width: 15px;
    height: 10px;
    position: absolute;
    content: '';
    right: 0px;
    top: 3px;
    background: url(../../images/gfqh/aiHost/top-icon.png) no-repeat;
}
.watch-now-btn {
	width: 95px;
	height: 26px;
	background: #497EE0;
	font-size: 14px;
	border-radius: 7px;
	line-height: 26px;
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	top: 18px;
	text-align: center;
}
.news-list-container {
	background: #fff;
	min-height: 300px;
	padding: 20px;
}
.news-list-wrapper {
	padding: 10px 0;
}
.news-item {
	padding: 0 10px;
	cursor: pointer;
	border-radius: 7px;
}
.news-item:hover, .news-item:focus {
	background: #F2F2F2;
}
.news-item-content {
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	padding: 15px 0;
	overflow: hidden;
}
div.pagination {
    white-space: normal;
}


@media (max-width: 1200px) and (min-width: 993px){
	.watch-now-btn {
		right: -10px;
	}
	.video-title {
		max-width: 380px;
	}
	.banner {
		height: 400px;
	}
	header {
	    height: 400px;
	}
	.type-item {
		width: 75px;
		margin: 27px 15px;
	}
}
@media (max-width: 992px) {
	.banner {
		height: 350px;
	}
	header {
	    height: 350px;
	}
	.watch-now-btn {
		right: -10px;
		width: 75px;
	}
	.video-title {
		max-width: 260px;
	}
	.type-item {
		width: 65px;
		margin: 27px 10px;
	}
	.search-box {
		width: 242px;
	}
	.keyword-input {
		width: 175px;
	}
}