*{
	margin: 0;
  	padding: 0;
}
body html{
  height: 100%;
}
body{
  background:url(../images/bg.jpg);
}
ul,
li {
  	list-style: none;
 	  margin: 0;
  	padding: 0;
  	position: relative;
    font-size: 100%;
    font-weight: 400;
    background: transparent;
}
a,a:hover, area{
  display: block;
  text-decoration: none; 
  outline:none;
}
.clearfix {
  	zoom: 1;
}
.clearfix:before,
.clearfix:after {
  	content: '';
  	display: table;
}
.clearfix:after {
  	clear: both;
}
img{
  border:0;
  display: inline-block;
}
.hidden{
  display: none;
}
/*登录页*/
.goldBox{
  width: 100%;
  font-family: "Microsoft YaHei, 宋体";
  position: relative;
}
.goldloadCon{
  width: 880px;
  position: absolute;
  top:160px;left: 50%;
  margin-left: -440px;
}
.goldMain{
  width: 880px;
  height: 380px;
  background:#fff;
  border-radius: 10px;
}
.goldMain1{
  width: 340px;
  float: left;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
  clear: both;
}
.logoBox{
  width: 279px;
  height: 56px;
  margin: 0 auto;
  padding-top: 30px;
}
.formBox{
  width: 280px;
  text-align: left;
  margin: 0px auto;
  clear: both;
}
.ulForm li{
  margin-top: 20px;
  position: relative;
}
.u-input{
  width: 280px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  outline: none;
  padding-left: 60px;
  +width: 220px;
  border-radius: 5px;
  box-sizing: border-box;
}
#account{
  background:#fff url(../images/a.png) no-repeat 20px center;
}
.u-input-1{
  background:#fff url(../images/m.png) no-repeat 20px center;
}
.u-remember-pass{
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}
.u-remember-pass span{
  margin-left: 6px;
  font-size: 12px;
  position: relative;
  top:-2px;
  color:#979797;
}
.ui-submit{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  padding: 0;
  margin-top: 10px;
  background-color: #ff8723;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
}
.errorTip{
/*  width: 100%;*/
  background: #fcf3ec url(../images/error.png) no-repeat 20px center;
  border: 1px solid #ffb4a8;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 10px 0 10px 48px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
}
/*手机登录*/
.mobileLoad{
  padding-bottom: 35px;
  position: relative;
}
.mobileLoad-txt{
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  background: url(../images/e1.png) no-repeat left center;
  padding-left: 25px;
  text-decoration: underline;
  float: right;
  cursor: pointer;
}
.goldEwm{
  width: 182px;
  height: 194px;
  background: url(../images/e6.png) no-repeat top center;
  position: absolute;
  top: -21px;
  left: 876px;
  text-align: center;
  display: none;
  z-index: 1;
}
.goldEwm img{
  width: 137px;
  height: 137px;
  margin-top: 20px;
  margin-left: 7px;
}
/*底部三个按钮*/
.goldBtn{
  width: 880px;
  margin-top: 58px;
}
.btnList li{
  width: 73px;
  float: left;
  margin-left: 170px;
}
.btnList li img{
  width: 73px;
  height: 73px;
}
.btnTxt{
  font-size: 14px;
  line-height: 18px;
  color: #a6bee1;
  text-align: center;
  margin-top: 8px;
}
.btnError{
  color: #fff;
}
.newList{
  width: 480px;
  margin: 0 auto;
  margin: 0px\9;
  position: relative;
}
.newList li{
  cursor: pointer;
  border-bottom: 1px dashed #9a9a9a;
  line-height: 32px;
  height: 32px;
}
.top_list{
  height: 240px;
}
.newListadd{
  overflow: auto;
  position: relative;
}
.bottom_list{
  width: 463px;
  position: absolute;
  bottom: 0;
  background: #fff;
} 
.loginTitle{
  font-size: 18px;
  color: #4d617e;
  padding: 42px 0 5px 0;
  font-weight: bold;
}
.goldMain2{
  width: 540px;
  float: left;
}
.tellBox{
  width: 480px;
  margin: 0 auto;
}
.s_line{
  height: 273px;
  border-right: 1px dashed #9a9a9a;
  position: absolute;
  left: 40%;
  top: 95px;
}
.newText{
  width: 320px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
  float: left;
}

.alertBox{
  width: 790px;
  height: 600px;
  position: absolute;
  top:50%;left: 50%;
  background: #fff;
  margin-left: -395px;
  margin-top: -300px;
  display: none;
}
.msgCon{
  height: 550px;
  overflow: auto;
}
.alertTitle{
  width: 790px;
  font-size: 18px;
  color: #fff;
  background: #4a89dc;
  line-height: 50px;
  padding-left: 26px;
  box-sizing: border-box;
  +padding-left: 0px;
}
.alertClose{
  width: 75px;
  height: 25px;
  position: absolute;
  top:15px;right: 15px;
  cursor: pointer;
  color: #fff;
  padding-right: 25px;
  font-size: 16px;
  line-height: 25px;
  background: url(../images/close2.png) no-repeat right center;
}
.mask{
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  position: absolute;
  top:0;left: 0;
  display: none;
  min-width: 1000px;
  min-height: 750px;
}
.newsTit{
  font-size: 18px;
  padding: 18px;
}
.newsTime{
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 18px;
  color: #999;
}
.newMsgCon img{
  margin: 15px auto;
  display: block;
  max-width: 640px;
}
.newMsgCon{
  width: 680px;
  font-size: 16px;
  margin: 15px auto 0;
  color: #000;
  line-height: 24px;
  margin-left: 50px\9;
}
.newMsgCon p{
  width: 680px;
  font-size: 16px;
  margin: 15px auto 0;
  color: #000;
  line-height: 24px;
}
.long_line{
  border-top:1px solid #F0F0F0;
  width: 740px;
  margin: 15px auto;
}
.logoImg{
  width: 289px;
  height: 56px;
  position: absolute;
  top: -30px;
  left: 280px;
}
.newsTitTime{
  font-size: 14px;
  color: #aab2bd;
  width: 140px;
  float: right;
}
.moveNode p.newText{
  color: red;
}