@charset "utf-8";
* {
  font-family: Helvetica, Arial, "微软雅黑", sans-serif;
}
a {
  outline: none!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.main {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.main .leftBar {
  width: 210px;
}
.main .leftBar * {
  transition: 0.2s;
}
.main .leftBar .menu-grandpa > li.has_child .menu-father {
  display: none;
}
.main .leftBar .menu-grandpa > li.show > span > i {
  transform: rotate(180deg);
  transition: 0.2s;
}
.main .leftBar .menu-grandpa > li.show .menu-father {
  display: block!important;
}
.main .leftBar .menu-grandpa > li.active > a,
.main .leftBar .menu-grandpa > li.active > span {
  transition: 0.2s;
  background: #449df2;
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li.active > a i,
.main .leftBar .menu-grandpa > li.active > span i {
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li > a,
.main .leftBar .menu-grandpa > li > span {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  background: #e3e3ff;
  height: 54px;
  line-height: 54px;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.main .leftBar .menu-grandpa > li > span {
  position: relative;
}
.main .leftBar .menu-grandpa > li > span i {
  position: absolute !important;
  right: 20px !important;
  line-height: 54px !important;
  font-size: 10px;
}
.main .leftBar .menu-grandpa > li > a:hover,
.main .leftBar .menu-grandpa > li > span:hover {
  transition: 0.2s;
  background: #449df2;
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li > a:hover i,
.main .leftBar .menu-grandpa > li > span:hover i {
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li .menu-father {
  display: none;
}
.main .leftBar .menu-grandpa > li .menu-father > li.has_child .menu-son {
  display: none;
}
.main .leftBar .menu-grandpa > li .menu-father > li.show > span > i {
  transform: rotate(180deg);
  transition: 0.2s;
}
.main .leftBar .menu-grandpa > li .menu-father > li.show .menu-son {
  display: block!important;
}
.main .leftBar .menu-grandpa > li .menu-father > li > span {
  display: block;
  padding: 0 20px 0 30px;
  height: 40px;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  background: #fafafa;
  cursor: pointer;
  position: relative;
}
.main .leftBar .menu-grandpa > li .menu-father > li > span i {
  position: absolute!important;
  right: 20px;
  line-height: 40px;
  font-size: 10px;
  color: #999999;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son {
  display: none;
  background: #fafafa;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son > li > a {
  display: block;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #666666;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son > li > a:hover {
  color: #449df2;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son > li.active a {
  color: #449df2;
}
.main .centerBar {
  width: 950px;
  margin-left: 40px;
  padding-top: 15px;
}
.main .centerBar .location {
  font-size: 12px;
  color: #a5a5a5;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.main .centerBar .location span {
  color: #449df2;
}
.main .centerBar .location span.active {
  color: #a5a5a5;
}
.main .centerBar .title {
  margin-top: 25px;
  font-size: 30px;
  color: #333333;
}
.main .centerBar .refresh-time {
  font-size: 12px;
  color: #a5a5a5;
}
.main .centerBar h3 {
  font-size: 18px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.main .centerBar .text {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.main .centerBar .main_ser {
  margin-top: 20px;
  margin-bottom: 0;
}
.main .centerBar .main_ser li {
  width: 220px;
  height: 270px;
  padding-top: 25px;
  text-align: center;
  margin-right: 23px;
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f9f9f9;
  -moz-box-shadow: 0px 2px 30px rgba(204, 204, 204, 0.5);
  -webkit-box-shadow: 0px 2px 30px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 2px 30px rgba(204, 204, 204, 0.5);
  float: left;
  position: relative;
}
.main .centerBar .main_ser li:nth-child(4n) {
  margin-right: 0;
}
.main .centerBar .main_ser li img {
  width: 120px;
  height: 120px;
}
.main .centerBar .main_ser li .group_name {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #449df2;
}
.main .centerBar .main_ser li .group_intro {
  display: inline-block;
  padding: 0 10px 15px 10px;
  font-size: 12px;
  color: #666666;
  text-align: left;
}
.main .centerBar .main_ser li .show_detail {
  width: 220px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #449df2;
  border-radius: 0 0 4px 4px;
  text-align: center;
  line-height: 70px;
}
.main .centerBar .main_ser li .show_detail a {
  display: inline-block;
  width: 100px;
  height: 38px;
  font-size: 14px;
  color: #ffffff;
  line-height: 38px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
