@charset "UTF-8";
/***aside***/
#columns {
  width: 160px;
  float: left;
  padding-right: 40px; }

#columns li {
  padding-left: 30px;
  list-style-type: none; }

#columns li a {
  color: #5f5f5f; 
  width: 160px;
  display: block
  }

#columns li.cur a {
  color: white; }

#columns .column {
  font-family: 'Microsoft Yahei', "微软雅黑";
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  background-color: #efefef; }

#columns .cur {
  background-color: #1e9ee9;
  background-image: url("../images/arrow-aside.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 9px; }

/***aside ed***/
.g-content {
  background-color: #ffffff;
  width: 1000px;
  overflow: hidden; }

#article {
  width: 800px;
  float: left;
  margin-bottom: 20px;
  min-height: 700px; }

#article-wrap {
  width: 750px;
  padding-top: 35px; }

#article-title {
  width: 500px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Microsoft Yahei', "微软雅黑";
  color: #1e9ee9;
  text-align: center; }

#article-detail {
  margin: 20px auto;
  font-size: 14px;
  font-family: 'Microsoft Yahei', "微软雅黑";
  color: #5f5f5f;
  text-align: center; }

#article-detail span {
  margin: 0 10px; }

/*# sourceMappingURL=article-201610.css.map */
