﻿/* 框架版型 */

/*----- 中、大型框架(中間欄) ----- */
div.frame_01,
div.frame_02 {
    margin: 10px 0 0 0;
	_margin-left: 3px;
    border: 1px solid #c2c1c0;
	border-top: none;
	border-bottom: none;
}
div.frame_02 {
    margin-top: 0;
}

div.frame_01 .frame_title,
div.frame_02 .frame_title {
    position: relative;
    background: url(image/theme/frame_02_title_bg.gif) repeat-x left top;
	_overflow: hidden;
}
div.frame_01 .frame_title .title_1,
div.frame_02 .frame_title .title_1 {
	padding-top: 8px;
	padding-left: 10px;
	height: 35px;
}
div.frame_01 .frame_title .title_1 h1,
div.frame_02 .frame_title .title_1 h1 {
    color: #288978;
    font-size: 15px;
	line-height: 15px;
	.line-height: 20px;
	text-align: left;
}
div.frame_01 .frame_title .title_1 ul,
div.frame_02 .frame_title .title_1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.frame_01 .frame_title .title_1 li,
div.frame_02 .frame_title .title_1 li {
    float: left;
	margin-right: 1px;
	background: url(image/theme/frame_02_list_middle.gif) no-repeat left top;
	color: #666;
	font-size: 12px;
	width: 81px;
	text-align: center;
}
div.frame_01 .frame_title .title_1 li a,
div.frame_02 .frame_title .title_1 li a {
	display: block;
	color: #666 !important;
	text-decoration: none !important;
	line-height: 28px;
	height: 28px;
}
div.frame_01 .frame_title .title_1 li a:hover,
div.frame_02 .frame_title .title_1 li a:hover {
	background: url(image/theme/frame_02_list_middle_select.gif) no-repeat left top;
	color: #526108 !important;
}
div.frame_01 .frame_title .title_1 li.select a,
div.frame_02 .frame_title .title_1 li.select a {
	background: url(image/theme/frame_02_list_middle_select.gif) no-repeat left top;
	color: #526108 !important;
}
div.frame_01 .frame_title .title_2,
div.frame_02 .frame_title .title_2 {
	position: absolute;
	background: url(image/theme/frame_02_title_left.gif) no-repeat left top;
	width: 5px;
	height: 35px;
	top: 0;
	left: -1px;
}
div.frame_01 .frame_title .title_3,
div.frame_02 .frame_title .title_3 {
	position: absolute;
	background: url(image/theme/frame_02_title_right.gif) no-repeat right top;
	width: 5px;
	height: 35px;
	top: 0;
	right: -1px;
}

div.frame_01 .frame_content,
div.frame_02 .frame_content {
    position: relative;
    _position: inherit;
    margin: 0 auto;
	text-align: center;
	min-height: 50px;
}

div.frame_01 .frame_foot,
div.frame_02 .frame_foot {
    clear: right;
    position: relative;
	background: url(image/theme/frame_02_foot_bg.gif) repeat-x left top;
	height: 10px;
}
div.frame_01 .frame_foot .foot_1,
div.frame_02 .frame_foot .foot_1 {
	position: absolute;
	background: url(image/theme/frame_02_foot_left.gif) no-repeat left top;
	width: 5px;
	height: 10px;
	top: 0;
	left: -1px;
}
div.frame_01 .frame_foot .foot_2,
div.frame_02 .frame_foot .foot_2 {
	position: absolute;
	background: url(image/theme/frame_02_foot_right.gif) no-repeat right top;
	width: 5px;
	height: 10px;
	top: 0;
	right: -1px;
}
/*----- 系統公告 ----- */
#publish_news {
	_width: 530px;
}
#publish_news .frame_content {
    padding: 5px 10px 0 10px;
}
#publish_news .frame_content ul {
	line-height: 20px;
}
#publish_news .frame_content li {
    clear: both;
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #e0e0e0;
	text-align: left;
}
#publish_news .frame_content label {
    float: left;
	display: block;
	width: 70px;
	color: #f80;
	text-align: center;
}
#publish_news .frame_content div.date {
    float: right;
    display: block;
    color: #096;
	width: 70px;
	text-align: center;
}
#publish_news .frame_content p {
	margin: 0 70px;
	.margin-top: -20px;
	text-align: left;
}
#publish_news .frame_content p a {
	color: #666;
	text-decoration: none;
}
#publish_news .frame_content p a:hover {
	color: #06f;
	text-decoration: underline;
}
