*{
	box-sizing:border-box;
}
h4{
	font-weight: normal;
}
.con-img{
	width: 100%;
	margin-top: 70px;
}
.show-title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
	margin-right:20px;
}
.show-title p{
	color:#47c68c;
	font-size: 16px;
}
.show-list h4{
	font-size: 20px;
	padding-bottom: 7px;
}
.show-list{
	overflow: hidden;
	margin-bottom:40px;
}
.show-list li{
	float: left;
	width: 280px;
	margin-right:20px;
	border-radius: 6px;
	font-size: 14px;
	padding:20px;
	height:320px;
	position: relative;
	float: left;
	background-color: #f7f7f7;
}
.list-bo{
	position: absolute;
	width: 328px;
	bottom:20px;

}
.show-list-date{
	color:#47c68c;
}
.show-list-content{
 	padding: 5px 0;
  	color: #888;
}
.slc-wr{
	height: 190px;
}
.addicon{
	position: relative;
}
.int h4{
	color:#fff;
}
.btn-white {
  background-color: #f1f1f1;
  border: 1px dashed #aaa;
  color: #666;
}
.btn-white:hover {
  background-color: #f1f1f1;
}
.show-list-2 li{
	height: 365px;
}
legend{
	padding:0 20px;
}
.border-left::before{
	content: '';
  	display: inline-block;
  	position: absolute;
  	top: 2px;
  	left: 0px;
  	width: 1px;
  	height: 11px;
  	background-color: #999;
}
