
/*<!–[if IE 8]>
	.media-vedio-item .media-vedio-title{
		height: 36px;
	}
<![endif]–>
<!–[if IE 9]> 仅IE9可识别 <![endif]–>*/
body{ font-family: Times, Helvetica, Tahoma, Arial, STXihei, "Microsoft YaHei", "微软雅黑", "华文细黑", sans-serif;}

.cuhksz-hidden{
	display: none;
}
.cuhksz-show{
	display: block;
}
.media-wrap{
	margin: 0 auto;
	width: 1180px;
}
.dropdown-list{
	z-index: 10000;
}
.cuhksz-media-banner{
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/media/media-bg.png) no-repeat center;
	background-size: contain;
}
.cuhksz-media-banner h2{
	width: 100%;
	height: 67px;
	line-height: 67px;
	font-size: 48px;
	color: #633869;
	text-align: center;
	margin-top: 70px;
}

#sticky-video{
	margin: 40px auto 0;
}

.cuhksz-act-wrap{
	width: 1180px;
	margin: 40px auto 0;
}
.cuhksz-act-wrap .cuhksz-act,.cuhksz-act-wrap .cuhksz-act-des {
	float: left;
}
.cuhksz-act-wrap .cuhksz-act{
	width: 700px;
	height: 420px;
	position: relative;
}
.cuhksz-act-wrap .cuhksz-act img{
	width: 100%;
	max-width: 100%;
}
.cuhksz-act-wrap .cuhksz-act .media-mask{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
	background: url(../images/media/play-btn.png) no-repeat center;
}
.cuhksz-act-wrap .cuhksz-act .media-mask:hover{
	background: url(../images/media/play-btn-hover.png) no-repeat center;
}
.cuhksz-act-des{
	width: 480px;
	height: 420px;
	padding: 0 30px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: "微软雅黑";
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
}
.cuhksz-act-des .act-des-replay{
	width: 100%;
	height: 30px;
}
.cuhksz-act-des .act-des-replay span{
	display: inline-block;
	width: 100px;
	height: 100%;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #633869;
}
.cuhksz-act-des .act-des-title{
	margin-top: 30px;
	width: 100%;
	text-align: left;
	line-height: 36px;
	font-size: 28px;
	color: #4A4A4A;
	margin-bottom: 0;
}
.cuhksz-act-des .act-des-date{
	margin-top: 5px;
	color: #9B9B9B;
	display: inline-block;
	height: 19px;
}
.cuhksz-act-des .act-des-text{
	width: 100%;
	line-height: 26px;
	margin-top: 20px;
}
.cuhksz-act-des .video-link{
	margin-top: 30px;
}
.cuhksz-act-des .video-link p{
	line-height: 26px;
	margin-bottom: 0;
}
.cuhksz-act-des .video-link a{
	color: #00B3FF;
	letter-spacing: 0;
}
.cuhksz-act-des .share{
	margin-top: 20px;
	margin-bottom: 20px;
}
.cuhksz-act-des .share li{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.cuhksz-act-des .share li a{
	display: block;
	width: 100%;
	height: 100%;
}
.cuhksz-act-des .share .share-weibo{
	background: url(../images/media/weibo-hover.png) no-repeat center;
}
.cuhksz-act-des .share .share-weibo:hover{
	background: url(../images/media/weibo.png) no-repeat center;
}
.cuhksz-act-des .share .share-weixin{
	background: url(../images/media/weixin.png) no-repeat center;
}
.cuhksz-act-des .share .share-weixin:hover{
	background: url(../images/media/weixin-hover.png) no-repeat center;
}
.cuhksz-act-des .share .share-twitter{
	background: url(../images/media/twitter.png) no-repeat center;
}
.cuhksz-act-des .share .share-twitter:hover{
	background: url(../images/media/twitter-hover.png) no-repeat center;
}
.cuhksz-act-des .share .share-facebook{
	background: url(../images/media/facebook.png) no-repeat center;
}
.cuhksz-act-des .share .share-facebook:hover{
	background: url(../images/media/facebook-hover.png) no-repeat center;
}

.cuhksz-media-kind{
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
}
.cuhksz-media-kind .cuhksz-media-kind-left{
	width: 885px;
	font-size: 0;
	float: left;
}
.cuhksz-media-kind .cuhksz-media-kind-left li{
	padding: 8px 20px;
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid #E2E2E2;
	font-size: 14px;
	color: #4A4A4A;
	margin-right: 15px;
	cursor: pointer;
}
.cuhksz-media-kind .cuhksz-media-kind-left li.active{
	background-color: #633869;
	color: #FFFFFF;
}
.cuhksz-media-kind .cuhksz-media-kind-right{
	float: right;
	margin-right: -15px;
}
.cuhksz-media-kind .cuhksz-media-kind-right .media-select{
	padding: 8px 0;

	display: inline-block;
	margin-right: 15px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	border: 1px solid #E2E2E2;
}
.media-select{
	width: 106px;
}
.cuhksz-media-kind-right .cuhksz-media-select span{
	display: block;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	height: 100%;

}
.media-select .select-wrap{
	width: 100%;
	height: 100%;
	position: relative;

}
.media-select .media-btn-select{
	display: block;
	width: 100%;
	height: auto;
	text-indent: 20px;
	font-size: 14px;
	color: #4A4A4A;
	position: relative;
}
.media-picker-select{
	position: absolute;
	left: -1px;
	top: 36px;
	width: 102%;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-top: none;
	text-indent: 20px;

	max-height: 150px;
    display: block;
    overflow-y: scroll;
}
.media-picker-select li{
	width: 100%;
	height: 30px;
	color: #9B9B9B;
}
.media-picker-select li:hover{
	color: #633869;
}
.media-picker-select li{
	border: none;
}
.media-select .triangle{
	width: 10px;
	height: 6px;
	position: absolute;
	right: 20px;
	top: 8px;
	background: url(../images/media/Triangle.png) no-repeat center;
}
.cuhksz-video-list{
	padding-top: 50px;
}
.media-vedio a.vedio-mask {
    height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 71.4%;
}
.media-vedio-item .media-vedio img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.media-vedio-item .media-vedio{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.media-vedio-item .media-vedio img{
	width: 100%;
	height: 100%;
}
.media-vedio-item .media-vedio .vedio-mask:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/media/play-btn-sm.png) no-repeat center;
	z-index: 9;
}
.media-vedio-item .media-vedio:hover .vedio-mask:after {
	background: url(../images/media/play-btn-sm-hover.png) no-repeat center;;
}
.media-vedio-item .media-vedio-title{
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #4A4A4A;
	padding: 0 10px;
	box-sizing: border-box;
}
.media-vedio-item .media-vedio-date{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #9B9B9B;
	line-height: 26px;
	margin-bottom: 30px;
}

