@CHARSET "UTF-8";
.container { margin-top: 187px; }
.nav-pills {
	width: 100%;
	position: fixed;
	top: 116px;
	z-index: 10;
}
@media (max-width: 1320px) {
	.container { margin-top: 173px; }
	.nav-pills { top: 103px; }
}
@media (max-width: 1120px) {
	.container { margin-top: 130px; }
	.nav-pills { top: 60px; }
}
.nav-pills>li { width: 50%;}
.nav-pills>li+li { margin: 0; }
.nav-pills>li>a,
.nav-pills>li>a:hover {
	height: 70px;
	outline: none;
	border-radius: 0;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #000;
	background-color: #e8e8e8;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #3f47f1;
}

@media(min-width: 1200px) {
	.col-dlg-5 {
		width: 20%;
		padding: 0 10px;
		float: left;
	}
}

.tab-content { 
	padding-top: 40px;
}
.col-xs-6, .col-sm-4, .col-md-3 { padding: 0 10px; }
.item {
	background-color: #f5f5f5;
	border: 1px solid #adadad;
	width: 100%;
	margin-bottom: 40px;
}

#tab1 .img-layer { 
	display: table;
	text-align: center;
	padding: 0 20px;
}
.img-layer {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #adadad;
	background-color: #fff;
}
#tab2 .img-layer img {
	width: 100%;
	height: 160px;
}
.img-layer .tb-cell {
	width: 100%;
	/*display: table-cell;*/
	vertical-align: middle;
}
.img-layer .tb-cell img {
	margin: 0 auto;
    max-width: 210px;
    max-height: 158px;
    width: 100%;
}
.text-layer { 
	padding:15px 10px; 
	position: relative;
}
.text-layer p { 
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	padding-right: 40px;
	color: #484848;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-layer p.title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #242424;
	vertical-align: bottom;
	padding-right: 0;
}
.text-layer span.icon-wg {
	display: inline-block;
	height: 20px;
	width: 21px;
	background: url(../images/icon-wg.png) no-repeat center;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.text-layer .right-box {
	width: 40px;
	height: 61px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.text-layer .right-box span {
	display: block;
	line-height: 24px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #484848;
	font-size: 12px;
	padding-left: 3px;
}
.text-layer .right-box img {
	width: 37px;
	height: 37px;
	position: relative;
	left: 3px;
}

@media(max-width: 767px) {
	.tab-content { padding-top: 20px;}
	.item { margin-bottom: 20px;}
	.text-layer p { 
		font-size: 12px;
		line-height: 18px;
		padding-right: 0;
	}
	.text-layer p.title {
		font-size: 16px;
		line-height: 16px;
	}
	.text-layer span.icon-wg {
		height: 16px;
		width: 18px;
		background: url(../images/icon-wg.png) no-repeat center;
		background-size: 100%;
	}
	.text-layer .right-box { 
		position: static;
		width: 100%;
		margin-top: 5px;
		height: 30px;
	}
	.text-layer .right-box span { 
		width: auto;
		line-height: 30px;
		float: left;
	}
	.text-layer .right-box img {
		width: 30px;
		height: 30px;
		float: left;
		position: static;
		margin-left: 10px;
	}
}






