/*
	@Description:Typography Style
	@Author: dongwei 2012.07.03
*/
/* font */
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f24 {
  font-size: 24px;
}
.ty {
  word-wrap: break-word;
  word-break: break-all;
}
.fontYH {
  font-family: "\5FAE\8F6F\96C5\9ED1", "\6587\6CC9\9A7F\6B63\9ED1\4F53", "\534E\6587\7EC6\9ED1", sans-serif;
}
.fontB {
  font-weight: bold;
}
/* link */
a:hover {
  color: #e54410;
  text-decoration: underline;
}
li a:hover,
dt a:hover,
dd a:hover {
  color: #e54410;
  text-decoration: none;
}
.lnk-red:link,
.lnk-red:visited,
.lnk-hover {
  color: #e64211;
  text-decoration: none;
}
.lnk-green:link,
.lnk-green:visited {
  color: #69a83f;
}
.lnk-blue:link,
.lnk-blue:visited {
  color: #0f93e6;
}
.lnk-underline {
  text-decoration: underline;
}
.lnk-red:hover,
.lnk-green:hover,
.lnk-blue:hover {
  color: #e64211;
}
.lnk-view a:visited {
  color: #7c397c;
}
.local a:hover,
.ui-btn:hover,
.sider-cont-hd a:hover {
  text-decoration: none;
}
/* color */
.gray3 {
  color: #333;
}
.grayC {
  color: #ccc;
}
.gray6 {
  color: #666;
}
.gray9 {
  color: #999;
}
.must {
  color: #FF6600;
  margin-right: 2px;
}
.red {
  color: #E84720;
}
.green {
  color: #71AD4D;
}
.blue {
  color: #3068c5;
}
