body{
	background-color: #f7f7f7;
	overflow-x: hidden;
}


.banner {
  width: 1920px;
  height: 160px;
  background: url(banner.png) no-repeat top center;
  background-size: 1920px 160px;
  margin: 0px auto;
}
.banner_text{
  width: 1920px;
  height: 160px;
  font-size: 48px;
  color: #FFFFFF;
  text-align: left;
  font-weight: bold;
  line-height: 155px;
  padding: 0px 410px;
}

.Nav{
	width: 1100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 30px auto;
	display: flex;
	align-items: center;
}
.NavTitle{
	font-weight: bold;
}
.each_NavItem{
	color: #666666;
	margin-left: 10px;
}
.each_NavItem a{
	color: #666666;
}
.each_NavIcon{
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url(nav_right.png) no-repeat;
	background-size: 18px 18px;
	margin-left: 10px;
}

.main{
    width: 1100px;
    margin: 0px auto;
    background-color: #FFFFFF;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.title{
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #c40311;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title_text{
	width: 150px;
	background-color: #c40311;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}

.title_switch {
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}

.title_switch span {
  float: left;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #303133;
  cursor: pointer;
}

.title_switch span.active {
  background: #BD1A2D;
  color: #fff;
  border-radius: 4px;
}


.zcList{
	width: 1060px;
	margin: 0px auto;
}
.eachZC{
	width: 1060px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #F0F0F0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.eachZC a{
	color:#333333;
}
.eachZC a:focus,
.eachZC:focus,
.eachZC a:active,
.eachZC:active{
	outline: none;
	blr: expression(this.onFocus=this.blur());
}
.eachZC::-moz-focus-inner,
.eachZC a::-moz-focus-inner{
	border: 0;
}
.eachZC a,
.eachZC{
	hide-focus: true;
}

.zcdt_date{
	color: #999999;	
}

.page_box_zc{
	width: 1100px;
	margin: 40px auto;
}
.pageNum_list_zc{
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}
.pageNum_list_zc .active{
	background-color: #c40311;
    color: #fff;
    line-height: 28px;
}
.each_pageNum_zc{
	display: inline-block;
    font-size: 14px;
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: top;
}
.each_pageNum_zc:hover{
	background-color: #c40311;
	color: #fff;
}
.prePage{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 28px;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	color: #666;
	text-align: center;
}
.nextPage{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 28px;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	color: #666;
	margin-left: 10px;
	text-align: center;
}
.prePage:hover,.nextPage:hover{
	background-color: #c40311;
	color: #fff;
}
.pageCount {
    display: flex;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-left: 10px;
}
.pageNum_list_zc .unuseable{
	cursor: not-allowed;
	color: rgb(220, 220, 220);
	background-color: rgb(250, 250, 250);
}