﻿/*公用样式*/
html{-webkit-font-smoothing:antialiased;}
body{margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,label,span,a
{padding:0;margin:0;font-size:12px;font-family:Arial,\5B8B\4F53,sans-serif; color:#494949;}
fieldset,img,input{border:0 none;}
ol,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input:focus{outline:none;}
.radio{margin:4px;width:14px;height:14px;vertical-align:middle;_margin:7px 0 0 4px;_vertical-align:baseline;}
.checkbox{margin:4px;width:14px;height:14px;vertical-align:middle;_margin:12px 4px 0 4px;_vertical-align:baseline;}
a{text-decoration:none;}
a:hover {color:#ba2636;text-decoration:underline;}
a:active {color:#ba2636;}
.cursor{cursor:pointer;}
.cursorm{cursor:move;}
.weight{ font-size:14px; font-weight:bold;}
.fleft{float:left}
.fright{float:right}
.fnone{float:none;}
.fclear{clear:both;height:0;overflow:hidden;}
.absolute{position:absolute;}
.relative{position:relative;}
.tleft{text-align:left}
.tright{text-align:right}
.tcenter{text-align:center}
.hidden{display:none;}
.inline{display:inline;}
.block{display:block;}
.nobg{background:none;}
.underline{text-decoration:underline;}
.noborder{border:0;}
.clear{clear:both}
a {blr:expression(this.onFocus=this.blur());outline:none;}
a:hover{ text-decoration:none}
iframe{border:none; overflow:hidden;marginwidth:0px;marginheight:0px;}

.clear {overflow: hidden; clear: both;}
.fix {display: inline-block;} .fix {display: block;} /* hasLayout */
.fix:after {display: block; visibility: hidden; overflow: hidden; clear: both; height: 0; content: "";}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

.paging{ width:100%; height:auto; text-align:center; padding:30px 0;}
.paging a{ display:inline-block; height:23px; border:1px solid #d3d3d3; background:#fff; font:normal 14px/23px 宋体,Arial; color:#737373; padding:0 8px; margin:0 2px;}
.paging a:hover,.paging .e{ background:#c60000; color:#fff;}
.paging .d:hover{background:#fff; color:#737373;}


.year{
    background:#aabb98 ;
    color:white;
}