.ty_list_top {
	padding: .3rem;
	border: 1px #cbd9e4 solid;
	border-radius: .1rem;
	font-size: .3rem;
	line-height: 2;
	text-align: justify;
	margin-top: .3rem;
	height: 7.3rem;
	overflow: hidden;
	position: relative;
	background: #f8fbfd;
}
.ty_list_top p {
	text-indent: 2em;
}
.ty_list_top.active {
	height: 100%;
}
.ty_list_top a {
	font-weight: bold;
	color: #0062a5;
	text-decoration: underline;
}
.ty_list_top .more {
	background:  no-repeat;
	background-size: cover;
	height: .5rem;
	margin-bottom: .3rem;
	position: absolute;
	bottom: 0;
	width: 6.38rem;
}
.ty_list_top .more:before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: -.6rem;
	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: 0.5rem;
	display: block;
	position: absolute;
	right: 0;
	bottom: -.5rem;
	z-index: 2;
	background: #ffffff;
}
.ty_list_top .more a {
	display: block;
	background: #f8fbfd;
	width: 1.3rem;
	text-decoration: none;
	position: absolute;
	left: 40%;
	bottom: -.04rem;
	padding-left: .18rem;
	z-index: 3;
}
.ty_list_top .more a::after {
	content: "";
	width: .22rem;
	height: .13rem;
	background:  no-repeat;
	background-size: .22rem .13rem;
	display: block;
	position: absolute;
	right: .15rem;
	bottom: .2rem;
	z-index: 3;
}
.ty_list_top .more a.active::after {
	content: "";
	width: .22rem;
	height: .13rem;
	background:  no-repeat;
	background-size: .22rem .13rem;
	display: block;
	position: absolute;
	right: .15rem;
	bottom: .2rem;
	z-index: 3;
	transform: rotate(180deg);
}
.ty_list_top .title {
	text-align: center;
	margin-bottom: .2rem;
	background:  0 .25rem repeat-x;
}
.ty_list_top .title span {
	font-size: 0.38rem;
	font-weight: bold;
	display: inline-block;
	color: #0062a5;
	border-left: 4px #0062a5 solid;
	border-right: 4px #0062a5 solid;
	padding: 0 .2rem;
	background: #f8fbfd;
	line-height: 1.2;
}
.bottomh {
	height: .6rem;
}