.ty_list_top {
	padding: 40px;
	padding-top: 30px;
	border: 1px #cbd9e4 solid;
	border-radius: 6px;
	font-size: 18px;
	line-height: 2;
	text-align: justify;
	margin-top: 30px;
	position: relative;
	height: 280px;
	overflow: hidden;
	background: #f8fbfd;
}
.ty_list_top p {
	text-indent: 2em;
}
.ty_list_top.active {
	height: 100%;
}
.ty_list_top a {
	color: #0062a5;
	text-decoration: underline;
	font-weight: bold;
}
.ty_list_top .more {
	background:  0 bottom repeat-x;
	height: 30px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 3px;
	width: 93%;
}

.ty_list_top .more:before {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: -webkit-gradient(linear,left top,right top,from(rgba(248,251,253,0)),to( rgba(248,251,253, 1)));
	background: -webkit-linear-gradient(left,rgba(248,251,253,0) 0, rgba(248,251,253, 1) 100%);
	background: -moz-linear-gradient(left,rgba(248,251,253,0) 0, rgba(248,251,253, 1) 100%);
	background: linear-gradient(to bottom,rgba(248,251,253,0) 0, rgba(248,251,253, 1) 100%);
}

.ty_list_top .more:after {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: -15px;
	z-index: 2;
	background: #f8fbfd;
}
.ty_list_top .more a {
	display: block;
	background: #f8fbfd;
	width: 90px;
	text-decoration: none;
	position: absolute;
	left: 44%;
	bottom: 0px;
	padding-left: 20px;
	z-index: 3;
}
.ty_list_top .more a::after {
	content: "";
	width: 22px;
	height: 13px;
	background:  no-repeat;
	/* background-size: .22rem .13rem; */
	display: block;
	position: absolute;
	right: 15px;
	bottom: 9px;
	z-index: 3;
}
.ty_list_top .more a.active::after {
	content: "";
	width: 22px;
	height: 13px;
	background:  no-repeat;
	display: block;
	position: absolute;
	right: 15px;
	bottom: 9px;
	z-index: 3;
	transform: rotate(180deg);
}
.ty_list_top .title {
	text-align: center;
	margin-bottom: 20px;
	background:  0 15px repeat-x;
}
.ty_list_top .title span {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	color: #0062a5;
	border-left: 4px #0062a5 solid;
	border-right: 4px #0062a5 solid;
	line-height: 18px;
	padding: 0 15px;
	background: #f8fbfd;
}
.ty_list_top.active .more:before {
	display: none;
}
.bottomh {
	height: 15px;
}
@media screen and (max-width: 1440px) {
	.ty_list_top {
		font-size: 15px;
		height: 240px;
	}
	.ty_list_top .title span {
		font-size: 20px;
	}
	.ty_list_top .title {
		text-align: center;
		margin-bottom: 20px;
		background: url(/uploads/image/images/v2023_ty_list_titleline.gif) 0 12px repeat-x;
	}
	.ty_list_top .more a {
		width: 80px;
	}
	.bottomh {
		height: 20px;
	}
}