.ty_mk {
	width: 100%;
	border-bottom: solid 1px #bfbfbf;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.ty_Title {
	float: left;
	border-bottom: solid 2px #a72126;
	height:50px;
	font-size: 18px;
	font-weight: bold;
	color: #a72126;
        font-style:inherit;
}
.ty_more {
	float: right;
}
.ty_more a {
	color: #a72126;
	font-size: 14px;
}
 @media screen and (max-width:999px) {
.ty_mk {
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.ty_Title {
	height: 50px;
}
}
 @media screen and (max-width:768px) {
.ty_mk {
	margin-bottom: 1rem;
}
}