.hi-slide { position: relative; }
.hi-slide .hi-next, .hi-slide .hi-prev {position: absolute;top: 50%;width: 20px;height: 20px;margin-top: -40px;border-radius: 50%;line-height: 20px;text-align: center;cursor: pointer;background-color: #ffa500;color: #fff;opacity: 0.7;transition: all 0.6s;font-size: 15px;}
.hi-slide .hi-next:hover, .hi-slide .hi-prev:hover {opacity: 1;background-color: #022f5b;}
.hi-slide .hi-prev {left: -60px;}
.hi-slide .hi-prev::before { content: '<'; }
.hi-slide .hi-next { right: -60px; }
.hi-slide .hi-next::before { content: '>'; }
.hi-slide > ul { list-style: none; position: relative; width: 754px; height: 292px; margin: 0; padding: 0; }
.hi-slide > ul > li {position: absolute;z-index: 0;left: 377px;top: 146px;width: 0;height: 0;margin: 0;padding: 0;border: none;border-radius: 5px;cursor: pointer;}
.hi-slide > ul > li > img { width: 100%; height: 100%; }

/*# sourceMappingURL=jquery.hislide.css.map */

.testi
{
	width: 700px;
	position: relative;
	left: -270px;
}

.detail
{
	width: 200px;
	border-right: 3px solid #ffa500;
	float: left;
	padding: 1rem 2rem;
}

.content
{
	width: 500px;
	float: left;
	padding: 1rem 2rem;
}
