/* CSS Document */


#context{
	margin:1px auto;
	width:1200px;
	min-height:1000px; /* 改为最小高度，允许内容自适应 */
	overflow: auto; /* 清除内部浮动，让容器包含所有浮动元素 */
	overflow-x: hidden; /* 隐藏水平滚动条 */
}

#context #part1{
	float:left;
	width:300px;
	min-height:1000px; /* 改为最小高度 */
}


#context #part2{
	float:left;
	width:900px;
	min-height:930px; /* 改为最小高度，允许内容自适应 */
	background:#FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/* 只保留下边框，左右上都不加 */
}

#context #part2 #part2-head{
	float:left;
	width:100%;
	height:70px;
	margin-top: 50px;
	background:url(../image/newsRighthd.png) no-repeat;
	background-size: cover;
}

#context #part2 #part2-head h3{
	float:left;
	margin:17px 0;
	padding-left:40px;
	font-family:"微软雅黑";
	font-size:24px;
	font-weight:bold;
}

#context #part2 #part2-head h4{
	float:left;
	font-family:"微软雅黑";
	font-size:20px;
	color:#FFF;
	margin:23px 10px;
}

#context #part2 #part2-head h5{
	float:right;
	font-family:"微软雅黑";
	font-size:30px;
	color:#FFF;
	margin:15px 80px;
}

#context #part2 #part2-button{
	width:880px;
	height:60px;
	float:left;
	background:#FFF;
	padding-left:20px;
}

#context #part2 #part2-button li{
	float:left;
	width:125px;
	height:35px;
	margin:0px 1px;
	margin-top:10px;
	text-align:center;
	list-style: none;
}

#context #part2 #part2-button li a{
	float:left;
	display:block;
	width:125px;
	height:15px;
	padding:10px 0px;
	color:#666;
	background:url(../image/tabs-item.png) no-repeat 0px 1px;
	font-family: "黑体";
	text-decoration: none;
}

#context #part2 #part2-bb{
	float: left;
	width: 100%;
	min-height:5px; /* 改为最小高度，允许自适应内容 */
	background: url(../image/tabs2.png);
	overflow: hidden; /* 清除内部浮动 */
}

#context #part2 #part2-bb #title{
	float: left;
	width: 100%;
	font-size: 24px;
	text-align: center;
	padding-top: 30px;
	background: url(../image/tabs.png);
	font-weight: bold;
	color: #000;
}


#context #part2 #part2-bb #time{
	float:left;
	width:100%;
	font-size:14px;
	color:#666;
	padding:10px 0px;
	background: rgba(215,212,212,1.00);
	text-align: center;
}

#context #part2 #part2-context{
	clear: both; /* 清除上方的浮动 */
	float:left;
	width:100%;
	min-height:750px; /* 改为最小高度 */
	
	border-bottom:#CCC 2px solid;
	box-sizing: border-box; /* 让padding包含在width内 */
	overflow-wrap: break-word; /* 长单词自动换行 */
	word-wrap: break-word; /* 兼容性 */
	line-height: normal; /* 去掉容器默认行高，让子元素自己控制 */
}




#context #part2 #page{
	width:100%;
	float:left;
	text-align: center;
	
	
}
#context #part2 #page li{
	float:left;
	width:45px;
	list-style-type:none;
	font-size:14px;
	margin:5px 10px;
	font-family:"黑体";
	list-style: none;
}