/*div默认是块状元素，新增一个div就要新开一行显示,两个div要在一行显示要用浮动float*/


/* main */
.main {
	/**div据中*/
	margin-left: auto;
	margin-right: auto;
	/*设置div块宽度和高度*/
	width:1024px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	padding-bottom: 20px;
}

.main_top{
	float: left;
	width:100%;
	margin-top: 20px;
	margin-left: 10px;
	padding-right: 18px;
}

#main_left{
	float: left;
	width: 180px;
	margin-left: 5px;
}

#main_left li{
	line-height:24px;
	font-size:12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
} 
 
#main_left .contact{
	color: #717171;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 175px;
	padding-bottom: 10px;
}

.main_right {
	color: #717171;
	float: left;
	width: 1024px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	word-break:break-all;
}

.title {
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 30px;
	width: 100%;
	text-align: center;
}

.title_red {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	color: #990000;
}
.title_black {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	color: #000000;
}
.interests li{
	line-height:normal;
	font-size:14px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
} 

.articles li{
	line-height:18px;
	font-size:14px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
} 

