﻿@charset "utf-8";
/* MINT-CSS  */
*{font:normal "宋体" 12px/150%  Arial; color:#214263;  padding:0; margin:0;}/*所有内外补丁为0，字体粗细正常，12px大，150%行高，#666颜色*/
ul dl ol li{list-style:none;}/*所有项目符号显示无*/
img{border:0;}/*所有图片边框无*/
a{text-decoration:none;}/*所有链接无修饰[上、下划线，虚线...]*/
button{cursor:pointer;}/*所有按钮鼠标放上时为手型标志*/
/* 全局设置完毕 */

/* MINT-CSS  */
body {text-align:center;background:#E9E8F0; background-image:url(../images/bgbgg.jpg); background-repeat:repeat;font-size:12px;}/*内容对齐方式为居中[IE居中方式],为了保证浏览器的兼容性，必须设置页面背景*/
#header,#pagebody,#banner,#fooer{width:829px;text-align:left;clear:both;margin:0 auto;background:#E9E8F0;}/*设置总宽度，文本对齐方式改回默认left,清除周围浮动，左右自适应[FireFox居中方式]*/
#mainbody{float:left; width:574px; background:#E9E8F0;}
#sidebar{float:right; width:255px;}
/*设置宽度，向左右浮动*/
/* 布局设置完毕 *


/* 页面头部 */
#header div{border-top:#003366 solid 3px;}
.header_left{background:url(../images/head_01.jpg)  no-repeat left bottom; width:456px; height:61px; float:left;}
.header_right{float:right; width:373px; height:50px; text-align:right; }
.header_right {padding-top:30px;}


.menu a{font-size:12px;color:#333;}
/*页面banner*/
#banner{background:url(../images/index_10.jpg) no-repeat left top; width:829px; height:216px;clear:both;}


.news_01{font-size:14px; color:#D60000; font-weight:bold;}
.news_01 p{ font-size:12px; line-height:20px; margin:15px 10px 0px 10px; font-weight:normal; color:#214263; text-indent:2em;}
.line{ border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.line_01{ border-left:1px solid #CCCCCC; }
.line_02{ border-top:1px dashed #CCCCCC; }
.line_03{ border-bottom:1px dashed #CCCCCC; }
.line_04{ border-right:1px dashed #CCCCCC;}
.line_05{ border-bottom:2px solid #FF7300; }
.line_06{ border-bottom:1px solid #A5A6AC; }
.title{ font-weight:bold; font-size:12px; }

.nav a{ text-align:left;}

#mytable {
	width:94%;
	padding: 0;
	margin:0;
}


#mytable th {
	font: bold 12px "宋体", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-right: 1px solid #FACCA5;
	border-bottom: 1px solid #FACCA5;
	border-top: 1px solid #FACCA5;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #EB740C url(images/bg_header.jpg) no-repeat;
}



#mytable td {
text-align:left;
	border-right: 1px solid #FACCA5;
	border-bottom: 1px solid #FACCA5;
	background: #fff;
	font-size:12px;
	padding: 6px 6px 6px 12px;
		background: #F5FAFA;
	color: #797268;
}
#mytable tr td a{
	
	
	color: #666666;
}
