/* <=== vhttinfopg ===> */
.vhttinfopg .ifpadd{
	padding: 40px 0 60px;
}
.tplinkinfo .lktitle{
	position: relative;
	padding-right: 60px;
	z-index: 1;
	margin-bottom: 20px;
}
.tplinkinfo .lktitle::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	background-image: url('../images/tticon.png');
	background-position: bottom right;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}
.tplinkinfo .lktitle::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95px;
	height: 1px;
	right: 45px;
	z-index: -2;
	background-image: url('../images/ttline.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}
.tplinkinfo .lktitle .tname{
	padding: 10px 20px;
	border-radius: 50px;
	background-color: var(--color-wm);
}
.tplinkinfo .lktitle .tname, .tplinkinfo .lktitle .tname a{
	color: var(--colorff);
}
.tplinkinfo .lktitle .tname, .tplinkinfo .lktitle .tname h2{
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
.tplinkinfo .ctmenu li{
	margin-bottom: 2px;
}
.tplinkinfo .ctmenu li:last-child{
	margin-bottom: 0;
}
.tplinkinfo .ctmenu li a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 10px 8px 38px;
	border-radius: 50px;
	position: relative;
	color: var(--color22);
}
.tplinkinfo .ctmenu li a::before{
	content: '';
	position: absolute;
	top: 17px;
	left: 19px;
	width: 6px;
	height: 6px;
	background-color: var(--color-wm);
	border-radius: 100%;
}
.tplinkinfo .ctmenu li.active a, .tplinkinfo .ctmenu li a:hover{
	background-color: var(--color-eb);
}
.tplinkinfo .ctfind li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--coloree);
}
.tplinkinfo .ctfind li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.tplinkinfo .ctfind li a{
	display: block;
	position: relative;
	padding-left: 45px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.tplinkinfo .ctfind li a i{
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 18px;
	color: var(--color-wm);
}
.tplinkinfo .ctfind li.active a{
	color: var(--color-wm);
}
.tpttinfomm .ligrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpttinfomm .ligrip > div{
	padding: 0 15px;
	width: calc(100% / 3);
	margin-bottom: 35px;
}
.tpttinfoshh .hhlist{
	margin-bottom: 30px;
}
.tpttinfoshh .liitem:first-child{
	padding-top: 0;
}
.tpttinfoshh .liitem{
	padding: 30px 0;
	border-bottom: 1px solid var(--coloree);
}
.itttinfoshh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.itttinfoshh .hhgrip > div{
	padding: 0 15px;
}
.itttinfoshh .hhgrip .xcol{
	width: 330px;
}
.itttinfoshh .hhgrip .ycol{
	width: calc(100% - 330px);
}
.itttinfoshh .dsdates{
	font-size: 14px;
	line-height: 22px;
	color: var(--color-wh);
	margin-bottom: 5px;
}
.itttinfoshh .dstitle{
	margin-bottom: 5px;
}
.itttinfoshh .dstitle, .itttinfoshh .dstitle h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.itttinfoshh .dsconts{
	color: var(--color66);
	font-size: 15px;
	line-height: 25px;
	max-height: calc(25px * 3);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* <=== vhttinfopg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
	padding: 35px 0 60px;
}
/* <=== vhdetailpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	/* <=== vhttinfopg ===> */
	.vhttinfopg .ifpadd{
		padding: 25px 0 50px;
	}
	.tpttinfomm .ligrip > div{
		width: 50%;
	}
	.tpttinfoshh .liitem{
		padding: 25px 0 20px;
	}
	.itttinfoshh .dstitle, .itttinfoshh .dstitle h3{
		font-size: 18px;
		line-height: 25px;
	}
	/* <=== vhttinfopg ===> */

	/* <=== vhdetailpg ===> */
	.vhdetailpg .dtpadd{
		padding: 30px 0 50px;
	}
	/* <=== vhdetailpg ===> */
}
@media all and (max-width: 767px){
	/* <=== vhttinfopg ===> */
	.tpttinfomm .ligrip > div{
		margin-bottom: 25px;
		width: 100%;
	}
	.itttinfoshh .hhgrip .xcol{
		width: 100%;
		margin-bottom: 15px;
	}
	.itttinfoshh .hhgrip .ycol{
		width: 100%;
	}
	/* <=== vhttinfopg ===> */
}