body,table{
 font-size:12px;
}
table{
 table-layout:fixed;
 empty-cells:show; 
 border-collapse: collapse;
 margin:0 auto;
}
td{
 height:20px;
 border: 1px solid #CAD9EA;
}
h1,h2,h3{
 font-size:12px;
 margin:0;
 padding:0;
}
 
.title { background: #FFF; border: 1px solid #9DB3C5; padding: 1px; width:90%;margin:20px auto; }
 .title h1 { line-height: 31px; text-align:center;  background: #2F589C url(th_bg2.gif); background-repeat: repeat-x; background-position: 0 0; color: #FFF; }
  .title th, .title td { border: 1px solid #CAD9EA; padding: 5px; }
 

//样式二
table.tab_css_2{
 border:1px solid #9db3c5;
 color:#666;
}
table.tab_css_2 th {
 background-image: url(th_bg2.gif);
 background-repeat::repeat-x;
 height:30px;
 color:#fff;
}
table.tab_css_2 td{
 border:1px dotted #cad9ea;
 padding:0 2px 0;
}
table.tab_css_2 th{
 border:1px solid #a7d1fd;
 padding:0 2px 0;
}
table.tab_css_2 tr.tr_css{
 background-color:#e8f3fd;
}
 
//样式三
table.tab_css_3{
 border:1px solid #fc58a6;
 color:#720337;
}
table.tab_css_3 th {
 background-image: url(th_bg3.gif);
 background-repeat::repeat-x;
 height:30px;
 color:#35031b;
}
table.tab_css_3 td{
 border:1px dashed #feb8d9;
 padding:0 1.5em 0;
}
table.tab_css_3 th{
 border:1px solid #b9f9dc;
 padding:0 2px 0;
}
table.tab_css_3 tr.tr_css{
 background-color:#fbd8e8;
}
 
.hover{
   background-color: #53AB38;
   color: #fff;
}


.readtitle {
	border: 1px solid #C0C0C0; width: 740px; height: 310px; padding: 5px; background: url(../images/read_bg.gif) repeat-x; overflow: hidden; padding-bottom:10px;
}

.readpic {
	float: left; margin-left: 8px; margin-top: 8px; width: 302px; height: 302px; line-height: 200px; text-align: center; overflow: hidden; background-color: #E0E0E0;
}

.readinfo {
	float: left; width: 400px; margin: 8px 0px 0px 8px;
}

.readinfo dl {
	margin-top: 10px;
}

.readinfo .font01 {
	font-size: 16px; font-weight: bold;
}

.readinfo .font01_sn {
	font-size: 11px; color: #A3A3A3; font-weight: lighter;
}

.readinfo .font02 {
	margin-top: 10px; font-size: 9pt; font-weight: lighter;
}

.readtext {
	width: 750px; text-align: center; border: 1px solid #C0C0C0; background: url(../images/title_bg.gif) repeat-x; overflow: hidden;margin-top:10px;
}

.readicon {
	width: 740px; color: #474747; font-size: 14px; font-weight: bold; background: url(../images/icon02.gif) no-repeat; margin: 10px auto; padding-top: 2px; padding-left: 35px; text-align: left; overflow: hidden;
}

.readline {
	width: 740px; height: 15px; background: url(../images/line_02.gif) repeat-x; overflow: hidden;
}

.content {
	width: 740px; color: #575757; font-size: 12px; height: auto; line-height: 160%; margin: auto; padding-bottom: 5px; text-align: left; overflow: hidden;
}

