	.mui-content-padded {
		margin: 0 auto;
	}
	
	.mui-content .mui-content-padded1 {
		background: #F4F4F4;
		padding: 8px 10px;
	}
	
	.mui-content .mui-content-padded1 .title_h5,
	.mui-content .mui-content-padded1 .title_h5 a {
		color: #131313;
		font-size: 13px;
	}
	
	#content-title {
		font-size: 16px;
		border-bottom: dashed 1px #898989;
		padding-bottom: 10px;
	}
	
	#content {
		margin-top: 10px;
	}
	
	#content img {
		max-width: 100%;
	}
	
	.mui-content-padded1 h5 select {
		width: auto;
		border-radius: 0px;
		color: #000000;
		padding: 0px 4px;
		vertical-align: middle;
		margin-bottom: 0;
		margin-top: 0;
		background: #FDFDF9;
		outline: solid 1px #FFFFFF;
		height: 23px;
	}
	
	label#lblSelect::after {
		content: "\25bc";
		position: absolute;
		border: solid 1px #EFEFEF;
		border-left: none;
		width: 20px;
		line-height: 23px;
		margin-top: -1px;
		vertical-align: middle;
		text-align: center;
		background: #000000;
		color: #fefefe;
		pointer-events: none;
	}
	
	#next-pre-news .mui-icon {
		font-weight: bold;
		font-size: 16px;
		color: #2d74e6;
	}
	
	.index-news-title {
		height: 42px;
		text-align: center;
		margin: 10PX AUTO;
	}
	
	.index-news-title div {
		float: left;
	}
	
	.center-bg {
		background: url(../images/center-bg.jpg) repeat-x;
		height: 42px;
		line-height: 40px;
		font-size: 14PX;
		text-transform: uppercase;
	}
	/*********/
	
	.culture_list {
		display: block;
		white-space: nowrap;
		width: 94%;
		overflow: auto;
		height: 45px;
		margin: 0px auto -18px;
		overflow-y: hidden;
		border-bottom: solid 0px #676767;
	}
	
	.mui-content-padded {
		padding: 3%;
		width: 100%;
	}
	
	.culture_list ul {
		width: 200px;
		display: table;
		margin: 0;
		padding: 0;
	}
	
	.culture_list li {
		height: 40px;
		margin: 0px 22px 0px 0px;
		display: inline-block;
		
		text-align: left;
		line-height: 40px;
	}
	
	.culture_list li a {
		color: #343434;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.culture_list li a .h2 {
		width: 100%;
		margin: 0 auto;
	}
	
	.culture_list li a.active {
		color: #229370;
	}
	
	.culture_list {
		scrollbar-face-color: #DFDFDF;
		/*滚动条3D表面（ThreedFace）的颜色*/
		scrollbar-highlight-color: #fff;
		/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
		scrollbar-shadow-color: #eeeeee;
		/*滚动条3D界面的暗边（ThreedShadow）颜色*/
		scrollbar-3dlight-color: #eeeeee;
		/*滚动条亮边框颜色*/
		scrollbar-arrow-color: #000;
		/*滚动条方向箭头的颜色 */
		scrollbar-track-color: #fff;
		/*滚动条的拖动区域(TrackBar)颜色*/
		scrollbar-darkshadow-color: #fff;
		/*滚动条暗边框（ThreedDarkShadow）颜色*/
	}
	/**Chrome**/
	/*---滚动条默认显示样式--*/
	
	.culture_list::-webkit-scrollbar-thumb {
		background-color: #229370;
		height: 40px;
		outline-offset: -2px;
		outline: 2px solid #fff;
		-webkit-border-radius: 4px;
		border: 2px solid #fff;
	}
	/*---鼠标点击滚动条显示样式--*/
	
	.culture_list::-webkit-scrollbar-thumb:hover {
		background-color: #454545;
		height: 40px;
		-webkit-border-radius: 4px;
	}
	/*---滚动条大小--*/
	
	.culture_list::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}
	/*---滚动框背景样式--*/
	
	.culture_list::-webkit-scrollbar-track-piece {
		background-color: #fff;
		-webkit-border-radius: 0;
	}
	/********/