.case .content{
	padding: 30px 0;
	min-height: 470px;
}
@media only screen and (max-width: 768px) {
	.case .content{
		padding: 10px 20px;
	}
}


.case .content .left-btns{
	margin: 10px 0;
	box-shadow: none;
	border-radius: 0;
}
.case .content .left-btns .list-group-item{
	border: none;
	border-radius: 0;
	border-right: solid 2px rgba(0,0,0,0.2);
}
.case .content .left-btns .list-group-item.active,
.case .content .left-btns .list-group-item:hover{
	background-image: none;
	background-color: transparent;
	color: rgba(134,38,51,1.0);
	text-shadow: none;
	border-right: solid 2px rgba(134,38,51,1.0);
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.case .content .left-btns .list-group-item{
		border: none;
		border-bottom: solid 1px rgba(0,0,0,0.2);
		margin: 0;
	}
	.case .content .left-btns .list-group-item.active,
	.case .content .left-btns .list-group-item:hover{
		border: none;
		border-bottom: solid 1px rgba(134,38,51,1.0);
	}
}


.case .content .theme-box .title{
	text-align: center;
	color: rgba(134,38,51,1.0);
	font-weight: bold;
	margin: 20px 0;
}
.case .content .theme-box .text-box .text{
	font-size: 1.142rem;
    line-height: 1.928rem;
}
.case .content .line{
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin: 16px 0;
}
.case .content .content-box{
	margin: 5px 0;
	height: auto;
	padding: 10px;
	border: solid 1px rgba(0,0,0,0.1);
	display: table;
	width:100%;
}
.case .content .content-box:hover{
	background-color: rgba(0,0,0,0.04);
}
.case .content .content-box .logo-box{
	height: 50px;
	width: 240px;
	padding: 0 10px;
	float: left;
}
.case .content .content-box .item-text{
	font-weight: bold;
	font-size: 1.2rem;
	display: table-cell;
	vertical-align: middle;
    margin: 0;
}
@media only screen and (max-width: 768px) {
	.case .content .theme-box .text-box .text{
		padding: 10px 0;
		margin: 0;
	}
	.case .content .line{
		margin: 0 0 20px 0;
	}
	.case .content .content-box{
		margin: 5px 0;
		height: auto;
		padding: 16px;
		border: solid 1px rgba(0,0,0,0.1);
	}
	.case .content .content-box .logo-box{
		float: none;
	}
	.case .content .content-box .item-text{
		margin: 10px 0;
		white-space: normal;
		line-height: 1.2;
		display: block;
	}
}


.case .paging{
	position: relative;
}
.case .paging .pagination{
	margin: 10px 0;
}
.case .paging .pagination .item{
	display: inline-block;
}
.case .paging .pagination .item > .paging-btn{
	border-radius: 2px;
	padding: 0.61rem 1.18rem;
	color: rgba(134,38,51,1.0);
	font-size: 1.1rem;
}
.case .paging .pagination .item.active > .paging-btn,
.case .paging .pagination.paging-right .item > .paging-btn{
	background-color: rgba(134,38,51,1.0);
	border: solid 1px rgba(134,38,51,1.0);
	color: rgba(255,255,255,1.0);
}
.case .paging .pagination.paging-right .item:hover > .paging-btn{
	background-color: rgba(166,38,51,1.0);
	border: solid 1px rgba(166,38,51,1.0);
	color: rgba(255,255,255,1.0);
}
.case .paging .pagination.paging-right{
	float: right;
}
.case .paging .pagination.paging-right .input-group{
	vertical-align: middle;
}
.case .paging .pagination.paging-right .item.no-focus .paging-btn{
	background-color: rgba(200,200,200,1.0);
	border: solid 1px rgba(200,200,200,1.0);
}
.case .paging .formfeed{
	position: absolute;
	width: 120px;
	right: 106px;
	top: 10px;
}
.case .paging .formfeed .form-control{
	height: 40px;
}
.case .paging .formfeed .input-group-btn .btn{
	height: 40px;
	width: 50px;
	border: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	color: rgba(255,255,255,1.0);
	background-color: rgba(134,38,51,1.0);
}
@media only screen and (max-width: 768px) {
	.case .paging .pagination{
		margin: 0;
	}
	.case .paging .pagination.paging-left{
		float: none;
	}
	.case .paging .pagination.paging-right{
		float: none;
	}
	.case .paging .formfeed{
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin: 2px 0;
	}
	.case .paging .formfeed .form-control{
		height: 40px;
	}
	.case .paging .formfeed .input-group-btn .btn{
		height: 40px;
		border: none;
		background-image: none;
		box-shadow: none;
		text-shadow: none;
		color: rgba(255,255,255,1.0);
		background-color: rgba(134,38,51,1.0);
	}
}