/* feature */
.feature{
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px #E4E4E4;
	padding-top: 40px;
	margin-top: 50px;
}
.featureTitle{
	/* width: 100%; */
	height: 60px;
	background-color: #1C95D4;
	font-size: 24px;
	color: #fff;
	padding-left: 60px;
	line-height: 60px;
}
.content{
	display: flex;
	justify-content: space-between;
	padding: 30px 25px;
	min-height: 400px;
}
.tab ul{
	box-shadow: 0 0 10px #ddd;
}
.tab ul li{
	width: 140px;
	font-size: 14px;
	line-height: 48px;
	padding: 0 8px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
} 
.tab ul li:hover{
	color: #fff;
	background: #1C95D4;
}
.tab .liAction{
	background: #1C95D4;
}
.tab ul .liAction{
	color: #fff;
}
.tabAction{
	width: calc(100% - 200px);
}
.tabAction table {
    margin: 0 auto;
    width: 80%;
    border-collapse: collapse;
}
.tabAction table  td{
 padding:10px;
}