@charset "utf-8";

#list li a {
  width: 88%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.columnMore {
  display: block;
  width: 120px;
  background-color: #2884c9;
  line-height: 36px;
  color: #fff;
  height: 36px;
  text-align: center;
  margin: 20px auto 0;
  border-radius: 20px;
  cursor: pointer;
}

.columnMore:hover {
  color: #fff;
}

/*pagediv*/
#page_div {
  padding: 30px 0;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  text-align: center;
  clear: both;
}

#page_div span,
#page_div a {
  display: inline-block;
  color: #555;
  padding: 0 10px;
  margin: 4px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f1f1f1;
  background: linear-gradient(#ffffff 10%, #f1f1f1);
  /* background: none; */
  /* color: white; */
}

#page_div .zxfinput {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin: 0 2px;
  color: #888;
  text-align: center;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  background: #fff;
}

#page_div a:hover,
#page_div .current {
  background: #2d66a5;
  border-color: #2d66a5;
  color: #fff;
  text-decoration: none;
  height: 28px;
}

#page_div .current {
  font-weight: bold;
}
#page_div .current span{
	color:white;
	border: 0px;
	background: none;
	margin: 0px 4px;
}
#page_div .page_jump {
  border-color: transparent;
  background: transparent;
  padding: 0;
}
#page_div .pagejump .inputtext{width: 30px;}
#page_div .pagejump span{margin: 0px 4px;}


#page_div li{background: none;padding-left: 0;float: left;height: auto;list-style: none;}
#page_div .page_index a:hover, #page_div .page_index .current,#page_div .prev_page a:hover,#page_div .page_jump a:hover{
  background: #2d66a5;
  border-color: #2d66a5;
  color: #fff;
  text-decoration: none;
  height: 36px;
}
#page_div #page_input {
  display: inline-block;
  width: 40px;
  margin: 0 2px;
  color: #888;
  text-align: center;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  background: #fff;
  height: 28px;
}

@media(max-width:768px){
  .list li{height: 36px;}
  #list li a{width: 75%;}
}