.banner{
	height: 426px;
	background:#f4f0eb url(../images/banner.jpg) no-repeat top center;
	text-align: center;
}
.banner img{max-width:100%}
.zcwj_box{ margin-bottom: 30px; border: 1px solid #e3e3e3; padding:30px; box-shadow: 0 6px 6px rgba(0,0,0,0.1); border-radius: 16px;}
.zcwj_box .tit{
	position: relative;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#c00;
}
.zcwj_box .tit b{  display: inline-block;padding:0 40px 0 80px; background: #fff url(../images/icon01.png) no-repeat 20px center; }
.zcwj_box .t_02 b{background: #fff url(../images/icon02.png) no-repeat 20px center; }
.zcwj_box .t_03 b{background: #fff url(../images/icon03.png) no-repeat 20px center; }
.zcwj_box .tit:after{
	content: '';
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	border-bottom: 2px solid #c00;
	z-index: -1;
}


/*block*/
.block_c{ margin-left: -2%; padding-top: 20px; overflow: hidden; zoom:1}
.block_list{width: 31.3%; margin-left:2%; float: left;}
.block_list h1{ background:#c00; border-radius:5px;font-size: 22px; color:#fff6d4; margin:0 0 10px; padding:10px 15px; overflow: hidden;zoom:1}
.block_list h1 .more1{ display: inline-block; font-size: 16px; color: #fff6d4; line-height: 30px; font-weight: normal;}
.block_list h1 .more1:hover{ color: #fff6d4;}
.block_list li{border-bottom: 1px dotted #999; padding:10px 0; font-size: 16px; line-height: 1.6;}
.block_list li:last-child{border:0;}
.block_list li a{margin-right: 10px;}
.block_list li .date{  display:inline-block;font-size: 14px; color:#999; background: url(../images/icon_time.png) no-repeat left center; padding:0 0 0 15px; }



.list_item{ margin-left: -2%; padding: 25px 0 20px;}
.list_item li{ float: left; margin-left: 2%;width:31.3%;margin-bottom:20px;}
.list_item li a{ display: inline-block;width:100%; height: 30px; padding: 20px 0; background: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 6px; text-align: center;font-size:20px}
.list_item li a:hover{ border: 1px solid #c00; background: #c00; color: #fff;}

.footer{
	margin-top:40px;
	padding:52px 0;
	border-top:4px solid #c00;
	line-height:30px
}
.footer>.por>a>img{
	position:absolute;
	top:50%;
	margin-top:-40px;
	left:10%
}
.footer>.por .img02{
	left:auto;
	right:10%
}

/*-----mobile----*/
@media  (max-width: 800px){
  .banner{
	  height:30vw;
	  background-size:auto 100%
  }

  .w1100{
	  width:100%;
	  box-sizing:border-box
  }
 .mgt40{ margin-top: 1.5rem;}
 .zcwj_box{ padding: 10px;}
  .zcwj_box .tit{

  }
  .list_item { margin-left: 0;}
  .list_item li{margin-left: 0;width:100%}
  .block_c{margin-left:0}
  .block_list{width:100%;margin-left:0}
  .footer{
	  margin-top:2em;
	  padding:1em 0
  }
  .footer>.por>a>img{
	  left:auto;
	  right:auto !important;
	  position:relative;
	  margin:0;
	  text-align:center
  }
}