﻿/********************************************************************
*                                                                   *
*               With all best Wishes for HanJuan                    *
*                                                                   *
*               Main Cascading Style Sheet                          *
*               style1.css, 2007/09/05, ZengHui                     *
*                                                                   *
********************************************************************/

@charset "utf-8";

td, li, input, select, form {
	font-size: 12px;
	color: #333333;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, "宋体", Arial, Sans;
	line-height: 18px;
	background-color: #FFFFFF;
	/*background-image: url(../images/bg_60y_01.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
}

.netfent {
	color: #BB0000;
}

.chs {
	font-family: "宋体"
}

.nav{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	letter-spacing: 1px;
}
.dot_01 {
	color: #DD7116;
}
.selectlistbox{
	width: 159px;
}
.copyright {
	color: #FFFFFF;
	background-color: #18A92A;
	line-height: 21px;
}
.more_01 {
	color: #336633;
	padding-right: 6px;
	font-family: "宋体";
}
.bg_line_01 {
	height: 1px;
	background-image:url(../images/bg_line_01.gif);
}
.bg_line_02 {
	height: 1px;
	background-image:url(../images/bg_line_05.gif);
}
.pic {
	border: 1px solid #ACD1AC;
}
.pictitle {
	color: #E4421D;
	font-weight: bold;
}
.date {
	color: #336633;
}

.edit_01 {
	width: 136px;
	height: 16px;
	text-align: center;
	border: 1px solid #335533;
}

.subject {
	color: #E4421D;
	font-size: 14px;
	font-weight: bold;
}

A:link, A:visited {
    color: #333333; text-decoration: none;
}
A:active, A:hover {
    color: #DD7116; text-decoration: underline;
}
A.pictitle:link, A.pictitle:visited {
	color: #E4421D; text-decoration: none;
}
A.pictitle:hover, A.pictitle:active {
	color: #E4421D; text-decoration: underline;
}
A.nav:link, A.nav:visited {
	color: #FFFFFF; text-decoration: none;
}
A.nav:hover, A.nav:active {
	color: #FFFFFF; text-decoration: underline;
}
A.more_01:link, A.more_01:visited {
	color: #336633; text-decoration: none;
}
A.more_01:hover, A.more_01:active {
	color: #336633; text-decoration: underline;
}
A.subject:link, A.subject:visited {
	color: #E4421D; text-decoration: none;
}
A.subject:hover, A.subject:active {
	color: #E4421D; text-decoration: underline;
}
