﻿@charset "utf-8";
/* CSS Document */
.stark-main {
	width: 100%;
	padding: 20px 0;
	background-color: #f2f3f7;
	overflow: hidden;
}
.stark-main-left {
	float: left;
	width: 78%;
}
.stark-main-left-push {
	float: left;
	width: 20%;
}
.stark-main-tag {
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #fff;
	font-size: 16px;
	color: #4F5A6E;
}
.stark-main-tag h1 {
	display: inline;
	font-size: 16px;
	color: #E64E4B;
}
#searchStark {
	float: right;
	border: 1px solid #BDC3D3;
	padding: 0 10px;
}
.search-stark {
	width: 200px;
	height: 32px;
	border: none;
	outline: none;
}
.search-stark-icon {
	float: right;
	width: 32px;
	height: 32px;
	background-color: #fff;
	background-image: url(../img/stark-search.png);
	background-position: right center;
	background-size: 95%;
	border: none;
	outline: none;
}
ul.stark-show {
	width: 100%;
}
ul.stark-show li {
	float: left;
	width: 31.733333%;
	margin-right: 2.4%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
ul.stark-show li:nth-child(3n) {
	margin-right: 0;
}
ul.stark-show li:hover {
	transform: scale(1.02);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.21);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.21);
}
ul.stark-show li a.ssimg {
	display: block;
	width: 100%;
	height: 188px;
	position: relative;
}
ul.stark-show li a.ssimg img {
	display: block;
	max-width: 100%;
	max-height: 188px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
ul.stark-show li h5 {
	padding: 0 10px;
	margin: 15px 0 10px;
	font-size: 16px;
	font-weight: normal;
}
ul.stark-show li h5 a {
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s linear;
    display:block;
}
ul.stark-show li h5:hover > a {
	color: #f27f00;
}
ul.stark-show li span.sskey {
	display: block;
	height: 22px;
	padding: 0 10px;
	margin: 0 0 15px;
	overflow: hidden;
}
ul.stark-show li span.sskey a {
	display: inline-block;
	padding: 2px 0;
	margin-right: 5px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
ul.stark-show li span.ssseat {
	display: block;
	float: left;
	padding-left: 26px;
	background: url(../img/stark-seat.png) no-repeat 10px center;
	font-size: 12px;
	color: #666;
	line-height: 14px;
}
ul.stark-show li span.ssprice {
	display: block;
	float: right;
	padding-right: 10px;
	font-size: 12px;
	color: #f27f00;
	line-height: 14px;
}
.stark-go {
	width: 100%;
	padding: 20px 0;
	border-left: 1px solid #f2f3f7;
	margin-left: -1px;
	border-right: 1px solid #f2f3f7;
	margin-right: -1px;
	text-align: center;
}
.sg-ul {
	display: inline-block;
}
.sg-ul li.active{
    background: #f27f00;
    border: none;
}
.sg-ul li.active a {
    color: #fff;
}
.sg-ul li {
	float: left;
	margin-right: 10px;
	border: 1px solid #c2c2c6;
	border-radius: 3px;
	background-color: #fff;
}
.sg-ul li:last-child {
	margin-right: 0px;
}
.sg-ul li:hover {
	background: #f27f00;
}
.sg-ul li a {
	display: block;
	padding: 5px 13px;
	cursor: pointer;
}
.sg-ul li:hover > a {
	color: #fff;
}
.sg-ul li.starklve {
	border: 0;
	background: none;
}
.sg-ul li.starklve:hover {
	background: none;
}
.stark-main-right {
	float: right;
	width: 22%;
	padding-left: 20px;
	box-sizing: border-box;
}
.stark-main-right-push {
	float: right;
	width: 78%;
	padding-left: 20px;
	box-sizing: border-box;
}
.stark-main-right-push h3 {
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	padding-left: 15px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stark-main-right h3 {
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	padding-left: 15px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.relatedul {
	width: 100%;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}
.relatedul li {
	padding: 15px 0;
	border-bottom: 1px solid #ffedd9;
	text-align: center;
}
.relatedul li:last-child {
	border-bottom: none;
}
.relatedul li div {
	width: 80%;
	margin: auto;
}
.relatedul li div img {
	max-width: 100%;
	max-height: 100%;
}
.relatedul li p.related_tit {
	width: 80%;
	margin: 5px auto;
	text-align: left;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.relatedul li p.related_tit a {
	color: #000;
	font-size: 15px;
}
