﻿@charset "utf-8";
.tb{
	display:grid;
	grid-template-columns:50% auto;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:480px){
	.tb{grid-template-columns:auto;}
}
.tb_left{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
}

#tb{
	display:flex;
	display: -webkit-flex;
	position:relative;
	margin-top:10px;
	width:auto;
	height:auto;
}
#tb .slide_arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	cursor:pointer;
	width:30px;
	flex-shrink: 0;
	background-color: transparent;
	color: #333;
	position: static;
}
.arrow:hover{
	background-color:#eee;
}
.tb_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.tb_pic{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:100%;
	border:1px solid #ddd;
	overflow:hidden;
	display: block;
}
.tb_on{
	border:1px solid #f90;
}
#qd_name{
	font-size:2rem;
	font-weight:bold;
	line-height:2;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
#qd_content{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#qd_content * img{max-width:100%;height:auto;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
	max-height:480px;
}
.lianxi_list{
	display: flex;
	display: -webit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.lianxi_tb{
	display: grid;
	grid-template-columns: 50px auto;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.lianxi_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	font-size: 2rem;
}
.lianxi_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.lianxi_name{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-weight: 700;
	font-size: 1.1rem;
}
.lianxi_miaoshu{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #888;
}