.jm_2019 h2.t{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 3px;
}
.cp-list{
	width: 700px;
	height: auto;
	overflow: hidden;
	padding: 0 50px;
}
.cp-list ul{
	width: 1000px;
}

.cp-list ul li{
	width: 340px;
	height: 170px;
	display: inline-block;
	float: left;
	margin-right:40px;
	margin-bottom: 40px;
	position: relative;
}
.cp-list ul li .cpimg{
	width: 100%;
	height: 170px;
	overflow: hidden;
	border-radius: 4px;
}
.cp-list ul li .cpimg img{
	width: 100%;
	height: 170px;
}
.cp-list ul li a{
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 0px 0px;
	background: #009688;
	color: #fff;
	font-size: 14px;
	width: 70px;
	text-align: center;
	border-radius: 4px;
}
.cp-list ul li a.ok{
	background: #ff6600;
}

.page_tips{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-top: 30px;
}

.big_btn_green{
	border:none;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	background: #27634d;
	padding: 6px 20px;
}

.table_form td{
	padding: 5px 10px;
}