* { margin: 0; padding: 0; font-family: "微软雅黑", arial !important; }
a { text-decoration: none; }
ul, li { list-style: none; }
img { border: none; }

.portlet-header { position: relative; }
.shadow.dn { left: 20px !important; top: 20px !important; }
.shadow .float_list_ul { top: 0 !important; }
.float_list_ul li { height: 20px !important; }

.shadow .float_list_ul li img { display: inline !important; }

a{outline: none;transition: color 0.2s ease 0s;}/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3 transition: all 0.3s ease 0s;   */
.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}
.f_yh{font-family:"Arial, Helvetica, sans-serif";}/*f_yh为英文字体样式*/
.cursor{ cursor:pointer;}
.pr{position:relative}/*相对定位*/
.pa{position:absolute}/*绝对定位*/
.fl{ float:left;}/*左浮动*/
.fr{ float:right;}/*右浮动*/
.fl,.fr{display:inline;}/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/