﻿/* 页面布局 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html,body {
	font-family: "宋体";
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

input,select {
	padding: 1px;
	font-family: Verdana;
	font-size: 12px;
}

.font_white {
	color: #FFFFFF;
}

.font_white a {
	color: #FFFFFF;
}
.font_white a:hover {
	color: #FFFFFF;
}
.font_gray {
	color: #666666;
}

.line {
	line-height: 20px;
}

#warpper {
	position: relative;
	margin: auto;
	width: 1000px;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
}
#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
}

.header_bar {
	background: url(../images/head_bar.png);
	behavior: url(css/iepngfix.htc);
}

.nav {
	background: url(../images/nav.png);
	behavior: url(css/iepngfix.htc);
}
.nav a {
	font-weight: bold;
	color: #FFFFFF;
}
.nav a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.title {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.title_blue {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}
.more a {
	color: #666666;
}
.right_more a {
	color: #FFFFFF;
}

.btm_line {
	background: url(../images/line.gif) repeat-x bottom;
}

.list a {
	padding-left: 12px;
	background: url(../images/list_arrow.gif) no-repeat 0 3px;
	line-height: 22px;
}

#topic {
    width: 650px;
    overflow: hidden;
}
#topic img {
    margin: 5px;
}
#intopic {
    float: left;
    width: 800%;
}
#topic1 {
    float: left;
}
#topic2 {
    float: left;
}

.visits img {
	margin: 0 1px 2px 0;
	vertical-align: middle;
}

.notice td {
	padding: 5px 0 3px 0;
	background: url(../images/line.gif) repeat-x bottom;
	line-height: 20px;
}

.link_btn a {
	display: block;
	width: 65px;
	height: 18px;
	padding-top: 3px;
	background: url(../images/link_btn.gif);
	line-height: 18px;
}
.boxs {
	border: #B2CDEA 1px solid;
	border-top-width: 0;
}
.box_lists {
	line-height: 22px;
}
.font_blues {
	color: #003399;
}
.font_14s {
	font-size: 14px;
}

.article_title {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.article_title1 {
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
}
.article_content {
	font-size: 14px;
	line-height: 25px;
}
