div.tresc h2 {
	margin-top: 35px;
}

div.tresc h3 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
}

div.tresc a.yufebutton {
	display:inline-block;
	width:30.5%;
	height:160px;
	margin:15px 2.5% 15px 0;
	margin-top: 15px !important;
	padding:30px;
	background:#000000;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	line-height:36px;
	vertical-align:top;
	text-align:center;
	text-decoration: none;
}

div.tresc a.yufebutton:hover {
	transform: scale(1.03);
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.5);
	transition: 200ms all;
}

div.tresc a.yufebutton .yufekreska {
	display: block;
	border-top: 1px solid #fff;
	width: 15%;
	margin: 14px auto;
}

div.tresc a.yufebutton span {
	display:block;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
}

div.tresc a.yufeorange {
	background:#e88300;
	color:#fff;
}

div.tresc a.yufegreen {
	background:#00b189;
	color:#fff;
}

div.tresc a.yufeblue {
	background:#003da6;
	color:#fff;
}

div.tresc a.yufecyan {
	background:#2bb2e1;
	color:#fff;
}

div.tresc a.yufeyellow {
	background:#ffc724;
	color:#000;
}



@media (min-width: 0px) {

div.tresc a.yufebutton {
	display:block;
	width:auto;
	height:auto;
	margin:10px auto 6px auto;
	margin-top: 10px !important;
	padding:5px;
	font-size:20px;
	line-height:24px;
}

div.tresc a.yufebutton .yufekreska {
	width: 10%;
	margin: 6px auto;
}

div.tresc a.yufebutton span {
	font-size:14px;
	line-height:18px;
}

}



@media (min-width: 600px) {

div.tresc a.yufebutton {
	display:inline-block;
	width:30%;
	height:120px;
	margin:10px 2.5% 6px 0;
	margin-top: 10px !important;
	padding:10px;
	font-size:20px;
	line-height:24px;
}

div.tresc a.yufebutton .yufekreska {
	width: 20%;
	margin: 8px auto;
}

div.tresc a.yufebutton span {
	font-size:14px;
	line-height:18px;
}

}



@media (min-width: 1020px) {

div.tresc a.yufebutton {
	display:inline-block;
	width:30.5%;
	height:160px;
	margin:15px 2.5% 15px 0;
	margin-top: 15px !important;
	padding:30px;
	font-size:24px;
	line-height:36px;
}


div.tresc a.yufebutton .yufekreska {
	width: 15%;
	margin: 14px auto;
}

div.tresc a.yufebutton span {
	font-size:16px;
	line-height:20px;
}

}