@charset "utf-8";
/* CSS Document */
*{margin:0;padding: 0;}
@media screen and (min-width: 751px){
.listc .paper {
	width:600px;
	margin:0 auto;
  text-align: center;
  margin-top: 20px;
}
.listc .paper:after {
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.listc .paper .allcount {
  display: inline-block;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.oPager {
	vertical-align: top; display: inline-block; white-space: nowrap;
}
.oPager a {
	background: white; border-radius: 0px; border: 1px solid rgb(238, 238, 238); border-image: none; height: 38px; text-align: center; color: rgb(51, 51, 51); line-height: 38px; font-size: 14px; margin-right: 5px; vertical-align: top; display: inline-block; min-width: 38px; box-sizing: border-box;
}
.oPager a:hover {
	background: rgb(238, 238, 238); border: 1px solid green; border-image: none; color: rgb(51, 51, 51);
}
.oPager a.cur {
	background: green; border: 1px solid green; border-image: none; color: white;
}
.oPager a.lose {
	background: rgb(204, 204, 204); border: 1px solid rgb(237, 237, 237); border-image: none; color: white; cursor: default; opacity: 0.5;
}
.oPager span {
	color: rgb(51, 51, 51); line-height: 38px; font-size: 14px; margin-right: 5px; vertical-align: top;
}
.oPager .jumpbox {
	display: inline-block;
}
.oPager .prev {
	background: none; padding: 0px 10px; font-family: iconfont;
}
.oPager .next {
	background: none; padding: 0px 10px; font-family: iconfont;
}
.oPager .jump {
	background: none; padding: 0px 10px; font-family: iconfont;
}
.oPager .prev {
	content: "\e896";
}
.oPager .next {
	content: "\e603";
}
.oPager .jump {
	content: "";
}
.oPager .text {
	padding: 0px 10px; border: 1px solid rgb(238, 238, 238); border-image: none; width: 100px; height: 38px; line-height: 38px; font-size: 14px; margin-right: 5px;
}
.o_df-hide {
	display: none !important;
}
.listc .paper a {
  border: solid 1px #dfdfdf;
  color: #000;
}
.listc .paper a.cur {
  background: #e93d2c;
  color: #fff;
}
.listc .paper .jumpbox {
  float: right;
  margin-left: 20px;
}
.listc .paper .jumpbox .text {
  width: 32px;
}
.listc ul {
	width:900px;
	float:right;
	overflow:hidden;
}
.listc ul h4 {
	background-color:#f1f1f3;
	height:40px;
	line-height:40px;
	margin-bottom:16px;
	-border-bottom:2px solid #e93d2c;
}
.listc ul h4 a {
	color:#535151;
	font-size:16px;
	margin:0 8px;
	font-weight:normal;
}
.listc ul h4 img {
	vertical-align:middle;
	margin:10px 10px 0 10px;
	float:left;
	width:20px;
}
.listc ul li {
	padding:0 1%;
	overflow:hidden;
	border-bottom:1px dashed #d5d2d2;
	line-height:40px;
	margin-bottom:8px;
}
.listc ul li a {
	display:block;
	float:left;
	width:78%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#444547;
}
.listc ul li a b {
	margin-right:10px;
	color:#e93d2c;
}
.listc ul li span {
	float:right;
	color:#858383;
}
.listc ul li:hover a {
	color:#e93d2c;
}
.listc ul.wzyBox {
	float:none;
	width:100%;
}
.listc ul.wzyBox li {
	border-bottom:none;
	line-height:34px;
}
.listc ul.wzyBox li h2 {
	font-size:26px;
	text-align:center;
	width:68%;
	margin:16px auto 12px auto;
}
.listc ul.wzyBox li h5 {
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-bottom:14px;
}
.listc ul.wzyBox li h5 span {
	float:none;
	margin:0 10px;
	font-weight:normal;
}
.listc ul.wzyBox li p {
	text-indent:2em;
	width:94%;
	margin:auto;
}
	
}

@media screen and (max-width: 750px){
/*------------------------list----------------------------------*/
.listc {
	overflow:hidden;
}


.listc .paper {
    margin-top: 13px;
    margin-bottom: 40px;
    text-align: center;
  }
.listc .paper .allcount {
    display: none !important;
    padding: 0 10px;
    height: 50px;
    width: 70px;
    line-height: 50px;
    font-size: 28px;
  }
.listc .paper a {
    display: none !important;
    border: solid 1px #dfdfdf;
    color: #000;
    font-size: 14px;
    height: 50px;
    width: 70px;
    line-height: 30px;
  }
.listc .paper a.cur {
    background: #1b6fe2;
    color: #fff;
  }
.listc .paper span {
    display: none !important;
  }
.listc .paper .prev {
    display: inline-block !important;
    height: 30px;
    width: 80px;
    margin: 0 5px;
  }
.listc .paper .next {
    margin: 0 5px;
    display: inline-block !important;
    height: 30px;
    width: 80px;
  }

.oPager {
	vertical-align: top; display: inline-block; white-space: nowrap;
}
.oPager a {
	background: white; border-radius: 0px; border: 1px solid rgb(238, 238, 238); border-image: none; height: 38px; text-align: center; color: rgb(51, 51, 51); line-height: 38px; font-size: 14px; margin-right: 5px; vertical-align: top; display: inline-block; min-width: 38px; box-sizing: border-box;
}
.oPager a:hover {
	background: rgb(238, 238, 238); border: 1px solid green; border-image: none; color: rgb(51, 51, 51);
}
.oPager a.cur {
	background: green; border: 1px solid green; border-image: none; color: white;
}
.oPager a.lose {
	background: rgb(204, 204, 204);
	border: 1px solid rgb(237, 237, 237);
	border-image: none;
	color: #000;
	cursor: default;
	opacity: 0.5;
}
.oPager span {
	color: rgb(51, 51, 51); line-height: 38px; font-size: 14px; margin-right: 5px; vertical-align: top;
}
.oPager .jumpbox {
	display: none;
}
.oPager .prev {
	background: none; padding: 0px 10px; font-family: iconfont;
}
.oPager .next {
	background: none; padding: 0px 10px; font-family: iconfont;
}
.oPager .jump {
	background: none; padding: 0px 10px; font-family: iconfont;
}
.oPager .prev {
	content: "\e896";
}
.oPager .next {
	content: "\e603";
}
.oPager .jump {
	content: "";
}
.oPager .text {
	border-image: none;
	width: 0px;
	font-size: 14px;
}
}




