﻿/********************************************************************
*                                                                   *
*               With all best wishes for HanJuan                    *
*                                                                   *
*               Main Cascading Style Sheet                          *
*               style1.css, 2010/04/22, NetFeng                     *
*                                                                   *
********************************************************************/

@charset "utf-8";

.content {
	padding: 12px;
	min-height: 396px;
}
.info_title {
	font-size: 21px;
	font-weight: bold;
	line-height: 36px;
	font-family: "仿宋_BG2312";
	text-align: center;
	margin-top: 24px;
	margin-bottom: 6px;
}
.info_desc {
	color: #666666;
	text-align: center;
}
.info_subtitle {
	font-size: 16px;
	font-family: "仿宋_BG2312";
	text-align: center;
	margin-top: 6px;
	margin-bottom: 12px;
}
.info_content {
	font-family: "仿宋_BG2312";
	font-size: 14px;
	line-height: 25px;
	padding-left : 12px;
	padding-right: 12px;
	min-height: 356px;
	_height: 356px;
	margin-bottom: 24px;
}
.attachment {
	font-family: "仿宋_BG2312";
	font-size: 14px;
	line-height: 25px;
	padding-left : 12px;
	padding-right: 12px;
}
.attachment a{
	color: #004378;
	font-family: "仿宋_BG2312";
	font-size: 14px;
	
}
.line {
	height: 12px;
	background-position: left;
	background-repeat: repeat-x;
	background-image: url(../images/bg_line_02.gif);
}
.info_footer {
	margin-bottom: 24px;
	padding-left : 12px;
	padding-right: 12px;
}
