
/*reset: 重设外观 */
a{ text-decoration:none; color:#262626;}
body,div,q,iframe,form,
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
img,fieldset{border: none 0;}
body,td,textarea{word-break: break-all; line-height:1.5;}
body,input,textarea,select,button{margin: 0; font-size: 12px; font-family: "微软雅黑";}
div,p,table,th,td{ font-size:1em; font-family:inherit; line-height:inherit;}
td{word-wrap:break-word; word-break:break-all;}
ul,dl,li{list-style: none outside;}
em,i,u,q,s,dl,caption{ font-style: normal; font-weight: normal; text-decoration: none; }
p{text-align: justify; text-justify: inter-ideograph; margin-top:0em; margin-bottom:1em;}
textarea {line-height:1.4;}
label{display:block;}
* html textarea,*+html textarea {overflow:auto; overflow-x: hidden; }/*使多行文本框不显示默认的竖向滚动条*/
* html iframe, * html frame {overflow:auto; }/*使浮动窗口不显示默认的竖向滚动条*/
* html input {overflow: hidden; }/*使按钮文字不溢出*/
/*end reset*/

/*Global:常用样式*/
.fl{ float:left; _display:inline;}
.fr{ float:right; _display:inline;}
.clearfix{display: block; display: table; *display: inline-block; _height: 1%;}
.clearfix:after {content:'\20'; display:block; clear:both;}
.clearself{ overflow:hidden; _overflow:visible; _height:1%;}
.inline-block{display:inline-block;*zoom: 1;*display: inline;vertical-align:middle;overflow:hidden;}
.justify{ text-align: justify; text-justify: inter-ideograph;}
.clear{font-size:0;height:0;line-height:0;overflow:hidden;clear:both;}
/* end Global */

/*公用样式*/
body{ color:#151515; background:#ffffff; font-family:'微软雅黑';}
.pageWidth { width:1200px; margin:0 auto;  padding-bottom:230px;}
.pageWidth.login{ padding-bottom:225px;}

.pageWidth.listpage { width:1200px; height:100%; margin:0 auto 0 auto; background:none; padding-bottom:0px;}




select{
    -webkit-appearance: menulist-button;
}

/*信息css*/
.message {
    position: relative;
}
.messageList {
    position: absolute;
    top: 48px;
    left: 8px;
}
.messageList li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.box.dropdown-menu {
    width: 650px;
   /* height:335px;*/
    left:auto;
    right:-160px;
}
.messageList.nav > li > .dropdown-menu:after{
    position: absolute;
    top: -6px;
    right: 145px;
}
.messageList.nav > li > :after{
    display:none;
}
#img{
    margin-top: 4px;
}