hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  margin: 10px 0 10px 0;
}
.border {
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.boxShadow {
  box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #CCCCCC;
  -khtml-box-shadow: 0 0 5px #CCCCCC;
}
.boxShadowBorder {
  box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #CCCCCC;
  -khtml-box-shadow: 0 0 5px #CCCCCC;
  border: 1px solid #dddddd;
  border-radius: 0.2em;
}
.avatar-img-rectangle {
  border-radius: 3px;
  max-width: 100%;
}
.people-li {
  margin: 0px;
  padding: 10px;
  background: white;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.people-li h3 {
  font-size: 20px;
  margin: 0;
}
/*应用公共css*/
.app_title {
  font-size: 1.5em;
  line-height: 2em;
}
.app_title .app_ico_i {
  font-size: .8em;
  margin-right: .5em;
}
.sub_nav .nav_list {
  padding-left: 0em;
  margin-bottom: 0;
}
.sub_nav .nav_list li {
  list-style: none;
  float: left;
}
.sub_nav .nav_list li a {
  padding: 1.1em 1.3em;
  font-size: 1.1em;
  display: inline-block;
}
.sub_nav .nav_list li:hover {
  background: white;
}
.sub_nav .nav_list li .cur {
  background: white;
  color: #333;
}
.aline {
  border-bottom: 1px solid white;
  border-top: 1px solid #ccc;
}
.children_nav {
  display: none;
}
.children_nav .nav_list {
  background: white;
  padding-left: 0;
  margin: 0;
}
.children_nav .nav_list li {
  list-style: none;
  float: left;
}
.children_nav .nav_list li a {
  padding: 1.1em 1.3em;
  font-size: 1.1em;
  display: inline-block;
  color: #666;
}
.children_nav .nav_list li .cur {
  background: white;
  font-size: 1.0em;
}
.user-card {
  height: 220px;
}
.user-card-area {
  height: 237px;
}
.area_name_1 {
  margin-left: 15px;
  margin-right: 15px;
}
.area_name {
  margin-left: 40px;
  font-size: larger;
  display: inline-block;
  padding: 5px 8px;
}
.area_name:hover {
  color: #999;
}
.app_head {
  margin-bottom: 1em;
}
.app_body {
  box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #CCCCCC;
  -khtml-box-shadow: 0 0 5px #CCCCCC;
}
/*详情页面END*/
/*tag 用到的css*/
.tag-select-block .select-cate {
  width: 100px;
  float: left;
  text-align: right;
  padding-right: 5px;
  font-size: 16px;
  line-height: 34px;
}
.tag-select-block .select-option {
  margin-left: 100px;
}
.tag-select-block .select-option .one_tag {
  float: left;
}
.tag-select-block .select-option .one_tag .tag {
  padding: 0px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
}
.tag-select-block .select-option .one_tag .tag:hover,
.tag-select-block .select-option .one_tag .tag.active {
  background: #5e8ea0;
  color: #FFF;
}
/*tag 用到的css end*/
.btn-before {
  background: none;
  border: none;
  line-height: 40px;
  color: orange;
}
.btn-after {
  background: none;
  border: none;
  color: orange;
  line-height: 40px;
}
