.content{
	text-indent: 20px;
	margin-top: 5px;
}
.btns{
	overflow: hidden;
	text-align: center;
	width: 100%;
	// background-color: rgba(0,0,0,.5);
	// background-image: linear-gradient(rgba(10, 10, 10, .15),rgba(255, 255, 255, .15));
	// background-image: -webkit-linear-gradient(rgba(10, 10, 10, .15),rgba(255, 255, 255, .15));
	// border-radius: 10px;
	// box-shadow: 2px 5px 10px rgba(0,0,0,.6);
	color: white;
}
.main h4 {
	font-weight: normal;
	color: #666;
}
.btns li{
	float: left;
    width: 30%;
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    background: #f8f8f8;
    color: #2d5a9d;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 3%;
}
.btns li:first-child{
	margin-left: 0;
}
.btns li.on{
	background: #0096d4;
    color: #ffffff;
}
// .btns li:first-child.on{
// 	border-radius: 10px 0 0 10px;
// }
// .btns li:last-child.on{
// 	border-radius: 0 10px 10px 0;
// }
// .btns li:after{
// 	content: '';
// 	position: absolute;
// 	right: 0;
// 	top: 0;
// 	border: 1px solid #969696;
// 	height: 100%;
// }

// .btns li:nth-child(3):after{
// 	border: none;
// }
.imgs{
	margin-top: 5px;
	text-align: center;
}
.no_data{
	line-height: 50px;
	font-weight: bold;
}