#f1 .title {
	font-size: 28px!important;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: #1A1A1A;
	padding: 15px 0;
	text-align: center;
}
.title span{	font-size: 28px!important;}
#f1 .release {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #505050;
	box-sizing: border-box;
	background: rgba(244, 244, 244, 1);
}
.bds_more,.bds_tsina{display: none}
#f1 .release ul li { 
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#f1 .release ul li:hover {
	overflow: unset;
	cursor: default;
}

.release li #big,
.release li #center,
.release li #little {
	cursor: pointer;
}

#big {
	font-size: 18px;
}

#center {
	font-size: 16px;
}

#little {
	font-size: 14px;
}

.release ul li:last-child {
	display: inline-block;
}

.content_details {
	padding-top: 10px;
	padding-bottom: 20px;
}

@media screen and (max-device-width: 768px) {
	#f1 .release {
		width: 100% !important;
		height: auto !important;
		padding-left: 20px;
		overflow: hidden;
	}

	#f1 .release ul li {
		width: 100%;
		margin-left: 0;
		text-align: inherit;
	}

	.content_details img,
	.content_details video {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
}