/*mediafocus*/
.cuhksz-mediafocus-banner{
	width: 1024px;
	height: 261px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 261px;
	font-size: 48px;
	background: url(../images/media/Rectangle.png) no-repeat center;
}
.date-picker-wrap{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #E2E2E2;
}
.data-picker{
	display: inline-block;
	position: relative;
	color: #633869;
	cursor: pointer;
	border: 1px solid #E0E0E0;
	width: 150px;
	height: 42px;
	margin-right: 20px;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
.data-picker .drop-btn{
	width: 100%;
	height: 100%;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-indent: 20px;
}
.data-picker-select{
	width: 150px;
	position: absolute;
	left:-1px;
	top: 40px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-top: none;
	z-index: 20;

	max-height: 150px;
    display: block;
    overflow-y: scroll;
}
.data-picker-select li{
	width: 100%;
	height: 30px;
	text-align: left;
	text-indent: 20px;
	font-size: 16px;
	color: #9B9B9B;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 20px;
}
.data-picker-select li:hover{
	color: #633869;
}
.data-picker .triangle{
	width: 10px;
	height: 6px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../images/media/Triangle.png) no-repeat center;
}

.cuhksz-news-content{
	width: 100%;
}
.cuhksz-news-content .media-newsList{
	margin-top: 35px;
}
.cuhksz-news-content .media-newsList li{
	width: 100%;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #E2E2E2;
}
.cuhksz-news-content .media-newsList .news-item{
	display: inline-block;
	height: 100%;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cuhksz-news-content .media-newsList .media-name{
	width: 212px;
	color: #633869;
	font-size: 13px;
	font-weight: bold;
}
.cuhksz-news-content .media-newsList .news-title{
	width: 520px;
	color: #4A4A4A ;
	font-size: 14px;
}
.cuhksz-news-content .media-newsList .news-date{
	color: #9B9B9B;
	font-size: 12px;
	float: right;
}


.cuhksz-page{
	margin-bottom: 150px;
}

@media (min-width: 1440px ) {
	.date-picker-wrap{
		margin: 0 40px;
	}
	.media-vedio-item .media-vedio-date{
		text-indent: 10px;
	}
	.cuhksz-media-banner h2{
		height: auto;
	}
	.media-wrap{
		width: 1024px;
	}
	.act-des-text{
		height: auto;
		max-height: 80px;
		overflow: hidden;
	}
	.cuhksz-media-banner{
		width: 100%;
		height: 731px;
		padding-bottom: 70px;
		background: url(../images/media/media-bg.png) no-repeat center;
		padding-bottom: 0;
	}
	.breadcrumb{
		margin: 30px 0 40px;
	}
	.cuhksz-media-banner .banner-title{
		margin-top: 0;
		height: 170px;
		line-height: 177px;
	}
	.cuhksz-media-banner .cuhksz-act-wrap{
		margin-top: 0;
	}
	.cuhksz-news-content .media-newsList .news-title{
		text-indent: 20px;
		width: 650px;
	}
	.date-picker-wrap{
		margin-left: 0;
	}
	.cuhksz-video-content{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.media-vedio-item .media-vedio-title{
		margin: 10px 0 0 0;
		overflow: hidden;
		text-overflow: initial;
		white-space: normal;
		height: 60px;
	}
	.cuhksz-mediafocus-banner h2{
		margin: 0;
		font-size: 48px;
		line-height: 230px;
	}
}
@media (min-width: 1024px) and (max-width: 1439px) {
	.cuhksz-news-content .media-newsList .news-title{
		text-indent: 20px;
	}
	.media-focus-wrap{
		margin: 0;
		width: 100%;
	}
	.date-picker-wrap{
		margin: 0 40px;
	}
	.media-wrap{
		width: 100%;
	}
	.cuhksz-act-wrap{
		width: 700px;
		margin: 40px auto 0;
	}
	.cuhksz-mediafocus-banner h2{
		margin: 0;
		font-size: 48px;
		line-height: 230px;
	}
	.media-vedio-item .media-vedio-title{
		max-width: 280px;
		height: 22px;
		font-size: 16px;
		padding: 0 10px;
		margin: 10px 0 0 0;
		line-height: 22px;
		letter-spacing: 0;
		box-sizing: border-box;
		overflow: hidden;
		text-overflow: initial;
		white-space: normal;
	}
	.media-vedio-item .media-vedio-title a{
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.cuhksz-act-des{
		height: auto;
		padding-bottom: 40px;
	}
	.cuhksz-act-des .act-des-title{
		margin-top: 30px;
		width: 100%;
		line-height: 36px;
		font-size: 28px;
		color: #4A4A4A;
		margin-bottom: 0;
	}
	.media-vedio-item .media-vedio-date{
		display: inline-block;
		width: 100%;
		font-size: 14px;
		margin-top: 5px;
		color: #9B9B9B;
		line-height: 20px;
		text-indent: 10px;
		margin-bottom: 30px;
	}
	.cuhksz-act-wrap .cuhksz-act,.cuhksz-act-wrap .cuhksz-act-des {
		float: none;
	}
	.cuhksz-act-wrap .cuhksz-act-des{
		width: 100%;
	}
	.breadcrumb{
		padding: 0 40px;
	}
	.cuhksz-media-kind{
		width: auto;
		box-sizing: border-box;
		margin: 0 40px;
		border-bottom: none;
	}
	.cuhksz-media-kind-right-content{
		border-bottom: 1px solid #E0E0E0;
		padding-bottom: 20px;
	}
	.cuhksz-video-list{
		padding-top: 30px;
	}
	.cuhksz-media-kind .cuhksz-media-kind-left, .cuhksz-media-kind .cuhksz-media-kind-right{
		float: none;
		margin: 0 20px;
	}
	.cuhksz-media-kind .cuhksz-media-kind-left li{
		margin-bottom: 20px;
	}
	.cuhksz-list-wrap{
		width: 100%;
		box-sizing: border-box;
	}
	.cuhksz-video-list{
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.cuhksz-video-list .cuhksz-video-content{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right .media-select{
		width: 106px;
	}
	.breadcrumb{
		margin: 30px 0 40px 20px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.container{
		width: auto;
	}
	.date-picker-wrap{
		width: auto;
		margin: 0 40px;
	}
	.cuhksz-media-banner{
		padding-bottom: 10px;
	}
	.breadcrumb{
		width: 100%;
		padding: 0 40px;
		margin-bottom: 40px;
	}
	.cuhksz-news-content .media-newsList{
		margin-top: 25px;
	}
	.cuhksz-video-content{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.cuhksz-media-banner h2{
		height: auto;
	}
	.cuhksz-video-list{
		padding-top: 35px;
	}
	.cuhksz-act-wrap{
		width: 688px;
		margin: 40px auto 0;
	}
	.cuhksz-act-wrap .cuhksz-act{
		width: 688px;
		height: 412px;
		position: relative;
	}
	.cuhksz-media-kind{
		max-width: 688px;
		width: 688px;
		margin: 0 auto;
		box-sizing: border-box;
		border-bottom: none;
		margin-bottom: 20px;
	}
	.cuhksz-act-des{
		height: auto;
		padding-bottom: 40px;
	}
	.cuhksz-act-wrap .cuhksz-act,.cuhksz-act-wrap .cuhksz-act-des {
		float: none;
	}
	.cuhksz-act-wrap .cuhksz-act-des{
		width: 100%;
	}
	.cuhksz-media-kind .cuhksz-media-kind-left, .cuhksz-media-kind .cuhksz-media-kind-right{
		float: none;
	}
	.cuhksz-media-kind .cuhksz-media-kind-left{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right{
		margin-top: 5px;
	}


	.media-vedio-item .media-vedio-title{
		max-width: 280px;
		margin: 16px 0 0 0;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0;
		overflow: hidden;
		text-overflow: initial;
		white-space: normal;
		color: #4A4A4A;
		padding: 0;
		box-sizing: border-box;
	}
	.media-vedio-item .media-vedio-title a{
		display: block;
		width: 100%;
		height: 52px;
	}
	.media-vedio-item .media-vedio-date{
		display: inline-block;
		width: 100%;
		font-size: 14px;
		color: #9B9B9B;
		line-height: 14px;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right .media-select{
		width: 106px;
	}
	.cuhksz-mediafocus-banner{
		width: 100%;
		height: 196px;
		text-align: center;
		background: url(../images/media/Rectangle.png) no-repeat center;
	}
	.cuhksz-mediafocus-banner h2{
		margin: 0;
		font-size: 48px;
		line-height: 122px;
	}

	.cuhksz-video-list .cuhksz-video-content{
		width: 718px;
	}
	.cuhksz-video-content .media-vedio-item{
		width: 329px;
		max-width: 329px;
		overflow: hidden;
	}
	.cuhksz-news-content .media-newsList li{
		width: 100%;
		height: 79px;
		padding: 0;
		box-sizing: border-box;
		position: relative;
	}
	.cuhksz-news-content .media-newsList .news-item{
		display: block;
	}
	.cuhksz-news-content .media-newsList .media-name{
		width: 100%;
		color: #633869;
		font-size: 12px;
		line-height: 28px;
		height: 28px;
		margin-top: 10px;
	}
	.cuhksz-news-content .media-newsList .news-title{
		width: 100%;
		color: #4A4A4A ;
		font-size: 14px;
		line-height: 32px;
		height: 32px;
	}
	.cuhksz-news-content .media-newsList .news-date{
		width: 80px;
		height: 28px;
		line-height: 28px;
		color: #9B9B9B;
		font-size: 12px;
		right: 0;
		top: 10px;
		position: absolute;
	}
}
.bef-select-as-links .form-type-bef-link{
	display: inline-block;
}
.bef-select-as-links .form-type-bef-link a{
	padding: 8px 20px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #E2E2E2;
    font-size: 14px;
    color: #4A4A4A;
    margin-right: 15px;
    cursor: pointer;
}
.bef-select-as-links .form-type-bef-link a.active{
	background-color: #633869;
    color: #FFFFFF;
}

/*媒体聚焦、 中大映像*/
.cuhksz-content-main{
	min-height: 45vh;
}
#views-exposed-form-media-focus .form-item.form-type-select {
    margin-right: 20px;
}
#views-exposed-form-media-video .views-widget-filter-date_filter .form-item.form-type-select {
    margin-right: 20px;
}
#views-exposed-form-media-video .views-widget-filter-date_filter .form-item.form-type-select:last-child{
	margin-right: 0;
}
#views-exposed-form-media-video #edit-date-wrapper{
	float: none;
}
@media (min-width:1440px){
	#views-exposed-form-media-video #edit-date-wrapper{
		float: right;
		padding-right: 0;
	}
}
.view-empty {
    padding: 12px 0;
}
.media-focus-wrap .view-filters{
	border-bottom: 1px solid #E0E0E0;
}
@media (max-width:767px){
	#views-exposed-form-media-video .views-widget-filter-date_filter .form-item.form-type-select {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 130px;
    width: 130px;
    text-align: center;
	}
	#views-exposed-form-media-video #edit-date-wrapper{
		float: none;
		text-align: center;
		padding: 0;
	}
	#views-exposed-form-media-video #edit-tid-wrapper {
		padding: .5em 1em 0 0;
    width: 280px;
    overflow: hidden;
    margin: 0 auto;
    float: none;
	}
	.bef-select-as-links > .form-item{
		width: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
	}
	.bef-select-as-links .form-type-bef-link{
		max-width: 130px;
    width: 130px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
	}
	.bef-select-as-links .form-type-bef-link a{
		margin-right: 0;
		max-width: 130px;
		width: 130px;
		text-align: center;
	}
}
/*媒体聚焦、 中大映像 end*/
@media (max-width: 767px) {
	.container{
		width: auto;
	}
	.cuhksz-content-main{
		padding: 0;
	}
	.breadcrumb{
		width: 100%;
		padding: 0 20px;
		text-align: left;
		margin: 20px 0 30px;
	}
	.cuhksz-media-banner{
		padding-bottom: 0;
	}
	.cuhksz-page{
		margin: 50px auto 120px !important;
	}
	.cuhksz-act-wrap{
		width: 100%;
		max-width: 768px;
		margin: 40px auto 0;
	}
	.cuhksz-news-content{
		padding-top: 0;
	}
	.cuhksz-act-wrap .cuhksz-act{
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	.media-vedio-item .media-vedio-title {
	    width: 100%;
	    font-size: 18px;
	    line-height: 24px;
	    color: #4A4A4A;
	    padding: 0 20px;
	    box-sizing: border-box;
	    margin-bottom: 0;
	    margin-top: 12px;
	}
	.media-vedio-item .media-vedio-date{
		display: block;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 25px;
	}
	.cuhksz-act-wrap .cuhksz-act,.cuhksz-act-wrap .cuhksz-act-des {
		float: none;

	}
	.cuhksz-act-wrap{
		background: #FFFFFF;
	}
	.cuhksz-act-wrap .cuhksz-act-des{
		height: auto;
		width: 100%;
		padding-bottom: 40px;
	}
	.cuhksz-media-banner h2{
		width: 100%;
	    font-size: 28px;
	    margin-top: 109px;
	}
	.cuhksz-act-wrap .cuhksz-act-des .act-des-title{
		line-height: 36px;
		word-break: break-all;
		width: 100%;
		text-align: left;
		height: auto;
		font-size: 24px;
	}
	.cuhksz-act-des .act-des-date{
		margin-top: 5px;
	}
	.cuhksz-media-kind .cuhksz-media-kind-left{
		width: 280px;
		overflow: hidden;
		margin: 0 auto;
		float: none;
	}
	.cuhksz-media-kind-left .cuhksz-media-kind-content{
		width: 280px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
	.cuhksz-media-kind .cuhksz-media-kind-left li{
		margin-right: 0;
	}
	.cuhksz-media-kind-content li{
		max-width: 130px;
		width: 130px;
		text-align: center;
		box-sizing: border-box;
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right{
		float: none;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right{
		margin: 0 auto;
		width: 280px;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right >ul{
		display: flex;
		justify-content: space-between;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right >ul >li{
		margin: 0;
	}
	.cuhksz-media-kind-right-content{
		display: flex;
		justify-content: space-between;
	}
	.cuhksz-media-kind-right-content li{
		width: 130px;
		box-sizing: border-box;
		margin-right: 0;
		float: none;
	}
	.cuhksz-media-kind{
		box-sizing: border-box;
		margin-bottom: 20px;
		width: 100%;
		border: none;
	}
	.cuhksz-video-list{
		width: 100%;
		max-width: 767px;
		padding-top: 0 ;
	}
	.media-vedio-item{
		float: none;
		width: 100%;
	}
	.cuhksz-news-content .media-newsList li{
		width: 100%;
		/*margin: 0 20px;*/
		padding: 0 20px;
		height: auto;
		box-sizing: border-box;
		position: relative;
	}
	.cuhksz-news-content .media-newsList li:last-of-type{
		border: none;
	}
	.cuhksz-news-content .media-newsList .news-item{
		display: block;
	}
	.cuhksz-news-content .media-newsList .media-name{
		width: 100%;
		color: #633869;
		font-size: 12px;
		line-height: 26px;
		margin-top: 11px;
		text-overflow: initial;
		white-space: initial;
	}
	.cuhksz-news-content .media-newsList .news-title{
		width: 100%;
		color: #4A4A4A;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 13px;
		overflow: initial;
		text-overflow: initial;
		white-space: normal;
		text-wrap: wrap;
	}
	.cuhksz-news-content .media-newsList .news-date{
		width: 80px;
		height: 26px;
		line-height: 26px;
		color: #9B9B9B;
		font-size: 12px;
		right: 0;
		top: 11px;
		position: absolute;
	}
	.date-picker-wrap{
		text-align: center;
		padding-right: -10px;
		width: 100%;
		/*display: flex;
		justify-content: space-between;*/
	}
	.data-picker{
		text-align: left;
		margin-right: 10px;
		width: 135px;
	}

	.cuhksz-mediafocus-banner{
		width: 100%;
		margin-top: 80px;
		height: 82px;
		background-size: cover;
	}
	.cuhksz-mediafocus-banner h2{
		width: 100%;
		font-size: 24px;
		line-height: 22px;
		color: #FFFFFF;
		text-align: center;
		margin: 0;
	}
	.cuhksz-media-kind .cuhksz-media-kind-right .media-select{
		margin-right: 0;
	}
	.media-picker-select .dropdown-list{
		z-index: 10000;
	}
	.data-picker-select{
		width: 101.5%;
	}
	.cuhksz-news-content .media-newsList .news-date{
		display: block;
		position: relative;
		width: 100%;
		top: 0;
	}
	.cuhksz-act-wrap .cuhksz-act .media-mask{
		background: url(../images/media/play-btn-sm.png) no-repeat center
	}
	.cuhksz-act-wrap .cuhksz-act .media-mask:hover{
		background: url(../images/media/play-btn-sm-hover.png) no-repeat center
	}
	.cuhksz-act-des .video-link{
		margin-top: 20px;
	}
	.cuhksz-news-content .media-newsList{
		margin-top: 20px;
	}
}
/*修复网页高度太低导致selectric插件无法选择所有页面*/
.view-media {
    min-height: 750px;
}
