A {
	text-decoration: none;
}
A IMG {
	border: 0px solid #FFFFFF;
}
.STYLE2 {
	font-family: "宋体";
	font-size: 14px;
	color: #FFFFFF;
}
.STYLE1 {
	font-family: "宋体";
	font-size: 12px;
}
A.STYLE1, .STYLE1 A {
	color: #000000;
}
.STYLE3, .Leftbar_cur>A, .Leftbar_other>A {
	font-family: "宋体";
	color: #FFFFFF;
	font-size: 16px;
}
.Leftbar_cur, .Leftbar_other {
	text-align: center;
	height: 50px;
}
.Leftbar_cur {
	background-color: #666666;
}
.Leftbar_other {
	background-color: #999999;
}



/* 首页新闻块 */
div.newstitle {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 235px;
	-width: 255px;
	padding-left: 20px;
	background: transparent url('../images/1_30.jpg') scroll no-repeat left 5px;
}
div.newsdatetime {
	float:left;
}




/* 新闻分页列表样式 */
#evenLine {
	background-color: #F6F6F6;
}
#oddLine {
	background-color: transparent;
}
#PageCtrlBar {
	font-size: 12px;
	padding: 5px 15px 15px 15px;
}
#PageCtrlBar hr {
	color: #B7B7B7;
	height: 1px;
}
#PageCtrlBar input, #Page_Go_Input {
	border-left: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-color: transparent;
	text-align: center;
}
.list {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}
.list .title {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 515px;
	-width: 535px;
	padding-left: 20px;
	background: transparent url('../images/1_30.jpg') scroll no-repeat left 2px;
}
.list .datetime {
	float: left;
	width: 80px;
	-width: 100px;
	text-align: center;
	padding-left: 20px;
}
.imgbd {
	margin: 3px 10px;
	width: 200px;
	height: 150px;
}
.list_imgbar {
	padding: 15px 5px;
	line-height: 24px;
}
.list_img {
	float: left;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
}
.list_img .title {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 170px;
	-width: 185px;
	padding-left: 15px;
	height: 24px;
}




/* 导航菜单 */
ul.navmenu>li {
	background-color: #204282;
	height: 30px;
}
ul.navmenu, ul.navmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.navmenu>li>img {
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
}
ul.navmenu li {
	position: relative;
	float: left;
}
ul.navmenu li.static {
	width: auto;
}
ul.navmenu li ul {
	position: absolute;
	display: none;
	z-index: 9;
	height: 23px;
	width: 550px;
}
ul.navmenu li ul>li {
	display: inline-block;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px\9;
}
ul.navmenu li ul>li>a {
	color: #000000;
	line-height: 25px;
}
ul.navmenu li>ul {
	top: 28px;
	left: 20px;
}
ul.navmenu li>ul ul {
	top: 0px;
	left: 50px;
}
ul.navmenu li:hover>ul, ul.navmenu li.over>ul {
	display: block;
}
ul.navmenu li a {
	display: inline-block;
	font-family: '宋体';
	font-size: 14px;
	margin-right: 1px;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
}
ul.navmenu li a:hover {
	background-color: #CC6600;
}



/* 留言样式 */
.guest {
	font-size: 13px;
}
.guest div {
	float: left;
}
.guest .replyer, .guest .reply {
	margin-bottom: 20px;
}
.guest .date {
	clear: left;
	color: #FF6600;
	width: 40px;
}
.guest .name {
	color: #0276BC;
	width: 65px;
	padding-right: 6px;
	text-align: center;
}
.guest .content, .guest .reply {
	width: 550px;
	clear: right;
}
.guest .replyer {
	width: 65px;
	margin-left: 40px;
	text-align: center;
	padding-right: 6px;
	color: #FF9900;
	clear: left;
}
.guest .label, .guest .input, .guest .label2 {
	margin-bottom: 8px;
}
.guest .label {
	text-align: right;
	padding-right: 8px;
	padding-top: 2px;
	clear: left;
	width: 105px;
}
.guest .input input {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 160px;
}
.guest .input input[type='checkbox'], .guest .input input[type='radio'] {
	border: 0;
	width: auto;
}
.guest .input textarea {
	border: 0;
	line-height: 22px;
	height: 84px;
	width: 500px;
	background: #FFFFFF url('../images/guest_textarea_bg.gif') repeat scroll left top;
	overflow: hidden;
}
.guest .label2 {
	padding-left: 8px;
	padding-top: 2px;
	color: #FF6600;
	clear: right;
}
.guest .button input {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	background-color: #204282;
	color: #FFFFFF;
	height: 26px;
}
.guest .w70 input {
	width: 70px!important;
}
.guest .w300 input {
	width: 300px!important;
}



/* 加入我们 */
.joinus_form {
	background-color: #DDDDDD;
}
.joinus_form TD {
	background-color: #FFFFFF;
}
.joinus_form input.t, .joinus_form select.t {
	border: 1px solid #999999;
	width: 110px;
}
.joinus_form input.t {
	height: 20px;
}
.joinus_form textarea {
	border: 1px solid #999999;
	width: 610px;
	height: 120px;
}


