* {
  word-break: break-all; 
}


a {
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}


.white {
  color: #FFFFFF;
}


.background_white {
  background-color: #FFFFFF;
}


.black {
  color: #000000;
}


.background_black {
  background-color: #000000;
}


.gray {
  color: #999999;
}


.light_white {
  color: #D1CDCB;
}


.light_black {
  color: #2C2D2E;
}


.light_red {
  color: #E84621;
}


.light_green {
  color: #119E22;
}


.light_blue {
  color: #1E68FA;
}


.light_gray {
  color: #D0B9A7;
}


.kaiti {
  font-family: ¿¬Ìå_GB2312;
}


.songti {
  font-family: ËÎÌå;
}


.fangsong {
  font-family: ·ÂËÎ_GB2312;
}


.heiti {
  font-family: ºÚÌå;
}


.Arial {
  font-family: Arial;
}


.Helvetica {
  font-family: Helvetica;
}


.sans-serif {
  font-family: sans-serif;
}


.font10 {
  font-size: 10px;
}


.font11 {
  font-size: 11px;
}


.font12 {
  font-size: 12px;
}


.font13 {
  font-size: 13px;
}


.font14 {
  font-size: 14px;
}


.font15 {
  font-size: 15px;
}


.font16 {
  font-size: 16px;
}


.font17 {
  font-size: 17px;
}


.font18 {
  font-size: 18px;
}


.font19 {
  font-size: 19px;
}


.font20 {
  font-size: 20px;
}


.font21 {
  font-size: 21px;
}


.font22 {
  font-size: 22px;
}


.font23 {
  font-size: 23px;
}


.font24 {
  font-size: 24px;
}


.font25 {
  font-size: 25px;
}


.left {
  text-align: left;
}


.center {
  text-align: center;
  vertical-align: middle;
}


.right {
  text-align: right;
}


.bolder {
  font-weight: bolder;
}


.normal {
  font-weight: normal;
}


.italic {
  font-style: italic;
}


.nowrap {
  white-space: nowrap;
}


.underline {
  text-decoration: underline;
}


.none {
  text-decoration: none;
}


.pointer {
  cursor: pointer;
}


.clear {
  clear: both;
}


.hidden {
  display: none;
}


.in_sight {
  visibility: visible;
}


.out_sight {
  visibility: hidden;
}


.float_left {
  float: left;
}


.width {
  width: 100%;
}


.height {
  height: 100%;
}


.ckeditor_div {
  position: relative;
  width: 80%;
  left: 10%;
}