ul.list-border
{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}
ul.list-border>li
{
	padding: 30px 0;
	line-height: 45px;
	border-top: 1px solid #dbdbdb;
	clear: both;
	overflow: hidden;
}
ul.list-border .name
{
	font-size: 26px;
	font-family: absara;
	font-weight: 200;
	line-height: 30px;
	width: 100%;
}
ul.list-border .name p
{
	margin-bottom: 0px;
	line-height: 35px;
	font-weight: 400;
}
ul.list-border .title-border a
{
	color: #20333f;
	font-weight: 400;
}

ul.list-border .name .trainingtype
{
	font-size: 16px; font-family:"微软雅黑";
/*	font-family: absara;
*/	vertical-align: 5px;
	display: block;
	margin-bottom: 0px;
	font-weight: 200;
}

ul.list-border .name .othercity
{
	font-size: 18px;
	font-family: absara;
	vertical-align: 5px;
	color: #ef7864;
	display: inline-block;
	margin-bottom: 20px;
}

ul.list-border .name .othercity a
{
	text-decoration: underline;
}

ul.list-border ul.list-button i
{
	font-size: 18px;
	vertical-align: middle;
}

ul.list-border ul.list-button li
{
	/*margin-left: 0;*/
}


@media (min-width: 992px){
	ul.list-border .title-border, ul.list-border p.othercity, ul.list-border ul.list-button
	{
		display: inline-block;
		vertical-align: top;
	}

	ul.list-border .title-border.school
	{
		width: 40%;
	}
	ul.list-border .title-border.expertise
	{
		max-width: 60%;
	}
	ul.list-border ul.list-button
	{
		float: right;
	}
	ul.list-border .name .othercity
	{
		max-width: 40%;
	}
}
@media (max-width: 767px)
{
	ul.list-border ul.list-button li
	{
		margin-left: 0;
		margin-right: 10px;
	}
	ul.list-border ul.list-button
	{
		padding-top: 12px;
	}
}
