﻿ 
/*===  部件Part（部件 ）   =============================================================================================================================================*/

.part_left {
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: left;
}
.part_right {
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
}
.part_head {
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	background-position: left top;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.part_title1 {
	font-family: "方正粗倩简体";
	font-size: 24px;
	color: #000000;
	letter-spacing: 5px;
}
.part_title2 {
	font-family: "宋体";
	font-size: 14px;
	color: #3675B6;
	font-weight :bold1;
	letter-spacing: 1px;
	text-indent: 5px;
}

.part_more {
	background-repeat: no-repeat;
	height: 16px;
	width: 50px;
	BEHAVIOR: url(/Wesoft/Sys/FrameWork/Common/htc/PartMore.htc) url(/Sys/FrameWork/Common/htc/PartMore.htc);
}
.part_moreOver {
	background-repeat: no-repeat;
	height: 16px;
	width: 40px;
	cursor:hand;
}


