@charset "gb2312";/*右侧列表*/.aside-news-module {  float: right;  width: 300px;  }.s-c-right .s-r-ad {  width: 300px;}.s-c-right .s-r-ad img, .s-c-right .s-r-ad .ad_flash {  margin-bottom: 22px;}.red {  color: #EE4433;}.s-r-dl {  height: 100%;  margin-bottom: 10px;  clear: both;  overflow: hidden;}.s-r-dl .s-r-dl-more {  float: right;  font-size: 14px;  margin-top: 5px;}.s-r-dl dt {  height: 35px;  line-height: 35px;  font-size: 20px;  color: #333;  border-bottom: 1px solid #ededed;  padding-bottom: 10px;  margin-bottom: 10px;}.s-r-dl dd {  height: 35px;  line-height: 35px;  color: #666;}.s-r-dl dd span {  float: left;  height: 35px;  display: block;  vertical-align: middle;  overflow: hidden;}.s-r-dl dd .s-r-num {  width: 90px;  text-align: right;}.s-r-dl .s-r-title {  width: 125px;  height: 35px;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}.s-r-dl .s-r-sum {  float: right;  width: 90px;  text-align: right;}.s-r-dl .s-r-area {  width: 80px;}.s-r-bom img, .s-r-bom .ad_flash {  margin: 5px 0 20px;}.s-r-dl .dd-dt {  height: 15px;  text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;
body,div,dl,dt,dd,ul,ol,li,pre,h1,h2,h3,h4,h5,h6,input,textarea, select, button,form,fieldset,p,blockquote,th,td {
    padding: 0;/*重置内填充和外填充，避免使用*通配符，浪费性能。*/
    margin: 0;
	
}
header,section,aside,nav,figure,figcaption{
    margin:0;
    padding:0;
    display:block;
}
/*设置默认字体*/
body{
    font-size:14px;
    font-family:"微软雅黑",arial;
}
/*重置输入表单的字体大小和字体样式,使之继承父类字体*/
h1,h2,h3,h4,h5,h6,input,textarea, select, button{
    font-size: 100%;
    font-family:inherit;
}
input, label, select, option, textarea, button, fieldset,legend {
    font-size:14px;
    font-family:"微软雅黑",arial;
}
/*在获取焦点时，去掉外面蓝框，主要针对input、链接类型*/
:focus {
    outline: 0;
}
/*去掉默认的点和序列号*/
ul,ol,li{
    list-style:none;
}
/*按钮的样式设置为手型*/
button,submit {
    cursor:pointer;
}
textarea {
    resize:none;
    outline:none;
}
address,cite,dfn,em,var,i{
    font-style:normal;
}
strong{
    font-weight:normal;
}
/*去掉默认边框和底部空白区*/
img{
    border:none;
    vertical-align: top;
}
/*去掉表格边框之间的间距*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*遵循爱恨LVHA原则，设置链接和颜色和下划线*/
a,a:link,a:visited,a:hover,a:active{
    text-decoration:none;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
mark{
    background:none;
}
/****常用css样式*****/
.clear{
    clear:both;
}
.clear:after{
    content: “.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.tl{
    text-align: left;
}
.tr{
    text-align:right;
}
.tc{
    text-align:center;
}
.none{
    display:none;
}
.fb{
    font-weight:bold;
}
.fn{
    font-weight:normal;
}
input::-ms-clear{display:none;}
input{
    background:none;
    outline:none;
    border:none;
}
