.row .right-float{
	padding-right:0px
}

.row .right-float .right-float-button{
	margin-right:0px
}

.dataTables_wrapper>table, .dataTables_wrapper>table tr th,.dataTables_wrapper>table tr td{
	text-align:center;
	word-space:nowrap;
}
.dot{
	overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.input{
    display: block;
    height: 34px;
    line-height: 1.42857;
    padding: 7px 12px;
    color: #777;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*--------------------------公示--------------------------*/
@keyframes myfirst {
	0% {
		border-color:red;
	}
	25% {
		border-color:#ffffff;
	}
	50% {
		border-color:red;
	}
	75% {
		border-color:#ffffff;
	}
	100% {
		border-color:red;
	}
}
.gs_div1{
	display:none;
	width: 35%;
    position: fixed;
    border-radius: 10px;
    Z-index: 1049;
    background-color: #fff;
    top: 100px;
    right: 4%;
    border: 2px solid #e6e6e6;
}
.gs_div2{
	margin-top: 0px;
    width: 100%;
    height: 35px;
    background-color: #e6e8e8;
    border-radius: 6px 6px 0px 0px;text-align: center;
}
.gs_div2_span{
	font-size: 18px;font-weight: bold;line-height: 35px;font-family: cursive;
}
.gs_div3{
	width: 100%;height: 240px;background: #fff;border-radius: 0px 0px 6px 6px;overflow:hidden;
}
.gs_div3_ul{
	margin-top: 15px;margin-left: -20px;list-style: none;
}
.gs_div3_hr{
	border: 0;border-top: 1px solid #eee;margin-top: 10px;margin-bottom: 10px;
}
.gs_div3_span{
	font-size: 13px;
}
.gs_div3_span1{
	width: 55%;font-size: 13px;
}
.gs_div3_div{
	width: 85%;
	float: left;
}
.gs_div4{
	text-align: center;margin: 6px;
}
.gs_div5{
	display:none; 
	position: fixed;
    Z-index: 500;
    top: 49px;
    opacity: 0.6;
    right: 7.4%;
    border-style: solid;
    border-width: 28px;
    border-color: #ffffff00 #ffffff00 #e6e8e8 #ffffff00;
}
.gs_div6{
    width: 37px;
    height: 37px;
    border-radius: 3px;
    background-color: #ffffff;
    opacity: 0.6;
    Z-index: 510;
    border: 2px solid transparent;
    animation: myfirst 3s infinite;
    float: right;
}
.gs_div7{
    float: left;
    line-height: 3;
}
.gs_div8{
	right: 8%;
    position: fixed;
    width: 70px;
    z-index: 520;
    cursor: pointer;
}
/*--------------------------垂直滚动条-------------------------*/
#abz{font-size:12px;padding:2px 10px 2px 10px;margin-right:35px;margin-bottom:20px; border:1px solid #3F51B5; border-radius:26px;color:red;font-weight: bold; }
#nav {
  z-index: 500;
  opacity:0.6;
  height: 300px;
  position: fixed; 
  top: 50%; 
  right:0px; 
  font-size: 12px;
  margin-top: -140px; 
  display: inline-block; 
  vertical-align: middle; 
}
#nav a{ 
  display: block; 
  position: relative; 
  width: 110px; 
  height: 28px; 
  line-height: 28px; 
  text-align: center; 
  color: #333; 
  border-left: 2px solid transparent; 
}
#nav a:hover{ 
  width: 110px;
  font-size:15px;
  border-left: 2px solid #4b59ff; 
}
#nav a p{ 
  position: relative; 
  z-index: 3; 
}
#nav a.active{ 
  background-color: #3399CC; 
  color: #fff; 
}
#main div { 
  height: 300px; 
  background-color: #efefef; 
  border-top: 1px solid #ccc; 
}
