
.style1 {
	font-family: "宋体";
	color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
}
.style3 {
	color: #FFFFFF;
	font-family: "黑体";
	font-size: 20px;
	line-height: 120%;
}
.style4 {
	font-family: "黑体";
	color: #FFFFFF;
	font-size: 12px;
}
.style4 a:link {
	font-family: "黑体";
	color: #ffffff;
	text-decoration: none;
}
.style4 a:visited {
	font-family: "黑体";
	color: #ffffff;
	text-decoration: none;
}
.style4 a:hover {
	font-family: "黑体";
	color: #ffffff;
	text-decoration: none;
}
body {
	margin: 0px;
	background-color: #760107;
	font-size: 12px;
}
.STYLE1 {
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-family:"宋体";
}
.STYLE11 {
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-family:"宋体";
}

a:link {
	font-family: "宋体";
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "宋体";
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.wenzi {
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.wenzi1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.wenzi2 {
	font-family: "宋体";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.wenzi3 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
	padding-top: 0px;padding-bottom: 0px;
}
.wenzi3 img {
	max-width:640px;
	width:expression(document.body.clientWidth>640?"640px":"auto");
	overflow:hidden;
}
.lb {
	width:600px;
	height:40px;
	line-height:40px;
	margin:0px;
	padding:5px 0px 0px 78px;
	float:left;
	font-size:18px;
	color:#FFFBBC;
}
.pathtxt {
	width:600px;
	height:40px;
	float;
	left;
	margin:5px 0px 0px 30px;
	line-height:45px;
}
.info_text {
	width:550px;
	heigth:30px;
	line-height:30px;
	float:right;
	text-align:right;
}
.photolist {
	padding:20px 10px 20px 10px;
	font-size:13px;
}
.photolist li {
	width:242px;
	height:210px;
	float:left;
	margin-left:30px;
	margin-top:20px;
	font-size:13px;
	text-align:center;
	background:url(images/p-bg.gif) no-repeat;
	list-style:none;
}
.photolist li img {
	width:223px;
	height:167px;
	margin-top:7px;
}
.photolist li p {
	text-align:center;
	margin-top:20px;
}
.inewslist ul {
	margin:0px;
	padding:0px;
}
.inewslist li {
	width:300px;
	float:left;
	font-size:13px;
	height:20px;
	line-height:20px;
	list-style-type:none;
}
.inewslist li a {
	color:#FFFFFF;
}
.newsPage {
	float:left;
	width:640px;
}
.newsPage ul {
	padding:10px 10px 20px 10px;
	font-size:14px;
}
.newsPage li {
	height:45px;
	line-height:45px;
	padding-left:5px;
	border-top:1px dashed #ccc;
	width:96%;
	text-align:left;
	list-style-type:none;
}
/* 里面不能包含float，否则list-style-type无效，导致显示混乱 */
/* .newsPage>li:nth-child(1) {
	border-top:none;
}
为第一行不加点划线 */
.newsPage li:nth-last-child(1) {
	border-bottom:1px dashed #ccc;
	width:96%;
}
/* 为最后行加点划线 */
/* .newsPage>li>a,.newsPage>li>a:visited {
	height:45px;
	display:block;
	overflow:hidden;
}
*/
.newsPage li span {
	float:right;
	width:80px;
}
.newsPage img {
	display:block;
	float:left;
}
input,img {
	vertical-align:middle;
}
/*分页样式*/
.epages{margin:3px 0;font:11px/12px Tahoma;text-align:center;line-height:30px;}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}
/*按钮样式*/
.button_x {
  display: inline-block;
  padding: .3em .5em;
  background-image: linear-gradient(#FFD700, #b8860b);
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3em;
  box-shadow: 0 1px white inset;
  text-align: center;
  text-shadow: 0 1px 1px black;
  color: white;
  font-weight: bold;
 }
 .button_x:active {
  box-shadow: .05em .1em .2em rgba(0, 0, 0, .6) inset;
  border-color: rgba(0, 0, 0, .3);
  background: #FFD700;
 }