/* CSS Document */
/* 全局 */
* {font-weight: inherit; font-family: inherit;  font-style: inherit;  font-size: 100%;  border: 0 none;  outline: 0;  padding: 0;  margin: 0;  }
*{padding:0;margin:0;} 
body { font-size:14px; font-family:"宋体",Arial; background: center 67px  repeat-x  #fff  ;color:#646464; word-wrap:break-word; word-break:normal;margin: 0; padding: 0;line-height:24px; }
div,form,img,ul,ol,li,dl,dt,dd { margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
input,button,textarea,img{line-height:normal;}

table,td,tr,th{ font-size:12px;}
ul{list-style:none; margin:0px; padding:0px; }

a:link,
a:visited { text-decoration:underline; color: #646464;}
a:hover { color: #e62320; text-decoration:  none;}
.t_center{ text-align:center;}
/* 全局结束 */

/* 字体属性 [定义规则，小写f加属性名称] */
.fb { font-weight: bold;}
.fI { font-style: italic;}
.flan{ color:#006ca4;}

/* 字体大小 [定义规则，小写f加字体大小]*/
.f10px{ font-size:10px;}
.f11px{ font-size:11px;}
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}

/* 调用class */
.left{ float: left;}
.right{ float: right;}
.T_right {text-align:right}
.clear{clear:both;font-size:0px;}
.clear2{clear:both;font-size:0px;height:0px;overflow:hidden;}
.clear7px{ clear: both; font-size:1px; width:1px; height:7px; visibility: hidden;}
.displayBlock { display:block}

.Dline15 {font-size:1px; height:30px;}
/* 调用class结束 */
.w80{ width:80px; background: no-repeat; height:100px; text-align:center; color:#fff;}
.w555{ width:555px;}
.mtbd_list{ height:100px; clear:both;}
.list_day{ font-size:36px; font-weight:bold; line-height:40px; margin-top:10px;}
.list_year{ font-size:14px; font-weight:normal;}
.list_souce{ line-height:30px; font-size:12px}
.list_title{ font-weight:bold;}
.list_bt a,.list_bt a:link,.list_bt a:hover{ background:#7f7f7f; width:92px; height:26px; line-height:26px; display:block; text-align:center; color:#fff;}
.h22{ line-height:22px; height:22px; overflow:hidden;}
.h36{ height:40px; line-height:20px; margin-top:5px; margin-bottom:5px;overflow:hidden;}
.red{ color:#f00; }

