*{
	margin: 0;
	padding: 0;
}
#sub_right{
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
    -webkit-user-select:none; /*webkit浏览器*/   
    -khtml-user-select:none; /*早期浏览器*/   
    -moz-user-select:none;/*火狐*/   
    -ms-user-select:none; /*IE10*/   
    user-select:none;   
}
#subject #sub_left,#sub_right{
	float: left;
	padding: 10px ;
	text-align: left;
}
#subject{
	height: 880px;
}
#sub_left{
	width: 200px;
	margin-left: 40px;
	margin-top: 10px;
	border-right: 2px solid #AAAAAA;
}
#sub_left ul{
	margin-left: 40px;
}
#sub_left li{
	line-height: 40px;
	list-style-type: circle;
}
#sub_right{
	width: 1000px;
	line-height: 30px;
	margin: 10px auto;
}
h3{
	margin: 10px 35px;
	margin-bottom: 0px;
}
.hr{
	width: 200px;
	border: 1px solid #AAAAAA;
}
#sub_right hr{
	border: 1px solid #AAAAAA;
}
a:hover{
	text-decoration: underline; 
}
#img,#office{
	clear: both;
	text-align: center;
	margin: 5px auto;
}
#img img{
	width: 550px;
	height:300px;
}
#office img{
	width: 450px;
	height: 300px;
}
footer{
	clear: both;
}
#sub_right .text{
	margin-top: 20px;
	margin-left: 30px;
	font: 20px  "微软雅黑";
	color: #696969;
	line-height: 40px;
}

#sub_right .news_text{
	text-align: center;
}
#sub_right .news_text .title{
	font-size: 25px;
}
#sub_right .news_text .time{
	font-size: 15px;
}
#sub_right .news_text .context{
	text-align:left;
	text-indent: 2em;
}
