﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: 宋体;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color:#333333;
	background: url(../images/bg.jpg) center repeat-y;
}


img{border:none;}
a:link {
    color: #044c82;
	text-decoration: none;
}
a:visited {
    color: #044c82;
	text-decoration: none;
}
a:hover {
	color: #cd1a1c;
	text-decoration: none;
}
a:active {
	color: #cd1a1c;
	text-decoration: none;
}
.nav a:link {
	color:#fff;
	font-size:14px;
	text-decoration: none;
}
.nav a:visited {
	color:#fff;
	font-size:14px;
	text-decoration: none;
}
.nav a:hover {
	color:#fff;
	font-size:14px;
	text-decoration: none;
	background:url(../images/menu_bg1.jpg) repeat-x ;
	text-align:center;
	line-height:40px;
	display:block;
}
.nav a:active {
	color:#fff;
	font-size:14px;
	text-decoration: none;
}
.nav2 a:link {
	color:#333;
	font-size:14px;
	text-decoration: none;
}
.nav2 a:visited {
	color:#333;
	font-size:14px;
	text-decoration: none;
}
.nav2 a:hover {
	color:#fff;
	vertical-align:middle;
	background:url(../images/menu_bg1.jpg) repeat-x ;
	line-height:40px;
	display:block;
}
.nav2 a:active {
	color:#fff;
	font-size:14px;
	text-decoration: none;
}
.biaodan {
	height: 22px;
	width:300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.td_12_22 {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
.gd1 {
    font-size: 14px;
    color: #333;
}
.gd1 a:link {
    color: #333;
	text-decoration: none;
}
.gd1 a:visited {
    color: #333;
	text-decoration: none;
}
.gd1 a:hover {
	color: #cd1a1c;
	text-decoration: none;
}
.gd1 a:active {
	color: #cd1a1c;
	text-decoration: none;
}
.biaoti_16 { font-size:16px; font-weight:bold; color:#FFFFFF;}
.tongzhi_20 { font-size:12px; color:#333333; line-height:20px;}
.tongzhi_20 a:link {
    color: #333;
	text-decoration: none;
}
.tongzhi_20 a:visited {
    color: #333;
	text-decoration: none;
}
.tongzhi_20 a:hover {
	color: #cd1a1c;
	text-decoration: none;
}
.tongzhi_20 a:active {
	color: #cd1a1c;
	text-decoration: none;
}
.biaoti_16_bold { font-size:16px; font-weight:bold; color:#a90809; }
.date_14 { font-size:14px; color:#044c82; }
.biaoti_14_2 { font-size:14px; font-weight:bold; color:#cd1a1c; line-height:18px; }
.td_999 { font-size:12px; color:#999999; line-height:18px; }
.danyuanmz { font-size:12px; font-weight:bold; color:#044c82; }
.yd_bt { font-size:24px; font-weight:bold; color:#044c82; line-height:50px; }
.body_td40 { font-size:14px; line-height:35px; color:#555;text-indent: 28px; }
/* 分页 */
.pages{
  display: block;
  clear: both;
  margin-bottom: 50px;
  margin-top: 70px;
  text-align: center;
}
.pages li{
	list-style: none;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  /* line-height: 30px;
  line-height: 0.3rem; */
	border: 1px solid #c9c0c0;
}
.pages li a{
  padding: 3px 5px;
	display: block;
}
.pages .page-active a,.pages li:hover a{
  color: #cd1a1c;
}
/* 分页结束 */