/*公用css*/
* { margin: 0;padding: 0;}
ul li {list-style: outside none none;}
img { border: 0 none;}
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {font-family: "Helvetica Neue";}
body, input, select, button, textarea, table, a { font-family: "Helvetica Neue"; font-size: 14px;}
body {background-color: #ffffff;font-family: "Helvetica Neue"; font-size: 14px;}
table {border-collapse: collapse;}
button { cursor: pointer;}
a { cursor: pointer;text-decoration: none;}
.clearfix:after{ content: ""; display: block; height: 0; clear: both; }
.inline-block{ display: inline-block !important; }
.block{ display: block !important; }
/*公用css结束*/
/*底部*/
.login_foot{ width: 100%;height: 250px;background-color: #444444;}
.foot_wz{ width: 100%; height: 120px; margin: 0 auto; padding-top: 75px;}
.foot_wz ul{ width: 100%; height: 30px; margin:0 auto;}
.foot_wz ul li{ float: left; color: #ffffff;}
.foot_wz ul li a{ color: #ffffff;font-size: 16px;}
.copyright{ font-size: 16px; color: #ffffff; text-align: center; height: 90px;margin-top:50px; border-top:1px solid #ffffff; line-height: 90px;}
.foot_li{ width: 180px;text-align: center;}
/*底部结束*/

/*logo search开始*/
.logo_box{  width:50%;height:70px;margin-top: 5px; overflow:hidden; background:url(/eportal/uiFramework/commonResource/image/2017040515441472687.png ) no-repeat; background-size: 100%;}
.box1000{ margin: 0 auto; }
/*logo search结束*/
/*加载更多按钮*/
.btn-more-data{ opacity: 0; width: 100%; height: 40px; margin: 10px auto 20px; font-size: 16px; text-align: center; line-height: 40px; color: #0ab1ec; }
/*返回顶部*/
.back-top{  position: fixed; bottom: 30px; right: -100px; width: 64px; text-align: center; line-height: 26px; color: #9c9c9c; cursor: pointer; transition: .7s; }
.back-top .back-top-bg{  width: 52px; height: 48px; margin: 0 auto; background: url("/eportal/uiFramework/commonResource/image/2017030917430414530.png") no-repeat;  }